cp -f .layerapi2_label /opt/metwork-mfext-master/.layerapi2_label cp -f .layerapi2_dependencies /opt/metwork-mfext-master/.layerapi2_dependencies rm -f /opt/metwork-mfext-master/.dhash_ignore_hash touch /opt/metwork-mfext-master/.dhash_ignore_hash echo "bin/python3" >>/opt/metwork-mfext-master/.dhash_ignore_hash cd adm && make before_layers make[1]: Entering directory '/src/adm' cp -f guess_version.sh /opt/metwork-mfext-master/bin/guess_version.sh chmod a+rx /opt/metwork-mfext-master/bin/guess_version.sh cp -f _make_file_from_template.sh /opt/metwork-mfext-master/bin/_make_file_from_template.sh chmod a+rx /opt/metwork-mfext-master/bin/_make_file_from_template.sh cp -f envtpl /opt/metwork-mfext-master/bin/envtpl chmod a+rx /opt/metwork-mfext-master/bin/envtpl cp -f _proxy_set.sh /opt/metwork-mfext-master/bin/_proxy_set.sh chmod a+rx /opt/metwork-mfext-master/bin/_proxy_set.sh cp -f dhash /opt/metwork-mfext-master/bin/dhash chmod a+rx /opt/metwork-mfext-master/bin/dhash cp -f layer_hash /opt/metwork-mfext-master/bin/layer_hash chmod a+rx /opt/metwork-mfext-master/bin/layer_hash cp -f _cache_path.sh /opt/metwork-mfext-master/bin/_cache_path.sh chmod a+rx /opt/metwork-mfext-master/bin/_cache_path.sh cp -f _cache_logic_before_layer.sh /opt/metwork-mfext-master/bin/_cache_logic_before_layer.sh chmod a+rx /opt/metwork-mfext-master/bin/_cache_logic_before_layer.sh cp -f _cache_logic_after_layer.sh /opt/metwork-mfext-master/bin/_cache_logic_after_layer.sh chmod a+rx /opt/metwork-mfext-master/bin/_cache_logic_after_layer.sh cp -f _layer_hash /opt/metwork-mfext-master/bin/_layer_hash chmod a+rx /opt/metwork-mfext-master/bin/_layer_hash cp -f module_hash /opt/metwork-mfext-master/bin/module_hash chmod a+rx /opt/metwork-mfext-master/bin/module_hash cp -f _layer_dhash /opt/metwork-mfext-master/bin/_layer_dhash chmod a+rx /opt/metwork-mfext-master/bin/_layer_dhash cp -f _check_layers_hash /opt/metwork-mfext-master/bin/_check_layers_hash chmod a+rx /opt/metwork-mfext-master/bin/_check_layers_hash cp -f outside /opt/metwork-mfext-master/bin/outside chmod a+rx /opt/metwork-mfext-master/bin/outside cp --preserve=mode --dereference -Rf main_root.mk /opt/metwork-mfext-master/share/main_root.mk cp --preserve=mode --dereference -Rf subdir_root.mk /opt/metwork-mfext-master/share/subdir_root.mk cp -f bash_utils.sh /opt/metwork-mfext-master/lib/bash_utils.sh make[1]: Leaving directory '/src/adm' cd config && make make[1]: Entering directory '/src/config' cp -f dhash_ignore_all /opt/metwork-mfext-master/config/dhash_ignore_all cp -f dhash_ignore_hash /opt/metwork-mfext-master/config/dhash_ignore_hash cp -f mflog_override.conf /opt/metwork-mfext-master/config/mflog_override.conf cp -f sysctl_metwork.conf /opt/metwork-mfext-master/config/sysctl_metwork.conf guess_version.sh >/opt/metwork-mfext-master/config/version || { rm -f /opt/metwork-mfext-master/config/version ; false ; } make[1]: Leaving directory '/src/config' cd layers && make helpers make[1]: Entering directory '/src/layers' cp -f _uncompress_helper.sh /opt/metwork-mfext-master/bin/_uncompress_helper.sh chmod a+rx /opt/metwork-mfext-master/bin/_uncompress_helper.sh cp -f _download_helper.sh /opt/metwork-mfext-master/bin/_download_helper.sh chmod a+rx /opt/metwork-mfext-master/bin/_download_helper.sh cp -f _checksum_helper.sh /opt/metwork-mfext-master/bin/_checksum_helper.sh chmod a+rx /opt/metwork-mfext-master/bin/_checksum_helper.sh cp -f _pip_package_to_yaml.sh /opt/metwork-mfext-master/bin/_pip_package_to_yaml.sh chmod a+rx /opt/metwork-mfext-master/bin/_pip_package_to_yaml.sh make[1]: Leaving directory '/src/layers' cd layers && make makefiles make[1]: Entering directory '/src/layers' cat python_layer.mk |sed 's/PYTHONMAJORVERSION/3/g' >python3_layer.mk cp -f python3_layer.mk /opt/metwork-mfext-master/share/python3_layer.mk cp --preserve=mode --dereference -Rf package.mk /opt/metwork-mfext-master/share/package.mk cp --preserve=mode --dereference -Rf layer.mk /opt/metwork-mfext-master/share/layer.mk cp --preserve=mode --dereference -Rf Makefile.standard /opt/metwork-mfext-master/share/Makefile.standard cp --preserve=mode --dereference -Rf core_layer.mk /opt/metwork-mfext-master/share/core_layer.mk cp --preserve=mode --dereference -Rf simple_layer.mk /opt/metwork-mfext-master/share/simple_layer.mk cp --preserve=mode --dereference -Rf layer_wrapper.mk /opt/metwork-mfext-master/share/layer_wrapper.mk cp --preserve=mode --dereference -Rf package_python3.mk /opt/metwork-mfext-master/share/package_python3.mk make[1]: Leaving directory '/src/layers' _layer_dhash root@mfext >/opt/metwork-mfext-master/.dhash cd layers && make make[1]: Entering directory '/src/layers' make[2]: Entering directory '/src/layers/layer0_core' if test "MFEXT" = "MFEXT" -a "" != "1"; then cat .layerapi2_label |/src/adm/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/core/.layerapi2_label; else cat .layerapi2_label |/opt/metwork-mfext-master/bin/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/core/.layerapi2_label; fi if test "MFEXT" = "MFEXT" -a "" != "1"; then cat .system_dependencies |/src/adm/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/core/.system_dependencies; else cat .system_dependencies |/opt/metwork-mfext-master/bin/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/core/.system_dependencies; fi if test "MFEXT" = "MFEXT" -a "" != "1"; then cat .layerapi2_dependencies |/src/adm/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/core/.layerapi2_dependencies; else cat .layerapi2_dependencies |/opt/metwork-mfext-master/bin/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/core/.layerapi2_dependencies; fi if test "MFEXT" = "MFEXT" -a "" != "1"; then cat dhash_ignore_hash |/src/adm/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/core/.dhash_ignore_hash; else cat dhash_ignore_hash |/opt/metwork-mfext-master/bin/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/core/.dhash_ignore_hash; fi _cache_logic_before_layer.sh "/opt/metwork-mfext-master/opt/core" "core" /etc/buildimage_hash: 7287d05885b641033e3d2e66ec030375 /src/adm/root.mk md5sum hash: 888c30fa85fcfbd1a7f4b750da33f2e6 root@mfext layer (dependency) hash (from cache): f10ced89e93f340f4a19b4f76d658719 source hash: 9176ae33acd416b6a8a76410979701c3 cache hit (used: /buildcache/mfext_cache_layer_core_2096955a37c90b7383a1ee1bd6b83c65.tar) if ! test -f cache/hit; then \ for SUBDIR in 0001_scientific_system_libraries 0005_readline 0010_liquidprompt 0020_sqlite 0025_openssl 0028_cyrus_sasl 0030_openldap 0032_curl 0035_dtreetrawl 0045_mfutil_c 0070_layerapi2 0080_log_proxy 0100_redis 0110_hiredis 0117_yajl 0130_tcping 0210_jq 0320_libevent 0330_zeromq 0340_libtirpc; do \ OLDPWD=`pwd`; \ cd $SUBDIR || exit 1; \ make all || exit 1; \ cd ${OLDPWD}; \ done ; \ chmod -R a+rX,g-w,o-w,u+w /opt/metwork-mfext-master/opt/core ; \ fi if test "" = "1"; then echo > /opt/metwork-mfext-master/opt/core/.mfextaddon; fi _layer_dhash "core@mfext" >/opt/metwork-mfext-master/opt/core/.dhash if ! test -f cache/hit; then \ _check_layers_hash >/dev/null ; \ fi _cache_logic_after_layer.sh "/opt/metwork-mfext-master/opt/core" cache already exist (/buildcache/mfext_cache_layer_core_2096955a37c90b7383a1ee1bd6b83c65.tar) make[2]: Leaving directory '/src/layers/layer0_core' make[2]: Entering directory '/src/layers/layer1_openresty' if test "MFEXT" = "MFEXT" -a "" != "1"; then cat .layerapi2_label |/src/adm/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/openresty/.layerapi2_label; else cat .layerapi2_label |/opt/metwork-mfext-master/bin/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/openresty/.layerapi2_label; fi if test "MFEXT" = "MFEXT" -a "" != "1"; then cat .layerapi2_dependencies |/src/adm/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/openresty/.layerapi2_dependencies; else cat .layerapi2_dependencies |/opt/metwork-mfext-master/bin/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/openresty/.layerapi2_dependencies; fi _cache_logic_before_layer.sh "/opt/metwork-mfext-master/opt/openresty" "openresty" /etc/buildimage_hash: 7287d05885b641033e3d2e66ec030375 /src/adm/root.mk md5sum hash: 888c30fa85fcfbd1a7f4b750da33f2e6 core@mfext layer (dependency) hash (from cache): 48181fefb5eb6328fdfac6c360e931e7 root@mfext layer (dependency) hash (from cache): f10ced89e93f340f4a19b4f76d658719 source hash: e68fbe595ae7d0648b52e9e0518cf174 cache hit (used: /buildcache/mfext_cache_layer_openresty_c6a577f781022cc979c600abfd8869d6.tar) if ! test -f cache/hit; then \ for SUBDIR in 0100_openresty 0400_lua_resty_http 0410_lua_resty_cookie 0420_lua_resty_statsd 0430_lua_resty_hmac 0500_mfutil_lua; do \ OLDPWD=`pwd`; \ cd $SUBDIR || exit 1; \ make all || exit 1; \ cd ${OLDPWD}; \ done ; \ chmod -R a+rX,g-w,o-w,u+w /opt/metwork-mfext-master/opt/openresty ; \ fi if test "" = "1"; then echo > /opt/metwork-mfext-master/opt/openresty/.mfextaddon; fi _layer_dhash "openresty@mfext" >/opt/metwork-mfext-master/opt/openresty/.dhash if ! test -f cache/hit; then \ _check_layers_hash >/dev/null ; \ fi _cache_logic_after_layer.sh "/opt/metwork-mfext-master/opt/openresty" cache already exist (/buildcache/mfext_cache_layer_openresty_c6a577f781022cc979c600abfd8869d6.tar) make[2]: Leaving directory '/src/layers/layer1_openresty' make[2]: Entering directory '/src/layers/layer1_python3_core' if test "MFEXT" = "MFEXT" -a "" != "1"; then cat .layerapi2_label |/src/adm/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/python3_core/.layerapi2_label; else cat .layerapi2_label |/opt/metwork-mfext-master/bin/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/python3_core/.layerapi2_label; fi if test "MFEXT" = "MFEXT" -a "" != "1"; then cat .system_dependencies |/src/adm/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/python3_core/.system_dependencies; else cat .system_dependencies |/opt/metwork-mfext-master/bin/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/python3_core/.system_dependencies; fi if test "MFEXT" = "MFEXT" -a "" != "1"; then cat .layerapi2_dependencies |/src/adm/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/python3_core/.layerapi2_dependencies; else cat .layerapi2_dependencies |/opt/metwork-mfext-master/bin/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/python3_core/.layerapi2_dependencies; fi if test "MFEXT" = "MFEXT" -a "" != "1"; then cat .layerapi2_extra_env |/src/adm/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/python3_core/.layerapi2_extra_env; else cat .layerapi2_extra_env |/opt/metwork-mfext-master/bin/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/python3_core/.layerapi2_extra_env; fi _cache_logic_before_layer.sh "/opt/metwork-mfext-master/opt/python3_core" "python3_core" /etc/buildimage_hash: 7287d05885b641033e3d2e66ec030375 /src/adm/root.mk md5sum hash: 888c30fa85fcfbd1a7f4b750da33f2e6 core@mfext layer (dependency) hash (from cache): 48181fefb5eb6328fdfac6c360e931e7 root@mfext layer (dependency) hash (from cache): f10ced89e93f340f4a19b4f76d658719 source hash: a05ca11b2c8b6314a525f6654ab61545 cache missed (/buildcache/mfext_cache_layer_python3_core_9593d6298c75c1eb41caa5480ab67a75.tar) if ! test -f cache/hit; then \ for SUBDIR in 0000_adm 0030_python3 0031_wheel 0032_setuptools 0033_update_pip 0034_certifi 0400_prereq_extra_python_packages 0405_prereq_extra_python_packages 0410_prereq_extra_python_packages 0420_prereq_extra_python_packages 0430_prereq_extra_python_packages 0440_prereq_extra_python_packages 0500_extra_python_packages 9999_requirements; do \ OLDPWD=`pwd`; \ cd $SUBDIR || exit 1; \ make all || exit 1; \ cd ${OLDPWD}; \ done ; \ chmod -R a+rX,g-w,o-w,u+w /opt/metwork-mfext-master/opt/python3_core ; \ fi make[3]: Entering directory '/src/layers/layer1_python3_core/0000_adm' layer_wrapper --empty-env --empty-env-keeps=LANG,PATH,LAYERAPI2_LAYERS_PATH,PYTHON3_SHORT_VERSION,FORCED_PATHS,BUILDCACHE --force-prepend --layers=core@mfext,python3_core@mfext -- make -f Makefile.mk all cp -f freeze_requirements /opt/metwork-mfext-master/opt/python3_core/bin/freeze_requirements chmod a+rx /opt/metwork-mfext-master/opt/python3_core/bin/freeze_requirements cp -f download_compile_requirements /opt/metwork-mfext-master/opt/python3_core/bin/download_compile_requirements chmod a+rx /opt/metwork-mfext-master/opt/python3_core/bin/download_compile_requirements cp -f install_requirements /opt/metwork-mfext-master/opt/python3_core/bin/install_requirements chmod a+rx /opt/metwork-mfext-master/opt/python3_core/bin/install_requirements cp -f unsafe_pip /opt/metwork-mfext-master/opt/python3_core/bin/unsafe_pip chmod a+rx /opt/metwork-mfext-master/opt/python3_core/bin/unsafe_pip cp -f python3_wrapper /opt/metwork-mfext-master/opt/python3_core/bin/python3_wrapper chmod a+rx /opt/metwork-mfext-master/opt/python3_core/bin/python3_wrapper cp -f git /opt/metwork-mfext-master/opt/python3_core/bin/git chmod a+rx /opt/metwork-mfext-master/opt/python3_core/bin/git make[3]: Leaving directory '/src/layers/layer1_python3_core/0000_adm' make[3]: Entering directory '/src/layers/layer1_python3_core/0030_python3' layer_wrapper --empty-env --empty-env-keeps=LANG,PATH,LAYERAPI2_LAYERS_PATH,PYTHON3_SHORT_VERSION,FORCED_PATHS,BUILDCACHE --force-prepend --layers=core@mfext,python3_core@mfext -- make -f Makefile.mk all rm -f /opt/metwork-mfext-master/opt/python3_core/share/metwork_packages/Python.yaml touch /opt/metwork-mfext-master/opt/python3_core/share/metwork_packages/Python.yaml echo "name: 'Python'" >>/opt/metwork-mfext-master/opt/python3_core/share/metwork_packages/Python.yaml echo "version: '3.12.7'" >>/opt/metwork-mfext-master/opt/python3_core/share/metwork_packages/Python.yaml echo "extension: 'tar.xz'" >>/opt/metwork-mfext-master/opt/python3_core/share/metwork_packages/Python.yaml echo "checktype: 'MD5'" >>/opt/metwork-mfext-master/opt/python3_core/share/metwork_packages/Python.yaml echo "checksum: 'c6c933c1a0db52597cb45a7910490f93'" >>/opt/metwork-mfext-master/opt/python3_core/share/metwork_packages/Python.yaml echo -n "description: '" >>/opt/metwork-mfext-master/opt/python3_core/share/metwork_packages/Python.yaml echo -n "Python is an interpreted, object-oriented, high-level programming language." |sed "s/'/ /g" >>/opt/metwork-mfext-master/opt/python3_core/share/metwork_packages/Python.yaml echo "'" >>/opt/metwork-mfext-master/opt/python3_core/share/metwork_packages/Python.yaml echo "website: 'http://python.org/'" >>/opt/metwork-mfext-master/opt/python3_core/share/metwork_packages/Python.yaml echo "license: 'Python'" >>/opt/metwork-mfext-master/opt/python3_core/share/metwork_packages/Python.yaml if test -s sources; then echo "sources: ">>/opt/metwork-mfext-master/opt/python3_core/share/metwork_packages/Python.yaml; cat sources |sed 's/^/ - url: /' >>/opt/metwork-mfext-master/opt/python3_core/share/metwork_packages/Python.yaml; fi if test -s patches; then echo "patches: ">>/opt/metwork-mfext-master/opt/python3_core/share/metwork_packages/Python.yaml; cat patches |sed 's/^/ - filename: /' >>/opt/metwork-mfext-master/opt/python3_core/share/metwork_packages/Python.yaml; fi make --file=../../Makefile.standard EXTRACFLAGS="-I/opt/metwork-mfext-master/opt/python3_core/../core/include" EXTRALDFLAGS="-L/opt/metwork-mfext-master/opt/python3_core/../core/lib" OPTIONS='--enable-shared --enable-loadable-sqlite-extensions --without-ensurepip' download uncompress configure build install make[1]: Entering directory '/src/layers/layer1_python3_core/0030_python3' /opt/metwork-mfext-master/bin/_download_helper.sh `readlink -m ./build/Python-3.12.7.tar.xz` `readlink -m ./sources` MD5 c6c933c1a0db52597cb45a7910490f93 Computing checksum for /src/layers/layer1_python3_core/0030_python3/build/Python-3.12.7.tar.xz... Good checksum rm -Rf Python-3.12.7 /opt/metwork-mfext-master/bin/_uncompress_helper.sh `readlink -m ./build/Python-3.12.7.tar.xz` tar.xz Python-3.12.7 cd build/Python-3.12.7 && if test "-L/opt/metwork-mfext-master/opt/python3_core/../core/lib" != ""; then export LDFLAGS="-L/opt/metwork-mfext-master/opt/python3_core/../core/lib"; fi && if test "-I/opt/metwork-mfext-master/opt/python3_core/../core/include" != ""; then export CFLAGS="-I/opt/metwork-mfext-master/opt/python3_core/../core/include";export CPPFLAGS="-I/opt/metwork-mfext-master/opt/python3_core/../core/include"; fi && if test "" != ""; then export ""; fi && if test "" != ""; then export PKG_CONFIG_PATH=""; fi && ./configure --prefix=/opt/metwork-mfext-master/opt/python3_core --enable-shared --enable-loadable-sqlite-extensions --without-ensurepip checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking for Python interpreter freezing... ./_bootstrap_python checking for python3.12... no checking for python3.12... no checking for python3.11... python3.11 checking Python for regen version... Python 3.11.9 checking for pkg-config... /bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for --enable-universalsdk... no checking for --with-universal-archs... no checking MACHDEP... "linux" checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether gcc accepts -g... yes checking for gcc option to enable C11 features... none needed checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /bin/grep checking for a sed that does not truncate output... /bin/sed checking for egrep... /bin/grep -E checking for CC compiler name... gcc checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for wchar.h... yes checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking whether _XOPEN_SOURCE should be defined... no checking for g++... no configure: By default, distutils will build C++ extension modules with "g++". If this is not intended, then set CXX on the configure command line. checking for the platform triplet based on compiler characteristics... x86_64-linux-gnu checking for multiarch... checking for PEP 11 support tier... x86_64-pc-linux-gnu/gcc has tier 1 (supported) checking for -Wl,--no-as-needed... yes checking for the Android API level... not Android checking for --with-emscripten-target... checking for --enable-wasm-dynamic-linking... missing checking for --enable-wasm-pthreads... missing checking for --with-suffix... checking for case-insensitive build directory... no checking LIBRARY... libpython$(VERSION)$(ABIFLAGS).a checking LINKCC... $(PURIFY) $(CC) checking EXPORTSYMS... checking for GNU ld... yes checking for --enable-shared... yes checking for --with-static-libpython... yes checking for --enable-profiling... no checking LDLIBRARY... checking HOSTRUNNER... libpython$(LDVERSION).so checking for ar... ar checking for a BSD-compatible install... /bin/install -c checking for a race-free mkdir -p... /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... no checking PROFILE_TASK... -m test --pgo --timeout=$(TESTTIMEOUT) checking for --with-lto... no checking for llvm-profdata... no checking for --enable-bolt... no checking BOLT_INSTRUMENT_FLAGS... checking BOLT_APPLY_FLAGS... -update-debug-sections -reorder-blocks=ext-tsp -reorder-functions=hfsort+ -split-functions -icf=1 -inline-all -split-eh -reorder-functions-use-hot-size -peepholes=none -jump-tables=aggressive -inline-ap -indirect-call-promotion=all -dyno-stats -use-gnu-stack -frame-opt=hot checking if gcc supports -fstrict-overflow and -fno-strict-overflow... yes checking for --with-strict-overflow... no checking if gcc supports -Og optimization level... yes checking if we can add -Wextra... yes checking whether gcc -fno-strict-aliasing accepts and needs -fno-strict-aliasing... no checking if we can disable gcc unused-parameter warning... yes checking if we can disable gcc int-conversion warning... yes checking if we can disable gcc missing-field-initializers warning... yes checking if we can enable gcc sign-compare warning... yes checking if we can enable gcc unreachable-code warning... yes checking if we can enable gcc strict-prototypes warning... yes checking if we can make implicit function declaration an error in gcc -Werror=implicit-function-declaration... yes checking if we can use visibility in gcc -fvisibility=hidden... yes checking whether pthreads are available without options... no checking whether gcc accepts -Kpthread... no checking whether gcc accepts -Kthread... no checking whether gcc accepts -pthread... yes checking whether g++ also accepts flags for thread support... yes checking for alloca.h... yes checking for asm/types.h... yes checking for bluetooth.h... no checking for conio.h... no checking for crypt.h... yes checking for direct.h... no checking for dlfcn.h... yes checking for endian.h... yes checking for errno.h... yes checking for fcntl.h... yes checking for grp.h... yes checking for ieeefp.h... no checking for io.h... no checking for langinfo.h... yes checking for libintl.h... yes checking for libutil.h... no checking for linux/auxvec.h... yes checking for sys/auxv.h... yes checking for linux/fs.h... yes checking for linux/limits.h... yes checking for linux/memfd.h... yes checking for linux/random.h... yes checking for linux/soundcard.h... yes checking for linux/tipc.h... yes checking for linux/wait.h... yes checking for netdb.h... yes checking for net/ethernet.h... yes checking for netinet/in.h... yes checking for netpacket/packet.h... yes checking for poll.h... yes checking for process.h... no checking for pthread.h... yes checking for pty.h... yes checking for sched.h... yes checking for setjmp.h... yes checking for shadow.h... yes checking for signal.h... yes checking for spawn.h... yes checking for stropts.h... no checking for sys/audioio.h... no checking for sys/bsdtty.h... no checking for sys/devpoll.h... no checking for sys/endian.h... no checking for sys/epoll.h... yes checking for sys/event.h... no checking for sys/eventfd.h... yes checking for sys/file.h... yes checking for sys/ioctl.h... yes checking for sys/kern_control.h... no checking for sys/loadavg.h... no checking for sys/lock.h... no checking for sys/memfd.h... no checking for sys/mkdev.h... no checking for sys/mman.h... yes checking for sys/modem.h... no checking for sys/param.h... yes checking for sys/poll.h... yes checking for sys/random.h... yes checking for sys/resource.h... yes checking for sys/select.h... yes checking for sys/sendfile.h... yes checking for sys/socket.h... yes checking for sys/soundcard.h... yes checking for sys/stat.h... (cached) yes checking for sys/statvfs.h... yes checking for sys/sys_domain.h... no checking for sys/syscall.h... yes checking for sys/sysmacros.h... yes checking for sys/termio.h... no checking for sys/time.h... yes checking for sys/times.h... yes checking for sys/types.h... (cached) yes checking for sys/uio.h... yes checking for sys/un.h... yes checking for sys/utsname.h... yes checking for sys/wait.h... yes checking for sys/xattr.h... yes checking for sysexits.h... yes checking for syslog.h... yes checking for termios.h... yes checking for util.h... no checking for utime.h... yes checking for utmp.h... yes checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking for sys/mkdev.h... (cached) no checking for sys/sysmacros.h... (cached) yes checking for bluetooth/bluetooth.h... no 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... no checking for linux/can/raw.h... yes checking for netcan/can.h... no checking for clock_t in time.h... yes checking for makedev... yes checking for le64toh... yes checking for mode_t... yes checking for off_t... yes checking for pid_t... yes checking for size_t... yes checking for uid_t in sys/types.h... yes checking for ssize_t... yes checking for __uint128_t... yes checking size of int... 4 checking size of long... 8 checking alignment of long... 8 checking size of long long... 8 checking size of void *... 8 checking size of short... 2 checking size of float... 4 checking size of double... 8 checking size of fpos_t... 16 checking size of size_t... 8 checking alignment of size_t... 8 checking size of pid_t... 4 checking size of uintptr_t... 8 checking alignment of max_align_t... 16 checking for long double... yes checking size of long double... 16 checking size of _Bool... 1 checking size of off_t... 8 checking whether to enable large file support... no checking size of time_t... 8 checking for pthread_t... yes checking size of pthread_t... 8 checking size of pthread_key_t... 4 checking whether pthread_key_t is compatible with int... yes checking for --enable-framework... no checking for --with-dsymutil... no checking for dyld... no checking for --with-address-sanitizer... no checking for --with-memory-sanitizer... no checking for --with-undefined-behavior-sanitizer... no checking for --with-thread-sanitizer... no checking the extension of shared libraries... .so checking LDSHARED... $(CC) -shared checking BLDSHARED flags... $(CC) -shared checking CCSHARED... -fPIC checking LINKFORSHARED... -Xlinker -export-dynamic checking CFLAGSFORSHARED... $(CCSHARED) checking SHLIBS... $(LIBS) checking perf trampoline... yes checking for sendfile in -lsendfile... no checking for dlopen in -ldl... yes checking for shl_load in -ldld... no checking for uuid.h... no checking for uuid >= 2.20... yes checking for library containing sem_init... -lpthread 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... no checking for libffi... yes checking for ffi_prep_cif_var... yes checking for ffi_prep_closure_loc... yes checking for ffi_closure_alloc... yes checking for --with-system-libmpdec... no checking for --with-decimal-contextvar... yes checking for decimal libmpdec machine... uint128 checking for libnsl... no checking for library containing yp_match... no checking for sqlite3 >= 3.7.15... yes checking for sqlite3.h... yes checking for sqlite3_bind_double in -lsqlite3... yes checking for sqlite3_column_decltype in -lsqlite3... yes checking for sqlite3_column_double in -lsqlite3... yes checking for sqlite3_complete in -lsqlite3... yes checking for sqlite3_progress_handler in -lsqlite3... yes checking for sqlite3_result_double in -lsqlite3... yes checking for sqlite3_set_authorizer in -lsqlite3... yes checking for sqlite3_trace_v2 in -lsqlite3... yes checking for sqlite3_value_double in -lsqlite3... yes checking for sqlite3_load_extension in -lsqlite3... yes checking for sqlite3_serialize in -lsqlite3... yes checking for --enable-loadable-sqlite-extensions... yes checking for tcl >= 8.5.12 tk >= 8.5.12... yes checking for gdbm.h... yes checking for gdbm_open in -lgdbm... yes checking for ndbm.h... yes checking for library containing dbm_open... -lgdbm_compat checking for ndbm presence and linker args... yes (-lgdbm_compat) checking for gdbm/ndbm.h... yes checking for gdbm-ndbm.h... no checking for library containing dbm_open... -lgdbm_compat checking for db.h... no checking for --with-dbmliborder... gdbm:ndbm:bdb checking for _dbm module CFLAGS and LIBS... -DUSE_GDBM_COMPAT -lgdbm_compat checking if PTHREAD_SCOPE_SYSTEM is supported... yes checking for pthread_sigmask... yes checking for pthread_getcpuclockid... yes checking if --enable-ipv6 is specified... yes checking if RFC2553 API is available... 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... no checking for --with-dtrace... no 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... no 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... no 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 for gcc -pthread options needed to detect all undeclared functions... none needed 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 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 >= 1.2.0... 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... no checking for openpty in -lutil... 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 setns... yes checking for unshare... yes checking for libxcrypt >= 3.1.1... 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 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... yes checking whether float word ordering is bigendian... no checking whether we can use gcc inline assembler to get and set x87 control word... yes 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 for wchar.h... (cached) yes checking size of wchar_t... 4 checking whether wchar_t is signed... yes checking whether wchar_t is usable... no checking whether byte ordering is bigendian... no checking ABIFLAGS... checking SOABI... cpython-312-x86_64-linux-gnu checking LDVERSION... $(VERSION)$(ABIFLAGS) checking for --with-platlibdir... no checking for --with-wheel-pkg-dir... no checking whether right shift extends the sign bit... yes checking for getc_unlocked() and friends... yes checking for readline... no checking for readline/readline.h... yes checking for readline in -lreadline... yes checking how to link readline... readline (CFLAGS: , 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 rl_compdisp_func_t... 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 for curses.h... yes checking for ncurses.h... yes checking for ncursesw... yes checking curses module flags... ncursesw (CFLAGS: -D_GNU_SOURCE -D_DEFAULT_SOURCE, LIBS: -lncursesw -ltinfo ) checking for panel.h... yes checking for panelw... yes checking panel flags... panelw (CFLAGS: -D_GNU_SOURCE -D_DEFAULT_SOURCE, LIBS: -lpanelw ) 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 socklen_t... yes checking for broken mbstowcs... no checking for --with-computed-gotos... no value specified checking whether gcc -pthread supports computed gotos... yes checking for build directories... done checking for -O2... yes checking for glibc _FORTIFY_SOURCE/memmove bug... no checking for gcc ipa-pure-const 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... -lrt checking for shm_open... yes checking for shm_unlink... yes checking for pkg-config... /bin/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... python checking for --with-builtin-hashlib-hashes... md5,sha1,sha2,sha3,blake2 checking for libb2... no checking for --disable-test-modules... yes 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 _sha2... 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 _ctypes... yes checking for stdlib extension module _curses... yes checking for stdlib extension module _curses_panel... yes checking for stdlib extension module _decimal... yes checking for stdlib extension module _dbm... yes checking for stdlib extension module _gdbm... yes checking for stdlib extension module nis... missing checking for stdlib extension module readline... 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 _testclinic... 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 xxsubtype... 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: creating Modules/Setup.local configure: creating Makefile configure: If you want a release build with all stable optimizations active (PGO, etc), please run ./configure --enable-optimizations cd build/Python-3.12.7 && make make[2]: Entering directory '/src/layers/layer1_python3_core/0030_python3/build/Python-3.12.7' gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE -o Programs/python.o ./Programs/python.c gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE -o Parser/token.o Parser/token.c gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE -o Parser/pegen.o Parser/pegen.c gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE -o Parser/pegen_errors.o Parser/pegen_errors.c gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE -o Parser/action_helpers.o Parser/action_helpers.c gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE -o Parser/parser.o Parser/parser.c gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE -o Parser/string_parser.o Parser/string_parser.c gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE -o Parser/peg_api.o Parser/peg_api.c gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE -o Parser/myreadline.o Parser/myreadline.c gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE -o Parser/tokenizer.o Parser/tokenizer.c gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE -o Objects/abstract.o Objects/abstract.c gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE -o Objects/boolobject.o Objects/boolobject.c gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE -o Objects/bytes_methods.o Objects/bytes_methods.c gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE -o Objects/bytearrayobject.o Objects/bytearrayobject.c gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE -o Objects/bytesobject.o Objects/bytesobject.c gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE -o Objects/call.o Objects/call.c gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE -o Objects/capsule.o Objects/capsule.c gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE -o Objects/cellobject.o Objects/cellobject.c gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE -o Objects/classobject.o Objects/classobject.c gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE -o Objects/codeobject.o Objects/codeobject.c gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE -o Objects/complexobject.o Objects/complexobject.c gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE -o Objects/descrobject.o Objects/descrobject.c gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE -o Objects/enumobject.o Objects/enumobject.c gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE -o Objects/exceptions.o Objects/exceptions.c gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE -o Objects/genericaliasobject.o Objects/genericaliasobject.c gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE -o Objects/genobject.o Objects/genobject.c gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE -o Objects/fileobject.o Objects/fileobject.c gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE -o Objects/floatobject.o Objects/floatobject.c gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE -o Objects/frameobject.o Objects/frameobject.c gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE -o Objects/funcobject.o Objects/funcobject.c gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE -o Objects/interpreteridobject.o Objects/interpreteridobject.c gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE -o Objects/iterobject.o Objects/iterobject.c gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE -o Objects/listobject.o Objects/listobject.c gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE -o Objects/longobject.o Objects/longobject.c gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE -o Objects/dictobject.o Objects/dictobject.c gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE -o Objects/odictobject.o Objects/odictobject.c gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE -o Objects/memoryobject.o Objects/memoryobject.c gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE -o Objects/methodobject.o Objects/methodobject.c gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE -o Objects/moduleobject.o Objects/moduleobject.c gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE -o Objects/namespaceobject.o Objects/namespaceobject.c gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE -o Objects/object.o Objects/object.c gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE -o Objects/obmalloc.o Objects/obmalloc.c gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE -o Objects/picklebufobject.o Objects/picklebufobject.c gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE -o Objects/rangeobject.o Objects/rangeobject.c gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE -o Objects/setobject.o Objects/setobject.c gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE -o Objects/sliceobject.o Objects/sliceobject.c gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE -o Objects/structseq.o Objects/structseq.c gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE -o Objects/tupleobject.o Objects/tupleobject.c gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE -o Objects/typeobject.o Objects/typeobject.c gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE -o Objects/typevarobject.o Objects/typevarobject.c gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE -o Objects/unicodeobject.o Objects/unicodeobject.c gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE -o Objects/unicodectype.o Objects/unicodectype.c gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE -o Objects/unionobject.o Objects/unionobject.c gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE -o Objects/weakrefobject.o Objects/weakrefobject.c gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE -o Python/asm_trampoline.o Python/asm_trampoline.S gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE -o Python/_warnings.o Python/_warnings.c gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE -o Python/Python-ast.o Python/Python-ast.c gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE -o Python/Python-tokenize.o Python/Python-tokenize.c gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE -o Python/asdl.o Python/asdl.c gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE -o Python/assemble.o Python/assemble.c gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE -o Python/ast.o Python/ast.c gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE -o Python/ast_opt.o Python/ast_opt.c gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE -o Python/ast_unparse.o Python/ast_unparse.c gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE -o Python/bltinmodule.o Python/bltinmodule.c gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE -o Python/ceval.o Python/ceval.c gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE -o Python/codecs.o Python/codecs.c gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE -o Python/compile.o Python/compile.c gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE -o Python/context.o Python/context.c gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE -o Python/dynamic_annotations.o Python/dynamic_annotations.c gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE -o Python/errors.o Python/errors.c gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE -o Python/flowgraph.o Python/flowgraph.c gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE -o Python/frame.o Python/frame.c gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE -o Python/frozenmain.o Python/frozenmain.c gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE -o Python/future.o Python/future.c gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE -o Python/getargs.o Python/getargs.c gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE -o Python/getcompiler.o Python/getcompiler.c gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE -o Python/getcopyright.o Python/getcopyright.c gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE -DPLATFORM='"linux"' -o Python/getplatform.o ./Python/getplatform.c gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE -o Python/getversion.o Python/getversion.c gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE -o Python/ceval_gil.o Python/ceval_gil.c gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE -o Python/hamt.o Python/hamt.c gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE -o Python/hashtable.o Python/hashtable.c gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE -o Python/import.o Python/import.c gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE -I. -o Python/importdl.o ./Python/importdl.c gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE -o Python/initconfig.o Python/initconfig.c gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE -o Python/instrumentation.o Python/instrumentation.c gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE -o Python/intrinsics.o Python/intrinsics.c gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE -o Python/legacy_tracing.o Python/legacy_tracing.c gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE -o Python/marshal.o Python/marshal.c gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE -o Python/modsupport.o Python/modsupport.c gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE -o Python/mysnprintf.o Python/mysnprintf.c gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE -o Python/mystrtoul.o Python/mystrtoul.c gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE -o Python/pathconfig.o Python/pathconfig.c gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE -o Python/preconfig.o Python/preconfig.c gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE -o Python/pyarena.o Python/pyarena.c gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE -o Python/pyctype.o Python/pyctype.c gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE -o Python/pyfpe.o Python/pyfpe.c gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE -o Python/pyhash.o Python/pyhash.c gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE -o Python/pylifecycle.o Python/pylifecycle.c gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE -o Python/pymath.o Python/pymath.c gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE -o Python/pystate.o Python/pystate.c gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE -o Python/pythonrun.o Python/pythonrun.c gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE -o Python/pytime.o Python/pytime.c gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE -o Python/bootstrap_hash.o Python/bootstrap_hash.c gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE -o Python/specialize.o Python/specialize.c gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE -o Python/structmember.o Python/structmember.c gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE -o Python/symtable.o Python/symtable.c gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE \ -DABIFLAGS='""' \ -DMULTIARCH=\"x86_64-linux-gnu\" \ -o Python/sysmodule.o ./Python/sysmodule.c gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE -o Python/thread.o Python/thread.c gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE -o Python/traceback.o Python/traceback.c gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE -o Python/tracemalloc.o Python/tracemalloc.c gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE -o Python/getopt.o Python/getopt.c gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE -o Python/pystrcmp.o Python/pystrcmp.c gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE -o Python/pystrtod.o Python/pystrtod.c gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE -o Python/pystrhex.o Python/pystrhex.c gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE -o Python/dtoa.o Python/dtoa.c gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE -o Python/formatter_unicode.o Python/formatter_unicode.c gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE -o Python/fileutils.o Python/fileutils.c gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE -o Python/suggestions.o Python/suggestions.c gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE -o Python/perf_trampoline.o Python/perf_trampoline.c gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE \ -DSOABI='"cpython-312-x86_64-linux-gnu"' \ -o Python/dynload_shlib.o ./Python/dynload_shlib.c gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE -o Modules/config.o Modules/config.c gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE -o Modules/main.o Modules/main.c gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE -o Modules/gcmodule.o Modules/gcmodule.c gcc -pthread -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE_BUILTIN -c ./Modules/atexitmodule.c -o Modules/atexitmodule.o gcc -pthread -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE_BUILTIN -c ./Modules/faulthandler.c -o Modules/faulthandler.o gcc -pthread -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE_BUILTIN -c ./Modules/posixmodule.c -o Modules/posixmodule.o gcc -pthread -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE_BUILTIN -c ./Modules/signalmodule.c -o Modules/signalmodule.o gcc -pthread -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE_BUILTIN -c ./Modules/_tracemalloc.c -o Modules/_tracemalloc.o gcc -pthread -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE_BUILTIN -c ./Modules/_codecsmodule.c -o Modules/_codecsmodule.o gcc -pthread -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE_BUILTIN -c ./Modules/_collectionsmodule.c -o Modules/_collectionsmodule.o gcc -pthread -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE_BUILTIN -c ./Modules/errnomodule.c -o Modules/errnomodule.o gcc -pthread -I./Modules/_io -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE_BUILTIN -c ./Modules/_io/_iomodule.c -o Modules/_io/_iomodule.o gcc -pthread -I./Modules/_io -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE_BUILTIN -c ./Modules/_io/iobase.c -o Modules/_io/iobase.o gcc -pthread -I./Modules/_io -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE_BUILTIN -c ./Modules/_io/fileio.c -o Modules/_io/fileio.o gcc -pthread -I./Modules/_io -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE_BUILTIN -c ./Modules/_io/bytesio.c -o Modules/_io/bytesio.o gcc -pthread -I./Modules/_io -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE_BUILTIN -c ./Modules/_io/bufferedio.c -o Modules/_io/bufferedio.o gcc -pthread -I./Modules/_io -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE_BUILTIN -c ./Modules/_io/textio.c -o Modules/_io/textio.o gcc -pthread -I./Modules/_io -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE_BUILTIN -c ./Modules/_io/stringio.c -o Modules/_io/stringio.o gcc -pthread -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE_BUILTIN -c ./Modules/itertoolsmodule.c -o Modules/itertoolsmodule.o gcc -pthread -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE_BUILTIN -c ./Modules/_sre/sre.c -o Modules/_sre/sre.o gcc -pthread -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE_BUILTIN -c ./Modules/_threadmodule.c -o Modules/_threadmodule.o gcc -pthread -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE_BUILTIN -c ./Modules/timemodule.c -o Modules/timemodule.o gcc -pthread -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE_BUILTIN -c ./Modules/_typingmodule.c -o Modules/_typingmodule.o gcc -pthread -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE_BUILTIN -c ./Modules/_weakref.c -o Modules/_weakref.o gcc -pthread -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE_BUILTIN -c ./Modules/_abc.c -o Modules/_abc.o gcc -pthread -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE_BUILTIN -c ./Modules/_functoolsmodule.c -o Modules/_functoolsmodule.o gcc -pthread -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE_BUILTIN -c ./Modules/_localemodule.c -o Modules/_localemodule.o gcc -pthread -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE_BUILTIN -c ./Modules/_operator.c -o Modules/_operator.o gcc -pthread -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE_BUILTIN -c ./Modules/_stat.c -o Modules/_stat.o gcc -pthread -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE_BUILTIN -c ./Modules/symtablemodule.c -o Modules/symtablemodule.o gcc -pthread -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE_BUILTIN -c ./Modules/pwdmodule.c -o Modules/pwdmodule.o gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE \ -DGITVERSION="\"`LC_ALL=C `\"" \ -DGITTAG="\"`LC_ALL=C `\"" \ -DGITBRANCH="\"`LC_ALL=C `\"" \ -o Modules/getbuildinfo.o ./Modules/getbuildinfo.c gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE -o Programs/_freeze_module.o Programs/_freeze_module.c gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE -o Modules/getpath_noop.o Modules/getpath_noop.c gcc -pthread -L/opt/metwork-mfext-master/opt/python3_core/../core/lib -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/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/typevarobject.o Objects/unicodeobject.o Objects/unicodectype.o Objects/unionobject.o Objects/weakrefobject.o Python/asm_trampoline.o Python/_warnings.o Python/Python-ast.o Python/Python-tokenize.o Python/asdl.o Python/assemble.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/flowgraph.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/ceval_gil.o Python/hamt.o Python/hashtable.o Python/import.o Python/importdl.o Python/initconfig.o Python/instrumentation.o Python/intrinsics.o Python/legacy_tracing.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/tracemalloc.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/perf_trampoline.o Python/dynload_shlib.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/_typingmodule.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 -lpthread -ldl -lutil -lm ./Programs/_freeze_module importlib._bootstrap ./Lib/importlib/_bootstrap.py Python/frozen_modules/importlib._bootstrap.h ./Programs/_freeze_module importlib._bootstrap_external ./Lib/importlib/_bootstrap_external.py Python/frozen_modules/importlib._bootstrap_external.h ./Programs/_freeze_module zipimport ./Lib/zipimport.py Python/frozen_modules/zipimport.h gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE -o Programs/_bootstrap_python.o Programs/_bootstrap_python.c ./Programs/_freeze_module getpath ./Modules/getpath.py Python/frozen_modules/getpath.h gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE -DPYTHONPATH='""' \ -DPREFIX='"/opt/metwork-mfext-master/opt/python3_core"' \ -DEXEC_PREFIX='"/opt/metwork-mfext-master/opt/python3_core"' \ -DVERSION='"3.12"' \ -DVPATH='""' \ -DPLATLIBDIR='"lib"' \ -DPYTHONFRAMEWORK='""' \ -o Modules/getpath.o ./Modules/getpath.c gcc -pthread -L/opt/metwork-mfext-master/opt/python3_core/../core/lib -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/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/typevarobject.o Objects/unicodeobject.o Objects/unicodectype.o Objects/unionobject.o Objects/weakrefobject.o Python/asm_trampoline.o Python/_warnings.o Python/Python-ast.o Python/Python-tokenize.o Python/asdl.o Python/assemble.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/flowgraph.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/ceval_gil.o Python/hamt.o Python/hashtable.o Python/import.o Python/importdl.o Python/initconfig.o Python/instrumentation.o Python/intrinsics.o Python/legacy_tracing.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/tracemalloc.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/perf_trampoline.o Python/dynload_shlib.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/_typingmodule.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 \ Programs/_bootstrap_python.o Modules/getpath.o -lpthread -ldl -lutil -lm ./_bootstrap_python ./Programs/_freeze_module.py abc ./Lib/abc.py Python/frozen_modules/abc.h ./_bootstrap_python ./Programs/_freeze_module.py codecs ./Lib/codecs.py Python/frozen_modules/codecs.h ./_bootstrap_python ./Programs/_freeze_module.py io ./Lib/io.py Python/frozen_modules/io.h ./_bootstrap_python ./Programs/_freeze_module.py _collections_abc ./Lib/_collections_abc.py Python/frozen_modules/_collections_abc.h ./_bootstrap_python ./Programs/_freeze_module.py _sitebuiltins ./Lib/_sitebuiltins.py Python/frozen_modules/_sitebuiltins.h ./_bootstrap_python ./Programs/_freeze_module.py genericpath ./Lib/genericpath.py Python/frozen_modules/genericpath.h ./_bootstrap_python ./Programs/_freeze_module.py ntpath ./Lib/ntpath.py Python/frozen_modules/ntpath.h ./_bootstrap_python ./Programs/_freeze_module.py posixpath ./Lib/posixpath.py Python/frozen_modules/posixpath.h ./_bootstrap_python ./Programs/_freeze_module.py os ./Lib/os.py Python/frozen_modules/os.h ./_bootstrap_python ./Programs/_freeze_module.py site ./Lib/site.py Python/frozen_modules/site.h ./_bootstrap_python ./Programs/_freeze_module.py stat ./Lib/stat.py Python/frozen_modules/stat.h ./_bootstrap_python ./Programs/_freeze_module.py importlib.util ./Lib/importlib/util.py Python/frozen_modules/importlib.util.h ./_bootstrap_python ./Programs/_freeze_module.py importlib.machinery ./Lib/importlib/machinery.py Python/frozen_modules/importlib.machinery.h ./_bootstrap_python ./Programs/_freeze_module.py runpy ./Lib/runpy.py Python/frozen_modules/runpy.h ./_bootstrap_python ./Programs/_freeze_module.py __hello__ ./Lib/__hello__.py Python/frozen_modules/__hello__.h ./_bootstrap_python ./Programs/_freeze_module.py __phello__ ./Lib/__phello__/__init__.py Python/frozen_modules/__phello__.h ./_bootstrap_python ./Programs/_freeze_module.py __phello__.ham ./Lib/__phello__/ham/__init__.py Python/frozen_modules/__phello__.ham.h ./_bootstrap_python ./Programs/_freeze_module.py __phello__.ham.eggs ./Lib/__phello__/ham/eggs.py Python/frozen_modules/__phello__.ham.eggs.h ./_bootstrap_python ./Programs/_freeze_module.py __phello__.spam ./Lib/__phello__/spam.py Python/frozen_modules/__phello__.spam.h ./_bootstrap_python ./Programs/_freeze_module.py frozen_only ./Tools/freeze/flag.py Python/frozen_modules/frozen_only.h ./_bootstrap_python ./Tools/build/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 gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE -o Python/deepfreeze/deepfreeze.o Python/deepfreeze/deepfreeze.c gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE -o Python/frozen.o Python/frozen.c rm -f libpython3.12.a ar rcs libpython3.12.a 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/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/typevarobject.o Objects/unicodeobject.o Objects/unicodectype.o Objects/unionobject.o Objects/weakrefobject.o Python/asm_trampoline.o Python/_warnings.o Python/Python-ast.o Python/Python-tokenize.o Python/asdl.o Python/assemble.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/flowgraph.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/ceval_gil.o Python/hamt.o Python/hashtable.o Python/import.o Python/importdl.o Python/initconfig.o Python/instrumentation.o Python/intrinsics.o Python/legacy_tracing.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/tracemalloc.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/perf_trampoline.o Python/dynload_shlib.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/_typingmodule.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 Python/deepfreeze/deepfreeze.o Modules/getpath.o Python/frozen.o if test libpython3.12.so.1.0 != libpython3.12.so; then \ gcc -pthread -shared -L/opt/metwork-mfext-master/opt/python3_core/../core/lib -Wl,-hlibpython3.12.so.1.0 -o libpython3.12.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/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/typevarobject.o Objects/unicodeobject.o Objects/unicodectype.o Objects/unionobject.o Objects/weakrefobject.o Python/asm_trampoline.o Python/_warnings.o Python/Python-ast.o Python/Python-tokenize.o Python/asdl.o Python/assemble.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/flowgraph.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/ceval_gil.o Python/hamt.o Python/hashtable.o Python/import.o Python/importdl.o Python/initconfig.o Python/instrumentation.o Python/intrinsics.o Python/legacy_tracing.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/tracemalloc.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/perf_trampoline.o Python/dynload_shlib.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/_typingmodule.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 Python/deepfreeze/deepfreeze.o Modules/getpath.o Python/frozen.o -lpthread -ldl -lutil -lm; \ ln -f libpython3.12.so.1.0 libpython3.12.so; \ else \ gcc -pthread -shared -L/opt/metwork-mfext-master/opt/python3_core/../core/lib -o libpython3.12.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/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/typevarobject.o Objects/unicodeobject.o Objects/unicodectype.o Objects/unionobject.o Objects/weakrefobject.o Python/asm_trampoline.o Python/_warnings.o Python/Python-ast.o Python/Python-tokenize.o Python/asdl.o Python/assemble.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/flowgraph.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/ceval_gil.o Python/hamt.o Python/hashtable.o Python/import.o Python/importdl.o Python/initconfig.o Python/instrumentation.o Python/intrinsics.o Python/legacy_tracing.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/tracemalloc.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/perf_trampoline.o Python/dynload_shlib.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/_typingmodule.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 Python/deepfreeze/deepfreeze.o Modules/getpath.o Python/frozen.o -lpthread -ldl -lutil -lm; \ fi gcc -pthread -shared -L/opt/metwork-mfext-master/opt/python3_core/../core/lib -Wl,--no-as-needed -o libpython3.so -Wl,-hlibpython3.so libpython3.12.so gcc -pthread -L/opt/metwork-mfext-master/opt/python3_core/../core/lib -Xlinker -export-dynamic -o python Programs/python.o -L. -lpython3.12 -lpthread -ldl -lutil -lm LD_LIBRARY_PATH=/src/layers/layer1_python3_core/0030_python3/build/Python-3.12.7:/opt/metwork-mfext-master/opt/python3_core/local/lib:/opt/metwork-mfext-master/opt/python3_core/lib:/opt/metwork-mfext-master/opt/core/local/lib:/opt/metwork-mfext-master/opt/core/lib:/opt/metwork-mfext-master/local/lib:/opt/metwork-mfext-master/lib ./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=/src/layers/layer1_python3_core/0030_python3/build/Python-3.12.7:/opt/metwork-mfext-master/opt/python3_core/local/lib:/opt/metwork-mfext-master/opt/python3_core/lib:/opt/metwork-mfext-master/opt/core/local/lib:/opt/metwork-mfext-master/opt/core/lib:/opt/metwork-mfext-master/local/lib:/opt/metwork-mfext-master/lib ./python -E -c 'import sys ; from sysconfig import get_platform ; print("%s-%d.%d" % (get_platform(), *sys.version_info[:2]))' >platform gcc -pthread -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/arraymodule.c -o Modules/arraymodule.o gcc -pthread -shared -L/opt/metwork-mfext-master/opt/python3_core/../core/lib Modules/arraymodule.o -o Modules/array.cpython-312-x86_64-linux-gnu.so gcc -pthread -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/_asynciomodule.c -o Modules/_asynciomodule.o gcc -pthread -shared -L/opt/metwork-mfext-master/opt/python3_core/../core/lib Modules/_asynciomodule.o -o Modules/_asyncio.cpython-312-x86_64-linux-gnu.so gcc -pthread -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/_bisectmodule.c -o Modules/_bisectmodule.o gcc -pthread -shared -L/opt/metwork-mfext-master/opt/python3_core/../core/lib Modules/_bisectmodule.o -o Modules/_bisect.cpython-312-x86_64-linux-gnu.so gcc -pthread -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/_contextvarsmodule.c -o Modules/_contextvarsmodule.o gcc -pthread -shared -L/opt/metwork-mfext-master/opt/python3_core/../core/lib Modules/_contextvarsmodule.o -o Modules/_contextvars.cpython-312-x86_64-linux-gnu.so gcc -pthread -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/_csv.c -o Modules/_csv.o gcc -pthread -shared -L/opt/metwork-mfext-master/opt/python3_core/../core/lib Modules/_csv.o -o Modules/_csv.cpython-312-x86_64-linux-gnu.so gcc -pthread -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/_heapqmodule.c -o Modules/_heapqmodule.o gcc -pthread -shared -L/opt/metwork-mfext-master/opt/python3_core/../core/lib Modules/_heapqmodule.o -o Modules/_heapq.cpython-312-x86_64-linux-gnu.so gcc -pthread -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/_json.c -o Modules/_json.o gcc -pthread -shared -L/opt/metwork-mfext-master/opt/python3_core/../core/lib Modules/_json.o -o Modules/_json.cpython-312-x86_64-linux-gnu.so gcc -pthread -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/_lsprof.c -o Modules/_lsprof.o gcc -pthread -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/rotatingtree.c -o Modules/rotatingtree.o gcc -pthread -shared -L/opt/metwork-mfext-master/opt/python3_core/../core/lib Modules/_lsprof.o Modules/rotatingtree.o -o Modules/_lsprof.cpython-312-x86_64-linux-gnu.so gcc -pthread -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/_opcode.c -o Modules/_opcode.o gcc -pthread -shared -L/opt/metwork-mfext-master/opt/python3_core/../core/lib Modules/_opcode.o -o Modules/_opcode.cpython-312-x86_64-linux-gnu.so gcc -pthread -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/_pickle.c -o Modules/_pickle.o gcc -pthread -shared -L/opt/metwork-mfext-master/opt/python3_core/../core/lib Modules/_pickle.o -o Modules/_pickle.cpython-312-x86_64-linux-gnu.so gcc -pthread -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/_queuemodule.c -o Modules/_queuemodule.o gcc -pthread -shared -L/opt/metwork-mfext-master/opt/python3_core/../core/lib Modules/_queuemodule.o -o Modules/_queue.cpython-312-x86_64-linux-gnu.so gcc -pthread -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/_randommodule.c -o Modules/_randommodule.o gcc -pthread -shared -L/opt/metwork-mfext-master/opt/python3_core/../core/lib Modules/_randommodule.o -o Modules/_random.cpython-312-x86_64-linux-gnu.so gcc -pthread -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/_struct.c -o Modules/_struct.o gcc -pthread -shared -L/opt/metwork-mfext-master/opt/python3_core/../core/lib Modules/_struct.o -o Modules/_struct.cpython-312-x86_64-linux-gnu.so gcc -pthread -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/_xxsubinterpretersmodule.c -o Modules/_xxsubinterpretersmodule.o gcc -pthread -shared -L/opt/metwork-mfext-master/opt/python3_core/../core/lib Modules/_xxsubinterpretersmodule.o -o Modules/_xxsubinterpreters.cpython-312-x86_64-linux-gnu.so gcc -pthread -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/_xxinterpchannelsmodule.c -o Modules/_xxinterpchannelsmodule.o gcc -pthread -shared -L/opt/metwork-mfext-master/opt/python3_core/../core/lib Modules/_xxinterpchannelsmodule.o -o Modules/_xxinterpchannels.cpython-312-x86_64-linux-gnu.so gcc -pthread -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/_zoneinfo.c -o Modules/_zoneinfo.o gcc -pthread -shared -L/opt/metwork-mfext-master/opt/python3_core/../core/lib Modules/_zoneinfo.o -o Modules/_zoneinfo.cpython-312-x86_64-linux-gnu.so gcc -pthread -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/audioop.c -o Modules/audioop.o gcc -pthread -shared -L/opt/metwork-mfext-master/opt/python3_core/../core/lib Modules/audioop.o -lm -o Modules/audioop.cpython-312-x86_64-linux-gnu.so gcc -pthread -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/mathmodule.c -o Modules/mathmodule.o gcc -pthread -shared -L/opt/metwork-mfext-master/opt/python3_core/../core/lib Modules/mathmodule.o -lm -o Modules/math.cpython-312-x86_64-linux-gnu.so gcc -pthread -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/cmathmodule.c -o Modules/cmathmodule.o gcc -pthread -shared -L/opt/metwork-mfext-master/opt/python3_core/../core/lib Modules/cmathmodule.o -lm -o Modules/cmath.cpython-312-x86_64-linux-gnu.so gcc -pthread -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/_statisticsmodule.c -o Modules/_statisticsmodule.o gcc -pthread -shared -L/opt/metwork-mfext-master/opt/python3_core/../core/lib Modules/_statisticsmodule.o -lm -o Modules/_statistics.cpython-312-x86_64-linux-gnu.so gcc -pthread -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/_datetimemodule.c -o Modules/_datetimemodule.o gcc -pthread -shared -L/opt/metwork-mfext-master/opt/python3_core/../core/lib Modules/_datetimemodule.o -lm -o Modules/_datetime.cpython-312-x86_64-linux-gnu.so gcc -pthread -c -I./Modules/_decimal/libmpdec -DCONFIG_64=1 -DANSI=1 -DHAVE_UINT128_T=1 -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -o Modules/_decimal/libmpdec/basearith.o ./Modules/_decimal/libmpdec/basearith.c gcc -pthread -c -I./Modules/_decimal/libmpdec -DCONFIG_64=1 -DANSI=1 -DHAVE_UINT128_T=1 -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -o Modules/_decimal/libmpdec/constants.o ./Modules/_decimal/libmpdec/constants.c gcc -pthread -c -I./Modules/_decimal/libmpdec -DCONFIG_64=1 -DANSI=1 -DHAVE_UINT128_T=1 -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -o Modules/_decimal/libmpdec/context.o ./Modules/_decimal/libmpdec/context.c gcc -pthread -c -I./Modules/_decimal/libmpdec -DCONFIG_64=1 -DANSI=1 -DHAVE_UINT128_T=1 -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -o Modules/_decimal/libmpdec/convolute.o ./Modules/_decimal/libmpdec/convolute.c gcc -pthread -c -I./Modules/_decimal/libmpdec -DCONFIG_64=1 -DANSI=1 -DHAVE_UINT128_T=1 -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -o Modules/_decimal/libmpdec/crt.o ./Modules/_decimal/libmpdec/crt.c gcc -pthread -c -I./Modules/_decimal/libmpdec -DCONFIG_64=1 -DANSI=1 -DHAVE_UINT128_T=1 -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -o Modules/_decimal/libmpdec/difradix2.o ./Modules/_decimal/libmpdec/difradix2.c gcc -pthread -c -I./Modules/_decimal/libmpdec -DCONFIG_64=1 -DANSI=1 -DHAVE_UINT128_T=1 -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -o Modules/_decimal/libmpdec/fnt.o ./Modules/_decimal/libmpdec/fnt.c gcc -pthread -c -I./Modules/_decimal/libmpdec -DCONFIG_64=1 -DANSI=1 -DHAVE_UINT128_T=1 -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -o Modules/_decimal/libmpdec/fourstep.o ./Modules/_decimal/libmpdec/fourstep.c gcc -pthread -c -I./Modules/_decimal/libmpdec -DCONFIG_64=1 -DANSI=1 -DHAVE_UINT128_T=1 -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -o Modules/_decimal/libmpdec/io.o ./Modules/_decimal/libmpdec/io.c gcc -pthread -c -I./Modules/_decimal/libmpdec -DCONFIG_64=1 -DANSI=1 -DHAVE_UINT128_T=1 -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -o Modules/_decimal/libmpdec/mpalloc.o ./Modules/_decimal/libmpdec/mpalloc.c gcc -pthread -c -I./Modules/_decimal/libmpdec -DCONFIG_64=1 -DANSI=1 -DHAVE_UINT128_T=1 -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -o Modules/_decimal/libmpdec/mpdecimal.o ./Modules/_decimal/libmpdec/mpdecimal.c gcc -pthread -c -I./Modules/_decimal/libmpdec -DCONFIG_64=1 -DANSI=1 -DHAVE_UINT128_T=1 -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -o Modules/_decimal/libmpdec/numbertheory.o ./Modules/_decimal/libmpdec/numbertheory.c gcc -pthread -c -I./Modules/_decimal/libmpdec -DCONFIG_64=1 -DANSI=1 -DHAVE_UINT128_T=1 -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -o Modules/_decimal/libmpdec/sixstep.o ./Modules/_decimal/libmpdec/sixstep.c gcc -pthread -c -I./Modules/_decimal/libmpdec -DCONFIG_64=1 -DANSI=1 -DHAVE_UINT128_T=1 -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -o Modules/_decimal/libmpdec/transpose.o ./Modules/_decimal/libmpdec/transpose.c rm -f Modules/_decimal/libmpdec/libmpdec.a ar rcs Modules/_decimal/libmpdec/libmpdec.a Modules/_decimal/libmpdec/basearith.o Modules/_decimal/libmpdec/constants.o Modules/_decimal/libmpdec/context.o Modules/_decimal/libmpdec/convolute.o Modules/_decimal/libmpdec/crt.o Modules/_decimal/libmpdec/difradix2.o Modules/_decimal/libmpdec/fnt.o Modules/_decimal/libmpdec/fourstep.o Modules/_decimal/libmpdec/io.o Modules/_decimal/libmpdec/mpalloc.o Modules/_decimal/libmpdec/mpdecimal.o Modules/_decimal/libmpdec/numbertheory.o Modules/_decimal/libmpdec/sixstep.o Modules/_decimal/libmpdec/transpose.o gcc -pthread -I./Modules/_decimal/libmpdec -DCONFIG_64=1 -DANSI=1 -DHAVE_UINT128_T=1 -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/_decimal/_decimal.c -o Modules/_decimal/_decimal.o gcc -pthread -shared -L/opt/metwork-mfext-master/opt/python3_core/../core/lib Modules/_decimal/_decimal.o -lm Modules/_decimal/libmpdec/libmpdec.a -o Modules/_decimal.cpython-312-x86_64-linux-gnu.so gcc -pthread -DUSE_ZLIB_CRC32 -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/binascii.c -o Modules/binascii.o gcc -pthread -shared -L/opt/metwork-mfext-master/opt/python3_core/../core/lib Modules/binascii.o -lz -o Modules/binascii.cpython-312-x86_64-linux-gnu.so gcc -pthread -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/_bz2module.c -o Modules/_bz2module.o gcc -pthread -shared -L/opt/metwork-mfext-master/opt/python3_core/../core/lib Modules/_bz2module.o -lbz2 -o Modules/_bz2.cpython-312-x86_64-linux-gnu.so gcc -pthread -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/_lzmamodule.c -o Modules/_lzmamodule.o gcc -pthread -shared -L/opt/metwork-mfext-master/opt/python3_core/../core/lib Modules/_lzmamodule.o -llzma -o Modules/_lzma.cpython-312-x86_64-linux-gnu.so gcc -pthread -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/zlibmodule.c -o Modules/zlibmodule.o gcc -pthread -shared -L/opt/metwork-mfext-master/opt/python3_core/../core/lib Modules/zlibmodule.o -lz -o Modules/zlib.cpython-312-x86_64-linux-gnu.so gcc -pthread -DUSE_GDBM_COMPAT -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/_dbmmodule.c -o Modules/_dbmmodule.o gcc -pthread -shared -L/opt/metwork-mfext-master/opt/python3_core/../core/lib Modules/_dbmmodule.o -lgdbm_compat -o Modules/_dbm.cpython-312-x86_64-linux-gnu.so gcc -pthread -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/_gdbmmodule.c -o Modules/_gdbmmodule.o gcc -pthread -shared -L/opt/metwork-mfext-master/opt/python3_core/../core/lib Modules/_gdbmmodule.o -lgdbm -o Modules/_gdbm.cpython-312-x86_64-linux-gnu.so gcc -pthread -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/readline.c -o Modules/readline.o In file included from /opt/metwork-mfext-master/opt/python3_core/../core/include/readline/readline.h:36, from ./Modules/readline.c:39: /opt/metwork-mfext-master/opt/python3_core/../core/include/readline/rltypedefs.h:35:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef int Function () __attribute__ ((deprecated)); ^~~~~~~ /opt/metwork-mfext-master/opt/python3_core/../core/include/readline/rltypedefs.h:36:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef void VFunction () __attribute__ ((deprecated)); ^~~~~~~ /opt/metwork-mfext-master/opt/python3_core/../core/include/readline/rltypedefs.h:37:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef char *CPFunction () __attribute__ ((deprecated)); ^~~~~~~ /opt/metwork-mfext-master/opt/python3_core/../core/include/readline/rltypedefs.h:38:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef char **CPPFunction () __attribute__ ((deprecated)); ^~~~~~~ In file included from ./Modules/readline.c:39: /opt/metwork-mfext-master/opt/python3_core/../core/include/readline/readline.h:408:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] extern int rl_message (); ^~~~~~ gcc -pthread -shared -L/opt/metwork-mfext-master/opt/python3_core/../core/lib Modules/readline.o -lreadline -o Modules/readline.cpython-312-x86_64-linux-gnu.so gcc -pthread -I./Modules/_hacl/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/md5module.c -o Modules/md5module.o gcc -pthread -I./Modules/_hacl/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/_hacl/Hacl_Hash_MD5.c -o Modules/_hacl/Hacl_Hash_MD5.o gcc -pthread -shared -L/opt/metwork-mfext-master/opt/python3_core/../core/lib Modules/md5module.o Modules/_hacl/Hacl_Hash_MD5.o -o Modules/_md5.cpython-312-x86_64-linux-gnu.so gcc -pthread -I./Modules/_hacl/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/sha1module.c -o Modules/sha1module.o gcc -pthread -I./Modules/_hacl/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/_hacl/Hacl_Hash_SHA1.c -o Modules/_hacl/Hacl_Hash_SHA1.o gcc -pthread -shared -L/opt/metwork-mfext-master/opt/python3_core/../core/lib Modules/sha1module.o Modules/_hacl/Hacl_Hash_SHA1.o -o Modules/_sha1.cpython-312-x86_64-linux-gnu.so gcc -pthread -c -I./Modules/_hacl/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -o Modules/_hacl/Hacl_Hash_SHA2.o ./Modules/_hacl/Hacl_Hash_SHA2.c rm -f Modules/_hacl/libHacl_Hash_SHA2.a ar rcs Modules/_hacl/libHacl_Hash_SHA2.a Modules/_hacl/Hacl_Hash_SHA2.o gcc -pthread -I./Modules/_hacl/include -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/sha2module.c -o Modules/sha2module.o gcc -pthread -shared -L/opt/metwork-mfext-master/opt/python3_core/../core/lib Modules/sha2module.o Modules/_hacl/libHacl_Hash_SHA2.a -o Modules/_sha2.cpython-312-x86_64-linux-gnu.so gcc -pthread -I./Modules/_hacl/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/sha3module.c -o Modules/sha3module.o gcc -pthread -I./Modules/_hacl/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/_hacl/Hacl_Hash_SHA3.c -o Modules/_hacl/Hacl_Hash_SHA3.o gcc -pthread -shared -L/opt/metwork-mfext-master/opt/python3_core/../core/lib Modules/sha3module.o Modules/_hacl/Hacl_Hash_SHA3.o -o Modules/_sha3.cpython-312-x86_64-linux-gnu.so gcc -pthread -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/_blake2/blake2module.c -o Modules/_blake2/blake2module.o gcc -pthread -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/_blake2/blake2b_impl.c -o Modules/_blake2/blake2b_impl.o gcc -pthread -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/_blake2/blake2s_impl.c -o Modules/_blake2/blake2s_impl.o gcc -pthread -shared -L/opt/metwork-mfext-master/opt/python3_core/../core/lib Modules/_blake2/blake2module.o Modules/_blake2/blake2b_impl.o Modules/_blake2/blake2s_impl.o -o Modules/_blake2.cpython-312-x86_64-linux-gnu.so gcc -pthread -c -I./Modules/expat -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -o Modules/expat/xmlparse.o ./Modules/expat/xmlparse.c gcc -pthread -c -I./Modules/expat -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -o Modules/expat/xmlrole.o ./Modules/expat/xmlrole.c gcc -pthread -c -I./Modules/expat -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -o Modules/expat/xmltok.o ./Modules/expat/xmltok.c rm -f Modules/expat/libexpat.a ar rcs Modules/expat/libexpat.a Modules/expat/xmlparse.o Modules/expat/xmlrole.o Modules/expat/xmltok.o gcc -pthread -I./Modules/expat -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/pyexpat.c -o Modules/pyexpat.o gcc -pthread -shared -L/opt/metwork-mfext-master/opt/python3_core/../core/lib Modules/pyexpat.o -lm Modules/expat/libexpat.a -o Modules/pyexpat.cpython-312-x86_64-linux-gnu.so gcc -pthread -I./Modules/expat -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/_elementtree.c -o Modules/_elementtree.o gcc -pthread -shared -L/opt/metwork-mfext-master/opt/python3_core/../core/lib Modules/_elementtree.o -o Modules/_elementtree.cpython-312-x86_64-linux-gnu.so gcc -pthread -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/cjkcodecs/_codecs_cn.c -o Modules/cjkcodecs/_codecs_cn.o gcc -pthread -shared -L/opt/metwork-mfext-master/opt/python3_core/../core/lib Modules/cjkcodecs/_codecs_cn.o -o Modules/_codecs_cn.cpython-312-x86_64-linux-gnu.so gcc -pthread -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/cjkcodecs/_codecs_hk.c -o Modules/cjkcodecs/_codecs_hk.o gcc -pthread -shared -L/opt/metwork-mfext-master/opt/python3_core/../core/lib Modules/cjkcodecs/_codecs_hk.o -o Modules/_codecs_hk.cpython-312-x86_64-linux-gnu.so gcc -pthread -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/cjkcodecs/_codecs_iso2022.c -o Modules/cjkcodecs/_codecs_iso2022.o gcc -pthread -shared -L/opt/metwork-mfext-master/opt/python3_core/../core/lib Modules/cjkcodecs/_codecs_iso2022.o -o Modules/_codecs_iso2022.cpython-312-x86_64-linux-gnu.so gcc -pthread -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/cjkcodecs/_codecs_jp.c -o Modules/cjkcodecs/_codecs_jp.o gcc -pthread -shared -L/opt/metwork-mfext-master/opt/python3_core/../core/lib Modules/cjkcodecs/_codecs_jp.o -o Modules/_codecs_jp.cpython-312-x86_64-linux-gnu.so gcc -pthread -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/cjkcodecs/_codecs_kr.c -o Modules/cjkcodecs/_codecs_kr.o gcc -pthread -shared -L/opt/metwork-mfext-master/opt/python3_core/../core/lib Modules/cjkcodecs/_codecs_kr.o -o Modules/_codecs_kr.cpython-312-x86_64-linux-gnu.so gcc -pthread -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/cjkcodecs/_codecs_tw.c -o Modules/cjkcodecs/_codecs_tw.o gcc -pthread -shared -L/opt/metwork-mfext-master/opt/python3_core/../core/lib Modules/cjkcodecs/_codecs_tw.o -o Modules/_codecs_tw.cpython-312-x86_64-linux-gnu.so gcc -pthread -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/cjkcodecs/multibytecodec.c -o Modules/cjkcodecs/multibytecodec.o gcc -pthread -shared -L/opt/metwork-mfext-master/opt/python3_core/../core/lib Modules/cjkcodecs/multibytecodec.o -o Modules/_multibytecodec.cpython-312-x86_64-linux-gnu.so gcc -pthread -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/unicodedata.c -o Modules/unicodedata.o gcc -pthread -shared -L/opt/metwork-mfext-master/opt/python3_core/../core/lib Modules/unicodedata.o -o Modules/unicodedata.cpython-312-x86_64-linux-gnu.so gcc -pthread -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/_cryptmodule.c -o Modules/_cryptmodule.o gcc -pthread -shared -L/opt/metwork-mfext-master/opt/python3_core/../core/lib Modules/_cryptmodule.o -L/lib64 -lcrypt -o Modules/_crypt.cpython-312-x86_64-linux-gnu.so gcc -pthread -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/fcntlmodule.c -o Modules/fcntlmodule.o gcc -pthread -shared -L/opt/metwork-mfext-master/opt/python3_core/../core/lib Modules/fcntlmodule.o -o Modules/fcntl.cpython-312-x86_64-linux-gnu.so gcc -pthread -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/grpmodule.c -o Modules/grpmodule.o gcc -pthread -shared -L/opt/metwork-mfext-master/opt/python3_core/../core/lib Modules/grpmodule.o -o Modules/grp.cpython-312-x86_64-linux-gnu.so gcc -pthread -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/mmapmodule.c -o Modules/mmapmodule.o gcc -pthread -shared -L/opt/metwork-mfext-master/opt/python3_core/../core/lib Modules/mmapmodule.o -o Modules/mmap.cpython-312-x86_64-linux-gnu.so gcc -pthread -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/ossaudiodev.c -o Modules/ossaudiodev.o gcc -pthread -shared -L/opt/metwork-mfext-master/opt/python3_core/../core/lib Modules/ossaudiodev.o -o Modules/ossaudiodev.cpython-312-x86_64-linux-gnu.so gcc -pthread -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/_posixsubprocess.c -o Modules/_posixsubprocess.o gcc -pthread -shared -L/opt/metwork-mfext-master/opt/python3_core/../core/lib Modules/_posixsubprocess.o -o Modules/_posixsubprocess.cpython-312-x86_64-linux-gnu.so gcc -pthread -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/resource.c -o Modules/resource.o gcc -pthread -shared -L/opt/metwork-mfext-master/opt/python3_core/../core/lib Modules/resource.o -o Modules/resource.cpython-312-x86_64-linux-gnu.so gcc -pthread -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/selectmodule.c -o Modules/selectmodule.o gcc -pthread -shared -L/opt/metwork-mfext-master/opt/python3_core/../core/lib Modules/selectmodule.o -o Modules/select.cpython-312-x86_64-linux-gnu.so gcc -pthread -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/socketmodule.c -o Modules/socketmodule.o gcc -pthread -shared -L/opt/metwork-mfext-master/opt/python3_core/../core/lib Modules/socketmodule.o -o Modules/_socket.cpython-312-x86_64-linux-gnu.so gcc -pthread -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/spwdmodule.c -o Modules/spwdmodule.o gcc -pthread -shared -L/opt/metwork-mfext-master/opt/python3_core/../core/lib Modules/spwdmodule.o -o Modules/spwd.cpython-312-x86_64-linux-gnu.so gcc -pthread -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/syslogmodule.c -o Modules/syslogmodule.o gcc -pthread -shared -L/opt/metwork-mfext-master/opt/python3_core/../core/lib Modules/syslogmodule.o -o Modules/syslog.cpython-312-x86_64-linux-gnu.so gcc -pthread -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/termios.c -o Modules/termios.o gcc -pthread -shared -L/opt/metwork-mfext-master/opt/python3_core/../core/lib Modules/termios.o -o Modules/termios.cpython-312-x86_64-linux-gnu.so gcc -pthread -I./Modules/_multiprocessing -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/_multiprocessing/posixshmem.c -o Modules/_multiprocessing/posixshmem.o gcc -pthread -shared -L/opt/metwork-mfext-master/opt/python3_core/../core/lib Modules/_multiprocessing/posixshmem.o -lrt -o Modules/_posixshmem.cpython-312-x86_64-linux-gnu.so gcc -pthread -I./Modules/_multiprocessing -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/_multiprocessing/multiprocessing.c -o Modules/_multiprocessing/multiprocessing.o gcc -pthread -I./Modules/_multiprocessing -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/_multiprocessing/semaphore.c -o Modules/_multiprocessing/semaphore.o gcc -pthread -shared -L/opt/metwork-mfext-master/opt/python3_core/../core/lib Modules/_multiprocessing/multiprocessing.o Modules/_multiprocessing/semaphore.o -o Modules/_multiprocessing.cpython-312-x86_64-linux-gnu.so gcc -pthread -fno-strict-overflow -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/_ctypes/_ctypes.c -o Modules/_ctypes/_ctypes.o gcc -pthread -fno-strict-overflow -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/_ctypes/callbacks.c -o Modules/_ctypes/callbacks.o gcc -pthread -fno-strict-overflow -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/_ctypes/callproc.c -o Modules/_ctypes/callproc.o gcc -pthread -fno-strict-overflow -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/_ctypes/stgdict.c -o Modules/_ctypes/stgdict.o gcc -pthread -fno-strict-overflow -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/_ctypes/cfield.c -o Modules/_ctypes/cfield.o gcc -pthread -shared -L/opt/metwork-mfext-master/opt/python3_core/../core/lib Modules/_ctypes/_ctypes.o Modules/_ctypes/callbacks.o Modules/_ctypes/callproc.o Modules/_ctypes/stgdict.o Modules/_ctypes/cfield.o -lffi -ldl -o Modules/_ctypes.cpython-312-x86_64-linux-gnu.so gcc -pthread -D_GNU_SOURCE -D_DEFAULT_SOURCE -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/_cursesmodule.c -o Modules/_cursesmodule.o gcc -pthread -shared -L/opt/metwork-mfext-master/opt/python3_core/../core/lib Modules/_cursesmodule.o -lncursesw -ltinfo -o Modules/_curses.cpython-312-x86_64-linux-gnu.so gcc -pthread -D_GNU_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -D_DEFAULT_SOURCE -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/_curses_panel.c -o Modules/_curses_panel.o gcc -pthread -shared -L/opt/metwork-mfext-master/opt/python3_core/../core/lib Modules/_curses_panel.o -lpanelw -lncursesw -ltinfo -o Modules/_curses_panel.cpython-312-x86_64-linux-gnu.so gcc -pthread -I/opt/metwork-mfext-master/opt/core/include -I./Modules/_sqlite -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/_sqlite/blob.c -o Modules/_sqlite/blob.o gcc -pthread -I/opt/metwork-mfext-master/opt/core/include -I./Modules/_sqlite -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/_sqlite/connection.c -o Modules/_sqlite/connection.o gcc -pthread -I/opt/metwork-mfext-master/opt/core/include -I./Modules/_sqlite -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/_sqlite/cursor.c -o Modules/_sqlite/cursor.o gcc -pthread -I/opt/metwork-mfext-master/opt/core/include -I./Modules/_sqlite -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/_sqlite/microprotocols.c -o Modules/_sqlite/microprotocols.o gcc -pthread -I/opt/metwork-mfext-master/opt/core/include -I./Modules/_sqlite -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/_sqlite/module.c -o Modules/_sqlite/module.o gcc -pthread -I/opt/metwork-mfext-master/opt/core/include -I./Modules/_sqlite -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/_sqlite/prepare_protocol.c -o Modules/_sqlite/prepare_protocol.o gcc -pthread -I/opt/metwork-mfext-master/opt/core/include -I./Modules/_sqlite -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/_sqlite/row.c -o Modules/_sqlite/row.o gcc -pthread -I/opt/metwork-mfext-master/opt/core/include -I./Modules/_sqlite -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/_sqlite/statement.c -o Modules/_sqlite/statement.o gcc -pthread -I/opt/metwork-mfext-master/opt/core/include -I./Modules/_sqlite -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/_sqlite/util.c -o Modules/_sqlite/util.o gcc -pthread -shared -L/opt/metwork-mfext-master/opt/python3_core/../core/lib Modules/_sqlite/blob.o Modules/_sqlite/connection.o Modules/_sqlite/cursor.o Modules/_sqlite/microprotocols.o Modules/_sqlite/module.o Modules/_sqlite/prepare_protocol.o Modules/_sqlite/row.o Modules/_sqlite/statement.o Modules/_sqlite/util.o -L/opt/metwork-mfext-master/opt/core/lib -lsqlite3 -o Modules/_sqlite3.cpython-312-x86_64-linux-gnu.so gcc -pthread -I/opt/metwork-mfext-master/opt/core/include -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/_ssl.c -o Modules/_ssl.o gcc -pthread -shared -L/opt/metwork-mfext-master/opt/python3_core/../core/lib Modules/_ssl.o -L/opt/metwork-mfext-master/opt/core/lib -lssl -lcrypto -o Modules/_ssl.cpython-312-x86_64-linux-gnu.so gcc -pthread -I/opt/metwork-mfext-master/opt/core/include -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/_hashopenssl.c -o Modules/_hashopenssl.o gcc -pthread -shared -L/opt/metwork-mfext-master/opt/python3_core/../core/lib Modules/_hashopenssl.o -L/opt/metwork-mfext-master/opt/core/lib -lcrypto -o Modules/_hashlib.cpython-312-x86_64-linux-gnu.so gcc -pthread -I/usr/include/uuid -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/_uuidmodule.c -o Modules/_uuidmodule.o gcc -pthread -shared -L/opt/metwork-mfext-master/opt/python3_core/../core/lib Modules/_uuidmodule.o -luuid -o Modules/_uuid.cpython-312-x86_64-linux-gnu.so gcc -pthread -Wno-strict-prototypes -DWITH_APPINIT=1 -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/_tkinter.c -o Modules/_tkinter.o gcc -pthread -Wno-strict-prototypes -DWITH_APPINIT=1 -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/tkappinit.c -o Modules/tkappinit.o gcc -pthread -shared -L/opt/metwork-mfext-master/opt/python3_core/../core/lib Modules/_tkinter.o Modules/tkappinit.o -ltk8.6 -ltkstub8.6 -ltcl8.6 -ltclstub8.6 -o Modules/_tkinter.cpython-312-x86_64-linux-gnu.so gcc -pthread -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/xxsubtype.c -o Modules/xxsubtype.o gcc -pthread -shared -L/opt/metwork-mfext-master/opt/python3_core/../core/lib Modules/xxsubtype.o -o Modules/xxsubtype.cpython-312-x86_64-linux-gnu.so gcc -pthread -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/_xxtestfuzz/_xxtestfuzz.c -o Modules/_xxtestfuzz/_xxtestfuzz.o gcc -pthread -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/_xxtestfuzz/fuzzer.c -o Modules/_xxtestfuzz/fuzzer.o gcc -pthread -shared -L/opt/metwork-mfext-master/opt/python3_core/../core/lib Modules/_xxtestfuzz/_xxtestfuzz.o Modules/_xxtestfuzz/fuzzer.o -o Modules/_xxtestfuzz.cpython-312-x86_64-linux-gnu.so gcc -pthread -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/_testbuffer.c -o Modules/_testbuffer.o gcc -pthread -shared -L/opt/metwork-mfext-master/opt/python3_core/../core/lib Modules/_testbuffer.o -o Modules/_testbuffer.cpython-312-x86_64-linux-gnu.so gcc -pthread -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/_testinternalcapi.c -o Modules/_testinternalcapi.o gcc -pthread -shared -L/opt/metwork-mfext-master/opt/python3_core/../core/lib Modules/_testinternalcapi.o -o Modules/_testinternalcapi.cpython-312-x86_64-linux-gnu.so gcc -pthread -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/_testcapimodule.c -o Modules/_testcapimodule.o gcc -pthread -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/_testcapi/vectorcall.c -o Modules/_testcapi/vectorcall.o gcc -pthread -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/_testcapi/vectorcall_limited.c -o Modules/_testcapi/vectorcall_limited.o gcc -pthread -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/_testcapi/heaptype.c -o Modules/_testcapi/heaptype.o gcc -pthread -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/_testcapi/abstract.c -o Modules/_testcapi/abstract.o gcc -pthread -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/_testcapi/bytearray.c -o Modules/_testcapi/bytearray.o gcc -pthread -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/_testcapi/bytes.c -o Modules/_testcapi/bytes.o gcc -pthread -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/_testcapi/unicode.c -o Modules/_testcapi/unicode.o gcc -pthread -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/_testcapi/dict.c -o Modules/_testcapi/dict.o gcc -pthread -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/_testcapi/set.c -o Modules/_testcapi/set.o gcc -pthread -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/_testcapi/list.c -o Modules/_testcapi/list.o gcc -pthread -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/_testcapi/tuple.c -o Modules/_testcapi/tuple.o gcc -pthread -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/_testcapi/getargs.c -o Modules/_testcapi/getargs.o gcc -pthread -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/_testcapi/pytime.c -o Modules/_testcapi/pytime.o gcc -pthread -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/_testcapi/datetime.c -o Modules/_testcapi/datetime.o gcc -pthread -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/_testcapi/docstring.c -o Modules/_testcapi/docstring.o gcc -pthread -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/_testcapi/mem.c -o Modules/_testcapi/mem.o gcc -pthread -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/_testcapi/watchers.c -o Modules/_testcapi/watchers.o gcc -pthread -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/_testcapi/long.c -o Modules/_testcapi/long.o gcc -pthread -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/_testcapi/float.c -o Modules/_testcapi/float.o gcc -pthread -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/_testcapi/complex.c -o Modules/_testcapi/complex.o gcc -pthread -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/_testcapi/numbers.c -o Modules/_testcapi/numbers.o gcc -pthread -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/_testcapi/structmember.c -o Modules/_testcapi/structmember.o gcc -pthread -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/_testcapi/exceptions.c -o Modules/_testcapi/exceptions.o gcc -pthread -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/_testcapi/code.c -o Modules/_testcapi/code.o gcc -pthread -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/_testcapi/buffer.c -o Modules/_testcapi/buffer.o gcc -pthread -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/_testcapi/pyos.c -o Modules/_testcapi/pyos.o gcc -pthread -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/_testcapi/run.c -o Modules/_testcapi/run.o gcc -pthread -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/_testcapi/file.c -o Modules/_testcapi/file.o gcc -pthread -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/_testcapi/codec.c -o Modules/_testcapi/codec.o gcc -pthread -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/_testcapi/immortal.c -o Modules/_testcapi/immortal.o gcc -pthread -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/_testcapi/heaptype_relative.c -o Modules/_testcapi/heaptype_relative.o gcc -pthread -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/_testcapi/gc.c -o Modules/_testcapi/gc.o gcc -pthread -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/_testcapi/sys.c -o Modules/_testcapi/sys.o gcc -pthread -shared -L/opt/metwork-mfext-master/opt/python3_core/../core/lib Modules/_testcapimodule.o Modules/_testcapi/vectorcall.o Modules/_testcapi/vectorcall_limited.o Modules/_testcapi/heaptype.o Modules/_testcapi/abstract.o Modules/_testcapi/bytearray.o Modules/_testcapi/bytes.o Modules/_testcapi/unicode.o Modules/_testcapi/dict.o Modules/_testcapi/set.o Modules/_testcapi/list.o Modules/_testcapi/tuple.o Modules/_testcapi/getargs.o Modules/_testcapi/pytime.o Modules/_testcapi/datetime.o Modules/_testcapi/docstring.o Modules/_testcapi/mem.o Modules/_testcapi/watchers.o Modules/_testcapi/long.o Modules/_testcapi/float.o Modules/_testcapi/complex.o Modules/_testcapi/numbers.o Modules/_testcapi/structmember.o Modules/_testcapi/exceptions.o Modules/_testcapi/code.o Modules/_testcapi/buffer.o Modules/_testcapi/pyos.o Modules/_testcapi/run.o Modules/_testcapi/file.o Modules/_testcapi/codec.o Modules/_testcapi/immortal.o Modules/_testcapi/heaptype_relative.o Modules/_testcapi/gc.o Modules/_testcapi/sys.o -o Modules/_testcapi.cpython-312-x86_64-linux-gnu.so gcc -pthread -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/_testclinic.c -o Modules/_testclinic.o gcc -pthread -shared -L/opt/metwork-mfext-master/opt/python3_core/../core/lib Modules/_testclinic.o -o Modules/_testclinic.cpython-312-x86_64-linux-gnu.so gcc -pthread -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/_testimportmultiple.c -o Modules/_testimportmultiple.o gcc -pthread -shared -L/opt/metwork-mfext-master/opt/python3_core/../core/lib Modules/_testimportmultiple.o -o Modules/_testimportmultiple.cpython-312-x86_64-linux-gnu.so gcc -pthread -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/_testmultiphase.c -o Modules/_testmultiphase.o gcc -pthread -shared -L/opt/metwork-mfext-master/opt/python3_core/../core/lib Modules/_testmultiphase.o -o Modules/_testmultiphase.cpython-312-x86_64-linux-gnu.so gcc -pthread -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/_testsinglephase.c -o Modules/_testsinglephase.o gcc -pthread -shared -L/opt/metwork-mfext-master/opt/python3_core/../core/lib Modules/_testsinglephase.o -o Modules/_testsinglephase.cpython-312-x86_64-linux-gnu.so gcc -pthread -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/_ctypes/_ctypes_test.c -o Modules/_ctypes/_ctypes_test.o gcc -pthread -shared -L/opt/metwork-mfext-master/opt/python3_core/../core/lib Modules/_ctypes/_ctypes_test.o -lm -o Modules/_ctypes_test.cpython-312-x86_64-linux-gnu.so gcc -pthread -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/xxlimited.c -o Modules/xxlimited.o gcc -pthread -shared -L/opt/metwork-mfext-master/opt/python3_core/../core/lib Modules/xxlimited.o -o Modules/xxlimited.cpython-312-x86_64-linux-gnu.so gcc -pthread -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -fPIC -c ./Modules/xxlimited_35.c -o Modules/xxlimited_35.o gcc -pthread -shared -L/opt/metwork-mfext-master/opt/python3_core/../core/lib Modules/xxlimited_35.o -o Modules/xxlimited_35.cpython-312-x86_64-linux-gnu.so /bin/install -c -m 644 ./Tools/gdb/libpython.py python-gdb.py gcc -pthread -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/opt/metwork-mfext-master/opt/python3_core/../core/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/metwork-mfext-master/opt/python3_core/../core/include -fPIC -DPy_BUILD_CORE -o Programs/_testembed.o ./Programs/_testembed.c gcc -pthread -L/opt/metwork-mfext-master/opt/python3_core/../core/lib -Xlinker -export-dynamic -o Programs/_testembed Programs/_testembed.o -L. -lpython3.12 -lpthread -ldl -lutil -lm sed -e "s,/usr/bin/env python3,/opt/metwork-mfext-master/opt/python3_core/bin/python3.12," < ./Tools/scripts/2to3 > build/scripts-3.12/2to3-3.12 sed -e "s,/usr/bin/env python3,/opt/metwork-mfext-master/opt/python3_core/bin/python3.12," < ./Tools/scripts/idle3 > build/scripts-3.12/idle3.12 sed -e "s,/usr/bin/env python3,/opt/metwork-mfext-master/opt/python3_core/bin/python3.12," < ./Tools/scripts/pydoc3 > build/scripts-3.12/pydoc3.12 sed -e "s,@EXENAME@,/opt/metwork-mfext-master/opt/python3_core/bin/python3.12," < ./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 The necessary bits to build these optional modules were not found: nis To find the necessary bits, look in configure.ac and config.log. Checked 111 modules (31 built-in, 78 shared, 1 n/a on linux-x86_64, 0 disabled, 1 missing, 0 failed on import) make[2]: Leaving directory '/src/layers/layer1_python3_core/0030_python3/build/Python-3.12.7' cd build/Python-3.12.7 && make install make[2]: Entering directory '/src/layers/layer1_python3_core/0030_python3/build/Python-3.12.7' Creating directory /opt/metwork-mfext-master/opt/python3_core/lib if test "no-framework" = "no-framework" ; then \ /bin/install -c python /opt/metwork-mfext-master/opt/python3_core/bin/python3.12; \ else \ /bin/install -c -s Mac/pythonw /opt/metwork-mfext-master/opt/python3_core/bin/python3.12; \ fi if test "3.12" != "3.12"; then \ if test -f /opt/metwork-mfext-master/opt/python3_core/bin/python3.12 -o -h /opt/metwork-mfext-master/opt/python3_core/bin/python3.12; \ then rm -f /opt/metwork-mfext-master/opt/python3_core/bin/python3.12; \ fi; \ (cd /opt/metwork-mfext-master/opt/python3_core/bin; ln python3.12 python3.12); \ fi if test "x" != "x" ; then \ rm -f /opt/metwork-mfext-master/opt/python3_core/bin/python3.12-32; \ lipo \ -output /opt/metwork-mfext-master/opt/python3_core/bin/python3.12-32 \ /opt/metwork-mfext-master/opt/python3_core/bin/python3.12; \ fi if test "x" != "x" ; then \ rm -f /opt/metwork-mfext-master/opt/python3_core/bin/python3.12-intel64; \ lipo \ -output /opt/metwork-mfext-master/opt/python3_core/bin/python3.12-intel64 \ /opt/metwork-mfext-master/opt/python3_core/bin/python3.12; \ fi # Install macOS debug information (if available) if test -d "python.dSYM"; then \ echo /opt/metwork-mfext-master/opt/python3_core/bin/python3.12; \ /opt/metwork-mfext-master/opt/python3_core/bin/python3.12; \ fi if test "no-framework" = "no-framework" ; then \ if test -d "libpython3.12.so.dSYM"; then \ echo /opt/metwork-mfext-master/opt/python3_core/lib/libpython3.12.so.1.0; \ /opt/metwork-mfext-master/opt/python3_core/lib/libpython3.12.so.1.0; \ fi \ else \ if test -d "libpython3.12.so.dSYM"; then \ echo /libpython3.12.so.1.0; \ /libpython3.12.so.1.0; \ fi \ fi The necessary bits to build these optional modules were not found: nis To find the necessary bits, look in configure.ac and config.log. Checked 111 modules (31 built-in, 78 shared, 1 n/a on linux-x86_64, 0 disabled, 1 missing, 0 failed on import) Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/asyncio Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/collections Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/concurrent Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/concurrent/futures Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/ctypes Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/ctypes/macholib Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/curses Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/dbm Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/email Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/email/mime Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/ensurepip Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/ensurepip/_bundled Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/html Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/http Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/Icons Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/importlib Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/importlib/resources Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/importlib/metadata Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/json Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3 Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/fixes Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/pgen2 Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/logging Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/multiprocessing Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/multiprocessing/dummy Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/pydoc_data Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/re Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/sqlite3 Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/tkinter Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/tomllib Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/turtledemo Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/unittest Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/urllib Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/venv Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/venv/scripts Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/venv/scripts/common Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/venv/scripts/posix Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/wsgiref Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/xml Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/xml/dom Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/xml/etree Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/xml/parsers Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/xml/sax Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/xmlrpc Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/zipfile Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/zipfile/_path Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/zoneinfo Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/__phello__ Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ast Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/audiodata Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/certdata Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/certdata/capath Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/cjkencodings Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/crashers Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/configdata Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/data Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/dtracedata Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/encoded_modules Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/imghdrdata Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/leakers Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/libregrtest Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/regrtestdata Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/regrtestdata/import_from_tests Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/regrtestdata/import_from_tests/test_regrtest_b Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/sndhdrdata Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/subprocessdata Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/support Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/support/_hypothesis_stubs Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_asyncio Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_capi Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_cppext Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ctypes Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_dataclasses Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_doctest Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_email Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_email/data Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_future_stmt Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_gdb Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_inspect Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_import Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_import/data Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_import/data/circular_imports Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_import/data/circular_imports/subpkg Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_import/data/circular_imports/subpkg2 Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_import/data/circular_imports/subpkg2/parent Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_import/data/package Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_import/data/package2 Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_import/data/package3 Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_import/data/package4 Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_import/data/unwritable Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/builtin Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/data Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/extension Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/frozen Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/import_ Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/namespace_pkgs Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/namespace_pkgs/both_portions Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/namespace_pkgs/both_portions/foo Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/namespace_pkgs/module_and_namespace_package Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/namespace_pkgs/module_and_namespace_package/a_test Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/namespace_pkgs/not_a_namespace_pkg Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/namespace_pkgs/not_a_namespace_pkg/foo Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/namespace_pkgs/portion1 Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/namespace_pkgs/portion1/foo Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/namespace_pkgs/portion2 Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/namespace_pkgs/portion2/foo Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/namespace_pkgs/project1 Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/namespace_pkgs/project1/parent Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/namespace_pkgs/project1/parent/child Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/namespace_pkgs/project2 Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/namespace_pkgs/project2/parent Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/namespace_pkgs/project2/parent/child Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/namespace_pkgs/project3 Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/namespace_pkgs/project3/parent Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/namespace_pkgs/project3/parent/child Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/partial Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/resources Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/resources/data01 Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/resources/data01/subdirectory Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/resources/data02 Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/resources/data02/one Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/resources/data02/subdirectory Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/resources/data02/subdirectory/subsubdir Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/resources/data02/two Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/resources/data03 Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/resources/data03/namespace Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/resources/data03/namespace/portion1 Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/resources/data03/namespace/portion2 Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/resources/namespacedata01 Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/resources/zipdata01 Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/resources/zipdata02 Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/source Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_json Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_lib2to3 Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_lib2to3/data Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_lib2to3/data/fixers Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_lib2to3/data/fixers/myfixes Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_module Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_peg_generator Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_pydoc Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_sqlite3 Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tkinter Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tomllib Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tomllib/data Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tomllib/data/invalid Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tomllib/data/invalid/array Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tomllib/data/invalid/array-of-tables Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tomllib/data/invalid/boolean Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tomllib/data/invalid/dates-and-times Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tomllib/data/invalid/dotted-keys Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tomllib/data/invalid/inline-table Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tomllib/data/invalid/keys-and-vals Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tomllib/data/invalid/literal-str Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tomllib/data/invalid/multiline-basic-str Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tomllib/data/invalid/multiline-literal-str Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tomllib/data/invalid/table Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tomllib/data/valid Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tomllib/data/valid/array Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tomllib/data/valid/dates-and-times Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tomllib/data/valid/multiline-basic-str Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tools Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ttk Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_unittest Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_unittest/testmock Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_warnings Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_warnings/data Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_zipfile Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_zipfile/_path Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_zoneinfo Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_zoneinfo/data Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/tokenizedata Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/tracedmodules Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/typinganndata Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/wheeldata Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/xmltestdata Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/xmltestdata/c14n-20 Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/ziptestdata Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_concurrent_futures Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_multiprocessing_fork Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_multiprocessing_forkserver Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_multiprocessing_spawn /bin/install -c -m 644 ./Lib/__future__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/__hello__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/_aix_support.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/_collections_abc.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/_compat_pickle.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/_compression.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/_markupbase.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/_osx_support.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/_py_abc.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/_pydatetime.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/_pydecimal.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/_pyio.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/_pylong.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/_sitebuiltins.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/_strptime.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/_threading_local.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/_weakrefset.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/abc.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/aifc.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/antigravity.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/argparse.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/ast.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c ./Lib/base64.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/bdb.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/bisect.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/bz2.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c ./Lib/cProfile.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/calendar.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c ./Lib/cgi.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/cgitb.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/chunk.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/cmd.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/code.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/codecs.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/codeop.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/colorsys.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/compileall.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/configparser.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/contextlib.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/contextvars.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/copy.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/copyreg.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/crypt.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/csv.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/dataclasses.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/datetime.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/decimal.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/difflib.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/dis.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/doctest.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/enum.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/filecmp.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/fileinput.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/fnmatch.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/fractions.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/ftplib.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/functools.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/genericpath.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/getopt.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/getpass.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/gettext.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/glob.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/graphlib.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/gzip.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/hashlib.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/heapq.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/hmac.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/imaplib.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/imghdr.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/inspect.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/io.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/ipaddress.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/keyword.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/linecache.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/locale.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/lzma.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/mailbox.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/mailcap.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/mimetypes.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/modulefinder.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/netrc.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/nntplib.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/ntpath.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/nturl2path.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/numbers.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/opcode.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/operator.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/optparse.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/os.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/pathlib.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c ./Lib/pdb.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/pickle.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/pickletools.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/pipes.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/pkgutil.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c ./Lib/platform.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/plistlib.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/poplib.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/posixpath.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/pprint.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c ./Lib/profile.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/pstats.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/pty.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/py_compile.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/pyclbr.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c ./Lib/pydoc.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/queue.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c ./Lib/quopri.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/random.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/reprlib.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/rlcompleter.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/runpy.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/sched.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/secrets.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/selectors.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/shelve.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/shlex.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/shutil.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/signal.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/site.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c ./Lib/smtplib.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/sndhdr.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/socket.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/socketserver.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/sre_compile.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/sre_constants.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/sre_parse.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/ssl.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/stat.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/statistics.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/string.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/stringprep.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/struct.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/subprocess.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/sunau.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/symtable.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/sysconfig.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c ./Lib/tabnanny.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c ./Lib/tarfile.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/telnetlib.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/tempfile.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/textwrap.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/this.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/threading.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c ./Lib/timeit.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/token.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/tokenize.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c ./Lib/trace.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/traceback.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/tracemalloc.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/tty.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/turtle.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/types.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/typing.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/uu.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/uuid.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/warnings.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/wave.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/weakref.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c ./Lib/webbrowser.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/xdrlib.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/zipapp.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/zipimport.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 /bin/install -c -m 644 ./Lib/asyncio/__init__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/asyncio /bin/install -c -m 644 ./Lib/asyncio/__main__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/asyncio /bin/install -c -m 644 ./Lib/asyncio/base_events.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/asyncio /bin/install -c -m 644 ./Lib/asyncio/base_futures.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/asyncio /bin/install -c -m 644 ./Lib/asyncio/base_subprocess.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/asyncio /bin/install -c -m 644 ./Lib/asyncio/base_tasks.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/asyncio /bin/install -c -m 644 ./Lib/asyncio/constants.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/asyncio /bin/install -c -m 644 ./Lib/asyncio/coroutines.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/asyncio /bin/install -c -m 644 ./Lib/asyncio/events.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/asyncio /bin/install -c -m 644 ./Lib/asyncio/exceptions.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/asyncio /bin/install -c -m 644 ./Lib/asyncio/format_helpers.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/asyncio /bin/install -c -m 644 ./Lib/asyncio/futures.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/asyncio /bin/install -c -m 644 ./Lib/asyncio/locks.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/asyncio /bin/install -c -m 644 ./Lib/asyncio/log.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/asyncio /bin/install -c -m 644 ./Lib/asyncio/mixins.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/asyncio /bin/install -c -m 644 ./Lib/asyncio/proactor_events.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/asyncio /bin/install -c -m 644 ./Lib/asyncio/protocols.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/asyncio /bin/install -c -m 644 ./Lib/asyncio/queues.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/asyncio /bin/install -c -m 644 ./Lib/asyncio/runners.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/asyncio /bin/install -c -m 644 ./Lib/asyncio/selector_events.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/asyncio /bin/install -c -m 644 ./Lib/asyncio/sslproto.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/asyncio /bin/install -c -m 644 ./Lib/asyncio/staggered.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/asyncio /bin/install -c -m 644 ./Lib/asyncio/streams.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/asyncio /bin/install -c -m 644 ./Lib/asyncio/subprocess.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/asyncio /bin/install -c -m 644 ./Lib/asyncio/taskgroups.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/asyncio /bin/install -c -m 644 ./Lib/asyncio/tasks.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/asyncio /bin/install -c -m 644 ./Lib/asyncio/threads.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/asyncio /bin/install -c -m 644 ./Lib/asyncio/timeouts.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/asyncio /bin/install -c -m 644 ./Lib/asyncio/transports.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/asyncio /bin/install -c -m 644 ./Lib/asyncio/trsock.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/asyncio /bin/install -c -m 644 ./Lib/asyncio/unix_events.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/asyncio /bin/install -c -m 644 ./Lib/asyncio/windows_events.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/asyncio /bin/install -c -m 644 ./Lib/asyncio/windows_utils.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/asyncio /bin/install -c -m 644 ./Lib/collections/__init__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/collections /bin/install -c -m 644 ./Lib/collections/abc.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/collections /bin/install -c -m 644 ./Lib/concurrent/__init__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/concurrent /bin/install -c -m 644 ./Lib/concurrent/futures/__init__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/concurrent/futures /bin/install -c -m 644 ./Lib/concurrent/futures/_base.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/concurrent/futures /bin/install -c -m 644 ./Lib/concurrent/futures/process.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/concurrent/futures /bin/install -c -m 644 ./Lib/concurrent/futures/thread.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/concurrent/futures /bin/install -c -m 644 ./Lib/ctypes/__init__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/ctypes /bin/install -c -m 644 ./Lib/ctypes/_aix.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/ctypes /bin/install -c -m 644 ./Lib/ctypes/_endian.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/ctypes /bin/install -c -m 644 ./Lib/ctypes/util.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/ctypes /bin/install -c -m 644 ./Lib/ctypes/wintypes.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/ctypes /bin/install -c -m 644 ./Lib/ctypes/macholib/README.ctypes /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/ctypes/macholib /bin/install -c -m 644 ./Lib/ctypes/macholib/__init__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/ctypes/macholib /bin/install -c -m 644 ./Lib/ctypes/macholib/dyld.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/ctypes/macholib /bin/install -c -m 644 ./Lib/ctypes/macholib/dylib.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/ctypes/macholib /bin/install -c ./Lib/ctypes/macholib/fetch_macholib /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/ctypes/macholib /bin/install -c -m 644 ./Lib/ctypes/macholib/fetch_macholib.bat /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/ctypes/macholib /bin/install -c -m 644 ./Lib/ctypes/macholib/framework.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/ctypes/macholib /bin/install -c -m 644 ./Lib/curses/__init__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/curses /bin/install -c -m 644 ./Lib/curses/ascii.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/curses /bin/install -c -m 644 ./Lib/curses/has_key.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/curses /bin/install -c -m 644 ./Lib/curses/panel.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/curses /bin/install -c -m 644 ./Lib/curses/textpad.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/curses /bin/install -c -m 644 ./Lib/dbm/__init__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/dbm /bin/install -c -m 644 ./Lib/dbm/dumb.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/dbm /bin/install -c -m 644 ./Lib/dbm/gnu.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/dbm /bin/install -c -m 644 ./Lib/dbm/ndbm.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/dbm /bin/install -c -m 644 ./Lib/email/__init__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/email /bin/install -c -m 644 ./Lib/email/_encoded_words.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/email /bin/install -c -m 644 ./Lib/email/_header_value_parser.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/email /bin/install -c -m 644 ./Lib/email/_parseaddr.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/email /bin/install -c -m 644 ./Lib/email/_policybase.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/email /bin/install -c -m 644 ./Lib/email/architecture.rst /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/email /bin/install -c -m 644 ./Lib/email/base64mime.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/email /bin/install -c -m 644 ./Lib/email/charset.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/email /bin/install -c -m 644 ./Lib/email/contentmanager.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/email /bin/install -c -m 644 ./Lib/email/encoders.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/email /bin/install -c -m 644 ./Lib/email/errors.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/email /bin/install -c -m 644 ./Lib/email/feedparser.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/email /bin/install -c -m 644 ./Lib/email/generator.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/email /bin/install -c -m 644 ./Lib/email/header.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/email /bin/install -c -m 644 ./Lib/email/headerregistry.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/email /bin/install -c -m 644 ./Lib/email/iterators.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/email /bin/install -c -m 644 ./Lib/email/message.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/email /bin/install -c -m 644 ./Lib/email/parser.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/email /bin/install -c -m 644 ./Lib/email/policy.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/email /bin/install -c -m 644 ./Lib/email/quoprimime.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/email /bin/install -c -m 644 ./Lib/email/utils.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/email /bin/install -c -m 644 ./Lib/email/mime/__init__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/email/mime /bin/install -c -m 644 ./Lib/email/mime/application.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/email/mime /bin/install -c -m 644 ./Lib/email/mime/audio.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/email/mime /bin/install -c -m 644 ./Lib/email/mime/base.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/email/mime /bin/install -c -m 644 ./Lib/email/mime/image.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/email/mime /bin/install -c -m 644 ./Lib/email/mime/message.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/email/mime /bin/install -c -m 644 ./Lib/email/mime/multipart.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/email/mime /bin/install -c -m 644 ./Lib/email/mime/nonmultipart.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/email/mime /bin/install -c -m 644 ./Lib/email/mime/text.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/email/mime /bin/install -c -m 644 ./Lib/encodings/__init__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings /bin/install -c -m 644 ./Lib/encodings/aliases.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings /bin/install -c -m 644 ./Lib/encodings/ascii.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings /bin/install -c -m 644 ./Lib/encodings/base64_codec.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings /bin/install -c -m 644 ./Lib/encodings/big5.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings /bin/install -c -m 644 ./Lib/encodings/big5hkscs.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings /bin/install -c -m 644 ./Lib/encodings/bz2_codec.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings /bin/install -c -m 644 ./Lib/encodings/charmap.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings /bin/install -c -m 644 ./Lib/encodings/cp037.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings /bin/install -c -m 644 ./Lib/encodings/cp1006.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings /bin/install -c -m 644 ./Lib/encodings/cp1026.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings /bin/install -c -m 644 ./Lib/encodings/cp1125.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings /bin/install -c -m 644 ./Lib/encodings/cp1140.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings /bin/install -c -m 644 ./Lib/encodings/cp1250.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings /bin/install -c -m 644 ./Lib/encodings/cp1251.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings /bin/install -c -m 644 ./Lib/encodings/cp1252.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings /bin/install -c -m 644 ./Lib/encodings/cp1253.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings /bin/install -c -m 644 ./Lib/encodings/cp1254.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings /bin/install -c -m 644 ./Lib/encodings/cp1255.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings /bin/install -c -m 644 ./Lib/encodings/cp1256.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings /bin/install -c -m 644 ./Lib/encodings/cp1257.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings /bin/install -c -m 644 ./Lib/encodings/cp1258.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings /bin/install -c -m 644 ./Lib/encodings/cp273.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings /bin/install -c -m 644 ./Lib/encodings/cp424.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings /bin/install -c -m 644 ./Lib/encodings/cp437.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings /bin/install -c -m 644 ./Lib/encodings/cp500.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings /bin/install -c -m 644 ./Lib/encodings/cp720.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings /bin/install -c -m 644 ./Lib/encodings/cp737.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings /bin/install -c -m 644 ./Lib/encodings/cp775.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings /bin/install -c -m 644 ./Lib/encodings/cp850.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings /bin/install -c -m 644 ./Lib/encodings/cp852.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings /bin/install -c -m 644 ./Lib/encodings/cp855.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings /bin/install -c -m 644 ./Lib/encodings/cp856.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings /bin/install -c -m 644 ./Lib/encodings/cp857.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings /bin/install -c -m 644 ./Lib/encodings/cp858.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings /bin/install -c -m 644 ./Lib/encodings/cp860.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings /bin/install -c -m 644 ./Lib/encodings/cp861.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings /bin/install -c -m 644 ./Lib/encodings/cp862.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings /bin/install -c -m 644 ./Lib/encodings/cp863.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings /bin/install -c -m 644 ./Lib/encodings/cp864.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings /bin/install -c -m 644 ./Lib/encodings/cp865.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings /bin/install -c -m 644 ./Lib/encodings/cp866.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings /bin/install -c -m 644 ./Lib/encodings/cp869.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings /bin/install -c -m 644 ./Lib/encodings/cp874.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings /bin/install -c -m 644 ./Lib/encodings/cp875.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings /bin/install -c -m 644 ./Lib/encodings/cp932.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings /bin/install -c -m 644 ./Lib/encodings/cp949.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings /bin/install -c -m 644 ./Lib/encodings/cp950.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings /bin/install -c -m 644 ./Lib/encodings/euc_jis_2004.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings /bin/install -c -m 644 ./Lib/encodings/euc_jisx0213.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings /bin/install -c -m 644 ./Lib/encodings/euc_jp.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings /bin/install -c -m 644 ./Lib/encodings/euc_kr.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings /bin/install -c -m 644 ./Lib/encodings/gb18030.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings /bin/install -c -m 644 ./Lib/encodings/gb2312.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings /bin/install -c -m 644 ./Lib/encodings/gbk.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings /bin/install -c -m 644 ./Lib/encodings/hex_codec.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings /bin/install -c -m 644 ./Lib/encodings/hp_roman8.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings /bin/install -c -m 644 ./Lib/encodings/hz.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings /bin/install -c -m 644 ./Lib/encodings/idna.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings /bin/install -c -m 644 ./Lib/encodings/iso2022_jp.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings /bin/install -c -m 644 ./Lib/encodings/iso2022_jp_1.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings /bin/install -c -m 644 ./Lib/encodings/iso2022_jp_2.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings /bin/install -c -m 644 ./Lib/encodings/iso2022_jp_2004.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings /bin/install -c -m 644 ./Lib/encodings/iso2022_jp_3.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings /bin/install -c -m 644 ./Lib/encodings/iso2022_jp_ext.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings /bin/install -c -m 644 ./Lib/encodings/iso2022_kr.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings /bin/install -c -m 644 ./Lib/encodings/iso8859_1.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings /bin/install -c -m 644 ./Lib/encodings/iso8859_10.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings /bin/install -c -m 644 ./Lib/encodings/iso8859_11.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings /bin/install -c -m 644 ./Lib/encodings/iso8859_13.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings /bin/install -c -m 644 ./Lib/encodings/iso8859_14.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings /bin/install -c -m 644 ./Lib/encodings/iso8859_15.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings /bin/install -c -m 644 ./Lib/encodings/iso8859_16.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings /bin/install -c -m 644 ./Lib/encodings/iso8859_2.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings /bin/install -c -m 644 ./Lib/encodings/iso8859_3.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings /bin/install -c -m 644 ./Lib/encodings/iso8859_4.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings /bin/install -c -m 644 ./Lib/encodings/iso8859_5.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings /bin/install -c -m 644 ./Lib/encodings/iso8859_6.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings /bin/install -c -m 644 ./Lib/encodings/iso8859_7.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings /bin/install -c -m 644 ./Lib/encodings/iso8859_8.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings /bin/install -c -m 644 ./Lib/encodings/iso8859_9.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings /bin/install -c -m 644 ./Lib/encodings/johab.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings /bin/install -c -m 644 ./Lib/encodings/koi8_r.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings /bin/install -c -m 644 ./Lib/encodings/koi8_t.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings /bin/install -c -m 644 ./Lib/encodings/koi8_u.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings /bin/install -c -m 644 ./Lib/encodings/kz1048.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings /bin/install -c -m 644 ./Lib/encodings/latin_1.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings /bin/install -c -m 644 ./Lib/encodings/mac_arabic.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings /bin/install -c -m 644 ./Lib/encodings/mac_croatian.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings /bin/install -c -m 644 ./Lib/encodings/mac_cyrillic.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings /bin/install -c -m 644 ./Lib/encodings/mac_farsi.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings /bin/install -c -m 644 ./Lib/encodings/mac_greek.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings /bin/install -c -m 644 ./Lib/encodings/mac_iceland.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings /bin/install -c -m 644 ./Lib/encodings/mac_latin2.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings /bin/install -c -m 644 ./Lib/encodings/mac_roman.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings /bin/install -c -m 644 ./Lib/encodings/mac_romanian.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings /bin/install -c -m 644 ./Lib/encodings/mac_turkish.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings /bin/install -c -m 644 ./Lib/encodings/mbcs.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings /bin/install -c -m 644 ./Lib/encodings/oem.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings /bin/install -c -m 644 ./Lib/encodings/palmos.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings /bin/install -c -m 644 ./Lib/encodings/ptcp154.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings /bin/install -c -m 644 ./Lib/encodings/punycode.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings /bin/install -c -m 644 ./Lib/encodings/quopri_codec.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings /bin/install -c -m 644 ./Lib/encodings/raw_unicode_escape.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings /bin/install -c ./Lib/encodings/rot_13.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings /bin/install -c -m 644 ./Lib/encodings/shift_jis.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings /bin/install -c -m 644 ./Lib/encodings/shift_jis_2004.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings /bin/install -c -m 644 ./Lib/encodings/shift_jisx0213.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings /bin/install -c -m 644 ./Lib/encodings/tis_620.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings /bin/install -c -m 644 ./Lib/encodings/undefined.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings /bin/install -c -m 644 ./Lib/encodings/unicode_escape.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings /bin/install -c -m 644 ./Lib/encodings/utf_16.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings /bin/install -c -m 644 ./Lib/encodings/utf_16_be.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings /bin/install -c -m 644 ./Lib/encodings/utf_16_le.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings /bin/install -c -m 644 ./Lib/encodings/utf_32.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings /bin/install -c -m 644 ./Lib/encodings/utf_32_be.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings /bin/install -c -m 644 ./Lib/encodings/utf_32_le.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings /bin/install -c -m 644 ./Lib/encodings/utf_7.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings /bin/install -c -m 644 ./Lib/encodings/utf_8.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings /bin/install -c -m 644 ./Lib/encodings/utf_8_sig.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings /bin/install -c -m 644 ./Lib/encodings/uu_codec.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings /bin/install -c -m 644 ./Lib/encodings/zlib_codec.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings /bin/install -c -m 644 ./Lib/ensurepip/__init__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/ensurepip /bin/install -c -m 644 ./Lib/ensurepip/__main__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/ensurepip /bin/install -c -m 644 ./Lib/ensurepip/_uninstall.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/ensurepip /bin/install -c -m 644 ./Lib/ensurepip/_bundled/pip-24.2-py3-none-any.whl /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/ensurepip/_bundled /bin/install -c -m 644 ./Lib/html/__init__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/html /bin/install -c -m 644 ./Lib/html/entities.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/html /bin/install -c -m 644 ./Lib/html/parser.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/html /bin/install -c -m 644 ./Lib/http/__init__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/http /bin/install -c -m 644 ./Lib/http/client.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/http /bin/install -c -m 644 ./Lib/http/cookiejar.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/http /bin/install -c -m 644 ./Lib/http/cookies.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/http /bin/install -c -m 644 ./Lib/http/server.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/http /bin/install -c -m 644 ./Lib/idlelib/CREDITS.txt /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib /bin/install -c -m 644 ./Lib/idlelib/ChangeLog /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib /bin/install -c -m 644 ./Lib/idlelib/HISTORY.txt /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib /bin/install -c -m 644 ./Lib/idlelib/NEWS2x.txt /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib /bin/install -c -m 644 ./Lib/idlelib/News3.txt /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib /bin/install -c -m 644 ./Lib/idlelib/README.txt /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib /bin/install -c -m 644 ./Lib/idlelib/TODO.txt /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib /bin/install -c -m 644 ./Lib/idlelib/__init__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib /bin/install -c -m 644 ./Lib/idlelib/__main__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib /bin/install -c -m 644 ./Lib/idlelib/autocomplete.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib /bin/install -c -m 644 ./Lib/idlelib/autocomplete_w.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib /bin/install -c -m 644 ./Lib/idlelib/autoexpand.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib /bin/install -c -m 644 ./Lib/idlelib/browser.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib /bin/install -c -m 644 ./Lib/idlelib/calltip.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib /bin/install -c -m 644 ./Lib/idlelib/calltip_w.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib /bin/install -c -m 644 ./Lib/idlelib/codecontext.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib /bin/install -c -m 644 ./Lib/idlelib/colorizer.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib /bin/install -c -m 644 ./Lib/idlelib/config-extensions.def /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib /bin/install -c -m 644 ./Lib/idlelib/config-highlight.def /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib /bin/install -c -m 644 ./Lib/idlelib/config-keys.def /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib /bin/install -c -m 644 ./Lib/idlelib/config-main.def /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib /bin/install -c -m 644 ./Lib/idlelib/config.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib /bin/install -c -m 644 ./Lib/idlelib/config_key.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib /bin/install -c -m 644 ./Lib/idlelib/configdialog.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib /bin/install -c -m 644 ./Lib/idlelib/debugger.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib /bin/install -c -m 644 ./Lib/idlelib/debugger_r.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib /bin/install -c -m 644 ./Lib/idlelib/debugobj.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib /bin/install -c -m 644 ./Lib/idlelib/debugobj_r.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib /bin/install -c -m 644 ./Lib/idlelib/delegator.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib /bin/install -c -m 644 ./Lib/idlelib/dynoption.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib /bin/install -c -m 644 ./Lib/idlelib/editor.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib /bin/install -c -m 644 ./Lib/idlelib/extend.txt /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib /bin/install -c -m 644 ./Lib/idlelib/filelist.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib /bin/install -c -m 644 ./Lib/idlelib/format.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib /bin/install -c -m 644 ./Lib/idlelib/grep.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib /bin/install -c -m 644 ./Lib/idlelib/help.html /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib /bin/install -c -m 644 ./Lib/idlelib/help.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib /bin/install -c -m 644 ./Lib/idlelib/help_about.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib /bin/install -c -m 644 ./Lib/idlelib/history.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib /bin/install -c -m 644 ./Lib/idlelib/hyperparser.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib /bin/install -c -m 644 ./Lib/idlelib/idle.bat /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib /bin/install -c -m 644 ./Lib/idlelib/idle.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib /bin/install -c -m 644 ./Lib/idlelib/idle.pyw /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib /bin/install -c -m 644 ./Lib/idlelib/iomenu.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib /bin/install -c -m 644 ./Lib/idlelib/macosx.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib /bin/install -c -m 644 ./Lib/idlelib/mainmenu.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib /bin/install -c -m 644 ./Lib/idlelib/multicall.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib /bin/install -c -m 644 ./Lib/idlelib/outwin.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib /bin/install -c -m 644 ./Lib/idlelib/parenmatch.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib /bin/install -c -m 644 ./Lib/idlelib/pathbrowser.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib /bin/install -c -m 644 ./Lib/idlelib/percolator.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib /bin/install -c -m 644 ./Lib/idlelib/pyparse.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib /bin/install -c ./Lib/idlelib/pyshell.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib /bin/install -c -m 644 ./Lib/idlelib/query.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib /bin/install -c -m 644 ./Lib/idlelib/redirector.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib /bin/install -c -m 644 ./Lib/idlelib/replace.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib /bin/install -c -m 644 ./Lib/idlelib/rpc.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib /bin/install -c -m 644 ./Lib/idlelib/run.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib /bin/install -c -m 644 ./Lib/idlelib/runscript.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib /bin/install -c -m 644 ./Lib/idlelib/scrolledlist.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib /bin/install -c -m 644 ./Lib/idlelib/search.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib /bin/install -c -m 644 ./Lib/idlelib/searchbase.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib /bin/install -c -m 644 ./Lib/idlelib/searchengine.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib /bin/install -c -m 644 ./Lib/idlelib/sidebar.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib /bin/install -c -m 644 ./Lib/idlelib/squeezer.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib /bin/install -c -m 644 ./Lib/idlelib/stackviewer.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib /bin/install -c -m 644 ./Lib/idlelib/statusbar.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib /bin/install -c -m 644 ./Lib/idlelib/textview.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib /bin/install -c -m 644 ./Lib/idlelib/tooltip.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib /bin/install -c -m 644 ./Lib/idlelib/tree.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib /bin/install -c -m 644 ./Lib/idlelib/undo.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib /bin/install -c -m 644 ./Lib/idlelib/util.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib /bin/install -c -m 644 ./Lib/idlelib/window.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib /bin/install -c -m 644 ./Lib/idlelib/zoomheight.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib /bin/install -c -m 644 ./Lib/idlelib/zzdummy.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib /bin/install -c -m 644 ./Lib/idlelib/Icons/README.txt /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/Icons /bin/install -c -m 644 ./Lib/idlelib/Icons/folder.gif /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/Icons /bin/install -c -m 644 ./Lib/idlelib/Icons/idle.ico /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/Icons /bin/install -c -m 644 ./Lib/idlelib/Icons/idle_16.gif /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/Icons /bin/install -c -m 644 ./Lib/idlelib/Icons/idle_16.png /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/Icons /bin/install -c -m 644 ./Lib/idlelib/Icons/idle_256.png /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/Icons /bin/install -c -m 644 ./Lib/idlelib/Icons/idle_32.gif /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/Icons /bin/install -c -m 644 ./Lib/idlelib/Icons/idle_32.png /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/Icons /bin/install -c -m 644 ./Lib/idlelib/Icons/idle_48.gif /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/Icons /bin/install -c -m 644 ./Lib/idlelib/Icons/idle_48.png /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/Icons /bin/install -c -m 644 ./Lib/idlelib/Icons/minusnode.gif /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/Icons /bin/install -c -m 644 ./Lib/idlelib/Icons/openfolder.gif /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/Icons /bin/install -c -m 644 ./Lib/idlelib/Icons/plusnode.gif /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/Icons /bin/install -c -m 644 ./Lib/idlelib/Icons/python.gif /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/Icons /bin/install -c -m 644 ./Lib/idlelib/Icons/tk.gif /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/Icons /bin/install -c -m 644 ./Lib/importlib/__init__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/importlib /bin/install -c -m 644 ./Lib/importlib/_abc.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/importlib /bin/install -c -m 644 ./Lib/importlib/_bootstrap.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/importlib /bin/install -c -m 644 ./Lib/importlib/_bootstrap_external.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/importlib /bin/install -c -m 644 ./Lib/importlib/abc.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/importlib /bin/install -c -m 644 ./Lib/importlib/machinery.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/importlib /bin/install -c -m 644 ./Lib/importlib/readers.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/importlib /bin/install -c -m 644 ./Lib/importlib/simple.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/importlib /bin/install -c -m 644 ./Lib/importlib/util.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/importlib /bin/install -c -m 644 ./Lib/importlib/resources/__init__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/importlib/resources /bin/install -c -m 644 ./Lib/importlib/resources/_adapters.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/importlib/resources /bin/install -c -m 644 ./Lib/importlib/resources/_common.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/importlib/resources /bin/install -c -m 644 ./Lib/importlib/resources/_itertools.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/importlib/resources /bin/install -c -m 644 ./Lib/importlib/resources/_legacy.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/importlib/resources /bin/install -c -m 644 ./Lib/importlib/resources/abc.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/importlib/resources /bin/install -c -m 644 ./Lib/importlib/resources/readers.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/importlib/resources /bin/install -c -m 644 ./Lib/importlib/resources/simple.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/importlib/resources /bin/install -c -m 644 ./Lib/importlib/metadata/__init__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/importlib/metadata /bin/install -c -m 644 ./Lib/importlib/metadata/_adapters.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/importlib/metadata /bin/install -c -m 644 ./Lib/importlib/metadata/_collections.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/importlib/metadata /bin/install -c -m 644 ./Lib/importlib/metadata/_functools.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/importlib/metadata /bin/install -c -m 644 ./Lib/importlib/metadata/_itertools.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/importlib/metadata /bin/install -c -m 644 ./Lib/importlib/metadata/_meta.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/importlib/metadata /bin/install -c -m 644 ./Lib/importlib/metadata/_text.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/importlib/metadata /bin/install -c -m 644 ./Lib/json/__init__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/json /bin/install -c -m 644 ./Lib/json/decoder.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/json /bin/install -c -m 644 ./Lib/json/encoder.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/json /bin/install -c -m 644 ./Lib/json/scanner.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/json /bin/install -c -m 644 ./Lib/json/tool.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/json /bin/install -c -m 644 ./Lib/lib2to3/Grammar.txt /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3 /bin/install -c -m 644 ./Lib/lib2to3/PatternGrammar.txt /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3 /bin/install -c -m 644 ./Lib/lib2to3/__init__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3 /bin/install -c -m 644 ./Lib/lib2to3/__main__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3 /bin/install -c -m 644 ./Lib/lib2to3/btm_matcher.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3 /bin/install -c -m 644 ./Lib/lib2to3/btm_utils.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3 /bin/install -c -m 644 ./Lib/lib2to3/fixer_base.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3 /bin/install -c -m 644 ./Lib/lib2to3/fixer_util.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3 /bin/install -c -m 644 ./Lib/lib2to3/main.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3 /bin/install -c -m 644 ./Lib/lib2to3/patcomp.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3 /bin/install -c -m 644 ./Lib/lib2to3/pygram.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3 /bin/install -c -m 644 ./Lib/lib2to3/pytree.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3 /bin/install -c -m 644 ./Lib/lib2to3/refactor.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3 /bin/install -c -m 644 ./Lib/lib2to3/fixes/__init__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/fixes /bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_apply.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/fixes /bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_asserts.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/fixes /bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_basestring.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/fixes /bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_buffer.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/fixes /bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_dict.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/fixes /bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_except.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/fixes /bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_exec.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/fixes /bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_execfile.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/fixes /bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_exitfunc.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/fixes /bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_filter.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/fixes /bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_funcattrs.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/fixes /bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_future.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/fixes /bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_getcwdu.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/fixes /bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_has_key.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/fixes /bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_idioms.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/fixes /bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_import.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/fixes /bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_imports.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/fixes /bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_imports2.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/fixes /bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_input.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/fixes /bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_intern.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/fixes /bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_isinstance.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/fixes /bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_itertools.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/fixes /bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_itertools_imports.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/fixes /bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_long.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/fixes /bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_map.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/fixes /bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_metaclass.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/fixes /bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_methodattrs.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/fixes /bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_ne.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/fixes /bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_next.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/fixes /bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_nonzero.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/fixes /bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_numliterals.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/fixes /bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_operator.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/fixes /bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_paren.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/fixes /bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_print.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/fixes /bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_raise.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/fixes /bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_raw_input.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/fixes /bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_reduce.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/fixes /bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_reload.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/fixes /bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_renames.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/fixes /bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_repr.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/fixes /bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_set_literal.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/fixes /bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_standarderror.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/fixes /bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_sys_exc.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/fixes /bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_throw.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/fixes /bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_tuple_params.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/fixes /bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_types.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/fixes /bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_unicode.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/fixes /bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_urllib.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/fixes /bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_ws_comma.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/fixes /bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_xrange.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/fixes /bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_xreadlines.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/fixes /bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_zip.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/fixes /bin/install -c -m 644 ./Lib/lib2to3/pgen2/__init__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/pgen2 /bin/install -c -m 644 ./Lib/lib2to3/pgen2/conv.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/pgen2 /bin/install -c -m 644 ./Lib/lib2to3/pgen2/driver.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/pgen2 /bin/install -c -m 644 ./Lib/lib2to3/pgen2/grammar.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/pgen2 /bin/install -c -m 644 ./Lib/lib2to3/pgen2/literals.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/pgen2 /bin/install -c -m 644 ./Lib/lib2to3/pgen2/parse.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/pgen2 /bin/install -c -m 644 ./Lib/lib2to3/pgen2/pgen.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/pgen2 /bin/install -c ./Lib/lib2to3/pgen2/token.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/pgen2 /bin/install -c -m 644 ./Lib/lib2to3/pgen2/tokenize.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/pgen2 /bin/install -c -m 644 ./Lib/logging/__init__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/logging /bin/install -c -m 644 ./Lib/logging/config.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/logging /bin/install -c -m 644 ./Lib/logging/handlers.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/logging /bin/install -c -m 644 ./Lib/multiprocessing/__init__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/multiprocessing /bin/install -c -m 644 ./Lib/multiprocessing/connection.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/multiprocessing /bin/install -c -m 644 ./Lib/multiprocessing/context.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/multiprocessing /bin/install -c -m 644 ./Lib/multiprocessing/forkserver.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/multiprocessing /bin/install -c -m 644 ./Lib/multiprocessing/heap.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/multiprocessing /bin/install -c -m 644 ./Lib/multiprocessing/managers.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/multiprocessing /bin/install -c -m 644 ./Lib/multiprocessing/pool.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/multiprocessing /bin/install -c -m 644 ./Lib/multiprocessing/popen_fork.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/multiprocessing /bin/install -c -m 644 ./Lib/multiprocessing/popen_forkserver.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/multiprocessing /bin/install -c -m 644 ./Lib/multiprocessing/popen_spawn_posix.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/multiprocessing /bin/install -c -m 644 ./Lib/multiprocessing/popen_spawn_win32.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/multiprocessing /bin/install -c -m 644 ./Lib/multiprocessing/process.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/multiprocessing /bin/install -c -m 644 ./Lib/multiprocessing/queues.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/multiprocessing /bin/install -c -m 644 ./Lib/multiprocessing/reduction.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/multiprocessing /bin/install -c -m 644 ./Lib/multiprocessing/resource_sharer.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/multiprocessing /bin/install -c -m 644 ./Lib/multiprocessing/resource_tracker.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/multiprocessing /bin/install -c -m 644 ./Lib/multiprocessing/shared_memory.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/multiprocessing /bin/install -c -m 644 ./Lib/multiprocessing/sharedctypes.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/multiprocessing /bin/install -c -m 644 ./Lib/multiprocessing/spawn.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/multiprocessing /bin/install -c -m 644 ./Lib/multiprocessing/synchronize.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/multiprocessing /bin/install -c -m 644 ./Lib/multiprocessing/util.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/multiprocessing /bin/install -c -m 644 ./Lib/multiprocessing/dummy/__init__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/multiprocessing/dummy /bin/install -c -m 644 ./Lib/multiprocessing/dummy/connection.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/multiprocessing/dummy /bin/install -c -m 644 ./Lib/pydoc_data/__init__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/pydoc_data /bin/install -c -m 644 ./Lib/pydoc_data/_pydoc.css /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/pydoc_data /bin/install -c -m 644 ./Lib/pydoc_data/topics.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/pydoc_data /bin/install -c -m 644 ./Lib/re/__init__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/re /bin/install -c -m 644 ./Lib/re/_casefix.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/re /bin/install -c -m 644 ./Lib/re/_compiler.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/re /bin/install -c -m 644 ./Lib/re/_constants.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/re /bin/install -c -m 644 ./Lib/re/_parser.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/re /bin/install -c -m 644 ./Lib/site-packages/README.txt /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages /bin/install -c -m 644 ./Lib/sqlite3/__init__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/sqlite3 /bin/install -c -m 644 ./Lib/sqlite3/__main__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/sqlite3 /bin/install -c -m 644 ./Lib/sqlite3/dbapi2.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/sqlite3 /bin/install -c -m 644 ./Lib/sqlite3/dump.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/sqlite3 /bin/install -c -m 644 ./Lib/tkinter/__init__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/tkinter /bin/install -c -m 644 ./Lib/tkinter/__main__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/tkinter /bin/install -c -m 644 ./Lib/tkinter/colorchooser.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/tkinter /bin/install -c -m 644 ./Lib/tkinter/commondialog.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/tkinter /bin/install -c -m 644 ./Lib/tkinter/constants.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/tkinter /bin/install -c -m 644 ./Lib/tkinter/dialog.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/tkinter /bin/install -c -m 644 ./Lib/tkinter/dnd.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/tkinter /bin/install -c -m 644 ./Lib/tkinter/filedialog.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/tkinter /bin/install -c -m 644 ./Lib/tkinter/font.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/tkinter /bin/install -c -m 644 ./Lib/tkinter/messagebox.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/tkinter /bin/install -c -m 644 ./Lib/tkinter/scrolledtext.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/tkinter /bin/install -c -m 644 ./Lib/tkinter/simpledialog.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/tkinter /bin/install -c -m 644 ./Lib/tkinter/tix.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/tkinter /bin/install -c -m 644 ./Lib/tkinter/ttk.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/tkinter /bin/install -c -m 644 ./Lib/tomllib/__init__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/tomllib /bin/install -c -m 644 ./Lib/tomllib/_parser.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/tomllib /bin/install -c -m 644 ./Lib/tomllib/_re.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/tomllib /bin/install -c -m 644 ./Lib/tomllib/_types.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/tomllib /bin/install -c -m 644 ./Lib/turtledemo/__init__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/turtledemo /bin/install -c ./Lib/turtledemo/__main__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/turtledemo /bin/install -c ./Lib/turtledemo/bytedesign.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/turtledemo /bin/install -c -m 644 ./Lib/turtledemo/chaos.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/turtledemo /bin/install -c ./Lib/turtledemo/clock.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/turtledemo /bin/install -c -m 644 ./Lib/turtledemo/colormixer.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/turtledemo /bin/install -c ./Lib/turtledemo/forest.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/turtledemo /bin/install -c ./Lib/turtledemo/fractalcurves.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/turtledemo /bin/install -c ./Lib/turtledemo/lindenmayer.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/turtledemo /bin/install -c ./Lib/turtledemo/minimal_hanoi.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/turtledemo /bin/install -c -m 644 ./Lib/turtledemo/nim.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/turtledemo /bin/install -c ./Lib/turtledemo/paint.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/turtledemo /bin/install -c ./Lib/turtledemo/peace.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/turtledemo /bin/install -c ./Lib/turtledemo/penrose.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/turtledemo /bin/install -c ./Lib/turtledemo/planet_and_moon.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/turtledemo /bin/install -c -m 644 ./Lib/turtledemo/rosette.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/turtledemo /bin/install -c -m 644 ./Lib/turtledemo/round_dance.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/turtledemo /bin/install -c ./Lib/turtledemo/sorting_animate.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/turtledemo /bin/install -c ./Lib/turtledemo/tree.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/turtledemo /bin/install -c -m 644 ./Lib/turtledemo/turtle.cfg /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/turtledemo /bin/install -c -m 644 ./Lib/turtledemo/two_canvases.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/turtledemo /bin/install -c ./Lib/turtledemo/yinyang.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/turtledemo /bin/install -c -m 644 ./Lib/unittest/__init__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/unittest /bin/install -c -m 644 ./Lib/unittest/__main__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/unittest /bin/install -c -m 644 ./Lib/unittest/_log.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/unittest /bin/install -c -m 644 ./Lib/unittest/async_case.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/unittest /bin/install -c -m 644 ./Lib/unittest/case.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/unittest /bin/install -c -m 644 ./Lib/unittest/loader.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/unittest /bin/install -c -m 644 ./Lib/unittest/main.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/unittest /bin/install -c -m 644 ./Lib/unittest/mock.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/unittest /bin/install -c -m 644 ./Lib/unittest/result.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/unittest /bin/install -c -m 644 ./Lib/unittest/runner.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/unittest /bin/install -c -m 644 ./Lib/unittest/signals.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/unittest /bin/install -c -m 644 ./Lib/unittest/suite.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/unittest /bin/install -c -m 644 ./Lib/unittest/util.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/unittest /bin/install -c -m 644 ./Lib/urllib/__init__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/urllib /bin/install -c -m 644 ./Lib/urllib/error.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/urllib /bin/install -c -m 644 ./Lib/urllib/parse.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/urllib /bin/install -c -m 644 ./Lib/urllib/request.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/urllib /bin/install -c -m 644 ./Lib/urllib/response.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/urllib /bin/install -c -m 644 ./Lib/urllib/robotparser.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/urllib /bin/install -c -m 644 ./Lib/venv/__init__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/venv /bin/install -c -m 644 ./Lib/venv/__main__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/venv /bin/install -c -m 644 ./Lib/venv/scripts/common/Activate.ps1 /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/venv/scripts/common /bin/install -c -m 644 ./Lib/venv/scripts/common/activate /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/venv/scripts/common /bin/install -c -m 644 ./Lib/venv/scripts/posix/activate.csh /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/venv/scripts/posix /bin/install -c -m 644 ./Lib/venv/scripts/posix/activate.fish /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/venv/scripts/posix /bin/install -c -m 644 ./Lib/wsgiref/__init__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/wsgiref /bin/install -c -m 644 ./Lib/wsgiref/handlers.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/wsgiref /bin/install -c -m 644 ./Lib/wsgiref/headers.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/wsgiref /bin/install -c -m 644 ./Lib/wsgiref/simple_server.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/wsgiref /bin/install -c -m 644 ./Lib/wsgiref/types.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/wsgiref /bin/install -c -m 644 ./Lib/wsgiref/util.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/wsgiref /bin/install -c -m 644 ./Lib/wsgiref/validate.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/wsgiref /bin/install -c -m 644 ./Lib/xml/__init__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/xml /bin/install -c -m 644 ./Lib/xml/dom/NodeFilter.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/xml/dom /bin/install -c -m 644 ./Lib/xml/dom/__init__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/xml/dom /bin/install -c -m 644 ./Lib/xml/dom/domreg.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/xml/dom /bin/install -c -m 644 ./Lib/xml/dom/expatbuilder.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/xml/dom /bin/install -c -m 644 ./Lib/xml/dom/minicompat.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/xml/dom /bin/install -c -m 644 ./Lib/xml/dom/minidom.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/xml/dom /bin/install -c -m 644 ./Lib/xml/dom/pulldom.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/xml/dom /bin/install -c -m 644 ./Lib/xml/dom/xmlbuilder.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/xml/dom /bin/install -c -m 644 ./Lib/xml/etree/ElementInclude.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/xml/etree /bin/install -c -m 644 ./Lib/xml/etree/ElementPath.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/xml/etree /bin/install -c -m 644 ./Lib/xml/etree/ElementTree.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/xml/etree /bin/install -c -m 644 ./Lib/xml/etree/__init__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/xml/etree /bin/install -c -m 644 ./Lib/xml/etree/cElementTree.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/xml/etree /bin/install -c -m 644 ./Lib/xml/parsers/__init__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/xml/parsers /bin/install -c -m 644 ./Lib/xml/parsers/expat.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/xml/parsers /bin/install -c -m 644 ./Lib/xml/sax/__init__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/xml/sax /bin/install -c -m 644 ./Lib/xml/sax/_exceptions.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/xml/sax /bin/install -c -m 644 ./Lib/xml/sax/expatreader.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/xml/sax /bin/install -c -m 644 ./Lib/xml/sax/handler.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/xml/sax /bin/install -c -m 644 ./Lib/xml/sax/saxutils.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/xml/sax /bin/install -c -m 644 ./Lib/xml/sax/xmlreader.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/xml/sax /bin/install -c -m 644 ./Lib/xmlrpc/__init__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/xmlrpc /bin/install -c -m 644 ./Lib/xmlrpc/client.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/xmlrpc /bin/install -c -m 644 ./Lib/xmlrpc/server.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/xmlrpc /bin/install -c -m 644 ./Lib/zipfile/__init__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/zipfile /bin/install -c -m 644 ./Lib/zipfile/__main__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/zipfile /bin/install -c -m 644 ./Lib/zipfile/_path/__init__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/zipfile/_path /bin/install -c -m 644 ./Lib/zipfile/_path/glob.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/zipfile/_path /bin/install -c -m 644 ./Lib/zoneinfo/__init__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/zoneinfo /bin/install -c -m 644 ./Lib/zoneinfo/_common.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/zoneinfo /bin/install -c -m 644 ./Lib/zoneinfo/_tzpath.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/zoneinfo /bin/install -c -m 644 ./Lib/zoneinfo/_zoneinfo.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/zoneinfo /bin/install -c -m 644 ./Lib/__phello__/__init__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/__phello__ /bin/install -c -m 644 ./Lib/__phello__/spam.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/__phello__ /bin/install -c -m 644 ./Lib/idlelib/idle_test/README.txt /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test /bin/install -c -m 644 ./Lib/idlelib/idle_test/__init__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test /bin/install -c -m 644 ./Lib/idlelib/idle_test/example_noext /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test /bin/install -c -m 644 ./Lib/idlelib/idle_test/example_stub.pyi /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test /bin/install -c -m 644 ./Lib/idlelib/idle_test/htest.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test /bin/install -c -m 644 ./Lib/idlelib/idle_test/mock_idle.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test /bin/install -c -m 644 ./Lib/idlelib/idle_test/mock_tk.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test /bin/install -c -m 644 ./Lib/idlelib/idle_test/template.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test /bin/install -c -m 644 ./Lib/idlelib/idle_test/test_autocomplete.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test /bin/install -c -m 644 ./Lib/idlelib/idle_test/test_autocomplete_w.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test /bin/install -c -m 644 ./Lib/idlelib/idle_test/test_autoexpand.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test /bin/install -c -m 644 ./Lib/idlelib/idle_test/test_browser.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test /bin/install -c -m 644 ./Lib/idlelib/idle_test/test_calltip.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test /bin/install -c -m 644 ./Lib/idlelib/idle_test/test_calltip_w.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test /bin/install -c -m 644 ./Lib/idlelib/idle_test/test_codecontext.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test /bin/install -c -m 644 ./Lib/idlelib/idle_test/test_colorizer.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test /bin/install -c -m 644 ./Lib/idlelib/idle_test/test_config.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test /bin/install -c -m 644 ./Lib/idlelib/idle_test/test_config_key.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test /bin/install -c -m 644 ./Lib/idlelib/idle_test/test_configdialog.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test /bin/install -c -m 644 ./Lib/idlelib/idle_test/test_debugger.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test /bin/install -c -m 644 ./Lib/idlelib/idle_test/test_debugger_r.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test /bin/install -c -m 644 ./Lib/idlelib/idle_test/test_debugobj.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test /bin/install -c -m 644 ./Lib/idlelib/idle_test/test_debugobj_r.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test /bin/install -c -m 644 ./Lib/idlelib/idle_test/test_delegator.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test /bin/install -c -m 644 ./Lib/idlelib/idle_test/test_editmenu.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test /bin/install -c -m 644 ./Lib/idlelib/idle_test/test_editor.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test /bin/install -c -m 644 ./Lib/idlelib/idle_test/test_filelist.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test /bin/install -c -m 644 ./Lib/idlelib/idle_test/test_format.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test /bin/install -c -m 644 ./Lib/idlelib/idle_test/test_grep.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test /bin/install -c -m 644 ./Lib/idlelib/idle_test/test_help.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test /bin/install -c -m 644 ./Lib/idlelib/idle_test/test_help_about.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test /bin/install -c -m 644 ./Lib/idlelib/idle_test/test_history.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test /bin/install -c -m 644 ./Lib/idlelib/idle_test/test_hyperparser.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test /bin/install -c -m 644 ./Lib/idlelib/idle_test/test_iomenu.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test /bin/install -c -m 644 ./Lib/idlelib/idle_test/test_macosx.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test /bin/install -c -m 644 ./Lib/idlelib/idle_test/test_mainmenu.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test /bin/install -c -m 644 ./Lib/idlelib/idle_test/test_multicall.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test /bin/install -c -m 644 ./Lib/idlelib/idle_test/test_outwin.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test /bin/install -c -m 644 ./Lib/idlelib/idle_test/test_parenmatch.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test /bin/install -c -m 644 ./Lib/idlelib/idle_test/test_pathbrowser.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test /bin/install -c -m 644 ./Lib/idlelib/idle_test/test_percolator.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test /bin/install -c -m 644 ./Lib/idlelib/idle_test/test_pyparse.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test /bin/install -c -m 644 ./Lib/idlelib/idle_test/test_pyshell.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test /bin/install -c -m 644 ./Lib/idlelib/idle_test/test_query.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test /bin/install -c -m 644 ./Lib/idlelib/idle_test/test_redirector.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test /bin/install -c -m 644 ./Lib/idlelib/idle_test/test_replace.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test /bin/install -c -m 644 ./Lib/idlelib/idle_test/test_rpc.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test /bin/install -c -m 644 ./Lib/idlelib/idle_test/test_run.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test /bin/install -c -m 644 ./Lib/idlelib/idle_test/test_runscript.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test /bin/install -c -m 644 ./Lib/idlelib/idle_test/test_scrolledlist.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test /bin/install -c -m 644 ./Lib/idlelib/idle_test/test_search.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test /bin/install -c -m 644 ./Lib/idlelib/idle_test/test_searchbase.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test /bin/install -c -m 644 ./Lib/idlelib/idle_test/test_searchengine.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test /bin/install -c -m 644 ./Lib/idlelib/idle_test/test_sidebar.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test /bin/install -c -m 644 ./Lib/idlelib/idle_test/test_squeezer.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test /bin/install -c -m 644 ./Lib/idlelib/idle_test/test_stackviewer.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test /bin/install -c -m 644 ./Lib/idlelib/idle_test/test_statusbar.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test /bin/install -c -m 644 ./Lib/idlelib/idle_test/test_text.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test /bin/install -c -m 644 ./Lib/idlelib/idle_test/test_textview.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test /bin/install -c -m 644 ./Lib/idlelib/idle_test/test_tooltip.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test /bin/install -c -m 644 ./Lib/idlelib/idle_test/test_tree.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test /bin/install -c -m 644 ./Lib/idlelib/idle_test/test_undo.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test /bin/install -c -m 644 ./Lib/idlelib/idle_test/test_util.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test /bin/install -c -m 644 ./Lib/idlelib/idle_test/test_warning.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test /bin/install -c -m 644 ./Lib/idlelib/idle_test/test_window.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test /bin/install -c -m 644 ./Lib/idlelib/idle_test/test_zoomheight.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test /bin/install -c -m 644 ./Lib/idlelib/idle_test/test_zzdummy.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test /bin/install -c -m 644 ./Lib/idlelib/idle_test/tkinter_testing_utils.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test /bin/install -c -m 644 ./Lib/test/Sine-1000Hz-300ms.aif /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/__init__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/__main__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/_test_atexit.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/_test_eintr.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/_test_embed_set_config.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/_test_embed_structseq.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/_test_multiprocessing.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/_test_venv_multiprocessing.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/archiver_tests.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/audiotest.au /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/audiotests.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/audit-tests.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/autotest.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/badsyntax_pep3120.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c ./Lib/test/bisect_cmd.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/clinic.test.c /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/cmath_testcases.txt /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c ./Lib/test/curses_tests.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/datetimetester.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/dis_module.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/empty.vbs /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/exception_hierarchy.txt /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/floating_points.txt /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/fork_wait.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/formatfloat_testcases.txt /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/ieee754.txt /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/levenshtein_examples.json /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/list_tests.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/lock_tests.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/mailcap.txt /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/mapping_tests.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/math_testcases.txt /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/memory_watchdog.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/mime.types /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/mock_socket.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/mp_fork_bomb.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/mp_preload.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/multibytecodec_support.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/pickletester.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/profilee.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/pstats.pck /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/pyclbr_input.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/pythoninfo.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/randv2_32.pck /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/randv2_64.pck /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/randv3.pck /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c ./Lib/test/re_tests.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/recursion.tar /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c ./Lib/test/regrtest.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/relimport.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/reperf.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/seq_tests.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/signalinterproctester.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/ssl_servers.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/ssltests.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/string_tests.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test___all__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test__locale.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test__opcode.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test__osx_support.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test__xxinterpchannels.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test__xxsubinterpreters.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_abc.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_abstract_numbers.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_aifc.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_argparse.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c ./Lib/test/test_array.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_asdl_parser.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_asyncgen.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_atexit.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_audioop.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_audit.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_augassign.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_base64.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_baseexception.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_bdb.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_bigaddrspace.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_bigmem.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_binascii.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_binop.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_bisect.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_bool.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_buffer.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_bufio.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_builtin.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_bytes.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_bz2.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_c_locale_coercion.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_calendar.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_call.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_cgi.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_cgitb.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_charmapcodec.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_class.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_clinic.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_cmath.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_cmd.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_cmd_line.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_cmd_line_script.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_code.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_code_module.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_codeccallbacks.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_codecencodings_cn.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_codecencodings_hk.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_codecencodings_iso2022.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_codecencodings_jp.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_codecencodings_kr.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_codecencodings_tw.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_codecmaps_cn.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_codecmaps_hk.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_codecmaps_jp.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_codecmaps_kr.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_codecmaps_tw.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_codecs.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_codeop.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_collections.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_colorsys.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_compare.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_compile.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_compileall.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_compiler_assemble.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_compiler_codegen.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_complex.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_configparser.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_contains.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_context.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_contextlib.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_contextlib_async.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_copy.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_copyreg.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_coroutines.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_cprofile.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_crashers.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_crypt.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_csv.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_curses.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_datetime.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_dbm.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_dbm_dumb.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_dbm_gnu.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_dbm_ndbm.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_decimal.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_decorators.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_defaultdict.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_deque.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_descr.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_descrtut.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_devpoll.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_dict.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_dict_version.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_dictcomps.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_dictviews.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_difflib.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_difflib_expect.html /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_dis.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_docxmlrpc.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_dtrace.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_dynamic.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_dynamicclassattribute.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_eintr.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_embed.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_ensurepip.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_enum.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_enumerate.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_eof.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_epoll.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_errno.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_except_star.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_exception_group.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_exception_hierarchy.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_exception_variations.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_exceptions.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_extcall.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_faulthandler.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_fcntl.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_file.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_file_eintr.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_filecmp.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_fileinput.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_fileio.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_fileutils.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_finalization.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_float.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_flufl.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_fnmatch.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_fork1.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_format.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_fractions.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_frame.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_frozen.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_fstring.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_ftplib.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_funcattrs.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_functools.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_gc.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_generator_stop.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_generators.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_genericalias.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_genericclass.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_genericpath.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_genexps.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_getopt.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_getpass.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_getpath.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_gettext.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_glob.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_global.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_grammar.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_graphlib.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_grp.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_gzip.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_hash.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_hashlib.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_heapq.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_hmac.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_html.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_htmlparser.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_http_cookiejar.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_http_cookies.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_httplib.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_httpservers.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_idle.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_imaplib.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_imghdr.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_index.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_int.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_int_literal.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_interpreters.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_io.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_ioctl.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_ipaddress.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_isinstance.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_iter.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_iterlen.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_itertools.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_keyword.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_keywordonlyarg.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_kqueue.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_largefile.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_launcher.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_linecache.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_list.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_listcomps.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_lltrace.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_locale.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_logging.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_long.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_longexp.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_lzma.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_mailbox.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_mailcap.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_marshal.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_math.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_math_property.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_memoryio.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_memoryview.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_metaclass.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_mimetypes.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_minidom.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_mmap.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_modulefinder.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_monitoring.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_msilib.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_multibytecodec.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_multiprocessing_main_handling.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_named_expressions.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_netrc.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_nis.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_nntplib.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_ntpath.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_numeric_tower.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_opcache.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_opcodes.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_openpty.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_operator.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_optparse.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_ordered_dict.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_os.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_ossaudiodev.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_osx_env.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_pathlib.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_patma.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_pdb.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_peepholer.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_pep646_syntax.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_perf_profiler.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_perfmaps.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_pickle.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_picklebuffer.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_pickletools.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_pipes.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_pkg.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_pkgutil.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_platform.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_plistlib.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_poll.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_popen.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_poplib.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_positional_only_arg.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_posix.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_posixpath.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_pow.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_pprint.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_print.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_profile.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_property.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_pstats.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_pty.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_pulldom.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_pwd.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_py_compile.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_pyclbr.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_pyexpat.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_queue.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_quopri.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_raise.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_random.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_range.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_re.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_readline.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_regrtest.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_repl.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_reprlib.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_resource.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_richcmp.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_rlcompleter.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_robotparser.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_runpy.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_sax.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_sched.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_scope.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_script_helper.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_secrets.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_select.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_selectors.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_set.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_setcomps.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_shelve.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_shlex.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_shutil.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_signal.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_site.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_slice.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_smtplib.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_smtpnet.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_sndhdr.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_socket.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_socketserver.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_sort.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_source_encoding.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_spwd.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_ssl.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_stable_abi_ctypes.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_startfile.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_stat.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_statistics.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_strftime.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_string.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_string_literals.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_stringprep.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_strptime.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_strtod.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_struct.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_structseq.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_subclassinit.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_subprocess.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_sunau.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_sundry.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_super.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_support.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_symtable.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_syntax.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_sys.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_sys_setprofile.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_sys_settrace.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_sysconfig.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_syslog.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_tabnanny.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_tarfile.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_tcl.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_telnetlib.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_tempfile.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_termios.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_textwrap.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_thread.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_threadedtempfile.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_threading.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_threading_local.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_threadsignals.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_time.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_timeit.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_timeout.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_tix.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_tokenize.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_trace.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_traceback.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_tracemalloc.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_ttk_textonly.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_tty.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_tuple.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_turtle.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_type_aliases.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_type_annotations.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_type_cache.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_type_comments.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_type_params.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_typechecks.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_types.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_typing.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_ucn.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_unary.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_unicode.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_unicode_file.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_unicode_file_functions.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_unicode_identifiers.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_unicodedata.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_univnewlines.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_unpack.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_unpack_ex.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_unparse.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_urllib.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_urllib2.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_urllib2_localnet.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_urllib2net.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_urllib_response.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_urllibnet.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_urlparse.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_userdict.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_userlist.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_userstring.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_utf8_mode.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_utf8source.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_uu.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c ./Lib/test/test_uuid.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_venv.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_wait3.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_wait4.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_wave.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_weakref.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_weakset.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_webbrowser.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_winapi.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_winconsoleio.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_winreg.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_winsound.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_with.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_wmi.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_wsgiref.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_xdrlib.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_xml_dom_minicompat.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_xml_etree.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_xml_etree_c.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_xmlrpc.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_xmlrpc_net.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_xxlimited.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_xxtestfuzz.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_yield_from.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_zipapp.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_zipfile64.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_zipimport.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_zipimport_support.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_zlib.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/testcodec.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/testtar.tar /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/testtar.tar.xz /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/tf_inherit_check.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/time_hashlib.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/win_console_handler.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/xmltests.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/zip_cp437_header.zip /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/zipdir.zip /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/zipdir_backslash.zip /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test /bin/install -c -m 644 ./Lib/test/test_ast/__init__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ast /bin/install -c -m 644 ./Lib/test/test_ast/snippets.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ast /bin/install -c -m 644 ./Lib/test/test_ast/test_ast.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ast /bin/install -c -m 644 ./Lib/test/test_ast/utils.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ast /bin/install -c -m 644 ./Lib/test/audiodata/pluck-alaw.aifc /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/audiodata /bin/install -c -m 644 ./Lib/test/audiodata/pluck-pcm16.aiff /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/audiodata /bin/install -c -m 644 ./Lib/test/audiodata/pluck-pcm16.au /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/audiodata /bin/install -c -m 644 ./Lib/test/audiodata/pluck-pcm16.wav /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/audiodata /bin/install -c -m 644 ./Lib/test/audiodata/pluck-pcm24-ext.wav /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/audiodata /bin/install -c -m 644 ./Lib/test/audiodata/pluck-pcm24.aiff /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/audiodata /bin/install -c -m 644 ./Lib/test/audiodata/pluck-pcm24.au /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/audiodata /bin/install -c -m 644 ./Lib/test/audiodata/pluck-pcm24.wav /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/audiodata /bin/install -c -m 644 ./Lib/test/audiodata/pluck-pcm32.aiff /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/audiodata /bin/install -c -m 644 ./Lib/test/audiodata/pluck-pcm32.au /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/audiodata /bin/install -c -m 644 ./Lib/test/audiodata/pluck-pcm32.wav /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/audiodata /bin/install -c -m 644 ./Lib/test/audiodata/pluck-pcm8.aiff /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/audiodata /bin/install -c -m 644 ./Lib/test/audiodata/pluck-pcm8.au /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/audiodata /bin/install -c -m 644 ./Lib/test/audiodata/pluck-pcm8.wav /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/audiodata /bin/install -c -m 644 ./Lib/test/audiodata/pluck-ulaw.aifc /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/audiodata /bin/install -c -m 644 ./Lib/test/audiodata/pluck-ulaw.au /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/audiodata /bin/install -c -m 644 ./Lib/test/certdata/allsans.pem /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/certdata /bin/install -c -m 644 ./Lib/test/certdata/badcert.pem /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/certdata /bin/install -c -m 644 ./Lib/test/certdata/badkey.pem /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/certdata /bin/install -c -m 644 ./Lib/test/certdata/ffdh3072.pem /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/certdata /bin/install -c -m 644 ./Lib/test/certdata/idnsans.pem /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/certdata /bin/install -c -m 644 ./Lib/test/certdata/keycert.passwd.pem /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/certdata /bin/install -c -m 644 ./Lib/test/certdata/keycert.pem /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/certdata /bin/install -c -m 644 ./Lib/test/certdata/keycert2.pem /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/certdata /bin/install -c -m 644 ./Lib/test/certdata/keycert3.pem /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/certdata /bin/install -c -m 644 ./Lib/test/certdata/keycert4.pem /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/certdata /bin/install -c -m 644 ./Lib/test/certdata/keycertecc.pem /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/certdata /bin/install -c -m 644 ./Lib/test/certdata/make_ssl_certs.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/certdata /bin/install -c -m 644 ./Lib/test/certdata/nokia.pem /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/certdata /bin/install -c -m 644 ./Lib/test/certdata/nosan.pem /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/certdata /bin/install -c -m 644 ./Lib/test/certdata/nullbytecert.pem /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/certdata /bin/install -c -m 644 ./Lib/test/certdata/nullcert.pem /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/certdata /bin/install -c -m 644 ./Lib/test/certdata/pycacert.pem /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/certdata /bin/install -c -m 644 ./Lib/test/certdata/pycakey.pem /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/certdata /bin/install -c -m 644 ./Lib/test/certdata/revocation.crl /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/certdata /bin/install -c -m 644 ./Lib/test/certdata/secp384r1.pem /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/certdata /bin/install -c -m 644 ./Lib/test/certdata/selfsigned_pythontestdotnet.pem /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/certdata /bin/install -c -m 644 ./Lib/test/certdata/ssl_cert.pem /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/certdata /bin/install -c -m 644 ./Lib/test/certdata/ssl_key.passwd.pem /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/certdata /bin/install -c -m 644 ./Lib/test/certdata/ssl_key.pem /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/certdata /bin/install -c -m 644 ./Lib/test/certdata/talos-2019-0758.pem /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/certdata /bin/install -c -m 644 ./Lib/test/certdata/capath/4e1295a3.0 /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/certdata/capath /bin/install -c -m 644 ./Lib/test/certdata/capath/5ed36f99.0 /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/certdata/capath /bin/install -c -m 644 ./Lib/test/certdata/capath/6e88d7b8.0 /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/certdata/capath /bin/install -c -m 644 ./Lib/test/certdata/capath/99d0fa06.0 /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/certdata/capath /bin/install -c -m 644 ./Lib/test/certdata/capath/b1930218.0 /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/certdata/capath /bin/install -c -m 644 ./Lib/test/certdata/capath/ceff1710.0 /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/certdata/capath /bin/install -c -m 644 ./Lib/test/cjkencodings/big5-utf8.txt /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/cjkencodings /bin/install -c -m 644 ./Lib/test/cjkencodings/big5.txt /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/cjkencodings /bin/install -c -m 644 ./Lib/test/cjkencodings/big5hkscs-utf8.txt /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/cjkencodings /bin/install -c -m 644 ./Lib/test/cjkencodings/big5hkscs.txt /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/cjkencodings /bin/install -c -m 644 ./Lib/test/cjkencodings/cp949-utf8.txt /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/cjkencodings /bin/install -c -m 644 ./Lib/test/cjkencodings/cp949.txt /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/cjkencodings /bin/install -c -m 644 ./Lib/test/cjkencodings/euc_jisx0213-utf8.txt /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/cjkencodings /bin/install -c -m 644 ./Lib/test/cjkencodings/euc_jisx0213.txt /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/cjkencodings /bin/install -c -m 644 ./Lib/test/cjkencodings/euc_jp-utf8.txt /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/cjkencodings /bin/install -c -m 644 ./Lib/test/cjkencodings/euc_jp.txt /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/cjkencodings /bin/install -c -m 644 ./Lib/test/cjkencodings/euc_kr-utf8.txt /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/cjkencodings /bin/install -c -m 644 ./Lib/test/cjkencodings/euc_kr.txt /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/cjkencodings /bin/install -c -m 644 ./Lib/test/cjkencodings/gb18030-utf8.txt /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/cjkencodings /bin/install -c -m 644 ./Lib/test/cjkencodings/gb18030.txt /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/cjkencodings /bin/install -c -m 644 ./Lib/test/cjkencodings/gb2312-utf8.txt /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/cjkencodings /bin/install -c -m 644 ./Lib/test/cjkencodings/gb2312.txt /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/cjkencodings /bin/install -c -m 644 ./Lib/test/cjkencodings/gbk-utf8.txt /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/cjkencodings /bin/install -c -m 644 ./Lib/test/cjkencodings/gbk.txt /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/cjkencodings /bin/install -c -m 644 ./Lib/test/cjkencodings/hz-utf8.txt /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/cjkencodings /bin/install -c -m 644 ./Lib/test/cjkencodings/hz.txt /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/cjkencodings /bin/install -c -m 644 ./Lib/test/cjkencodings/iso2022_jp-utf8.txt /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/cjkencodings /bin/install -c -m 644 ./Lib/test/cjkencodings/iso2022_jp.txt /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/cjkencodings /bin/install -c -m 644 ./Lib/test/cjkencodings/iso2022_kr-utf8.txt /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/cjkencodings /bin/install -c -m 644 ./Lib/test/cjkencodings/iso2022_kr.txt /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/cjkencodings /bin/install -c -m 644 ./Lib/test/cjkencodings/johab-utf8.txt /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/cjkencodings /bin/install -c -m 644 ./Lib/test/cjkencodings/johab.txt /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/cjkencodings /bin/install -c -m 644 ./Lib/test/cjkencodings/shift_jis-utf8.txt /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/cjkencodings /bin/install -c -m 644 ./Lib/test/cjkencodings/shift_jis.txt /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/cjkencodings /bin/install -c -m 644 ./Lib/test/cjkencodings/shift_jisx0213-utf8.txt /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/cjkencodings /bin/install -c -m 644 ./Lib/test/cjkencodings/shift_jisx0213.txt /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/cjkencodings /bin/install -c -m 644 ./Lib/test/crashers/README /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/crashers /bin/install -c -m 644 ./Lib/test/crashers/bogus_code_obj.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/crashers /bin/install -c -m 644 ./Lib/test/crashers/gc_inspection.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/crashers /bin/install -c -m 644 ./Lib/test/crashers/infinite_loop_re.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/crashers /bin/install -c -m 644 ./Lib/test/crashers/mutation_inside_cyclegc.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/crashers /bin/install -c ./Lib/test/crashers/recursive_call.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/crashers /bin/install -c -m 644 ./Lib/test/crashers/trace_at_recursion_limit.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/crashers /bin/install -c -m 644 ./Lib/test/crashers/underlying_dict.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/crashers /bin/install -c -m 644 ./Lib/test/configdata/cfgparser.1 /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/configdata /bin/install -c -m 644 ./Lib/test/configdata/cfgparser.2 /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/configdata /bin/install -c -m 644 ./Lib/test/configdata/cfgparser.3 /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/configdata /bin/install -c -m 644 ./Lib/test/data/README /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/data /bin/install -c -m 644 ./Lib/test/decimaltestdata/abs.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/add.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/and.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/base.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/clamp.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/class.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/compare.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/comparetotal.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/comparetotmag.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/copy.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/copyabs.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/copynegate.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/copysign.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/ddAbs.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/ddAdd.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/ddAnd.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/ddBase.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/ddCanonical.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/ddClass.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/ddCompare.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/ddCompareSig.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/ddCompareTotal.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/ddCompareTotalMag.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/ddCopy.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/ddCopyAbs.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/ddCopyNegate.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/ddCopySign.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/ddDivide.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/ddDivideInt.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/ddEncode.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/ddFMA.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/ddInvert.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/ddLogB.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/ddMax.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/ddMaxMag.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/ddMin.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/ddMinMag.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/ddMinus.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/ddMultiply.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/ddNextMinus.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/ddNextPlus.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/ddNextToward.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/ddOr.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/ddPlus.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/ddQuantize.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/ddReduce.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/ddRemainder.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/ddRemainderNear.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/ddRotate.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/ddSameQuantum.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/ddScaleB.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/ddShift.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/ddSubtract.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/ddToIntegral.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/ddXor.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/decDouble.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/decQuad.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/decSingle.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/divide.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/divideint.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/dqAbs.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/dqAdd.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/dqAnd.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/dqBase.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/dqCanonical.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/dqClass.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/dqCompare.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/dqCompareSig.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/dqCompareTotal.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/dqCompareTotalMag.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/dqCopy.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/dqCopyAbs.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/dqCopyNegate.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/dqCopySign.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/dqDivide.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/dqDivideInt.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/dqEncode.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/dqFMA.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/dqInvert.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/dqLogB.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/dqMax.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/dqMaxMag.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/dqMin.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/dqMinMag.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/dqMinus.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/dqMultiply.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/dqNextMinus.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/dqNextPlus.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/dqNextToward.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/dqOr.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/dqPlus.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/dqQuantize.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/dqReduce.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/dqRemainder.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/dqRemainderNear.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/dqRotate.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/dqSameQuantum.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/dqScaleB.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/dqShift.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/dqSubtract.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/dqToIntegral.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/dqXor.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/dsBase.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/dsEncode.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/exp.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/extra.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/fma.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/inexact.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/invert.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/ln.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/log10.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/logb.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/max.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/maxmag.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/min.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/minmag.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/minus.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/multiply.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/nextminus.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/nextplus.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/nexttoward.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/or.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/plus.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/power.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/powersqrt.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/quantize.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/randomBound32.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/randoms.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/reduce.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/remainder.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/remainderNear.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/rescale.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/rotate.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/rounding.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/samequantum.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/scaleb.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/shift.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/squareroot.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/subtract.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/testall.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/tointegral.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/tointegralx.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/decimaltestdata/xor.decTest /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata /bin/install -c -m 644 ./Lib/test/dtracedata/assert_usable.d /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/dtracedata /bin/install -c -m 644 ./Lib/test/dtracedata/assert_usable.stp /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/dtracedata /bin/install -c -m 644 ./Lib/test/dtracedata/call_stack.d /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/dtracedata /bin/install -c -m 644 ./Lib/test/dtracedata/call_stack.d.expected /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/dtracedata /bin/install -c -m 644 ./Lib/test/dtracedata/call_stack.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/dtracedata /bin/install -c -m 644 ./Lib/test/dtracedata/call_stack.stp /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/dtracedata /bin/install -c -m 644 ./Lib/test/dtracedata/call_stack.stp.expected /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/dtracedata /bin/install -c -m 644 ./Lib/test/dtracedata/gc.d /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/dtracedata /bin/install -c -m 644 ./Lib/test/dtracedata/gc.d.expected /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/dtracedata /bin/install -c -m 644 ./Lib/test/dtracedata/gc.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/dtracedata /bin/install -c -m 644 ./Lib/test/dtracedata/gc.stp /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/dtracedata /bin/install -c -m 644 ./Lib/test/dtracedata/gc.stp.expected /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/dtracedata /bin/install -c -m 644 ./Lib/test/dtracedata/instance.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/dtracedata /bin/install -c -m 644 ./Lib/test/dtracedata/line.d /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/dtracedata /bin/install -c -m 644 ./Lib/test/dtracedata/line.d.expected /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/dtracedata /bin/install -c -m 644 ./Lib/test/dtracedata/line.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/dtracedata /bin/install -c -m 644 ./Lib/test/encoded_modules/__init__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/encoded_modules /bin/install -c -m 644 ./Lib/test/encoded_modules/module_iso_8859_1.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/encoded_modules /bin/install -c -m 644 ./Lib/test/encoded_modules/module_koi8_r.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/encoded_modules /bin/install -c -m 644 ./Lib/test/imghdrdata/python-raw.jpg /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/imghdrdata /bin/install -c -m 644 ./Lib/test/imghdrdata/python.bmp /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/imghdrdata /bin/install -c -m 644 ./Lib/test/imghdrdata/python.exr /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/imghdrdata /bin/install -c -m 644 ./Lib/test/imghdrdata/python.gif /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/imghdrdata /bin/install -c -m 644 ./Lib/test/imghdrdata/python.jpg /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/imghdrdata /bin/install -c -m 644 ./Lib/test/imghdrdata/python.pbm /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/imghdrdata /bin/install -c -m 644 ./Lib/test/imghdrdata/python.pgm /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/imghdrdata /bin/install -c -m 644 ./Lib/test/imghdrdata/python.png /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/imghdrdata /bin/install -c -m 644 ./Lib/test/imghdrdata/python.ppm /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/imghdrdata /bin/install -c -m 644 ./Lib/test/imghdrdata/python.ras /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/imghdrdata /bin/install -c -m 644 ./Lib/test/imghdrdata/python.sgi /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/imghdrdata /bin/install -c -m 644 ./Lib/test/imghdrdata/python.tiff /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/imghdrdata /bin/install -c -m 644 ./Lib/test/imghdrdata/python.webp /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/imghdrdata /bin/install -c -m 644 ./Lib/test/imghdrdata/python.xbm /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/imghdrdata /bin/install -c -m 644 ./Lib/test/leakers/README.txt /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/leakers /bin/install -c -m 644 ./Lib/test/leakers/__init__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/leakers /bin/install -c -m 644 ./Lib/test/leakers/test_ctypes.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/leakers /bin/install -c -m 644 ./Lib/test/leakers/test_selftype.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/leakers /bin/install -c -m 644 ./Lib/test/libregrtest/__init__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/libregrtest /bin/install -c -m 644 ./Lib/test/libregrtest/cmdline.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/libregrtest /bin/install -c -m 644 ./Lib/test/libregrtest/filter.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/libregrtest /bin/install -c -m 644 ./Lib/test/libregrtest/findtests.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/libregrtest /bin/install -c -m 644 ./Lib/test/libregrtest/logger.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/libregrtest /bin/install -c -m 644 ./Lib/test/libregrtest/main.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/libregrtest /bin/install -c -m 644 ./Lib/test/libregrtest/mypy.ini /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/libregrtest /bin/install -c -m 644 ./Lib/test/libregrtest/pgo.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/libregrtest /bin/install -c -m 644 ./Lib/test/libregrtest/refleak.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/libregrtest /bin/install -c -m 644 ./Lib/test/libregrtest/result.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/libregrtest /bin/install -c -m 644 ./Lib/test/libregrtest/results.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/libregrtest /bin/install -c -m 644 ./Lib/test/libregrtest/run_workers.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/libregrtest /bin/install -c -m 644 ./Lib/test/libregrtest/runtests.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/libregrtest /bin/install -c -m 644 ./Lib/test/libregrtest/save_env.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/libregrtest /bin/install -c -m 644 ./Lib/test/libregrtest/setup.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/libregrtest /bin/install -c -m 644 ./Lib/test/libregrtest/single.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/libregrtest /bin/install -c -m 644 ./Lib/test/libregrtest/testresult.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/libregrtest /bin/install -c -m 644 ./Lib/test/libregrtest/tsan.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/libregrtest /bin/install -c -m 644 ./Lib/test/libregrtest/utils.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/libregrtest /bin/install -c -m 644 ./Lib/test/libregrtest/win_utils.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/libregrtest /bin/install -c -m 644 ./Lib/test/libregrtest/worker.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/libregrtest /bin/install -c -m 644 ./Lib/test/regrtestdata/import_from_tests/test_regrtest_a.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/regrtestdata/import_from_tests /bin/install -c -m 644 ./Lib/test/regrtestdata/import_from_tests/test_regrtest_c.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/regrtestdata/import_from_tests /bin/install -c -m 644 ./Lib/test/regrtestdata/import_from_tests/test_regrtest_b/__init__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/regrtestdata/import_from_tests/test_regrtest_b /bin/install -c -m 644 ./Lib/test/regrtestdata/import_from_tests/test_regrtest_b/util.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/regrtestdata/import_from_tests/test_regrtest_b /bin/install -c -m 644 ./Lib/test/sndhdrdata/README /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/sndhdrdata /bin/install -c -m 644 ./Lib/test/sndhdrdata/sndhdr.8svx /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/sndhdrdata /bin/install -c -m 644 ./Lib/test/sndhdrdata/sndhdr.aifc /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/sndhdrdata /bin/install -c -m 644 ./Lib/test/sndhdrdata/sndhdr.aiff /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/sndhdrdata /bin/install -c -m 644 ./Lib/test/sndhdrdata/sndhdr.au /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/sndhdrdata /bin/install -c -m 644 ./Lib/test/sndhdrdata/sndhdr.hcom /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/sndhdrdata /bin/install -c -m 644 ./Lib/test/sndhdrdata/sndhdr.sndt /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/sndhdrdata /bin/install -c -m 644 ./Lib/test/sndhdrdata/sndhdr.voc /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/sndhdrdata /bin/install -c -m 644 ./Lib/test/sndhdrdata/sndhdr.wav /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/sndhdrdata /bin/install -c -m 644 ./Lib/test/subprocessdata/fd_status.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/subprocessdata /bin/install -c -m 644 ./Lib/test/subprocessdata/input_reader.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/subprocessdata /bin/install -c -m 644 ./Lib/test/subprocessdata/qcat.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/subprocessdata /bin/install -c -m 644 ./Lib/test/subprocessdata/qgrep.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/subprocessdata /bin/install -c -m 644 ./Lib/test/subprocessdata/sigchild_ignore.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/subprocessdata /bin/install -c -m 644 ./Lib/test/support/__init__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/support /bin/install -c -m 644 ./Lib/test/support/ast_helper.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/support /bin/install -c -m 644 ./Lib/test/support/asynchat.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/support /bin/install -c -m 644 ./Lib/test/support/asyncore.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/support /bin/install -c -m 644 ./Lib/test/support/bytecode_helper.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/support /bin/install -c -m 644 ./Lib/test/support/hashlib_helper.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/support /bin/install -c -m 644 ./Lib/test/support/hypothesis_helper.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/support /bin/install -c -m 644 ./Lib/test/support/import_helper.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/support /bin/install -c -m 644 ./Lib/test/support/interpreters.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/support /bin/install -c -m 644 ./Lib/test/support/logging_helper.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/support /bin/install -c -m 644 ./Lib/test/support/os_helper.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/support /bin/install -c -m 644 ./Lib/test/support/pty_helper.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/support /bin/install -c -m 644 ./Lib/test/support/script_helper.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/support /bin/install -c ./Lib/test/support/smtpd.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/support /bin/install -c -m 644 ./Lib/test/support/socket_helper.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/support /bin/install -c -m 644 ./Lib/test/support/testcase.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/support /bin/install -c -m 644 ./Lib/test/support/threading_helper.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/support /bin/install -c -m 644 ./Lib/test/support/warnings_helper.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/support /bin/install -c -m 644 ./Lib/test/support/_hypothesis_stubs/__init__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/support/_hypothesis_stubs /bin/install -c -m 644 ./Lib/test/support/_hypothesis_stubs/_helpers.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/support/_hypothesis_stubs /bin/install -c -m 644 ./Lib/test/support/_hypothesis_stubs/strategies.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/support/_hypothesis_stubs /bin/install -c -m 644 ./Lib/test/test_asyncio/__init__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_asyncio /bin/install -c -m 644 ./Lib/test/test_asyncio/__main__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_asyncio /bin/install -c -m 644 ./Lib/test/test_asyncio/echo.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_asyncio /bin/install -c -m 644 ./Lib/test/test_asyncio/echo2.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_asyncio /bin/install -c -m 644 ./Lib/test/test_asyncio/echo3.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_asyncio /bin/install -c -m 644 ./Lib/test/test_asyncio/functional.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_asyncio /bin/install -c -m 644 ./Lib/test/test_asyncio/test_base_events.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_asyncio /bin/install -c -m 644 ./Lib/test/test_asyncio/test_buffered_proto.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_asyncio /bin/install -c -m 644 ./Lib/test/test_asyncio/test_context.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_asyncio /bin/install -c -m 644 ./Lib/test/test_asyncio/test_eager_task_factory.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_asyncio /bin/install -c -m 644 ./Lib/test/test_asyncio/test_events.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_asyncio /bin/install -c -m 644 ./Lib/test/test_asyncio/test_futures.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_asyncio /bin/install -c -m 644 ./Lib/test/test_asyncio/test_futures2.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_asyncio /bin/install -c -m 644 ./Lib/test/test_asyncio/test_locks.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_asyncio /bin/install -c -m 644 ./Lib/test/test_asyncio/test_pep492.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_asyncio /bin/install -c -m 644 ./Lib/test/test_asyncio/test_proactor_events.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_asyncio /bin/install -c -m 644 ./Lib/test/test_asyncio/test_protocols.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_asyncio /bin/install -c -m 644 ./Lib/test/test_asyncio/test_queues.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_asyncio /bin/install -c -m 644 ./Lib/test/test_asyncio/test_runners.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_asyncio /bin/install -c -m 644 ./Lib/test/test_asyncio/test_selector_events.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_asyncio /bin/install -c -m 644 ./Lib/test/test_asyncio/test_sendfile.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_asyncio /bin/install -c -m 644 ./Lib/test/test_asyncio/test_server.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_asyncio /bin/install -c -m 644 ./Lib/test/test_asyncio/test_sock_lowlevel.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_asyncio /bin/install -c -m 644 ./Lib/test/test_asyncio/test_ssl.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_asyncio /bin/install -c -m 644 ./Lib/test/test_asyncio/test_sslproto.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_asyncio /bin/install -c -m 644 ./Lib/test/test_asyncio/test_staggered.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_asyncio /bin/install -c -m 644 ./Lib/test/test_asyncio/test_streams.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_asyncio /bin/install -c -m 644 ./Lib/test/test_asyncio/test_subprocess.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_asyncio /bin/install -c -m 644 ./Lib/test/test_asyncio/test_taskgroups.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_asyncio /bin/install -c -m 644 ./Lib/test/test_asyncio/test_tasks.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_asyncio /bin/install -c -m 644 ./Lib/test/test_asyncio/test_threads.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_asyncio /bin/install -c -m 644 ./Lib/test/test_asyncio/test_timeouts.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_asyncio /bin/install -c -m 644 ./Lib/test/test_asyncio/test_transports.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_asyncio /bin/install -c -m 644 ./Lib/test/test_asyncio/test_unix_events.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_asyncio /bin/install -c -m 644 ./Lib/test/test_asyncio/test_waitfor.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_asyncio /bin/install -c -m 644 ./Lib/test/test_asyncio/test_windows_events.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_asyncio /bin/install -c -m 644 ./Lib/test/test_asyncio/test_windows_utils.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_asyncio /bin/install -c -m 644 ./Lib/test/test_asyncio/utils.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_asyncio /bin/install -c -m 644 ./Lib/test/test_capi/__init__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_capi /bin/install -c -m 644 ./Lib/test/test_capi/__main__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_capi /bin/install -c -m 644 ./Lib/test/test_capi/check_config.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_capi /bin/install -c -m 644 ./Lib/test/test_capi/test_abstract.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_capi /bin/install -c -m 644 ./Lib/test/test_capi/test_bytearray.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_capi /bin/install -c -m 644 ./Lib/test/test_capi/test_bytes.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_capi /bin/install -c -m 644 ./Lib/test/test_capi/test_codecs.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_capi /bin/install -c -m 644 ./Lib/test/test_capi/test_complex.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_capi /bin/install -c -m 644 ./Lib/test/test_capi/test_dict.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_capi /bin/install -c -m 644 ./Lib/test/test_capi/test_eval_code_ex.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_capi /bin/install -c -m 644 ./Lib/test/test_capi/test_exceptions.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_capi /bin/install -c -m 644 ./Lib/test/test_capi/test_float.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_capi /bin/install -c -m 644 ./Lib/test/test_capi/test_getargs.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_capi /bin/install -c -m 644 ./Lib/test/test_capi/test_immortal.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_capi /bin/install -c -m 644 ./Lib/test/test_capi/test_list.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_capi /bin/install -c -m 644 ./Lib/test/test_capi/test_long.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_capi /bin/install -c -m 644 ./Lib/test/test_capi/test_mem.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_capi /bin/install -c -m 644 ./Lib/test/test_capi/test_misc.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_capi /bin/install -c -m 644 ./Lib/test/test_capi/test_number.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_capi /bin/install -c -m 644 ./Lib/test/test_capi/test_run.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_capi /bin/install -c -m 644 ./Lib/test/test_capi/test_set.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_capi /bin/install -c -m 644 ./Lib/test/test_capi/test_structmembers.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_capi /bin/install -c -m 644 ./Lib/test/test_capi/test_sys.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_capi /bin/install -c -m 644 ./Lib/test/test_capi/test_tuple.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_capi /bin/install -c -m 644 ./Lib/test/test_capi/test_unicode.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_capi /bin/install -c -m 644 ./Lib/test/test_capi/test_watchers.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_capi /bin/install -c -m 644 ./Lib/test/test_cppext/__init__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_cppext /bin/install -c -m 644 ./Lib/test/test_cppext/extension.cpp /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_cppext /bin/install -c -m 644 ./Lib/test/test_cppext/setup.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_cppext /bin/install -c -m 644 ./Lib/test/test_ctypes/__init__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ctypes /bin/install -c -m 644 ./Lib/test/test_ctypes/__main__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ctypes /bin/install -c -m 644 ./Lib/test/test_ctypes/test_anon.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ctypes /bin/install -c -m 644 ./Lib/test/test_ctypes/test_array_in_pointer.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ctypes /bin/install -c -m 644 ./Lib/test/test_ctypes/test_arrays.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ctypes /bin/install -c -m 644 ./Lib/test/test_ctypes/test_as_parameter.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ctypes /bin/install -c -m 644 ./Lib/test/test_ctypes/test_bitfields.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ctypes /bin/install -c -m 644 ./Lib/test/test_ctypes/test_buffers.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ctypes /bin/install -c -m 644 ./Lib/test/test_ctypes/test_bytes.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ctypes /bin/install -c -m 644 ./Lib/test/test_ctypes/test_byteswap.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ctypes /bin/install -c -m 644 ./Lib/test/test_ctypes/test_callbacks.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ctypes /bin/install -c -m 644 ./Lib/test/test_ctypes/test_cast.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ctypes /bin/install -c -m 644 ./Lib/test/test_ctypes/test_cfuncs.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ctypes /bin/install -c -m 644 ./Lib/test/test_ctypes/test_checkretval.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ctypes /bin/install -c -m 644 ./Lib/test/test_ctypes/test_delattr.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ctypes /bin/install -c -m 644 ./Lib/test/test_ctypes/test_errno.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ctypes /bin/install -c -m 644 ./Lib/test/test_ctypes/test_find.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ctypes /bin/install -c -m 644 ./Lib/test/test_ctypes/test_frombuffer.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ctypes /bin/install -c -m 644 ./Lib/test/test_ctypes/test_funcptr.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ctypes /bin/install -c -m 644 ./Lib/test/test_ctypes/test_functions.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ctypes /bin/install -c -m 644 ./Lib/test/test_ctypes/test_incomplete.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ctypes /bin/install -c -m 644 ./Lib/test/test_ctypes/test_init.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ctypes /bin/install -c -m 644 ./Lib/test/test_ctypes/test_internals.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ctypes /bin/install -c -m 644 ./Lib/test/test_ctypes/test_keeprefs.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ctypes /bin/install -c -m 644 ./Lib/test/test_ctypes/test_libc.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ctypes /bin/install -c -m 644 ./Lib/test/test_ctypes/test_loading.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ctypes /bin/install -c -m 644 ./Lib/test/test_ctypes/test_macholib.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ctypes /bin/install -c -m 644 ./Lib/test/test_ctypes/test_memfunctions.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ctypes /bin/install -c -m 644 ./Lib/test/test_ctypes/test_numbers.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ctypes /bin/install -c -m 644 ./Lib/test/test_ctypes/test_objects.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ctypes /bin/install -c -m 644 ./Lib/test/test_ctypes/test_parameters.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ctypes /bin/install -c -m 644 ./Lib/test/test_ctypes/test_pep3118.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ctypes /bin/install -c -m 644 ./Lib/test/test_ctypes/test_pickling.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ctypes /bin/install -c -m 644 ./Lib/test/test_ctypes/test_pointers.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ctypes /bin/install -c -m 644 ./Lib/test/test_ctypes/test_prototypes.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ctypes /bin/install -c -m 644 ./Lib/test/test_ctypes/test_python_api.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ctypes /bin/install -c -m 644 ./Lib/test/test_ctypes/test_random_things.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ctypes /bin/install -c -m 644 ./Lib/test/test_ctypes/test_refcounts.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ctypes /bin/install -c -m 644 ./Lib/test/test_ctypes/test_repr.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ctypes /bin/install -c -m 644 ./Lib/test/test_ctypes/test_returnfuncptrs.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ctypes /bin/install -c -m 644 ./Lib/test/test_ctypes/test_simplesubclasses.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ctypes /bin/install -c -m 644 ./Lib/test/test_ctypes/test_sizes.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ctypes /bin/install -c -m 644 ./Lib/test/test_ctypes/test_slicing.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ctypes /bin/install -c -m 644 ./Lib/test/test_ctypes/test_stringptr.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ctypes /bin/install -c -m 644 ./Lib/test/test_ctypes/test_strings.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ctypes /bin/install -c -m 644 ./Lib/test/test_ctypes/test_struct_fields.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ctypes /bin/install -c -m 644 ./Lib/test/test_ctypes/test_structures.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ctypes /bin/install -c -m 644 ./Lib/test/test_ctypes/test_unaligned_structures.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ctypes /bin/install -c -m 644 ./Lib/test/test_ctypes/test_unicode.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ctypes /bin/install -c -m 644 ./Lib/test/test_ctypes/test_values.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ctypes /bin/install -c -m 644 ./Lib/test/test_ctypes/test_varsize_struct.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ctypes /bin/install -c -m 644 ./Lib/test/test_ctypes/test_win32.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ctypes /bin/install -c -m 644 ./Lib/test/test_ctypes/test_wintypes.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ctypes /bin/install -c -m 644 ./Lib/test/test_dataclasses/__init__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_dataclasses /bin/install -c -m 644 ./Lib/test/test_dataclasses/dataclass_module_1.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_dataclasses /bin/install -c -m 644 ./Lib/test/test_dataclasses/dataclass_module_1_str.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_dataclasses /bin/install -c -m 644 ./Lib/test/test_dataclasses/dataclass_module_2.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_dataclasses /bin/install -c -m 644 ./Lib/test/test_dataclasses/dataclass_module_2_str.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_dataclasses /bin/install -c -m 644 ./Lib/test/test_dataclasses/dataclass_textanno.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_dataclasses /bin/install -c -m 644 ./Lib/test/test_doctest/__init__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_doctest /bin/install -c -m 644 ./Lib/test/test_doctest/decorator_mod.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_doctest /bin/install -c -m 644 ./Lib/test/test_doctest/doctest_aliases.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_doctest /bin/install -c -m 644 ./Lib/test/test_doctest/doctest_lineno.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_doctest /bin/install -c -m 644 ./Lib/test/test_doctest/sample_doctest.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_doctest /bin/install -c -m 644 ./Lib/test/test_doctest/sample_doctest_no_docstrings.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_doctest /bin/install -c -m 644 ./Lib/test/test_doctest/sample_doctest_no_doctests.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_doctest /bin/install -c -m 644 ./Lib/test/test_doctest/test_doctest.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_doctest /bin/install -c -m 644 ./Lib/test/test_doctest/test_doctest.txt /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_doctest /bin/install -c -m 644 ./Lib/test/test_doctest/test_doctest2.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_doctest /bin/install -c -m 644 ./Lib/test/test_doctest/test_doctest2.txt /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_doctest /bin/install -c -m 644 ./Lib/test/test_doctest/test_doctest3.txt /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_doctest /bin/install -c -m 644 ./Lib/test/test_doctest/test_doctest4.txt /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_doctest /bin/install -c -m 644 ./Lib/test/test_email/__init__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_email /bin/install -c -m 644 ./Lib/test/test_email/__main__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_email /bin/install -c -m 644 ./Lib/test/test_email/test__encoded_words.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_email /bin/install -c -m 644 ./Lib/test/test_email/test__header_value_parser.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_email /bin/install -c -m 644 ./Lib/test/test_email/test_asian_codecs.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_email /bin/install -c -m 644 ./Lib/test/test_email/test_contentmanager.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_email /bin/install -c -m 644 ./Lib/test/test_email/test_defect_handling.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_email /bin/install -c -m 644 ./Lib/test/test_email/test_email.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_email /bin/install -c -m 644 ./Lib/test/test_email/test_generator.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_email /bin/install -c -m 644 ./Lib/test/test_email/test_headerregistry.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_email /bin/install -c -m 644 ./Lib/test/test_email/test_inversion.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_email /bin/install -c -m 644 ./Lib/test/test_email/test_message.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_email /bin/install -c -m 644 ./Lib/test/test_email/test_parser.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_email /bin/install -c -m 644 ./Lib/test/test_email/test_pickleable.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_email /bin/install -c -m 644 ./Lib/test/test_email/test_policy.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_email /bin/install -c -m 644 ./Lib/test/test_email/test_utils.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_email /bin/install -c -m 644 ./Lib/test/test_email/torture_test.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_email /bin/install -c -m 644 ./Lib/test/test_email/data/msg_01.txt /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_email/data /bin/install -c -m 644 ./Lib/test/test_email/data/msg_02.txt /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_email/data /bin/install -c -m 644 ./Lib/test/test_email/data/msg_03.txt /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_email/data /bin/install -c -m 644 ./Lib/test/test_email/data/msg_04.txt /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_email/data /bin/install -c -m 644 ./Lib/test/test_email/data/msg_05.txt /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_email/data /bin/install -c -m 644 ./Lib/test/test_email/data/msg_06.txt /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_email/data /bin/install -c -m 644 ./Lib/test/test_email/data/msg_07.txt /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_email/data /bin/install -c -m 644 ./Lib/test/test_email/data/msg_08.txt /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_email/data /bin/install -c -m 644 ./Lib/test/test_email/data/msg_09.txt /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_email/data /bin/install -c -m 644 ./Lib/test/test_email/data/msg_10.txt /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_email/data /bin/install -c -m 644 ./Lib/test/test_email/data/msg_11.txt /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_email/data /bin/install -c -m 644 ./Lib/test/test_email/data/msg_12.txt /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_email/data /bin/install -c -m 644 ./Lib/test/test_email/data/msg_12a.txt /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_email/data /bin/install -c -m 644 ./Lib/test/test_email/data/msg_13.txt /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_email/data /bin/install -c -m 644 ./Lib/test/test_email/data/msg_14.txt /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_email/data /bin/install -c -m 644 ./Lib/test/test_email/data/msg_15.txt /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_email/data /bin/install -c -m 644 ./Lib/test/test_email/data/msg_16.txt /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_email/data /bin/install -c -m 644 ./Lib/test/test_email/data/msg_17.txt /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_email/data /bin/install -c -m 644 ./Lib/test/test_email/data/msg_18.txt /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_email/data /bin/install -c -m 644 ./Lib/test/test_email/data/msg_19.txt /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_email/data /bin/install -c -m 644 ./Lib/test/test_email/data/msg_20.txt /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_email/data /bin/install -c -m 644 ./Lib/test/test_email/data/msg_21.txt /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_email/data /bin/install -c -m 644 ./Lib/test/test_email/data/msg_22.txt /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_email/data /bin/install -c -m 644 ./Lib/test/test_email/data/msg_23.txt /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_email/data /bin/install -c -m 644 ./Lib/test/test_email/data/msg_24.txt /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_email/data /bin/install -c -m 644 ./Lib/test/test_email/data/msg_25.txt /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_email/data /bin/install -c -m 644 ./Lib/test/test_email/data/msg_26.txt /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_email/data /bin/install -c -m 644 ./Lib/test/test_email/data/msg_27.txt /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_email/data /bin/install -c -m 644 ./Lib/test/test_email/data/msg_28.txt /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_email/data /bin/install -c -m 644 ./Lib/test/test_email/data/msg_29.txt /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_email/data /bin/install -c -m 644 ./Lib/test/test_email/data/msg_30.txt /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_email/data /bin/install -c -m 644 ./Lib/test/test_email/data/msg_31.txt /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_email/data /bin/install -c -m 644 ./Lib/test/test_email/data/msg_32.txt /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_email/data /bin/install -c -m 644 ./Lib/test/test_email/data/msg_33.txt /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_email/data /bin/install -c -m 644 ./Lib/test/test_email/data/msg_34.txt /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_email/data /bin/install -c -m 644 ./Lib/test/test_email/data/msg_35.txt /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_email/data /bin/install -c -m 644 ./Lib/test/test_email/data/msg_36.txt /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_email/data /bin/install -c -m 644 ./Lib/test/test_email/data/msg_37.txt /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_email/data /bin/install -c -m 644 ./Lib/test/test_email/data/msg_38.txt /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_email/data /bin/install -c -m 644 ./Lib/test/test_email/data/msg_39.txt /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_email/data /bin/install -c -m 644 ./Lib/test/test_email/data/msg_40.txt /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_email/data /bin/install -c -m 644 ./Lib/test/test_email/data/msg_41.txt /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_email/data /bin/install -c -m 644 ./Lib/test/test_email/data/msg_42.txt /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_email/data /bin/install -c -m 644 ./Lib/test/test_email/data/msg_43.txt /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_email/data /bin/install -c -m 644 ./Lib/test/test_email/data/msg_44.txt /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_email/data /bin/install -c -m 644 ./Lib/test/test_email/data/msg_45.txt /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_email/data /bin/install -c -m 644 ./Lib/test/test_email/data/msg_46.txt /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_email/data /bin/install -c -m 644 ./Lib/test/test_email/data/msg_47.txt /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_email/data /bin/install -c -m 644 ./Lib/test/test_email/data/python.bmp /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_email/data /bin/install -c -m 644 ./Lib/test/test_email/data/python.exr /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_email/data /bin/install -c -m 644 ./Lib/test/test_email/data/python.gif /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_email/data /bin/install -c -m 644 ./Lib/test/test_email/data/python.jpg /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_email/data /bin/install -c -m 644 ./Lib/test/test_email/data/python.pbm /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_email/data /bin/install -c -m 644 ./Lib/test/test_email/data/python.pgm /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_email/data /bin/install -c -m 644 ./Lib/test/test_email/data/python.png /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_email/data /bin/install -c -m 644 ./Lib/test/test_email/data/python.ppm /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_email/data /bin/install -c -m 644 ./Lib/test/test_email/data/python.ras /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_email/data /bin/install -c -m 644 ./Lib/test/test_email/data/python.sgi /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_email/data /bin/install -c -m 644 ./Lib/test/test_email/data/python.tiff /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_email/data /bin/install -c -m 644 ./Lib/test/test_email/data/python.webp /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_email/data /bin/install -c -m 644 ./Lib/test/test_email/data/python.xbm /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_email/data /bin/install -c -m 644 ./Lib/test/test_email/data/sndhdr.aifc /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_email/data /bin/install -c -m 644 ./Lib/test/test_email/data/sndhdr.aiff /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_email/data /bin/install -c -m 644 ./Lib/test/test_email/data/sndhdr.au /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_email/data /bin/install -c -m 644 ./Lib/test/test_email/data/sndhdr.wav /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_email/data /bin/install -c -m 644 ./Lib/test/test_future_stmt/__init__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_future_stmt /bin/install -c -m 644 ./Lib/test/test_future_stmt/badsyntax_future10.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_future_stmt /bin/install -c -m 644 ./Lib/test/test_future_stmt/badsyntax_future3.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_future_stmt /bin/install -c -m 644 ./Lib/test/test_future_stmt/badsyntax_future4.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_future_stmt /bin/install -c -m 644 ./Lib/test/test_future_stmt/badsyntax_future5.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_future_stmt /bin/install -c -m 644 ./Lib/test/test_future_stmt/badsyntax_future6.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_future_stmt /bin/install -c -m 644 ./Lib/test/test_future_stmt/badsyntax_future7.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_future_stmt /bin/install -c -m 644 ./Lib/test/test_future_stmt/badsyntax_future8.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_future_stmt /bin/install -c -m 644 ./Lib/test/test_future_stmt/badsyntax_future9.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_future_stmt /bin/install -c -m 644 ./Lib/test/test_future_stmt/future_test1.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_future_stmt /bin/install -c -m 644 ./Lib/test/test_future_stmt/future_test2.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_future_stmt /bin/install -c -m 644 ./Lib/test/test_future_stmt/test_future.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_future_stmt /bin/install -c -m 644 ./Lib/test/test_future_stmt/test_future_flags.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_future_stmt /bin/install -c -m 644 ./Lib/test/test_future_stmt/test_future_multiple_features.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_future_stmt /bin/install -c -m 644 ./Lib/test/test_future_stmt/test_future_multiple_imports.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_future_stmt /bin/install -c -m 644 ./Lib/test/test_future_stmt/test_future_single_import.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_future_stmt /bin/install -c -m 644 ./Lib/test/test_gdb/__init__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_gdb /bin/install -c -m 644 ./Lib/test/test_gdb/gdb_sample.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_gdb /bin/install -c -m 644 ./Lib/test/test_gdb/test_backtrace.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_gdb /bin/install -c -m 644 ./Lib/test/test_gdb/test_cfunction.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_gdb /bin/install -c -m 644 ./Lib/test/test_gdb/test_cfunction_full.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_gdb /bin/install -c -m 644 ./Lib/test/test_gdb/test_misc.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_gdb /bin/install -c -m 644 ./Lib/test/test_gdb/test_pretty_print.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_gdb /bin/install -c -m 644 ./Lib/test/test_gdb/util.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_gdb /bin/install -c -m 644 ./Lib/test/test_inspect/__init__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_inspect /bin/install -c -m 644 ./Lib/test/test_inspect/inspect_fodder.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_inspect /bin/install -c -m 644 ./Lib/test/test_inspect/inspect_fodder2.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_inspect /bin/install -c -m 644 ./Lib/test/test_inspect/inspect_stock_annotations.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_inspect /bin/install -c -m 644 ./Lib/test/test_inspect/inspect_stringized_annotations.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_inspect /bin/install -c -m 644 ./Lib/test/test_inspect/inspect_stringized_annotations_2.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_inspect /bin/install -c -m 644 ./Lib/test/test_inspect/inspect_stringized_annotations_pep695.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_inspect /bin/install -c -m 644 ./Lib/test/test_inspect/test_inspect.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_inspect /bin/install -c -m 644 ./Lib/test/test_import/__init__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_import /bin/install -c -m 644 ./Lib/test/test_import/__main__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_import /bin/install -c -m 644 ./Lib/test/test_import/data/double_const.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_import/data /bin/install -c -m 644 ./Lib/test/test_import/data/circular_imports/basic.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_import/data/circular_imports /bin/install -c -m 644 ./Lib/test/test_import/data/circular_imports/basic2.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_import/data/circular_imports /bin/install -c -m 644 ./Lib/test/test_import/data/circular_imports/binding.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_import/data/circular_imports /bin/install -c -m 644 ./Lib/test/test_import/data/circular_imports/binding2.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_import/data/circular_imports /bin/install -c -m 644 ./Lib/test/test_import/data/circular_imports/from_cycle1.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_import/data/circular_imports /bin/install -c -m 644 ./Lib/test/test_import/data/circular_imports/from_cycle2.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_import/data/circular_imports /bin/install -c -m 644 ./Lib/test/test_import/data/circular_imports/indirect.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_import/data/circular_imports /bin/install -c -m 644 ./Lib/test/test_import/data/circular_imports/rebinding.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_import/data/circular_imports /bin/install -c -m 644 ./Lib/test/test_import/data/circular_imports/rebinding2.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_import/data/circular_imports /bin/install -c -m 644 ./Lib/test/test_import/data/circular_imports/source.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_import/data/circular_imports /bin/install -c -m 644 ./Lib/test/test_import/data/circular_imports/subpackage.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_import/data/circular_imports /bin/install -c -m 644 ./Lib/test/test_import/data/circular_imports/use.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_import/data/circular_imports /bin/install -c -m 644 ./Lib/test/test_import/data/circular_imports/util.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_import/data/circular_imports /bin/install -c -m 644 ./Lib/test/test_import/data/circular_imports/subpkg/subpackage2.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_import/data/circular_imports/subpkg /bin/install -c -m 644 ./Lib/test/test_import/data/circular_imports/subpkg/util.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_import/data/circular_imports/subpkg /bin/install -c -m 644 ./Lib/test/test_import/data/circular_imports/subpkg2/__init__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_import/data/circular_imports/subpkg2 /bin/install -c -m 644 ./Lib/test/test_import/data/circular_imports/subpkg2/parent/__init__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_import/data/circular_imports/subpkg2/parent /bin/install -c -m 644 ./Lib/test/test_import/data/circular_imports/subpkg2/parent/child.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_import/data/circular_imports/subpkg2/parent /bin/install -c -m 644 ./Lib/test/test_import/data/package/__init__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_import/data/package /bin/install -c -m 644 ./Lib/test/test_import/data/package/submodule.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_import/data/package /bin/install -c -m 644 ./Lib/test/test_import/data/package2/submodule1.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_import/data/package2 /bin/install -c -m 644 ./Lib/test/test_import/data/package2/submodule2.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_import/data/package2 /bin/install -c -m 644 ./Lib/test/test_import/data/package3/__init__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_import/data/package3 /bin/install -c -m 644 ./Lib/test/test_import/data/package3/submodule.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_import/data/package3 /bin/install -c -m 644 ./Lib/test/test_import/data/package4/__init__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_import/data/package4 /bin/install -c -m 644 ./Lib/test/test_import/data/package4/submodule.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_import/data/package4 /bin/install -c -m 644 ./Lib/test/test_import/data/unwritable/__init__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_import/data/unwritable /bin/install -c -m 644 ./Lib/test/test_import/data/unwritable/x.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_import/data/unwritable /bin/install -c -m 644 ./Lib/test/test_importlib/__init__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib /bin/install -c -m 644 ./Lib/test/test_importlib/__main__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib /bin/install -c -m 644 ./Lib/test/test_importlib/_context.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib /bin/install -c -m 644 ./Lib/test/test_importlib/_path.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib /bin/install -c -m 644 ./Lib/test/test_importlib/abc.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib /bin/install -c -m 644 ./Lib/test/test_importlib/fixtures.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib /bin/install -c -m 644 ./Lib/test/test_importlib/stubs.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib /bin/install -c -m 644 ./Lib/test/test_importlib/test_abc.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib /bin/install -c -m 644 ./Lib/test/test_importlib/test_api.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib /bin/install -c -m 644 ./Lib/test/test_importlib/test_lazy.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib /bin/install -c -m 644 ./Lib/test/test_importlib/test_locks.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib /bin/install -c -m 644 ./Lib/test/test_importlib/test_main.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib /bin/install -c -m 644 ./Lib/test/test_importlib/test_metadata_api.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib /bin/install -c -m 644 ./Lib/test/test_importlib/test_namespace_pkgs.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib /bin/install -c -m 644 ./Lib/test/test_importlib/test_pkg_import.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib /bin/install -c -m 644 ./Lib/test/test_importlib/test_spec.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib /bin/install -c -m 644 ./Lib/test/test_importlib/test_threaded_import.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib /bin/install -c -m 644 ./Lib/test/test_importlib/test_util.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib /bin/install -c -m 644 ./Lib/test/test_importlib/test_windows.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib /bin/install -c -m 644 ./Lib/test/test_importlib/test_zip.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib /bin/install -c -m 644 ./Lib/test/test_importlib/threaded_import_hangers.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib /bin/install -c -m 644 ./Lib/test/test_importlib/util.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib /bin/install -c -m 644 ./Lib/test/test_importlib/builtin/__init__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/builtin /bin/install -c -m 644 ./Lib/test/test_importlib/builtin/__main__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/builtin /bin/install -c -m 644 ./Lib/test/test_importlib/builtin/test_finder.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/builtin /bin/install -c -m 644 ./Lib/test/test_importlib/builtin/test_loader.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/builtin /bin/install -c -m 644 ./Lib/test/test_importlib/data/__init__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/data /bin/install -c -m 644 ./Lib/test/test_importlib/data/example-21.12-py3-none-any.whl /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/data /bin/install -c -m 644 ./Lib/test/test_importlib/data/example-21.12-py3.6.egg /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/data /bin/install -c -m 644 ./Lib/test/test_importlib/data/example2-1.0.0-py3-none-any.whl /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/data /bin/install -c -m 644 ./Lib/test/test_importlib/extension/__init__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/extension /bin/install -c -m 644 ./Lib/test/test_importlib/extension/__main__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/extension /bin/install -c -m 644 ./Lib/test/test_importlib/extension/test_case_sensitivity.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/extension /bin/install -c -m 644 ./Lib/test/test_importlib/extension/test_finder.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/extension /bin/install -c -m 644 ./Lib/test/test_importlib/extension/test_loader.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/extension /bin/install -c -m 644 ./Lib/test/test_importlib/extension/test_path_hook.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/extension /bin/install -c -m 644 ./Lib/test/test_importlib/frozen/__init__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/frozen /bin/install -c -m 644 ./Lib/test/test_importlib/frozen/__main__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/frozen /bin/install -c -m 644 ./Lib/test/test_importlib/frozen/test_finder.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/frozen /bin/install -c -m 644 ./Lib/test/test_importlib/frozen/test_loader.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/frozen /bin/install -c -m 644 ./Lib/test/test_importlib/import_/__init__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/import_ /bin/install -c -m 644 ./Lib/test/test_importlib/import_/__main__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/import_ /bin/install -c -m 644 ./Lib/test/test_importlib/import_/test___loader__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/import_ /bin/install -c -m 644 ./Lib/test/test_importlib/import_/test___package__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/import_ /bin/install -c -m 644 ./Lib/test/test_importlib/import_/test_api.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/import_ /bin/install -c -m 644 ./Lib/test/test_importlib/import_/test_caching.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/import_ /bin/install -c -m 644 ./Lib/test/test_importlib/import_/test_fromlist.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/import_ /bin/install -c -m 644 ./Lib/test/test_importlib/import_/test_helpers.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/import_ /bin/install -c -m 644 ./Lib/test/test_importlib/import_/test_meta_path.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/import_ /bin/install -c -m 644 ./Lib/test/test_importlib/import_/test_packages.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/import_ /bin/install -c -m 644 ./Lib/test/test_importlib/import_/test_path.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/import_ /bin/install -c -m 644 ./Lib/test/test_importlib/import_/test_relative_imports.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/import_ /bin/install -c -m 644 ./Lib/test/test_importlib/namespace_pkgs/missing_directory.zip /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/namespace_pkgs /bin/install -c -m 644 ./Lib/test/test_importlib/namespace_pkgs/nested_portion1.zip /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/namespace_pkgs /bin/install -c -m 644 ./Lib/test/test_importlib/namespace_pkgs/top_level_portion1.zip /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/namespace_pkgs /bin/install -c -m 644 ./Lib/test/test_importlib/namespace_pkgs/both_portions/foo/one.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/namespace_pkgs/both_portions/foo /bin/install -c -m 644 ./Lib/test/test_importlib/namespace_pkgs/both_portions/foo/two.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/namespace_pkgs/both_portions/foo /bin/install -c -m 644 ./Lib/test/test_importlib/namespace_pkgs/module_and_namespace_package/a_test.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/namespace_pkgs/module_and_namespace_package /bin/install -c -m 644 ./Lib/test/test_importlib/namespace_pkgs/module_and_namespace_package/a_test/empty /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/namespace_pkgs/module_and_namespace_package/a_test /bin/install -c -m 644 ./Lib/test/test_importlib/namespace_pkgs/not_a_namespace_pkg/foo/__init__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/namespace_pkgs/not_a_namespace_pkg/foo /bin/install -c -m 644 ./Lib/test/test_importlib/namespace_pkgs/not_a_namespace_pkg/foo/one.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/namespace_pkgs/not_a_namespace_pkg/foo /bin/install -c -m 644 ./Lib/test/test_importlib/namespace_pkgs/portion1/foo/one.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/namespace_pkgs/portion1/foo /bin/install -c -m 644 ./Lib/test/test_importlib/namespace_pkgs/portion2/foo/two.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/namespace_pkgs/portion2/foo /bin/install -c -m 644 ./Lib/test/test_importlib/namespace_pkgs/project1/parent/child/one.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/namespace_pkgs/project1/parent/child /bin/install -c -m 644 ./Lib/test/test_importlib/namespace_pkgs/project2/parent/child/two.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/namespace_pkgs/project2/parent/child /bin/install -c -m 644 ./Lib/test/test_importlib/namespace_pkgs/project3/parent/child/three.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/namespace_pkgs/project3/parent/child /bin/install -c -m 644 ./Lib/test/test_importlib/partial/cfimport.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/partial /bin/install -c -m 644 ./Lib/test/test_importlib/partial/pool_in_threads.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/partial /bin/install -c -m 644 ./Lib/test/test_importlib/resources/__init__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/resources /bin/install -c -m 644 ./Lib/test/test_importlib/resources/_path.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/resources /bin/install -c -m 644 ./Lib/test/test_importlib/resources/test_compatibilty_files.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/resources /bin/install -c -m 644 ./Lib/test/test_importlib/resources/test_contents.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/resources /bin/install -c -m 644 ./Lib/test/test_importlib/resources/test_custom.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/resources /bin/install -c -m 644 ./Lib/test/test_importlib/resources/test_files.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/resources /bin/install -c -m 644 ./Lib/test/test_importlib/resources/test_open.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/resources /bin/install -c -m 644 ./Lib/test/test_importlib/resources/test_path.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/resources /bin/install -c -m 644 ./Lib/test/test_importlib/resources/test_read.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/resources /bin/install -c -m 644 ./Lib/test/test_importlib/resources/test_reader.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/resources /bin/install -c -m 644 ./Lib/test/test_importlib/resources/test_resource.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/resources /bin/install -c ./Lib/test/test_importlib/resources/update-zips.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/resources /bin/install -c -m 644 ./Lib/test/test_importlib/resources/util.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/resources /bin/install -c -m 644 ./Lib/test/test_importlib/resources/data01/__init__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/resources/data01 /bin/install -c -m 644 ./Lib/test/test_importlib/resources/data01/binary.file /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/resources/data01 /bin/install -c -m 644 ./Lib/test/test_importlib/resources/data01/utf-16.file /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/resources/data01 /bin/install -c -m 644 ./Lib/test/test_importlib/resources/data01/utf-8.file /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/resources/data01 /bin/install -c -m 644 ./Lib/test/test_importlib/resources/data01/subdirectory/__init__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/resources/data01/subdirectory /bin/install -c -m 644 ./Lib/test/test_importlib/resources/data01/subdirectory/binary.file /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/resources/data01/subdirectory /bin/install -c -m 644 ./Lib/test/test_importlib/resources/data02/__init__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/resources/data02 /bin/install -c -m 644 ./Lib/test/test_importlib/resources/data02/one/__init__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/resources/data02/one /bin/install -c -m 644 ./Lib/test/test_importlib/resources/data02/one/resource1.txt /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/resources/data02/one /bin/install -c -m 644 ./Lib/test/test_importlib/resources/data02/subdirectory/subsubdir/resource.txt /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/resources/data02/subdirectory/subsubdir /bin/install -c -m 644 ./Lib/test/test_importlib/resources/data02/two/__init__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/resources/data02/two /bin/install -c -m 644 ./Lib/test/test_importlib/resources/data02/two/resource2.txt /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/resources/data02/two /bin/install -c -m 644 ./Lib/test/test_importlib/resources/data03/__init__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/resources/data03 /bin/install -c -m 644 ./Lib/test/test_importlib/resources/data03/namespace/resource1.txt /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/resources/data03/namespace /bin/install -c -m 644 ./Lib/test/test_importlib/resources/data03/namespace/portion1/__init__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/resources/data03/namespace/portion1 /bin/install -c -m 644 ./Lib/test/test_importlib/resources/data03/namespace/portion2/__init__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/resources/data03/namespace/portion2 /bin/install -c -m 644 ./Lib/test/test_importlib/resources/namespacedata01/binary.file /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/resources/namespacedata01 /bin/install -c -m 644 ./Lib/test/test_importlib/resources/namespacedata01/utf-16.file /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/resources/namespacedata01 /bin/install -c -m 644 ./Lib/test/test_importlib/resources/namespacedata01/utf-8.file /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/resources/namespacedata01 /bin/install -c -m 644 ./Lib/test/test_importlib/resources/zipdata01/__init__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/resources/zipdata01 /bin/install -c -m 644 ./Lib/test/test_importlib/resources/zipdata01/ziptestdata.zip /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/resources/zipdata01 /bin/install -c -m 644 ./Lib/test/test_importlib/resources/zipdata02/__init__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/resources/zipdata02 /bin/install -c -m 644 ./Lib/test/test_importlib/resources/zipdata02/ziptestdata.zip /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/resources/zipdata02 /bin/install -c -m 644 ./Lib/test/test_importlib/source/__init__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/source /bin/install -c -m 644 ./Lib/test/test_importlib/source/__main__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/source /bin/install -c -m 644 ./Lib/test/test_importlib/source/test_case_sensitivity.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/source /bin/install -c -m 644 ./Lib/test/test_importlib/source/test_file_loader.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/source /bin/install -c -m 644 ./Lib/test/test_importlib/source/test_finder.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/source /bin/install -c -m 644 ./Lib/test/test_importlib/source/test_path_hook.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/source /bin/install -c -m 644 ./Lib/test/test_importlib/source/test_source_encoding.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/source /bin/install -c -m 644 ./Lib/test/test_json/__init__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_json /bin/install -c -m 644 ./Lib/test/test_json/__main__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_json /bin/install -c -m 644 ./Lib/test/test_json/test_decode.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_json /bin/install -c -m 644 ./Lib/test/test_json/test_default.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_json /bin/install -c -m 644 ./Lib/test/test_json/test_dump.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_json /bin/install -c -m 644 ./Lib/test/test_json/test_encode_basestring_ascii.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_json /bin/install -c -m 644 ./Lib/test/test_json/test_enum.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_json /bin/install -c -m 644 ./Lib/test/test_json/test_fail.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_json /bin/install -c -m 644 ./Lib/test/test_json/test_float.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_json /bin/install -c -m 644 ./Lib/test/test_json/test_indent.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_json /bin/install -c -m 644 ./Lib/test/test_json/test_pass1.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_json /bin/install -c -m 644 ./Lib/test/test_json/test_pass2.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_json /bin/install -c -m 644 ./Lib/test/test_json/test_pass3.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_json /bin/install -c -m 644 ./Lib/test/test_json/test_recursion.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_json /bin/install -c -m 644 ./Lib/test/test_json/test_scanstring.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_json /bin/install -c -m 644 ./Lib/test/test_json/test_separators.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_json /bin/install -c -m 644 ./Lib/test/test_json/test_speedups.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_json /bin/install -c -m 644 ./Lib/test/test_json/test_tool.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_json /bin/install -c -m 644 ./Lib/test/test_json/test_unicode.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_json /bin/install -c -m 644 ./Lib/test/test_lib2to3/__init__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_lib2to3 /bin/install -c -m 644 ./Lib/test/test_lib2to3/__main__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_lib2to3 /bin/install -c ./Lib/test/test_lib2to3/pytree_idempotency.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_lib2to3 /bin/install -c -m 644 ./Lib/test/test_lib2to3/support.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_lib2to3 /bin/install -c -m 644 ./Lib/test/test_lib2to3/test_all_fixers.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_lib2to3 /bin/install -c -m 644 ./Lib/test/test_lib2to3/test_fixers.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_lib2to3 /bin/install -c -m 644 ./Lib/test/test_lib2to3/test_main.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_lib2to3 /bin/install -c -m 644 ./Lib/test/test_lib2to3/test_parser.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_lib2to3 /bin/install -c -m 644 ./Lib/test/test_lib2to3/test_pytree.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_lib2to3 /bin/install -c -m 644 ./Lib/test/test_lib2to3/test_refactor.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_lib2to3 /bin/install -c -m 644 ./Lib/test/test_lib2to3/test_util.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_lib2to3 /bin/install -c -m 644 ./Lib/test/test_lib2to3/data/README /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_lib2to3/data /bin/install -c -m 644 ./Lib/test/test_lib2to3/data/bom.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_lib2to3/data /bin/install -c -m 644 ./Lib/test/test_lib2to3/data/crlf.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_lib2to3/data /bin/install -c ./Lib/test/test_lib2to3/data/different_encoding.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_lib2to3/data /bin/install -c ./Lib/test/test_lib2to3/data/false_encoding.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_lib2to3/data /bin/install -c -m 644 ./Lib/test/test_lib2to3/data/infinite_recursion.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_lib2to3/data /bin/install -c -m 644 ./Lib/test/test_lib2to3/data/py2_test_grammar.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_lib2to3/data /bin/install -c -m 644 ./Lib/test/test_lib2to3/data/py3_test_grammar.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_lib2to3/data /bin/install -c -m 644 ./Lib/test/test_lib2to3/data/fixers/bad_order.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_lib2to3/data/fixers /bin/install -c -m 644 ./Lib/test/test_lib2to3/data/fixers/no_fixer_cls.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_lib2to3/data/fixers /bin/install -c -m 644 ./Lib/test/test_lib2to3/data/fixers/parrot_example.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_lib2to3/data/fixers /bin/install -c -m 644 ./Lib/test/test_lib2to3/data/fixers/myfixes/__init__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_lib2to3/data/fixers/myfixes /bin/install -c -m 644 ./Lib/test/test_lib2to3/data/fixers/myfixes/fix_explicit.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_lib2to3/data/fixers/myfixes /bin/install -c -m 644 ./Lib/test/test_lib2to3/data/fixers/myfixes/fix_first.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_lib2to3/data/fixers/myfixes /bin/install -c -m 644 ./Lib/test/test_lib2to3/data/fixers/myfixes/fix_last.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_lib2to3/data/fixers/myfixes /bin/install -c -m 644 ./Lib/test/test_lib2to3/data/fixers/myfixes/fix_parrot.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_lib2to3/data/fixers/myfixes /bin/install -c -m 644 ./Lib/test/test_lib2to3/data/fixers/myfixes/fix_preorder.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_lib2to3/data/fixers/myfixes /bin/install -c -m 644 ./Lib/test/test_module/__init__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_module /bin/install -c -m 644 ./Lib/test/test_module/bad_getattr.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_module /bin/install -c -m 644 ./Lib/test/test_module/bad_getattr2.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_module /bin/install -c -m 644 ./Lib/test/test_module/bad_getattr3.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_module /bin/install -c -m 644 ./Lib/test/test_module/final_a.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_module /bin/install -c -m 644 ./Lib/test/test_module/final_b.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_module /bin/install -c -m 644 ./Lib/test/test_module/good_getattr.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_module /bin/install -c -m 644 ./Lib/test/test_peg_generator/__init__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_peg_generator /bin/install -c -m 644 ./Lib/test/test_peg_generator/__main__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_peg_generator /bin/install -c -m 644 ./Lib/test/test_peg_generator/test_c_parser.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_peg_generator /bin/install -c -m 644 ./Lib/test/test_peg_generator/test_first_sets.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_peg_generator /bin/install -c -m 644 ./Lib/test/test_peg_generator/test_grammar_validator.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_peg_generator /bin/install -c -m 644 ./Lib/test/test_peg_generator/test_pegen.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_peg_generator /bin/install -c -m 644 ./Lib/test/test_pydoc/__init__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_pydoc /bin/install -c -m 644 ./Lib/test/test_pydoc/pydoc_mod.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_pydoc /bin/install -c -m 644 ./Lib/test/test_pydoc/pydocfodder.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_pydoc /bin/install -c -m 644 ./Lib/test/test_pydoc/test_pydoc.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_pydoc /bin/install -c -m 644 ./Lib/test/test_sqlite3/__init__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_sqlite3 /bin/install -c -m 644 ./Lib/test/test_sqlite3/__main__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_sqlite3 /bin/install -c -m 644 ./Lib/test/test_sqlite3/test_backup.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_sqlite3 /bin/install -c -m 644 ./Lib/test/test_sqlite3/test_cli.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_sqlite3 /bin/install -c -m 644 ./Lib/test/test_sqlite3/test_dbapi.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_sqlite3 /bin/install -c -m 644 ./Lib/test/test_sqlite3/test_dump.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_sqlite3 /bin/install -c -m 644 ./Lib/test/test_sqlite3/test_factory.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_sqlite3 /bin/install -c -m 644 ./Lib/test/test_sqlite3/test_hooks.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_sqlite3 /bin/install -c -m 644 ./Lib/test/test_sqlite3/test_regression.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_sqlite3 /bin/install -c -m 644 ./Lib/test/test_sqlite3/test_transactions.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_sqlite3 /bin/install -c -m 644 ./Lib/test/test_sqlite3/test_types.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_sqlite3 /bin/install -c -m 644 ./Lib/test/test_sqlite3/test_userfunctions.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_sqlite3 /bin/install -c -m 644 ./Lib/test/test_tkinter/README /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tkinter /bin/install -c -m 644 ./Lib/test/test_tkinter/__init__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tkinter /bin/install -c -m 644 ./Lib/test/test_tkinter/__main__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tkinter /bin/install -c -m 644 ./Lib/test/test_tkinter/support.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tkinter /bin/install -c -m 644 ./Lib/test/test_tkinter/test_colorchooser.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tkinter /bin/install -c -m 644 ./Lib/test/test_tkinter/test_font.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tkinter /bin/install -c -m 644 ./Lib/test/test_tkinter/test_geometry_managers.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tkinter /bin/install -c -m 644 ./Lib/test/test_tkinter/test_images.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tkinter /bin/install -c -m 644 ./Lib/test/test_tkinter/test_loadtk.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tkinter /bin/install -c -m 644 ./Lib/test/test_tkinter/test_messagebox.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tkinter /bin/install -c -m 644 ./Lib/test/test_tkinter/test_misc.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tkinter /bin/install -c -m 644 ./Lib/test/test_tkinter/test_simpledialog.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tkinter /bin/install -c -m 644 ./Lib/test/test_tkinter/test_text.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tkinter /bin/install -c -m 644 ./Lib/test/test_tkinter/test_variables.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tkinter /bin/install -c -m 644 ./Lib/test/test_tkinter/test_widgets.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tkinter /bin/install -c -m 644 ./Lib/test/test_tkinter/widget_tests.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tkinter /bin/install -c -m 644 ./Lib/test/test_tomllib/__init__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tomllib /bin/install -c -m 644 ./Lib/test/test_tomllib/__main__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tomllib /bin/install -c -m 644 ./Lib/test/test_tomllib/burntsushi.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tomllib /bin/install -c -m 644 ./Lib/test/test_tomllib/test_data.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tomllib /bin/install -c -m 644 ./Lib/test/test_tomllib/test_error.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tomllib /bin/install -c -m 644 ./Lib/test/test_tomllib/test_misc.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tomllib /bin/install -c -m 644 ./Lib/test/test_tomllib/data/invalid/array-missing-comma.toml /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tomllib/data/invalid /bin/install -c -m 644 ./Lib/test/test_tomllib/data/invalid/basic-str-ends-in-escape.toml /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tomllib/data/invalid /bin/install -c -m 644 ./Lib/test/test_tomllib/data/invalid/inline-table-missing-comma.toml /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tomllib/data/invalid /bin/install -c -m 644 ./Lib/test/test_tomllib/data/invalid/invalid-comment-char.toml /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tomllib/data/invalid /bin/install -c -m 644 ./Lib/test/test_tomllib/data/invalid/invalid-escaped-unicode.toml /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tomllib/data/invalid /bin/install -c -m 644 ./Lib/test/test_tomllib/data/invalid/invalid-hex.toml /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tomllib/data/invalid /bin/install -c -m 644 ./Lib/test/test_tomllib/data/invalid/missing-closing-double-square-bracket.toml /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tomllib/data/invalid /bin/install -c -m 644 ./Lib/test/test_tomllib/data/invalid/missing-closing-square-bracket.toml /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tomllib/data/invalid /bin/install -c -m 644 ./Lib/test/test_tomllib/data/invalid/non-scalar-escaped.toml /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tomllib/data/invalid /bin/install -c -m 644 ./Lib/test/test_tomllib/data/invalid/unclosed-multiline-string.toml /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tomllib/data/invalid /bin/install -c -m 644 ./Lib/test/test_tomllib/data/invalid/unclosed-string.toml /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tomllib/data/invalid /bin/install -c -m 644 ./Lib/test/test_tomllib/data/invalid/array/file-end-after-val.toml /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tomllib/data/invalid/array /bin/install -c -m 644 ./Lib/test/test_tomllib/data/invalid/array/unclosed-after-item.toml /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tomllib/data/invalid/array /bin/install -c -m 644 ./Lib/test/test_tomllib/data/invalid/array/unclosed-empty.toml /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tomllib/data/invalid/array /bin/install -c -m 644 ./Lib/test/test_tomllib/data/invalid/array-of-tables/overwrite-array-in-parent.toml /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tomllib/data/invalid/array-of-tables /bin/install -c -m 644 ./Lib/test/test_tomllib/data/invalid/array-of-tables/overwrite-bool-with-aot.toml /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tomllib/data/invalid/array-of-tables /bin/install -c -m 644 ./Lib/test/test_tomllib/data/invalid/boolean/invalid-false-casing.toml /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tomllib/data/invalid/boolean /bin/install -c -m 644 ./Lib/test/test_tomllib/data/invalid/boolean/invalid-true-casing.toml /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tomllib/data/invalid/boolean /bin/install -c -m 644 ./Lib/test/test_tomllib/data/invalid/dates-and-times/invalid-day.toml /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tomllib/data/invalid/dates-and-times /bin/install -c -m 644 ./Lib/test/test_tomllib/data/invalid/dotted-keys/access-non-table.toml /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tomllib/data/invalid/dotted-keys /bin/install -c -m 644 ./Lib/test/test_tomllib/data/invalid/dotted-keys/extend-defined-aot.toml /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tomllib/data/invalid/dotted-keys /bin/install -c -m 644 ./Lib/test/test_tomllib/data/invalid/dotted-keys/extend-defined-table-with-subtable.toml /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tomllib/data/invalid/dotted-keys /bin/install -c -m 644 ./Lib/test/test_tomllib/data/invalid/dotted-keys/extend-defined-table.toml /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tomllib/data/invalid/dotted-keys /bin/install -c -m 644 ./Lib/test/test_tomllib/data/invalid/inline-table/define-twice-in-subtable.toml /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tomllib/data/invalid/inline-table /bin/install -c -m 644 ./Lib/test/test_tomllib/data/invalid/inline-table/define-twice.toml /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tomllib/data/invalid/inline-table /bin/install -c -m 644 ./Lib/test/test_tomllib/data/invalid/inline-table/file-end-after-key-val.toml /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tomllib/data/invalid/inline-table /bin/install -c -m 644 ./Lib/test/test_tomllib/data/invalid/inline-table/mutate.toml /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tomllib/data/invalid/inline-table /bin/install -c -m 644 ./Lib/test/test_tomllib/data/invalid/inline-table/override-val-in-table.toml /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tomllib/data/invalid/inline-table /bin/install -c -m 644 ./Lib/test/test_tomllib/data/invalid/inline-table/override-val-with-array.toml /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tomllib/data/invalid/inline-table /bin/install -c -m 644 ./Lib/test/test_tomllib/data/invalid/inline-table/override-val-with-table.toml /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tomllib/data/invalid/inline-table /bin/install -c -m 644 ./Lib/test/test_tomllib/data/invalid/inline-table/overwrite-implicitly.toml /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tomllib/data/invalid/inline-table /bin/install -c -m 644 ./Lib/test/test_tomllib/data/invalid/inline-table/overwrite-value-in-inner-array.toml /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tomllib/data/invalid/inline-table /bin/install -c -m 644 ./Lib/test/test_tomllib/data/invalid/inline-table/overwrite-value-in-inner-table.toml /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tomllib/data/invalid/inline-table /bin/install -c -m 644 ./Lib/test/test_tomllib/data/invalid/inline-table/unclosed-empty.toml /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tomllib/data/invalid/inline-table /bin/install -c -m 644 ./Lib/test/test_tomllib/data/invalid/keys-and-vals/ends-early-table-def.toml /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tomllib/data/invalid/keys-and-vals /bin/install -c -m 644 ./Lib/test/test_tomllib/data/invalid/keys-and-vals/ends-early.toml /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tomllib/data/invalid/keys-and-vals /bin/install -c -m 644 ./Lib/test/test_tomllib/data/invalid/keys-and-vals/no-value.toml /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tomllib/data/invalid/keys-and-vals /bin/install -c -m 644 ./Lib/test/test_tomllib/data/invalid/keys-and-vals/only-ws-after-dot.toml /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tomllib/data/invalid/keys-and-vals /bin/install -c -m 644 ./Lib/test/test_tomllib/data/invalid/keys-and-vals/overwrite-with-deep-table.toml /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tomllib/data/invalid/keys-and-vals /bin/install -c -m 644 ./Lib/test/test_tomllib/data/invalid/literal-str/unclosed.toml /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tomllib/data/invalid/literal-str /bin/install -c -m 644 ./Lib/test/test_tomllib/data/invalid/multiline-basic-str/carriage-return.toml /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tomllib/data/invalid/multiline-basic-str /bin/install -c -m 644 ./Lib/test/test_tomllib/data/invalid/multiline-basic-str/escape-only.toml /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tomllib/data/invalid/multiline-basic-str /bin/install -c -m 644 ./Lib/test/test_tomllib/data/invalid/multiline-basic-str/file-ends-after-opening.toml /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tomllib/data/invalid/multiline-basic-str /bin/install -c -m 644 ./Lib/test/test_tomllib/data/invalid/multiline-basic-str/last-line-escape.toml /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tomllib/data/invalid/multiline-basic-str /bin/install -c -m 644 ./Lib/test/test_tomllib/data/invalid/multiline-basic-str/unclosed-ends-in-whitespace-escape.toml /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tomllib/data/invalid/multiline-basic-str /bin/install -c -m 644 ./Lib/test/test_tomllib/data/invalid/multiline-literal-str/file-ends-after-opening.toml /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tomllib/data/invalid/multiline-literal-str /bin/install -c -m 644 ./Lib/test/test_tomllib/data/invalid/multiline-literal-str/unclosed.toml /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tomllib/data/invalid/multiline-literal-str /bin/install -c -m 644 ./Lib/test/test_tomllib/data/invalid/table/eof-after-opening.toml /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tomllib/data/invalid/table /bin/install -c -m 644 ./Lib/test/test_tomllib/data/invalid/table/redefine-1.toml /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tomllib/data/invalid/table /bin/install -c -m 644 ./Lib/test/test_tomllib/data/invalid/table/redefine-2.toml /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tomllib/data/invalid/table /bin/install -c -m 644 ./Lib/test/test_tomllib/data/valid/apostrophes-in-literal-string.json /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tomllib/data/valid /bin/install -c -m 644 ./Lib/test/test_tomllib/data/valid/apostrophes-in-literal-string.toml /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tomllib/data/valid /bin/install -c -m 644 ./Lib/test/test_tomllib/data/valid/boolean.json /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tomllib/data/valid /bin/install -c -m 644 ./Lib/test/test_tomllib/data/valid/boolean.toml /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tomllib/data/valid /bin/install -c -m 644 ./Lib/test/test_tomllib/data/valid/empty-inline-table.json /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tomllib/data/valid /bin/install -c -m 644 ./Lib/test/test_tomllib/data/valid/empty-inline-table.toml /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tomllib/data/valid /bin/install -c -m 644 ./Lib/test/test_tomllib/data/valid/five-quotes.json /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tomllib/data/valid /bin/install -c -m 644 ./Lib/test/test_tomllib/data/valid/five-quotes.toml /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tomllib/data/valid /bin/install -c -m 644 ./Lib/test/test_tomllib/data/valid/hex-char.json /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tomllib/data/valid /bin/install -c -m 644 ./Lib/test/test_tomllib/data/valid/hex-char.toml /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tomllib/data/valid /bin/install -c -m 644 ./Lib/test/test_tomllib/data/valid/no-newlines.json /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tomllib/data/valid /bin/install -c -m 644 ./Lib/test/test_tomllib/data/valid/no-newlines.toml /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tomllib/data/valid /bin/install -c -m 644 ./Lib/test/test_tomllib/data/valid/trailing-comma.json /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tomllib/data/valid /bin/install -c -m 644 ./Lib/test/test_tomllib/data/valid/trailing-comma.toml /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tomllib/data/valid /bin/install -c -m 644 ./Lib/test/test_tomllib/data/valid/array/array-subtables.json /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tomllib/data/valid/array /bin/install -c -m 644 ./Lib/test/test_tomllib/data/valid/array/array-subtables.toml /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tomllib/data/valid/array /bin/install -c -m 644 ./Lib/test/test_tomllib/data/valid/array/open-parent-table.json /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tomllib/data/valid/array /bin/install -c -m 644 ./Lib/test/test_tomllib/data/valid/array/open-parent-table.toml /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tomllib/data/valid/array /bin/install -c -m 644 ./Lib/test/test_tomllib/data/valid/dates-and-times/datetimes.json /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tomllib/data/valid/dates-and-times /bin/install -c -m 644 ./Lib/test/test_tomllib/data/valid/dates-and-times/datetimes.toml /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tomllib/data/valid/dates-and-times /bin/install -c -m 644 ./Lib/test/test_tomllib/data/valid/dates-and-times/localtime.json /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tomllib/data/valid/dates-and-times /bin/install -c -m 644 ./Lib/test/test_tomllib/data/valid/dates-and-times/localtime.toml /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tomllib/data/valid/dates-and-times /bin/install -c -m 644 ./Lib/test/test_tomllib/data/valid/multiline-basic-str/ends-in-whitespace-escape.json /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tomllib/data/valid/multiline-basic-str /bin/install -c -m 644 ./Lib/test/test_tomllib/data/valid/multiline-basic-str/ends-in-whitespace-escape.toml /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tomllib/data/valid/multiline-basic-str /bin/install -c -m 644 ./Lib/test/test_tools/__init__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tools /bin/install -c -m 644 ./Lib/test/test_tools/__main__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tools /bin/install -c -m 644 ./Lib/test/test_tools/test_freeze.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tools /bin/install -c -m 644 ./Lib/test/test_tools/test_i18n.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tools /bin/install -c -m 644 ./Lib/test/test_tools/test_makefile.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tools /bin/install -c -m 644 ./Lib/test/test_tools/test_reindent.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tools /bin/install -c -m 644 ./Lib/test/test_tools/test_sundry.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tools /bin/install -c -m 644 ./Lib/test/test_ttk/__init__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ttk /bin/install -c -m 644 ./Lib/test/test_ttk/__main__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ttk /bin/install -c -m 644 ./Lib/test/test_ttk/test_extensions.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ttk /bin/install -c -m 644 ./Lib/test/test_ttk/test_style.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ttk /bin/install -c -m 644 ./Lib/test/test_ttk/test_widgets.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ttk /bin/install -c -m 644 ./Lib/test/test_unittest/__init__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_unittest /bin/install -c -m 644 ./Lib/test/test_unittest/__main__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_unittest /bin/install -c -m 644 ./Lib/test/test_unittest/_test_warnings.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_unittest /bin/install -c -m 644 ./Lib/test/test_unittest/dummy.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_unittest /bin/install -c -m 644 ./Lib/test/test_unittest/support.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_unittest /bin/install -c -m 644 ./Lib/test/test_unittest/test_assertions.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_unittest /bin/install -c -m 644 ./Lib/test/test_unittest/test_async_case.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_unittest /bin/install -c -m 644 ./Lib/test/test_unittest/test_break.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_unittest /bin/install -c -m 644 ./Lib/test/test_unittest/test_case.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_unittest /bin/install -c -m 644 ./Lib/test/test_unittest/test_discovery.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_unittest /bin/install -c -m 644 ./Lib/test/test_unittest/test_functiontestcase.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_unittest /bin/install -c -m 644 ./Lib/test/test_unittest/test_loader.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_unittest /bin/install -c -m 644 ./Lib/test/test_unittest/test_program.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_unittest /bin/install -c -m 644 ./Lib/test/test_unittest/test_result.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_unittest /bin/install -c -m 644 ./Lib/test/test_unittest/test_runner.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_unittest /bin/install -c -m 644 ./Lib/test/test_unittest/test_setups.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_unittest /bin/install -c -m 644 ./Lib/test/test_unittest/test_skipping.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_unittest /bin/install -c -m 644 ./Lib/test/test_unittest/test_suite.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_unittest /bin/install -c -m 644 ./Lib/test/test_unittest/test_util.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_unittest /bin/install -c -m 644 ./Lib/test/test_unittest/testmock/__init__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_unittest/testmock /bin/install -c -m 644 ./Lib/test/test_unittest/testmock/__main__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_unittest/testmock /bin/install -c -m 644 ./Lib/test/test_unittest/testmock/support.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_unittest/testmock /bin/install -c -m 644 ./Lib/test/test_unittest/testmock/testasync.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_unittest/testmock /bin/install -c -m 644 ./Lib/test/test_unittest/testmock/testcallable.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_unittest/testmock /bin/install -c -m 644 ./Lib/test/test_unittest/testmock/testhelpers.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_unittest/testmock /bin/install -c -m 644 ./Lib/test/test_unittest/testmock/testmagicmethods.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_unittest/testmock /bin/install -c -m 644 ./Lib/test/test_unittest/testmock/testmock.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_unittest/testmock /bin/install -c -m 644 ./Lib/test/test_unittest/testmock/testpatch.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_unittest/testmock /bin/install -c -m 644 ./Lib/test/test_unittest/testmock/testsealable.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_unittest/testmock /bin/install -c -m 644 ./Lib/test/test_unittest/testmock/testsentinel.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_unittest/testmock /bin/install -c -m 644 ./Lib/test/test_unittest/testmock/testwith.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_unittest/testmock /bin/install -c -m 644 ./Lib/test/test_warnings/__init__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_warnings /bin/install -c -m 644 ./Lib/test/test_warnings/__main__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_warnings /bin/install -c -m 644 ./Lib/test/test_warnings/data/import_warning.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_warnings/data /bin/install -c -m 644 ./Lib/test/test_warnings/data/package_helper.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_warnings/data /bin/install -c -m 644 ./Lib/test/test_warnings/data/stacklevel.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_warnings/data /bin/install -c -m 644 ./Lib/test/test_zipfile/__init__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_zipfile /bin/install -c -m 644 ./Lib/test/test_zipfile/__main__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_zipfile /bin/install -c -m 644 ./Lib/test/test_zipfile/test_core.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_zipfile /bin/install -c -m 644 ./Lib/test/test_zipfile/_path/__init__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_zipfile/_path /bin/install -c -m 644 ./Lib/test/test_zipfile/_path/_functools.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_zipfile/_path /bin/install -c -m 644 ./Lib/test/test_zipfile/_path/_itertools.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_zipfile/_path /bin/install -c -m 644 ./Lib/test/test_zipfile/_path/_support.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_zipfile/_path /bin/install -c -m 644 ./Lib/test/test_zipfile/_path/_test_params.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_zipfile/_path /bin/install -c -m 644 ./Lib/test/test_zipfile/_path/test_complexity.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_zipfile/_path /bin/install -c -m 644 ./Lib/test/test_zipfile/_path/test_path.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_zipfile/_path /bin/install -c -m 644 ./Lib/test/test_zipfile/_path/write-alpharep.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_zipfile/_path /bin/install -c -m 644 ./Lib/test/test_zoneinfo/__init__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_zoneinfo /bin/install -c -m 644 ./Lib/test/test_zoneinfo/__main__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_zoneinfo /bin/install -c -m 644 ./Lib/test/test_zoneinfo/_support.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_zoneinfo /bin/install -c -m 644 ./Lib/test/test_zoneinfo/test_zoneinfo.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_zoneinfo /bin/install -c -m 644 ./Lib/test/test_zoneinfo/test_zoneinfo_property.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_zoneinfo /bin/install -c -m 644 ./Lib/test/test_zoneinfo/data/update_test_data.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_zoneinfo/data /bin/install -c -m 644 ./Lib/test/test_zoneinfo/data/zoneinfo_data.json /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_zoneinfo/data /bin/install -c -m 644 ./Lib/test/tokenizedata/__init__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/tokenizedata /bin/install -c -m 644 ./Lib/test/tokenizedata/bad_coding.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/tokenizedata /bin/install -c -m 644 ./Lib/test/tokenizedata/bad_coding2.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/tokenizedata /bin/install -c -m 644 ./Lib/test/tokenizedata/badsyntax_3131.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/tokenizedata /bin/install -c -m 644 ./Lib/test/tokenizedata/coding20731.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/tokenizedata /bin/install -c -m 644 ./Lib/test/tokenizedata/tokenize_tests-latin1-coding-cookie-and-utf8-bom-sig.txt /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/tokenizedata /bin/install -c -m 644 ./Lib/test/tokenizedata/tokenize_tests-no-coding-cookie-and-utf8-bom-sig-only.txt /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/tokenizedata /bin/install -c -m 644 ./Lib/test/tokenizedata/tokenize_tests-utf8-coding-cookie-and-no-utf8-bom-sig.txt /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/tokenizedata /bin/install -c -m 644 ./Lib/test/tokenizedata/tokenize_tests-utf8-coding-cookie-and-utf8-bom-sig.txt /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/tokenizedata /bin/install -c -m 644 ./Lib/test/tokenizedata/tokenize_tests.txt /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/tokenizedata /bin/install -c -m 644 ./Lib/test/tracedmodules/__init__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/tracedmodules /bin/install -c -m 644 ./Lib/test/tracedmodules/testmod.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/tracedmodules /bin/install -c -m 644 ./Lib/test/typinganndata/__init__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/typinganndata /bin/install -c -m 644 ./Lib/test/typinganndata/_typed_dict_helper.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/typinganndata /bin/install -c -m 644 ./Lib/test/typinganndata/ann_module.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/typinganndata /bin/install -c -m 644 ./Lib/test/typinganndata/ann_module2.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/typinganndata /bin/install -c -m 644 ./Lib/test/typinganndata/ann_module3.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/typinganndata /bin/install -c -m 644 ./Lib/test/typinganndata/ann_module4.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/typinganndata /bin/install -c -m 644 ./Lib/test/typinganndata/ann_module5.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/typinganndata /bin/install -c -m 644 ./Lib/test/typinganndata/ann_module6.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/typinganndata /bin/install -c -m 644 ./Lib/test/typinganndata/ann_module695.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/typinganndata /bin/install -c -m 644 ./Lib/test/typinganndata/ann_module7.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/typinganndata /bin/install -c -m 644 ./Lib/test/typinganndata/ann_module8.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/typinganndata /bin/install -c -m 644 ./Lib/test/typinganndata/ann_module9.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/typinganndata /bin/install -c -m 644 ./Lib/test/typinganndata/mod_generics_cache.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/typinganndata /bin/install -c -m 644 ./Lib/test/wheeldata/setuptools-67.6.1-py3-none-any.whl /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/wheeldata /bin/install -c -m 644 ./Lib/test/wheeldata/wheel-0.40.0-py3-none-any.whl /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/wheeldata /bin/install -c -m 644 ./Lib/test/xmltestdata/expat224_utf8_bug.xml /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/xmltestdata /bin/install -c -m 644 ./Lib/test/xmltestdata/simple-ns.xml /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/xmltestdata /bin/install -c -m 644 ./Lib/test/xmltestdata/simple.xml /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/xmltestdata /bin/install -c -m 644 ./Lib/test/xmltestdata/test.xml /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/xmltestdata /bin/install -c -m 644 ./Lib/test/xmltestdata/test.xml.out /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/xmltestdata /bin/install -c -m 644 ./Lib/test/xmltestdata/c14n-20/README /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/xmltestdata/c14n-20 /bin/install -c -m 644 ./Lib/test/xmltestdata/c14n-20/c14nComment.xml /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/xmltestdata/c14n-20 /bin/install -c -m 644 ./Lib/test/xmltestdata/c14n-20/c14nDefault.xml /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/xmltestdata/c14n-20 /bin/install -c -m 644 ./Lib/test/xmltestdata/c14n-20/c14nPrefix.xml /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/xmltestdata/c14n-20 /bin/install -c -m 644 ./Lib/test/xmltestdata/c14n-20/c14nPrefixQname.xml /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/xmltestdata/c14n-20 /bin/install -c -m 644 ./Lib/test/xmltestdata/c14n-20/c14nPrefixQnameXpathElem.xml /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/xmltestdata/c14n-20 /bin/install -c -m 644 ./Lib/test/xmltestdata/c14n-20/c14nQname.xml /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/xmltestdata/c14n-20 /bin/install -c -m 644 ./Lib/test/xmltestdata/c14n-20/c14nQnameElem.xml /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/xmltestdata/c14n-20 /bin/install -c -m 644 ./Lib/test/xmltestdata/c14n-20/c14nQnameXpathElem.xml /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/xmltestdata/c14n-20 /bin/install -c -m 644 ./Lib/test/xmltestdata/c14n-20/c14nTrim.xml /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/xmltestdata/c14n-20 /bin/install -c -m 644 ./Lib/test/xmltestdata/c14n-20/doc.dtd /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/xmltestdata/c14n-20 /bin/install -c -m 644 ./Lib/test/xmltestdata/c14n-20/doc.xsl /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/xmltestdata/c14n-20 /bin/install -c -m 644 ./Lib/test/xmltestdata/c14n-20/inC14N1.xml /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/xmltestdata/c14n-20 /bin/install -c -m 644 ./Lib/test/xmltestdata/c14n-20/inC14N2.xml /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/xmltestdata/c14n-20 /bin/install -c -m 644 ./Lib/test/xmltestdata/c14n-20/inC14N3.xml /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/xmltestdata/c14n-20 /bin/install -c -m 644 ./Lib/test/xmltestdata/c14n-20/inC14N4.xml /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/xmltestdata/c14n-20 /bin/install -c -m 644 ./Lib/test/xmltestdata/c14n-20/inC14N5.xml /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/xmltestdata/c14n-20 /bin/install -c -m 644 ./Lib/test/xmltestdata/c14n-20/inC14N6.xml /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/xmltestdata/c14n-20 /bin/install -c -m 644 ./Lib/test/xmltestdata/c14n-20/inNsContent.xml /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/xmltestdata/c14n-20 /bin/install -c -m 644 ./Lib/test/xmltestdata/c14n-20/inNsDefault.xml /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/xmltestdata/c14n-20 /bin/install -c -m 644 ./Lib/test/xmltestdata/c14n-20/inNsPushdown.xml /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/xmltestdata/c14n-20 /bin/install -c -m 644 ./Lib/test/xmltestdata/c14n-20/inNsRedecl.xml /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/xmltestdata/c14n-20 /bin/install -c -m 644 ./Lib/test/xmltestdata/c14n-20/inNsSort.xml /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/xmltestdata/c14n-20 /bin/install -c -m 644 ./Lib/test/xmltestdata/c14n-20/inNsSuperfluous.xml /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/xmltestdata/c14n-20 /bin/install -c -m 644 ./Lib/test/xmltestdata/c14n-20/inNsXml.xml /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/xmltestdata/c14n-20 /bin/install -c -m 644 ./Lib/test/xmltestdata/c14n-20/out_inC14N1_c14nComment.xml /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/xmltestdata/c14n-20 /bin/install -c -m 644 ./Lib/test/xmltestdata/c14n-20/out_inC14N1_c14nDefault.xml /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/xmltestdata/c14n-20 /bin/install -c -m 644 ./Lib/test/xmltestdata/c14n-20/out_inC14N2_c14nDefault.xml /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/xmltestdata/c14n-20 /bin/install -c -m 644 ./Lib/test/xmltestdata/c14n-20/out_inC14N2_c14nTrim.xml /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/xmltestdata/c14n-20 /bin/install -c -m 644 ./Lib/test/xmltestdata/c14n-20/out_inC14N3_c14nDefault.xml /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/xmltestdata/c14n-20 /bin/install -c -m 644 ./Lib/test/xmltestdata/c14n-20/out_inC14N3_c14nPrefix.xml /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/xmltestdata/c14n-20 /bin/install -c -m 644 ./Lib/test/xmltestdata/c14n-20/out_inC14N3_c14nTrim.xml /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/xmltestdata/c14n-20 /bin/install -c -m 644 ./Lib/test/xmltestdata/c14n-20/out_inC14N4_c14nDefault.xml /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/xmltestdata/c14n-20 /bin/install -c -m 644 ./Lib/test/xmltestdata/c14n-20/out_inC14N4_c14nTrim.xml /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/xmltestdata/c14n-20 /bin/install -c -m 644 ./Lib/test/xmltestdata/c14n-20/out_inC14N5_c14nDefault.xml /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/xmltestdata/c14n-20 /bin/install -c -m 644 ./Lib/test/xmltestdata/c14n-20/out_inC14N5_c14nTrim.xml /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/xmltestdata/c14n-20 /bin/install -c -m 644 ./Lib/test/xmltestdata/c14n-20/out_inC14N6_c14nDefault.xml /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/xmltestdata/c14n-20 /bin/install -c -m 644 ./Lib/test/xmltestdata/c14n-20/out_inNsContent_c14nDefault.xml /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/xmltestdata/c14n-20 /bin/install -c -m 644 ./Lib/test/xmltestdata/c14n-20/out_inNsContent_c14nPrefixQnameXpathElem.xml /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/xmltestdata/c14n-20 /bin/install -c -m 644 ./Lib/test/xmltestdata/c14n-20/out_inNsContent_c14nQnameElem.xml /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/xmltestdata/c14n-20 /bin/install -c -m 644 ./Lib/test/xmltestdata/c14n-20/out_inNsContent_c14nQnameXpathElem.xml /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/xmltestdata/c14n-20 /bin/install -c -m 644 ./Lib/test/xmltestdata/c14n-20/out_inNsDefault_c14nDefault.xml /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/xmltestdata/c14n-20 /bin/install -c -m 644 ./Lib/test/xmltestdata/c14n-20/out_inNsDefault_c14nPrefix.xml /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/xmltestdata/c14n-20 /bin/install -c -m 644 ./Lib/test/xmltestdata/c14n-20/out_inNsPushdown_c14nDefault.xml /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/xmltestdata/c14n-20 /bin/install -c -m 644 ./Lib/test/xmltestdata/c14n-20/out_inNsPushdown_c14nPrefix.xml /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/xmltestdata/c14n-20 /bin/install -c -m 644 ./Lib/test/xmltestdata/c14n-20/out_inNsRedecl_c14nDefault.xml /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/xmltestdata/c14n-20 /bin/install -c -m 644 ./Lib/test/xmltestdata/c14n-20/out_inNsRedecl_c14nPrefix.xml /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/xmltestdata/c14n-20 /bin/install -c -m 644 ./Lib/test/xmltestdata/c14n-20/out_inNsSort_c14nDefault.xml /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/xmltestdata/c14n-20 /bin/install -c -m 644 ./Lib/test/xmltestdata/c14n-20/out_inNsSort_c14nPrefix.xml /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/xmltestdata/c14n-20 /bin/install -c -m 644 ./Lib/test/xmltestdata/c14n-20/out_inNsSuperfluous_c14nDefault.xml /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/xmltestdata/c14n-20 /bin/install -c -m 644 ./Lib/test/xmltestdata/c14n-20/out_inNsSuperfluous_c14nPrefix.xml /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/xmltestdata/c14n-20 /bin/install -c -m 644 ./Lib/test/xmltestdata/c14n-20/out_inNsXml_c14nDefault.xml /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/xmltestdata/c14n-20 /bin/install -c -m 644 ./Lib/test/xmltestdata/c14n-20/out_inNsXml_c14nPrefix.xml /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/xmltestdata/c14n-20 /bin/install -c -m 644 ./Lib/test/xmltestdata/c14n-20/out_inNsXml_c14nPrefixQname.xml /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/xmltestdata/c14n-20 /bin/install -c -m 644 ./Lib/test/xmltestdata/c14n-20/out_inNsXml_c14nQname.xml /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/xmltestdata/c14n-20 /bin/install -c -m 644 ./Lib/test/xmltestdata/c14n-20/world.txt /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/xmltestdata/c14n-20 /bin/install -c -m 644 ./Lib/test/ziptestdata/README.md /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/ziptestdata /bin/install -c ./Lib/test/ziptestdata/exe_with_z64 /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/ziptestdata /bin/install -c ./Lib/test/ziptestdata/exe_with_zip /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/ziptestdata /bin/install -c ./Lib/test/ziptestdata/header.sh /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/ziptestdata /bin/install -c -m 644 ./Lib/test/ziptestdata/testdata_module_inside_zip.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/ziptestdata /bin/install -c -m 644 ./Lib/test/test_concurrent_futures/__init__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_concurrent_futures /bin/install -c -m 644 ./Lib/test/test_concurrent_futures/executor.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_concurrent_futures /bin/install -c -m 644 ./Lib/test/test_concurrent_futures/test_as_completed.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_concurrent_futures /bin/install -c -m 644 ./Lib/test/test_concurrent_futures/test_deadlock.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_concurrent_futures /bin/install -c -m 644 ./Lib/test/test_concurrent_futures/test_future.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_concurrent_futures /bin/install -c -m 644 ./Lib/test/test_concurrent_futures/test_init.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_concurrent_futures /bin/install -c -m 644 ./Lib/test/test_concurrent_futures/test_process_pool.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_concurrent_futures /bin/install -c -m 644 ./Lib/test/test_concurrent_futures/test_shutdown.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_concurrent_futures /bin/install -c -m 644 ./Lib/test/test_concurrent_futures/test_thread_pool.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_concurrent_futures /bin/install -c -m 644 ./Lib/test/test_concurrent_futures/test_wait.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_concurrent_futures /bin/install -c -m 644 ./Lib/test/test_concurrent_futures/util.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_concurrent_futures /bin/install -c -m 644 ./Lib/test/test_multiprocessing_fork/__init__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_multiprocessing_fork /bin/install -c -m 644 ./Lib/test/test_multiprocessing_fork/test_manager.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_multiprocessing_fork /bin/install -c -m 644 ./Lib/test/test_multiprocessing_fork/test_misc.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_multiprocessing_fork /bin/install -c -m 644 ./Lib/test/test_multiprocessing_fork/test_processes.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_multiprocessing_fork /bin/install -c -m 644 ./Lib/test/test_multiprocessing_fork/test_threads.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_multiprocessing_fork /bin/install -c -m 644 ./Lib/test/test_multiprocessing_forkserver/__init__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_multiprocessing_forkserver /bin/install -c -m 644 ./Lib/test/test_multiprocessing_forkserver/test_manager.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_multiprocessing_forkserver /bin/install -c -m 644 ./Lib/test/test_multiprocessing_forkserver/test_misc.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_multiprocessing_forkserver /bin/install -c -m 644 ./Lib/test/test_multiprocessing_forkserver/test_processes.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_multiprocessing_forkserver /bin/install -c -m 644 ./Lib/test/test_multiprocessing_forkserver/test_threads.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_multiprocessing_forkserver /bin/install -c -m 644 ./Lib/test/test_multiprocessing_spawn/__init__.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_multiprocessing_spawn /bin/install -c -m 644 ./Lib/test/test_multiprocessing_spawn/test_manager.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_multiprocessing_spawn /bin/install -c -m 644 ./Lib/test/test_multiprocessing_spawn/test_misc.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_multiprocessing_spawn /bin/install -c -m 644 ./Lib/test/test_multiprocessing_spawn/test_processes.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_multiprocessing_spawn /bin/install -c -m 644 ./Lib/test/test_multiprocessing_spawn/test_threads.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_multiprocessing_spawn /bin/install -c -m 644 `cat pybuilddir.txt`/_sysconfigdata__linux_x86_64-linux-gnu.py \ /opt/metwork-mfext-master/opt/python3_core/lib/python3.12; \ /bin/install -c -m 644 ./LICENSE /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/LICENSE.txt PYTHONPATH=/opt/metwork-mfext-master/opt/python3_core/lib/python3.12 LD_LIBRARY_PATH=/src/layers/layer1_python3_core/0030_python3/build/Python-3.12.7:/opt/metwork-mfext-master/opt/python3_core/local/lib:/opt/metwork-mfext-master/opt/python3_core/lib:/opt/metwork-mfext-master/opt/core/local/lib:/opt/metwork-mfext-master/opt/core/lib:/opt/metwork-mfext-master/local/lib:/opt/metwork-mfext-master/lib \ ./python -E -Wi /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/compileall.py \ -o 0 -o 1 -o 2 -j0 -d /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 -f \ -x 'bad_coding|badsyntax|site-packages|test/test_lib2to3/data' \ /opt/metwork-mfext-master/opt/python3_core/lib/python3.12 Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/__phello__'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/asyncio'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/collections'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/concurrent'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/concurrent/futures'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/ctypes'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/ctypes/macholib'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/curses'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/dbm'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/email'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/email/mime'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/ensurepip'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/ensurepip/_bundled'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/html'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/http'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/Icons'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/importlib'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/importlib/metadata'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/importlib/resources'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/json'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/fixes'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/pgen2'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/logging'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/multiprocessing'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/multiprocessing/dummy'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/pydoc_data'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/re'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/sqlite3'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/audiodata'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/certdata'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/certdata/capath'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/cjkencodings'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/configdata'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/crashers'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/data'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/decimaltestdata'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/dtracedata'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/encoded_modules'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/imghdrdata'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/leakers'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/libregrtest'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/regrtestdata'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/regrtestdata/import_from_tests'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/regrtestdata/import_from_tests/test_regrtest_b'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/sndhdrdata'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/subprocessdata'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/support'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/support/_hypothesis_stubs'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ast'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_asyncio'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_capi'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_concurrent_futures'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_cppext'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ctypes'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_dataclasses'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_doctest'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_email'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_email/data'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_future_stmt'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_gdb'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_import'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_import/data'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_import/data/circular_imports'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_import/data/circular_imports/subpkg'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_import/data/circular_imports/subpkg2'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_import/data/circular_imports/subpkg2/parent'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_import/data/package'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_import/data/package2'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_import/data/package3'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_import/data/package4'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_import/data/unwritable'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/builtin'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/data'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/extension'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/frozen'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/import_'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/namespace_pkgs'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/namespace_pkgs/both_portions'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/namespace_pkgs/both_portions/foo'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/namespace_pkgs/module_and_namespace_package'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/namespace_pkgs/module_and_namespace_package/a_test'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/namespace_pkgs/not_a_namespace_pkg'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/namespace_pkgs/not_a_namespace_pkg/foo'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/namespace_pkgs/portion1'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/namespace_pkgs/portion1/foo'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/namespace_pkgs/portion2'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/namespace_pkgs/portion2/foo'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/namespace_pkgs/project1'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/namespace_pkgs/project1/parent'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/namespace_pkgs/project1/parent/child'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/namespace_pkgs/project2'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/namespace_pkgs/project2/parent'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/namespace_pkgs/project2/parent/child'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/namespace_pkgs/project3'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/namespace_pkgs/project3/parent'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/namespace_pkgs/project3/parent/child'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/partial'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/resources'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/resources/data01'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/resources/data01/subdirectory'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/resources/data02'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/resources/data02/one'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/resources/data02/subdirectory'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/resources/data02/subdirectory/subsubdir'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/resources/data02/two'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/resources/data03'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/resources/data03/namespace'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/resources/data03/namespace/portion1'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/resources/data03/namespace/portion2'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/resources/namespacedata01'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/resources/zipdata01'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/resources/zipdata02'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/source'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_inspect'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_json'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_lib2to3'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_lib2to3/data'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_lib2to3/data/fixers'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_lib2to3/data/fixers/myfixes'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_module'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_multiprocessing_fork'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_multiprocessing_forkserver'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_multiprocessing_spawn'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_peg_generator'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_pydoc'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_sqlite3'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tkinter'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tomllib'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tomllib/data'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tomllib/data/invalid'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tomllib/data/invalid/array'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tomllib/data/invalid/array-of-tables'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tomllib/data/invalid/boolean'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tomllib/data/invalid/dates-and-times'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tomllib/data/invalid/dotted-keys'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tomllib/data/invalid/inline-table'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tomllib/data/invalid/keys-and-vals'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tomllib/data/invalid/literal-str'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tomllib/data/invalid/multiline-basic-str'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tomllib/data/invalid/multiline-literal-str'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tomllib/data/invalid/table'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tomllib/data/valid'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tomllib/data/valid/array'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tomllib/data/valid/dates-and-times'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tomllib/data/valid/multiline-basic-str'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tools'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ttk'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_unittest'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_unittest/testmock'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_warnings'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_warnings/data'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_zipfile'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_zipfile/_path'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_zoneinfo'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_zoneinfo/data'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/tokenizedata'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/tracedmodules'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/typinganndata'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/wheeldata'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/xmltestdata'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/xmltestdata/c14n-20'...Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/_sitebuiltins.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/_threading_local.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/antigravity.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/asyncio/__main__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/asyncio/base_futures.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/asyncio/base_tasks.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/asyncio/format_helpers.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/asyncio/log.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/asyncio/mixins.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/asyncio/selector_events.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/bisect.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/cgitb.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/concurrent/__init__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/concurrent/futures/process.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/ctypes/macholib/__init__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/ctypes/wintypes.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/dbm/gnu.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/doctest.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/email/mime/audio.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/email/mime/nonmultipart.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/email/quoprimime.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings/charmap.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings/cp1252.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings/cp273.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings/cp850.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings/cp863.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings/gb18030.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings/iso2022_jp.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings/iso2022_kr.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings/iso8859_15.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings/iso8859_9.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings/mac_arabic.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings/palmos.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings/shift_jisx0213.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings/utf_32.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/ensurepip/__main__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/functools.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/hashlib.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/http/client.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/calltip.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/configdialog.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test/test_colorizer.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test/test_hyperparser.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test/test_pyshell.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test/test_scrolledlist.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test/test_squeezer.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test/test_zoomheight.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/parenmatch.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/replace.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/searchengine.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/undo.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/importlib/__init__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/importlib/metadata/_collections.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/importlib/metadata/_meta.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/importlib/resources/_common.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/importlib/util.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/json/tool.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/btm_utils.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/fixes/fix_exitfunc.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/fixes/fix_idioms.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/fixes/fix_isinstance.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/fixes/fix_ne.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/fixes/fix_print.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/fixes/fix_throw.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/fixes/fix_zip.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/pgen2/literals.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/pygram.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/logging/handlers.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/multiprocessing/dummy/connection.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/multiprocessing/heap.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/multiprocessing/popen_spawn_win32.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/multiprocessing/shared_memory.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/opcode.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/pipes.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/posixpath.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/py_compile.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/quopri.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/reprlib.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/secrets.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/sre_compile.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/struct.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/tabnanny.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/_test_atexit.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/_test_venv_multiprocessing.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/bisect_cmd.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/crashers/infinite_loop_re.py'...Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/__hello__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/_compression.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/_pydatetime.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/asyncio/coroutines.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/asyncio/locks.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/asyncio/sslproto.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/asyncio/transports.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/calendar.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/collections/abc.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/concurrent/futures/_base.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/ctypes/_aix.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/curses/ascii.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/dbm/dumb.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/email/_parseaddr.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/email/errors.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/email/iterators.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/email/mime/__init__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/email/mime/image.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings/aliases.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings/cp1006.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings/cp1254.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings/cp437.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings/cp860.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings/cp874.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings/euc_jp.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings/hex_codec.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings/iso2022_jp_ext.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings/iso8859_16.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings/iso8859_8.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings/mac_croatian.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings/mac_romanian.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings/shift_jis.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings/undefined.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings/utf_7.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/enum.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/http/cookiejar.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/debugger_r.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/grep.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test/template.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test/test_codecontext.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test/test_debugobj_r.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test/test_delegator.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test/test_format.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test/test_pathbrowser.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test/test_rpc.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test/test_runscript.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test/test_searchengine.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test/test_undo.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test/tkinter_testing_utils.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/percolator.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/runscript.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/squeezer.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/util.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/importlib/_abc.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/importlib/metadata/_adapters.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/importlib/metadata/_text.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/importlib/resources/_itertools.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/importlib/resources/readers.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/json/decoder.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/__main__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/fixes/fix_apply.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/fixes/fix_dict.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/fixes/fix_funcattrs.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/fixes/fix_import.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/fixes/fix_map.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/fixes/fix_paren.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/fixes/fix_reload.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/fixes/fix_unicode.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/patcomp.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/pgen2/token.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/linecache.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/logging/config.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/multiprocessing/connection.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/multiprocessing/process.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/multiprocessing/spawn.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/operator.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/pkgutil.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/poplib.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/pty.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/random.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/runpy.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/shutil.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/stringprep.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/tarfile.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/dis_module.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/encoded_modules/module_iso_8859_1.py'...Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/_aix_support.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/_pydecimal.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/asyncio/threads.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/asyncio/timeouts.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/asyncio/windows_events.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/codecs.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/contextvars.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/copy.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/crypt.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/ctypes/__init__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/curses/textpad.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/difflib.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/email/header.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/email/mime/text.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings/__init__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings/bz2_codec.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings/cp1251.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings/cp1258.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings/cp855.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings/cp864.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings/cp949.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings/euc_kr.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings/hp_roman8.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings/iso8859_10.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings/iso8859_5.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings/kz1048.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings/mac_latin2.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings/quopri_codec.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings/utf_16.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings/utf_8.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/ensurepip/_uninstall.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/ftplib.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/gzip.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/http/cookies.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/browser.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/config_key.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/filelist.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/hyperparser.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test/test_browser.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test/test_debugger_r.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test/test_editmenu.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test/test_help.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test/test_history.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test/test_outwin.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test/test_redirector.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test/test_search.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test/test_statusbar.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test/test_tooltip.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/mainmenu.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/pyparse.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/scrolledlist.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/sidebar.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/imaplib.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/importlib/resources/_adapters.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/importlib/resources/simple.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/json/scanner.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/__init__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/fixes/__init__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/fixes/fix_basestring.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/fixes/fix_except.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/fixes/fix_getcwdu.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/fixes/fix_input.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/fixes/fix_itertools_imports.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/fixes/fix_operator.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/fixes/fix_repr.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/fixes/fix_ws_comma.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/pgen2/conv.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/logging/__init__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/multiprocessing/forkserver.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/multiprocessing/popen_forkserver.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/multiprocessing/reduction.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/ntpath.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/pickletools.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/pstats.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/re/_compiler.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/selectors.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/socketserver.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/sre_parse.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/sunau.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/tempfile.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/audit-tests.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/curses_tests.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/dtracedata/instance.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/leakers/test_ctypes.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/libregrtest/pgo.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/libregrtest/refleak.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/libregrtest/save_env.py'...Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/_py_abc.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/_pylong.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/abc.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/ast.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/asyncio/proactor_events.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/asyncio/unix_events.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/collections/__init__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/ctypes/util.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/dis.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/email/generator.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/email/mime/base.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/email/parser.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings/ascii.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings/big5hkscs.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings/cp1250.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings/cp1255.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings/cp720.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings/cp857.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings/cp869.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings/hz.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings/iso2022_jp_3.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings/iso8859_14.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings/iso8859_7.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings/latin_1.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings/mac_iceland.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings/ptcp154.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings/tis_620.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings/utf_32_be.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/ensurepip/__init__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/genericpath.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/gettext.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/html/entities.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/colorizer.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/delegator.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/editor.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test/test_config.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test/test_iomenu.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test/test_percolator.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test/test_run.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test/test_util.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test/test_warning.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/outwin.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/redirector.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/searchbase.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/tree.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/importlib/abc.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/importlib/metadata/_itertools.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/importlib/resources/__init__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/importlib/resources/abc.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/io.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/keyword.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/fixer_base.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/fixes/fix_buffer.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/fixes/fix_execfile.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/fixes/fix_has_key.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/fixes/fix_intern.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/fixes/fix_long.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/fixes/fix_next.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/fixes/fix_raw_input.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/fixes/fix_set_literal.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/fixes/fix_xreadlines.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/pgen2/driver.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/pytree.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/mailcap.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/modulefinder.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/multiprocessing/popen_spawn_posix.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/multiprocessing/resource_tracker.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/nntplib.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/pathlib.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/pprint.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/pydoc_data/__init__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/queue.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/re/_parser.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/signal.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/sqlite3/__init__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/sqlite3/dbapi2.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/ssl.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/__init__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/_test_embed_structseq.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/archiver_tests.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/crashers/bogus_code_obj.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/crashers/trace_at_recursion_limit.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/dtracedata/line.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/fork_wait.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/libregrtest/cmdline.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/libregrtest/runtests.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/libregrtest/testresult.py'...Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/_collections_abc.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/_weakrefset.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/argparse.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/asyncio/staggered.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/asyncio/tasks.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/bz2.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/chunk.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/codeop.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/concurrent/futures/__init__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/contextlib.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/ctypes/_endian.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/curses/__init__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/datetime.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/decimal.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/email/_header_value_parser.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings/cp1026.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings/cp1257.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings/cp775.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings/cp858.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings/cp866.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings/iso2022_jp_2004.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings/iso8859_11.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings/iso8859_4.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings/koi8_t.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings/mac_roman.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings/punycode.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings/utf_32_le.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/filecmp.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/getopt.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/graphlib.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/http/__init__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/autocomplete_w.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/debugger.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/history.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test/mock_idle.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test/test_autocomplete_w.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test/test_autoexpand.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test/test_configdialog.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test/test_stackviewer.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test/test_tree.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test/test_window.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/multicall.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/rpc.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/statusbar.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/zoomheight.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/importlib/machinery.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/importlib/metadata/_functools.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/importlib/readers.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/importlib/resources/_legacy.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/importlib/simple.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/json/encoder.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/fixer_util.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/fixes/fix_future.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/fixes/fix_imports2.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/fixes/fix_itertools.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/fixes/fix_methodattrs.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/fixes/fix_numliterals.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/fixes/fix_renames.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/fixes/fix_types.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/main.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/pgen2/tokenize.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/mailbox.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/multiprocessing/resource_sharer.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/netrc.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/optparse.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/plistlib.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/pyclbr.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/re/_casefix.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/rlcompleter.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/shlex.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/socket.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/string.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/sysconfig.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/_test_embed_set_config.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/autotest.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/certdata/make_ssl_certs.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/crashers/underlying_dict.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/encoded_modules/__init__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/encoded_modules/module_koi8_r.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/libregrtest/filter.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/libregrtest/run_workers.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/libregrtest/utils.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/profilee.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/pythoninfo.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/ssltests.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/subprocessdata/input_reader.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/subprocessdata/qcat.py'...Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/__future__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/_osx_support.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/_sysconfigdata__linux_x86_64-linux-gnu.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/asyncio/__init__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/asyncio/base_events.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/asyncio/runners.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/asyncio/streams.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/asyncio/windows_utils.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/cProfile.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/cmd.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/compileall.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/copyreg.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/ctypes/macholib/dyld.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/curses/has_key.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/dbm/ndbm.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/email/__init__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/email/_policybase.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/email/contentmanager.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/email/message.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings/base64_codec.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings/cp037.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings/cp1253.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings/cp500.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings/cp856.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings/cp861.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings/cp875.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings/euc_jisx0213.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings/idna.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings/iso8859_3.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings/koi8_r.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings/mac_greek.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings/oem.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings/rot_13.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings/utf_16_be.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings/uu_codec.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/fileinput.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/getpass.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/hmac.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/http/server.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/config.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/help.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test/htest.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test/test_calltip_w.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test/test_config_key.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test/test_editor.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test/test_mainmenu.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test/test_parenmatch.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test/test_replace.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test/test_searchbase.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test/test_textview.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/macosx.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/pyshell.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/tooltip.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/imghdr.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/importlib/_bootstrap.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/json/__init__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/btm_matcher.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/fixes/fix_asserts.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/fixes/fix_exec.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/fixes/fix_filter.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/fixes/fix_imports.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/fixes/fix_metaclass.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/fixes/fix_raise.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/fixes/fix_sys_exc.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/fixes/fix_xrange.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/pgen2/parse.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/locale.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/multiprocessing/__init__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/multiprocessing/dummy/__init__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/multiprocessing/pool.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/multiprocessing/sharedctypes.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/nturl2path.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/pdb.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/profile.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/re/__init__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/re/_constants.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/sched.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/smtplib.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/stat.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/symtable.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/__main__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/_test_multiprocessing.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/support/interpreters.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/support/socket_helper.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test__opcode.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_abc.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ast/__init__.py'...Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/__phello__/spam.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/_markupbase.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/_strptime.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/aifc.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/asyncio/base_subprocess.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/asyncio/events.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/asyncio/protocols.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/asyncio/subprocess.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/base64.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/cgi.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/concurrent/futures/thread.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/csv.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/ctypes/macholib/framework.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/dataclasses.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/email/encoders.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/email/feedparser.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/email/mime/application.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/email/mime/message.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/email/policy.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings/big5.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings/cp1125.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings/cp424.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings/cp852.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings/cp865.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings/cp950.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings/gb2312.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings/iso2022_jp_2.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings/iso8859_13.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings/iso8859_6.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings/koi8_u.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings/mac_farsi.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings/mbcs.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings/shift_jis_2004.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings/utf_16_le.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings/zlib_codec.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/fnmatch.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/glob.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/html/__init__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/html/parser.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/__main__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/autoexpand.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/calltip_w.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/debugobj_r.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/dynoption.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/help_about.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test/mock_tk.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test/test_calltip.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test/test_debugobj.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test/test_filelist.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test/test_help_about.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test/test_multicall.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test/test_query.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test/test_text.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test/test_zzdummy.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/pathbrowser.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/run.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/stackviewer.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/window.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/importlib/_bootstrap_external.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/ipaddress.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/fixes/fix_nonzero.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/fixes/fix_reduce.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/fixes/fix_standarderror.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/fixes/fix_urllib.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/pgen2/pgen.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lzma.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/multiprocessing/context.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/multiprocessing/popen_fork.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/multiprocessing/queues.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/multiprocessing/util.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/os.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/platform.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/pydoc_data/topics.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/shelve.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/sndhdr.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/sqlite3/dump.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/statistics.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/telnetlib.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/audiotests.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/datetimetester.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ast/utils.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_asyncio/echo.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_asyncio/functional.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_asyncio/test_context.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_asyncio/test_eager_task_factory.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_asyncio/test_locks.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_asyncio/test_streams.py'...Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/__phello__/__init__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/_compat_pickle.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/_pyio.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/asyncio/constants.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/asyncio/exceptions.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/asyncio/futures.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/asyncio/queues.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/asyncio/taskgroups.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/asyncio/trsock.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/bdb.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/code.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/colorsys.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/configparser.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/ctypes/macholib/dylib.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/curses/panel.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/dbm/__init__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/email/_encoded_words.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/email/base64mime.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/email/charset.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/email/headerregistry.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/email/mime/multipart.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/email/utils.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings/cp1140.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings/cp1256.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings/cp737.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings/cp862.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings/cp932.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings/euc_jis_2004.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings/gbk.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings/iso2022_jp_1.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings/iso8859_1.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings/iso8859_2.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings/johab.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings/mac_cyrillic.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings/mac_turkish.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings/raw_unicode_escape.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings/unicode_escape.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/encodings/utf_8_sig.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/fractions.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/heapq.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/__init__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/autocomplete.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/codecontext.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/debugobj.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/format.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test/__init__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test/test_autocomplete.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test/test_debugger.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test/test_grep.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test/test_macosx.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test/test_pyparse.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/idle_test/test_sidebar.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/iomenu.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/query.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/search.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/textview.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/idlelib/zzdummy.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/importlib/metadata/__init__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/inspect.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/fixes/fix_tuple_params.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/pgen2/__init__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/pgen2/grammar.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/refactor.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/mimetypes.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/multiprocessing/managers.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/multiprocessing/synchronize.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/numbers.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/pickle.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/pydoc.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/sqlite3/__main__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/sre_constants.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/subprocess.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/_test_eintr.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/crashers/gc_inspection.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/crashers/recursive_call.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/dtracedata/gc.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/libregrtest/__init__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/libregrtest/logger.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/libregrtest/result.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/libregrtest/single.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/libregrtest/win_utils.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/memory_watchdog.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/mock_socket.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/pickletester.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ast/test_ast.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_asyncio/test_selector_events.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_asyncio/test_timeouts.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/lock_tests.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/regrtestdata/import_from_tests/test_regrtest_a.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/regrtestdata/import_from_tests/test_regrtest_b/util.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/reperf.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/ssl_servers.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/support/__init__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test__locale.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_aifc.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_asdl_parser.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_asyncio/__main__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_asyncio/echo2.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_asyncio/test_base_events.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_asyncio/test_sendfile.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_asyncio/test_staggered.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_asyncio/test_taskgroups.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_atexit.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_base64.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_buffer.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_cmd_line_script.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_codecencodings_tw.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_codeop.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_compiler_codegen.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_concurrent_futures/test_as_completed.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_concurrent_futures/test_init.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_concurrent_futures/test_thread_pool.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_contains.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_copyreg.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_cppext/setup.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_crypt.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ctypes/test_arrays.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ctypes/test_checkretval.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ctypes/test_errno.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ctypes/test_incomplete.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ctypes/test_loading.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ctypes/test_pointers.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ctypes/test_unaligned_structures.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ctypes/test_varsize_struct.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_dataclasses/dataclass_module_2.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_dbm_ndbm.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_descrtut.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_dict.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_dynamicclassattribute.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_email/test_asian_codecs.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_email/test_generator.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_email/test_message.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_enumerate.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_except_star.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_file.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_flufl.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_fractions.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_gdb/test_pretty_print.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_genericpath.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_graphlib.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_hashlib.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_imghdr.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_import/data/circular_imports/binding2.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_import/data/circular_imports/source.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_import/data/circular_imports/subpkg2/parent/child.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_import/data/package2/submodule1.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/__init__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/builtin/test_loader.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/frozen/__init__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/import_/__main__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/import_/test_fromlist.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/namespace_pkgs/portion2/foo/two.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/resources/data01/__init__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/resources/data03/namespace/portion2/__init__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/resources/test_reader.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/source/test_finder.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/test_metadata_api.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/test_zip.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_inspect/inspect_stock_annotations.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_inspect/inspect_stringized_annotations_pep695.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ioctl.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_iterlen.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_json/__init__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_json/test_dump.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_json/test_float.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/leakers/test_selftype.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/libregrtest/main.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/libregrtest/tsan.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/mapping_tests.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/regrtestdata/import_from_tests/test_regrtest_b/__init__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/relimport.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/seq_tests.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/support/_hypothesis_stubs/_helpers.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/support/asynchat.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/support/hashlib_helper.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/support/hypothesis_helper.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/support/import_helper.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/support/pty_helper.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/support/smtpd.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test__xxsubinterpreters.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ast/snippets.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_asyncio/test_futures.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_asyncio/test_protocols.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_asyncio/test_runners.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_asyncio/test_sock_lowlevel.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_asyncio/test_tasks.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_call.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_capi/test_bytes.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_capi/test_eval_code_ex.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_capi/test_list.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_capi/test_run.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_capi/test_sys.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_cgi.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_clinic.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_codecmaps_jp.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_compile.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_contextlib_async.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_csv.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ctypes/test_pep3118.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ctypes/test_structures.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_decorators.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_dict_version.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_difflib.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_doctest/sample_doctest_no_doctests.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_doctest/test_doctest2.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_docxmlrpc.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_eintr.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_email/test_defect_handling.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_email/test_inversion.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_email/test_parser.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_email/test_policy.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_enum.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_future_stmt/test_future.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_gdb/test_misc.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_genericclass.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_gettext.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_html.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_http_cookies.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_import/__main__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_import/data/circular_imports/binding.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_import/data/circular_imports/rebinding2.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_import/data/circular_imports/subpkg2/__init__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_import/data/package/__init__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_import/data/package4/submodule.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/_path.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/extension/test_case_sensitivity.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/import_/__init__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/import_/test_caching.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/namespace_pkgs/both_portions/foo/one.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/namespace_pkgs/module_and_namespace_package/a_test.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/namespace_pkgs/project1/parent/child/one.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/resources/data02/one/__init__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/resources/test_files.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/source/test_file_loader.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/test_threaded_import.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_inspect/__init__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_inspect/inspect_stringized_annotations.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_interpreters.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_json/__main__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_json/test_default.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_json/test_fail.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_json/test_pass2.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/crashers/mutation_inside_cyclegc.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/dtracedata/call_stack.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/leakers/__init__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/libregrtest/findtests.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/libregrtest/results.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/libregrtest/setup.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/list_tests.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/pyclbr_input.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/re_tests.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/subprocessdata/fd_status.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/support/ast_helper.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/support/bytecode_helper.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/support/os_helper.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/support/warnings_helper.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_abstract_numbers.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_array.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_asyncio/test_events.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_asyncio/test_subprocess.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_audioop.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_bisect.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_c_locale_coercion.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_capi/__main__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_capi/test_abstract.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_capi/test_float.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_capi/test_getargs.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_cmd.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_code_module.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_codecencodings_jp.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_codecs.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_coroutines.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ctypes/test_memfunctions.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ctypes/test_random_things.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ctypes/test_simplesubclasses.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ctypes/test_unicode.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_dataclasses/dataclass_module_1.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_dataclasses/dataclass_module_2_str.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_dbm_gnu.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_deque.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_dis.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_email/__main__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_email/test_email.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_fileinput.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_format.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_future_stmt/__init__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_future_stmt/future_test2.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_future_stmt/test_future_flags.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_gdb/gdb_sample.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_gdb/test_cfunction_full.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_generator_stop.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_genexps.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_getpath.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_hash.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_http_cookiejar.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_import/data/circular_imports/from_cycle2.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_import/data/circular_imports/subpackage.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_import/data/circular_imports/util.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_import/data/package3/submodule.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/_context.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/data/__init__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/extension/test_path_hook.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/import_/test___loader__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/import_/test_helpers.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/namespace_pkgs/portion1/foo/one.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/resources/_path.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/resources/test_compatibilty_files.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/resources/update-zips.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/source/__main__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/stubs.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/test_main.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/test_windows.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_inspect/inspect_fodder2.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_int_literal.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_iter.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_json/test_pass1.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_json/test_scanstring.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_json/test_tool.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_largefile.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_lib2to3/test_fixers.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_math_property.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/subprocessdata/qgrep.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/subprocessdata/sigchild_ignore.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/support/_hypothesis_stubs/__init__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/support/_hypothesis_stubs/strategies.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/support/asyncore.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/support/logging_helper.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/support/script_helper.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/support/testcase.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/support/threading_helper.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test__xxinterpchannels.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_asyncio/__init__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_asyncio/echo3.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_asyncio/test_buffered_proto.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_asyncio/test_futures2.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_asyncio/test_proactor_events.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_asyncio/test_server.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_asyncio/test_sslproto.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_asyncio/test_threads.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_asyncio/test_waitfor.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_audit.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_bdb.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_bytes.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_capi/test_number.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_capi/test_watchers.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_cmath.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_codecencodings_hk.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_codecmaps_hk.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_collections.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_cppext/__init__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_crashers.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ctypes/__main__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ctypes/test_bitfields.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ctypes/test_delattr.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ctypes/test_funcptr.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ctypes/test_keeprefs.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ctypes/test_parameters.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ctypes/test_stringptr.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ctypes/test_win32.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_dbm_dumb.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_descr.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_extcall.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_faulthandler.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_fileutils.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_fnmatch.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ftplib.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_future_stmt/test_future_multiple_imports.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_gdb/__init__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_gdb/test_backtrace.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_generators.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_global.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_gzip.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_httplib.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/extension/__main__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/frozen/test_finder.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/import_/test_meta_path.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/namespace_pkgs/not_a_namespace_pkg/foo/one.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/resources/__init__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/resources/data02/two/__init__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/resources/test_open.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/source/__init__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/source/test_source_encoding.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/test_namespace_pkgs.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/util.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_int.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_json/test_decode.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_json/test_encode_basestring_ascii.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_json/test_enum.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_json/test_indent.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_json/test_separators.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_keywordonlyarg.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_lib2to3/__init__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_lib2to3/support.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_lib2to3/test_main.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_lib2to3/test_refactor.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_lltrace.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_lzma.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_minidom.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_multiprocessing_spawn/test_threads.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_nntplib.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_asyncgen.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_asyncio/test_pep492.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_asyncio/test_queues.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_asyncio/test_ssl.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_asyncio/utils.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_bigaddrspace.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_binop.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_bufio.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_capi/__init__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_capi/check_config.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_capi/test_codecs.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_capi/test_immortal.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_capi/test_misc.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_code.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_codecmaps_cn.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_compare.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_concurrent_futures/executor.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_concurrent_futures/test_deadlock.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_concurrent_futures/test_shutdown.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_context.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_cprofile.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ctypes/test_array_in_pointer.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ctypes/test_byteswap.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ctypes/test_frombuffer.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ctypes/test_libc.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ctypes/test_numbers.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ctypes/test_returnfuncptrs.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ctypes/test_struct_fields.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ctypes/test_wintypes.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_dataclasses/dataclass_textanno.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_dbm.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_defaultdict.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_devpoll.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_dictviews.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_doctest/sample_doctest.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_doctest/test_doctest.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_dynamic.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_email/test__header_value_parser.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_epoll.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_exception_variations.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_file_eintr.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_fileio.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_frame.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_functools.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_heapq.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_httpservers.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_import/data/circular_imports/from_cycle1.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_import/data/circular_imports/subpkg/subpackage2.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_import/data/circular_imports/use.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_import/data/package3/__init__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/__main__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/builtin/test_finder.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/fixtures.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/import_/test___package__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/import_/test_relative_imports.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/namespace_pkgs/project3/parent/child/three.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/resources/data02/__init__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/resources/test_custom.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/resources/test_resource.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/test_api.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/test_util.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_isinstance.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_itertools.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_listcomps.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_mailcap.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_memoryview.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_module/bad_getattr2.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_module/bad_getattr3.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_module/final_b.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_module/good_getattr.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_modulefinder.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_multiprocessing_fork/test_processes.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_multiprocessing_forkserver/test_misc.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_multiprocessing_spawn/test_manager.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ntpath.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ossaudiodev.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_peepholer.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_perfmaps.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/libregrtest/worker.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/mp_fork_bomb.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/mp_preload.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/multibytecodec_support.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/regrtest.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/regrtestdata/import_from_tests/test_regrtest_c.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/signalinterproctester.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/string_tests.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test___all__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test__osx_support.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_argparse.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_asyncio/test_transports.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_asyncio/test_unix_events.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_bool.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_calendar.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_capi/test_bytearray.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_capi/test_dict.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_capi/test_long.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_capi/test_set.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_cgitb.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_charmapcodec.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_cmd_line.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_codecencodings_iso2022.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_colorsys.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_complex.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_concurrent_futures/util.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_copy.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ctypes/__init__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ctypes/test_buffers.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ctypes/test_callbacks.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ctypes/test_functions.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ctypes/test_prototypes.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ctypes/test_sizes.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ctypes/test_values.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_dataclasses/dataclass_module_1_str.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_datetime.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_decimal.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_email/torture_test.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_embed.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_exceptions.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_fork1.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_fstring.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_gdb/util.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_getopt.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_grammar.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_imaplib.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_import/data/circular_imports/indirect.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_import/data/circular_imports/subpkg/util.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_import/data/double_const.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_import/data/package4/__init__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/abc.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/extension/test_loader.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/import_/test_packages.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/namespace_pkgs/project2/parent/child/two.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/resources/data01/subdirectory/__init__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/resources/test_contents.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/resources/util.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/test_abc.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/threaded_import_hangers.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_inspect/inspect_fodder.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_inspect/inspect_stringized_annotations_2.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_io.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_longexp.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_marshal.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_metaclass.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_module/__init__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_msilib.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_multiprocessing_fork/test_threads.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_multiprocessing_forkserver/test_processes.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_multiprocessing_spawn/test_misc.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_nis.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_opcodes.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_osx_env.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_pdb.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_peg_generator/test_first_sets.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_pep646_syntax.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_pickle.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_platform.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_profile.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_py_compile.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_asyncio/test_windows_events.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_baseexception.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_binascii.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_builtin.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_capi/test_tuple.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_class.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_codecencodings_cn.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_codecencodings_kr.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_codecmaps_tw.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_compiler_assemble.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_concurrent_futures/__init__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_concurrent_futures/test_future.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_concurrent_futures/test_process_pool.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_configparser.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ctypes/test_as_parameter.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ctypes/test_cfuncs.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ctypes/test_init.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ctypes/test_macholib.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ctypes/test_pickling.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ctypes/test_refcounts.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ctypes/test_slicing.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_dataclasses/__init__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_email/__init__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_email/test_contentmanager.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_email/test_pickleable.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_email/test_utils.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ensurepip.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_errno.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_exception_hierarchy.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_filecmp.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_float.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_future_stmt/future_test1.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_future_stmt/test_future_multiple_features.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_gc.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_getpass.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_grp.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_hmac.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_idle.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_import/data/circular_imports/basic.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_import/data/circular_imports/basic2.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_import/data/circular_imports/rebinding.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_import/data/circular_imports/subpkg2/parent/__init__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_import/data/package/submodule.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_import/data/unwritable/__init__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/builtin/__init__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/extension/__init__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/frozen/__main__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/import_/test_api.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/namespace_pkgs/both_portions/foo/two.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/namespace_pkgs/not_a_namespace_pkg/foo/__init__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/partial/pool_in_threads.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/resources/data03/__init__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/resources/test_path.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/resources/zipdata01/__init__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/source/test_case_sensitivity.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/test_locks.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/test_pkg_import.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_index.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ipaddress.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_lib2to3/__main__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_lib2to3/test_all_fixers.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_lib2to3/test_parser.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_linecache.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_long.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_mimetypes.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_module/bad_getattr.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_module/final_a.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_monitoring.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_numeric_tower.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ordered_dict.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_peg_generator/__main__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_peg_generator/test_pegen.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_pipes.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_plistlib.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_pprint.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_pydoc/__init__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_pydoc/test_pydoc.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_asyncio/test_windows_utils.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_augassign.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_bigmem.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_bz2.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_capi/test_complex.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_capi/test_exceptions.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_capi/test_mem.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_capi/test_structmembers.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_capi/test_unicode.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_codeccallbacks.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_codecmaps_kr.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_compileall.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_concurrent_futures/test_wait.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_contextlib.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ctypes/test_anon.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ctypes/test_bytes.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ctypes/test_cast.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ctypes/test_find.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ctypes/test_internals.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ctypes/test_objects.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ctypes/test_python_api.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ctypes/test_repr.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ctypes/test_strings.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_curses.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_dictcomps.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_doctest/__init__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_doctest/decorator_mod.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_doctest/doctest_aliases.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_doctest/doctest_lineno.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_doctest/sample_doctest_no_docstrings.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_dtrace.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_email/test__encoded_words.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_email/test_headerregistry.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_eof.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_exception_group.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_fcntl.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_finalization.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_frozen.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_funcattrs.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_future_stmt/test_future_single_import.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_gdb/test_cfunction.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_genericalias.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_glob.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_htmlparser.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_import/__init__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_import/data/package2/submodule2.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_import/data/unwritable/x.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/builtin/__main__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/extension/test_finder.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/frozen/test_loader.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/import_/test_path.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/partial/cfimport.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/resources/data03/namespace/portion1/__init__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/resources/test_read.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/resources/zipdata02/__init__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/source/test_path_hook.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/test_lazy.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_importlib/test_spec.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_inspect/test_inspect.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_logging.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_operator.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_peg_generator/__init__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_peg_generator/test_grammar_validator.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_picklebuffer.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_pkgutil.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_positional_only_arg.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_pstats.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_pyclbr.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_random.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_scope.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_shutil.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_startfile.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_strftime.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_struct.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_support.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tarfile.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tkinter/test_widgets.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tuple.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_type_params.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_patma.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_popen.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_posixpath.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_pulldom.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_queue.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_repl.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_robotparser.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_secrets.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_shelve.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_smtplib.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_sqlite3/test_cli.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_sqlite3/test_transactions.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_stat.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_strptime.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_sundry.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_symtable.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_sys_setprofile.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_termios.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_threadedtempfile.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_timeit.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tkinter/test_images.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tomllib/__main__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tomllib/test_data.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tools/__init__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tools/test_makefile.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tools/test_sundry.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tracemalloc.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_type_cache.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_unicode.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_unittest/test_suite.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_unittest/testmock/testmock.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_urllibnet.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_utf8_mode.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_warnings/__init__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_winsound.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_xml_etree_c.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_zipfile/__init__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_zipfile/_path/_functools.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_zipfile/_path/test_complexity.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_zipimport.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/tokenizedata/__init__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/tracedmodules/testmod.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/typinganndata/ann_module4.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/typinganndata/ann_module8.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/this.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/tkinter/commondialog.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/tkinter/font.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/tokenize.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/tracemalloc.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/turtledemo/chaos.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/turtledemo/lindenmayer.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/turtledemo/peace.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/turtledemo/round_dance.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/typing.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/venv/__init__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/wsgiref/handlers.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/xml/dom/NodeFilter.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/xml/dom/pulldom.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/xml/parsers/__init__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/xml/sax/handler.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/zipapp.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/zipfile/_path/glob.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/zoneinfo/__init__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_pkg.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_poplib.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_property.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_pydoc/pydoc_mod.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_raise.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_regrtest.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_selectors.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_slice.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_source_encoding.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_sqlite3/test_dbapi.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_stringprep.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_strtod.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_sunau.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_syntax.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tabnanny.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_textwrap.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_threading_local.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_timeout.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tkinter/test_geometry_managers.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ttk/__main__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ttk/test_widgets.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_typing.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_xdrlib.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_xmlrpc_net.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_zipfile/__main__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_zipfile/_path/_itertools.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_zipfile/_path/write-alpharep.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_zipimport_support.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_zoneinfo/test_zoneinfo_property.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/tokenizedata/coding20731.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/typinganndata/__init__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/typinganndata/ann_module5.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/typinganndata/mod_generics_cache.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/threading.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/tkinter/simpledialog.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/trace.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/turtledemo/__main__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/turtledemo/paint.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/turtledemo/sorting_animate.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/unittest/async_case.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/unittest/runner.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/urllib/response.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/venv/__main__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/weakref.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/xml/dom/domreg.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/xml/etree/ElementInclude.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/xml/parsers/expat.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/xml/sax/saxutils.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/zipfile/_path/__init__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/zoneinfo/_common.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_richcmp.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_script_helper.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_select.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_signal.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_spwd.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_sqlite3/__main__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_sqlite3/test_hooks.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ssl.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_sysconfig.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tempfile.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tkinter/__main__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tkinter/test_font.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tkinter/test_simpledialog.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tkinter/widget_tests.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_trace.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_type_aliases.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_typechecks.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_unicode_file.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_unittest/__main__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_unittest/dummy.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_unittest/test_async_case.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_unittest/test_program.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_unittest/test_runner.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_unittest/testmock/testsealable.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_univnewlines.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_unparse.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_urlparse.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_wave.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_winreg.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_xml_etree.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/typinganndata/ann_module.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/typinganndata/ann_module9.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/ziptestdata/testdata_module_inside_zip.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/tkinter/__main__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/tkinter/dnd.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/token.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/tomllib/_parser.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/turtle.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/unittest/util.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/urllib/robotparser.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/wsgiref/__init__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/wsgiref/util.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/xml/__init__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/xml/dom/minicompat.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/xml/etree/__init__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/xml/etree/cElementTree.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/xml/sax/_exceptions.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/xmlrpc/client.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_memoryio.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_mmap.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_multiprocessing_fork/test_manager.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_multiprocessing_forkserver/__init__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_multiprocessing_main_handling.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_opcache.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_pathlib.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_print.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_pwd.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_pyexpat.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_reprlib.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_sched.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_set.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_sqlite3/test_dump.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_sqlite3/test_regression.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_stable_abi_ctypes.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_string.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_structseq.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_subprocess.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_thread.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_time.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tokenize.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ttk_textonly.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_type_comments.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_unary.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_unicodedata.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_unittest/test_discovery.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_unittest/test_setups.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_unittest/testmock/__init__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_unittest/testmock/support.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_unittest/testmock/testasync.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_urllib.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_uu.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_warnings/__main__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_warnings/data/stacklevel.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_winconsoleio.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_with.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_zipapp.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_zipfile/test_core.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/tkinter/scrolledtext.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/tkinter/ttk.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/turtledemo/__init__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/turtledemo/colormixer.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/turtledemo/minimal_hanoi.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/turtledemo/rosette.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/turtledemo/two_canvases.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/unittest/case.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/urllib/request.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/xml/dom/minidom.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_json/test_recursion.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_keyword.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_launcher.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_lib2to3/test_util.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_locale.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_math.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_multibytecodec.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_multiprocessing_forkserver/test_threads.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_multiprocessing_spawn/test_processes.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_named_expressions.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_optparse.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_peg_generator/test_c_parser.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_perf_profiler.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_pickletools.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_poll.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_posix.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_quopri.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_readline.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_resource.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_runpy.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_setcomps.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_site.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_sort.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_sqlite3/test_backup.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_sqlite3/test_types.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_statistics.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_syslog.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tcl.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_threadsignals.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tkinter/__init__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tkinter/support.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tkinter/test_variables.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tomllib/test_misc.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tools/test_freeze.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tools/test_reindent.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ttk/__init__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ttk/test_style.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_turtle.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ucn.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_unicode_file_functions.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_unittest/support.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_unittest/test_case.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_unittest/testmock/testmagicmethods.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_unittest/testmock/testwith.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_urllib2_localnet.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_userdict.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_utf8source.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_wait4.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_warnings/data/package_helper.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_winapi.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_wmi.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_xmlrpc.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_zoneinfo/__init__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_zoneinfo/test_zoneinfo.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/tkinter/__init__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/turtledemo/yinyang.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/unittest/__init__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/unittest/loader.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/unittest/suite.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/uu.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/wave.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/wsgiref/simple_server.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/xdrlib.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/xml/etree/ElementTree.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/zoneinfo/_tzpath.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_json/test_pass3.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_json/test_speedups.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_json/test_unicode.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_kqueue.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_lib2to3/pytree_idempotency.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_lib2to3/test_pytree.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_list.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_mailbox.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_multiprocessing_fork/__init__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_multiprocessing_fork/test_misc.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_multiprocessing_forkserver/test_manager.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_multiprocessing_spawn/__init__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_netrc.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_openpty.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_os.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_pow.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_pty.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_pydoc/pydocfodder.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_range.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_rlcompleter.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_sax.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_smtpnet.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_socket.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_sys.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_telnetlib.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_threading.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tkinter/test_loadtk.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tkinter/test_misc.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_traceback.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_unittest/__init__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_unittest/test_break.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_unittest/test_functiontestcase.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_unittest/test_loader.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_unittest/test_util.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_unittest/testmock/__main__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_unittest/testmock/testhelpers.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_urllib2.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_uuid.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_weakset.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_xml_dom_minicompat.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_xxlimited.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_zipfile/_path/__init__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_zipfile/_path/_test_params.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_zipfile64.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_zoneinfo/_support.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/testcodec.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/time_hashlib.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/typinganndata/_typed_dict_helper.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/typinganndata/ann_module6.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/win_console_handler.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/timeit.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/tkinter/constants.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/tkinter/messagebox.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/tomllib/__init__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/tomllib/_types.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/tty.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/turtledemo/bytedesign.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/turtledemo/fractalcurves.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/turtledemo/planet_and_moon.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/turtledemo/tree.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/unittest/_log.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/unittest/result.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/urllib/__init__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/urllib/parse.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/wsgiref/headers.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/wsgiref/validate.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/xml/dom/xmlbuilder.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/xml/sax/__init__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/xmlrpc/__init__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/xmlrpc/server.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/zipimport.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_re.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_shlex.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_sndhdr.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_socketserver.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_sqlite3/__init__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_sqlite3/test_factory.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_sqlite3/test_userfunctions.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_string_literals.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_subclassinit.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_super.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_sys_settrace.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tix.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tkinter/test_colorchooser.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tkinter/test_messagebox.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tkinter/test_text.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tomllib/__init__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tomllib/burntsushi.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tomllib/test_error.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tools/__main__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tools/test_i18n.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_ttk/test_extensions.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_tty.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_type_annotations.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_types.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_unittest/test_skipping.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_unittest/testmock/testcallable.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_unittest/testmock/testsentinel.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_unpack.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_unpack_ex.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_urllib2net.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_userlist.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_venv.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_weakref.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_yield_from.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_zoneinfo/__main__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_zoneinfo/data/update_test_data.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/tf_inherit_check.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/tracedmodules/__init__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/typinganndata/ann_module3.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/typinganndata/ann_module7.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/textwrap.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/tkinter/dialog.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/tkinter/tix.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/turtledemo/clock.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/turtledemo/nim.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/types.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/unittest/mock.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/warnings.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/wsgiref/types.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/xml/dom/expatbuilder.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/xml/sax/xmlreader.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/zipfile/__main__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/zoneinfo/_zoneinfo.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_unicode_identifiers.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_unittest/_test_warnings.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_unittest/test_assertions.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_unittest/test_result.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_unittest/testmock/testpatch.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_urllib_response.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_userstring.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_wait3.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_warnings/data/import_warning.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_webbrowser.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_wsgiref.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_xxtestfuzz.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_zipfile/_path/_support.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_zipfile/_path/test_path.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/test_zlib.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/typinganndata/ann_module2.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/typinganndata/ann_module695.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/xmltests.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/tkinter/colorchooser.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/tkinter/filedialog.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/tomllib/_re.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/traceback.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/turtledemo/forest.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/turtledemo/penrose.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/unittest/__main__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/unittest/main.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/unittest/signals.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/urllib/error.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/uuid.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/webbrowser.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/xml/dom/__init__.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/xml/etree/ElementPath.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/xml/sax/expatreader.py'... Compiling '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/zipfile/__init__.py'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test/ziptestdata'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/tkinter'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/tomllib'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/turtledemo'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/unittest'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/urllib'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/venv'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/venv/scripts'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/venv/scripts/common'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/venv/scripts/posix'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/wsgiref'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/xml'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/xml/dom'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/xml/etree'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/xml/parsers'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/xml/sax'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/xmlrpc'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/zipfile'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/zipfile/_path'... Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/zoneinfo'... PYTHONPATH=/opt/metwork-mfext-master/opt/python3_core/lib/python3.12 LD_LIBRARY_PATH=/src/layers/layer1_python3_core/0030_python3/build/Python-3.12.7:/opt/metwork-mfext-master/opt/python3_core/local/lib:/opt/metwork-mfext-master/opt/python3_core/lib:/opt/metwork-mfext-master/opt/core/local/lib:/opt/metwork-mfext-master/opt/core/lib:/opt/metwork-mfext-master/local/lib:/opt/metwork-mfext-master/lib \ ./python -E -Wi /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/compileall.py \ -o 0 -o 1 -o 2 -j0 -d /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages -f \ -x badsyntax /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages Listing '/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages'... PYTHONPATH=/opt/metwork-mfext-master/opt/python3_core/lib/python3.12 LD_LIBRARY_PATH=/src/layers/layer1_python3_core/0030_python3/build/Python-3.12.7:/opt/metwork-mfext-master/opt/python3_core/local/lib:/opt/metwork-mfext-master/opt/python3_core/lib:/opt/metwork-mfext-master/opt/core/local/lib:/opt/metwork-mfext-master/opt/core/lib:/opt/metwork-mfext-master/local/lib:/opt/metwork-mfext-master/lib \ ./python -E -m lib2to3.pgen2.driver /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/Grammar.txt Generating grammar tables from /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/Grammar.txt Writing grammar tables to /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/Grammar3.12.7.final.0.pickle PYTHONPATH=/opt/metwork-mfext-master/opt/python3_core/lib/python3.12 LD_LIBRARY_PATH=/src/layers/layer1_python3_core/0030_python3/build/Python-3.12.7:/opt/metwork-mfext-master/opt/python3_core/local/lib:/opt/metwork-mfext-master/opt/python3_core/lib:/opt/metwork-mfext-master/opt/core/local/lib:/opt/metwork-mfext-master/opt/core/lib:/opt/metwork-mfext-master/local/lib:/opt/metwork-mfext-master/lib \ ./python -E -m lib2to3.pgen2.driver /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/PatternGrammar.txt Generating grammar tables from /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/PatternGrammar.txt Writing grammar tables to /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib2to3/PatternGrammar3.12.7.final.0.pickle Creating directory /opt/metwork-mfext-master/opt/python3_core/include Creating directory /opt/metwork-mfext-master/opt/python3_core/include/python3.12 Creating directory /opt/metwork-mfext-master/opt/python3_core/include/python3.12/cpython Creating directory /opt/metwork-mfext-master/opt/python3_core/include/python3.12/internal /bin/install -c -m 644 ./Include/Python.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12 /bin/install -c -m 644 ./Include/abstract.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12 /bin/install -c -m 644 ./Include/bltinmodule.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12 /bin/install -c -m 644 ./Include/boolobject.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12 /bin/install -c -m 644 ./Include/bytearrayobject.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12 /bin/install -c -m 644 ./Include/bytesobject.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12 /bin/install -c -m 644 ./Include/ceval.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12 /bin/install -c -m 644 ./Include/codecs.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12 /bin/install -c -m 644 ./Include/compile.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12 /bin/install -c -m 644 ./Include/complexobject.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12 /bin/install -c -m 644 ./Include/datetime.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12 /bin/install -c -m 644 ./Include/descrobject.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12 /bin/install -c -m 644 ./Include/dictobject.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12 /bin/install -c -m 644 ./Include/dynamic_annotations.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12 /bin/install -c -m 644 ./Include/enumobject.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12 /bin/install -c -m 644 ./Include/errcode.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12 /bin/install -c -m 644 ./Include/exports.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12 /bin/install -c -m 644 ./Include/fileobject.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12 /bin/install -c -m 644 ./Include/fileutils.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12 /bin/install -c -m 644 ./Include/floatobject.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12 /bin/install -c -m 644 ./Include/frameobject.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12 /bin/install -c -m 644 ./Include/genericaliasobject.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12 /bin/install -c -m 644 ./Include/import.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12 /bin/install -c -m 644 ./Include/interpreteridobject.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12 /bin/install -c -m 644 ./Include/intrcheck.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12 /bin/install -c -m 644 ./Include/iterobject.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12 /bin/install -c -m 644 ./Include/listobject.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12 /bin/install -c -m 644 ./Include/longobject.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12 /bin/install -c -m 644 ./Include/marshal.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12 /bin/install -c -m 644 ./Include/memoryobject.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12 /bin/install -c -m 644 ./Include/methodobject.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12 /bin/install -c -m 644 ./Include/modsupport.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12 /bin/install -c -m 644 ./Include/moduleobject.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12 /bin/install -c -m 644 ./Include/object.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12 /bin/install -c -m 644 ./Include/objimpl.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12 /bin/install -c -m 644 ./Include/opcode.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12 /bin/install -c -m 644 ./Include/osdefs.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12 /bin/install -c -m 644 ./Include/osmodule.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12 /bin/install -c -m 644 ./Include/patchlevel.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12 /bin/install -c -m 644 ./Include/py_curses.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12 /bin/install -c -m 644 ./Include/pybuffer.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12 /bin/install -c -m 644 ./Include/pycapsule.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12 /bin/install -c -m 644 ./Include/pydtrace.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12 /bin/install -c -m 644 ./Include/pyerrors.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12 /bin/install -c -m 644 ./Include/pyexpat.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12 /bin/install -c -m 644 ./Include/pyframe.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12 /bin/install -c -m 644 ./Include/pyhash.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12 /bin/install -c -m 644 ./Include/pylifecycle.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12 /bin/install -c -m 644 ./Include/pymacconfig.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12 /bin/install -c -m 644 ./Include/pymacro.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12 /bin/install -c -m 644 ./Include/pymath.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12 /bin/install -c -m 644 ./Include/pymem.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12 /bin/install -c -m 644 ./Include/pyport.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12 /bin/install -c -m 644 ./Include/pystate.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12 /bin/install -c -m 644 ./Include/pystats.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12 /bin/install -c -m 644 ./Include/pystrcmp.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12 /bin/install -c -m 644 ./Include/pystrtod.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12 /bin/install -c -m 644 ./Include/pythonrun.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12 /bin/install -c -m 644 ./Include/pythread.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12 /bin/install -c -m 644 ./Include/pytypedefs.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12 /bin/install -c -m 644 ./Include/rangeobject.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12 /bin/install -c -m 644 ./Include/setobject.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12 /bin/install -c -m 644 ./Include/sliceobject.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12 /bin/install -c -m 644 ./Include/structmember.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12 /bin/install -c -m 644 ./Include/structseq.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12 /bin/install -c -m 644 ./Include/sysmodule.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12 /bin/install -c -m 644 ./Include/traceback.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12 /bin/install -c -m 644 ./Include/tracemalloc.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12 /bin/install -c -m 644 ./Include/tupleobject.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12 /bin/install -c -m 644 ./Include/typeslots.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12 /bin/install -c -m 644 ./Include/unicodeobject.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12 /bin/install -c -m 644 ./Include/warnings.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12 /bin/install -c -m 644 ./Include/weakrefobject.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12 /bin/install -c -m 644 ./Include/cpython/abstract.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/cpython /bin/install -c -m 644 ./Include/cpython/bytearrayobject.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/cpython /bin/install -c -m 644 ./Include/cpython/bytesobject.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/cpython /bin/install -c -m 644 ./Include/cpython/cellobject.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/cpython /bin/install -c -m 644 ./Include/cpython/ceval.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/cpython /bin/install -c -m 644 ./Include/cpython/classobject.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/cpython /bin/install -c -m 644 ./Include/cpython/code.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/cpython /bin/install -c -m 644 ./Include/cpython/compile.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/cpython /bin/install -c -m 644 ./Include/cpython/complexobject.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/cpython /bin/install -c -m 644 ./Include/cpython/context.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/cpython /bin/install -c -m 644 ./Include/cpython/descrobject.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/cpython /bin/install -c -m 644 ./Include/cpython/dictobject.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/cpython /bin/install -c -m 644 ./Include/cpython/fileobject.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/cpython /bin/install -c -m 644 ./Include/cpython/fileutils.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/cpython /bin/install -c -m 644 ./Include/cpython/floatobject.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/cpython /bin/install -c -m 644 ./Include/cpython/frameobject.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/cpython /bin/install -c -m 644 ./Include/cpython/funcobject.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/cpython /bin/install -c -m 644 ./Include/cpython/genobject.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/cpython /bin/install -c -m 644 ./Include/cpython/import.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/cpython /bin/install -c -m 644 ./Include/cpython/initconfig.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/cpython /bin/install -c -m 644 ./Include/cpython/interpreteridobject.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/cpython /bin/install -c -m 644 ./Include/cpython/listobject.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/cpython /bin/install -c -m 644 ./Include/cpython/longintrepr.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/cpython /bin/install -c -m 644 ./Include/cpython/longobject.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/cpython /bin/install -c -m 644 ./Include/cpython/memoryobject.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/cpython /bin/install -c -m 644 ./Include/cpython/methodobject.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/cpython /bin/install -c -m 644 ./Include/cpython/modsupport.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/cpython /bin/install -c -m 644 ./Include/cpython/object.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/cpython /bin/install -c -m 644 ./Include/cpython/objimpl.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/cpython /bin/install -c -m 644 ./Include/cpython/odictobject.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/cpython /bin/install -c -m 644 ./Include/cpython/picklebufobject.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/cpython /bin/install -c -m 644 ./Include/cpython/pthread_stubs.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/cpython /bin/install -c -m 644 ./Include/cpython/pyctype.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/cpython /bin/install -c -m 644 ./Include/cpython/pydebug.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/cpython /bin/install -c -m 644 ./Include/cpython/pyerrors.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/cpython /bin/install -c -m 644 ./Include/cpython/pyfpe.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/cpython /bin/install -c -m 644 ./Include/cpython/pyframe.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/cpython /bin/install -c -m 644 ./Include/cpython/pylifecycle.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/cpython /bin/install -c -m 644 ./Include/cpython/pymem.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/cpython /bin/install -c -m 644 ./Include/cpython/pystate.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/cpython /bin/install -c -m 644 ./Include/cpython/pythonrun.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/cpython /bin/install -c -m 644 ./Include/cpython/pythread.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/cpython /bin/install -c -m 644 ./Include/cpython/pytime.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/cpython /bin/install -c -m 644 ./Include/cpython/setobject.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/cpython /bin/install -c -m 644 ./Include/cpython/sysmodule.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/cpython /bin/install -c -m 644 ./Include/cpython/traceback.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/cpython /bin/install -c -m 644 ./Include/cpython/tupleobject.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/cpython /bin/install -c -m 644 ./Include/cpython/unicodeobject.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/cpython /bin/install -c -m 644 ./Include/cpython/warnings.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/cpython /bin/install -c -m 644 ./Include/cpython/weakrefobject.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/cpython /bin/install -c -m 644 ./Include/internal/pycore_abstract.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/internal /bin/install -c -m 644 ./Include/internal/pycore_asdl.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/internal /bin/install -c -m 644 ./Include/internal/pycore_ast.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/internal /bin/install -c -m 644 ./Include/internal/pycore_ast_state.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/internal /bin/install -c -m 644 ./Include/internal/pycore_atexit.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/internal /bin/install -c -m 644 ./Include/internal/pycore_atomic.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/internal /bin/install -c -m 644 ./Include/internal/pycore_atomic_funcs.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/internal /bin/install -c -m 644 ./Include/internal/pycore_bitutils.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/internal /bin/install -c -m 644 ./Include/internal/pycore_blocks_output_buffer.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/internal /bin/install -c -m 644 ./Include/internal/pycore_bytes_methods.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/internal /bin/install -c -m 644 ./Include/internal/pycore_bytesobject.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/internal /bin/install -c -m 644 ./Include/internal/pycore_call.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/internal /bin/install -c -m 644 ./Include/internal/pycore_ceval.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/internal /bin/install -c -m 644 ./Include/internal/pycore_ceval_state.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/internal /bin/install -c -m 644 ./Include/internal/pycore_code.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/internal /bin/install -c -m 644 ./Include/internal/pycore_compile.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/internal /bin/install -c -m 644 ./Include/internal/pycore_condvar.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/internal /bin/install -c -m 644 ./Include/internal/pycore_context.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/internal /bin/install -c -m 644 ./Include/internal/pycore_descrobject.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/internal /bin/install -c -m 644 ./Include/internal/pycore_dict.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/internal /bin/install -c -m 644 ./Include/internal/pycore_dict_state.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/internal /bin/install -c -m 644 ./Include/internal/pycore_dtoa.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/internal /bin/install -c -m 644 ./Include/internal/pycore_emscripten_signal.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/internal /bin/install -c -m 644 ./Include/internal/pycore_exceptions.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/internal /bin/install -c -m 644 ./Include/internal/pycore_faulthandler.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/internal /bin/install -c -m 644 ./Include/internal/pycore_fileutils.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/internal /bin/install -c -m 644 ./Include/internal/pycore_fileutils_windows.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/internal /bin/install -c -m 644 ./Include/internal/pycore_floatobject.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/internal /bin/install -c -m 644 ./Include/internal/pycore_flowgraph.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/internal /bin/install -c -m 644 ./Include/internal/pycore_format.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/internal /bin/install -c -m 644 ./Include/internal/pycore_frame.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/internal /bin/install -c -m 644 ./Include/internal/pycore_function.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/internal /bin/install -c -m 644 ./Include/internal/pycore_gc.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/internal /bin/install -c -m 644 ./Include/internal/pycore_genobject.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/internal /bin/install -c -m 644 ./Include/internal/pycore_getopt.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/internal /bin/install -c -m 644 ./Include/internal/pycore_gil.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/internal /bin/install -c -m 644 ./Include/internal/pycore_global_objects.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/internal /bin/install -c -m 644 ./Include/internal/pycore_global_objects_fini_generated.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/internal /bin/install -c -m 644 ./Include/internal/pycore_global_strings.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/internal /bin/install -c -m 644 ./Include/internal/pycore_hamt.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/internal /bin/install -c -m 644 ./Include/internal/pycore_hashtable.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/internal /bin/install -c -m 644 ./Include/internal/pycore_import.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/internal /bin/install -c -m 644 ./Include/internal/pycore_initconfig.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/internal /bin/install -c -m 644 ./Include/internal/pycore_instruments.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/internal /bin/install -c -m 644 ./Include/internal/pycore_interp.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/internal /bin/install -c -m 644 ./Include/internal/pycore_intrinsics.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/internal /bin/install -c -m 644 ./Include/internal/pycore_list.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/internal /bin/install -c -m 644 ./Include/internal/pycore_long.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/internal /bin/install -c -m 644 ./Include/internal/pycore_memoryobject.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/internal /bin/install -c -m 644 ./Include/internal/pycore_moduleobject.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/internal /bin/install -c -m 644 ./Include/internal/pycore_namespace.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/internal /bin/install -c -m 644 ./Include/internal/pycore_object.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/internal /bin/install -c -m 644 ./Include/internal/pycore_object_state.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/internal /bin/install -c -m 644 ./Include/internal/pycore_obmalloc.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/internal /bin/install -c -m 644 ./Include/internal/pycore_obmalloc_init.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/internal /bin/install -c -m 644 ./Include/internal/pycore_opcode.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/internal /bin/install -c -m 644 ./Include/internal/pycore_opcode_utils.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/internal /bin/install -c -m 644 ./Include/internal/pycore_parser.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/internal /bin/install -c -m 644 ./Include/internal/pycore_pathconfig.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/internal /bin/install -c -m 644 ./Include/internal/pycore_pyarena.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/internal /bin/install -c -m 644 ./Include/internal/pycore_pyerrors.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/internal /bin/install -c -m 644 ./Include/internal/pycore_pyhash.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/internal /bin/install -c -m 644 ./Include/internal/pycore_pylifecycle.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/internal /bin/install -c -m 644 ./Include/internal/pycore_pymath.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/internal /bin/install -c -m 644 ./Include/internal/pycore_pymem.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/internal /bin/install -c -m 644 ./Include/internal/pycore_pymem_init.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/internal /bin/install -c -m 644 ./Include/internal/pycore_pystate.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/internal /bin/install -c -m 644 ./Include/internal/pycore_pythread.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/internal /bin/install -c -m 644 ./Include/internal/pycore_range.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/internal /bin/install -c -m 644 ./Include/internal/pycore_runtime.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/internal /bin/install -c -m 644 ./Include/internal/pycore_runtime_init.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/internal /bin/install -c -m 644 ./Include/internal/pycore_runtime_init_generated.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/internal /bin/install -c -m 644 ./Include/internal/pycore_signal.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/internal /bin/install -c -m 644 ./Include/internal/pycore_sliceobject.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/internal /bin/install -c -m 644 ./Include/internal/pycore_strhex.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/internal /bin/install -c -m 644 ./Include/internal/pycore_structseq.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/internal /bin/install -c -m 644 ./Include/internal/pycore_symtable.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/internal /bin/install -c -m 644 ./Include/internal/pycore_sysmodule.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/internal /bin/install -c -m 644 ./Include/internal/pycore_time.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/internal /bin/install -c -m 644 ./Include/internal/pycore_token.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/internal /bin/install -c -m 644 ./Include/internal/pycore_traceback.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/internal /bin/install -c -m 644 ./Include/internal/pycore_tracemalloc.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/internal /bin/install -c -m 644 ./Include/internal/pycore_tuple.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/internal /bin/install -c -m 644 ./Include/internal/pycore_typeobject.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/internal /bin/install -c -m 644 ./Include/internal/pycore_typevarobject.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/internal /bin/install -c -m 644 ./Include/internal/pycore_ucnhash.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/internal /bin/install -c -m 644 ./Include/internal/pycore_unicodeobject.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/internal /bin/install -c -m 644 ./Include/internal/pycore_unicodeobject_generated.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/internal /bin/install -c -m 644 ./Include/internal/pycore_unionobject.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/internal /bin/install -c -m 644 ./Include/internal/pycore_warnings.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/internal /bin/install -c -m 644 pyconfig.h /opt/metwork-mfext-master/opt/python3_core/include/python3.12/pyconfig.h Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/config-3.12-x86_64-linux-gnu Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/pkgconfig /bin/install -c -m 644 Modules/config.c /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/config-3.12-x86_64-linux-gnu/config.c /bin/install -c -m 644 ./Modules/config.c.in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/config-3.12-x86_64-linux-gnu/config.c.in /bin/install -c -m 644 Makefile /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/config-3.12-x86_64-linux-gnu/Makefile /bin/install -c -m 644 ./Modules/Setup /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/config-3.12-x86_64-linux-gnu/Setup /bin/install -c -m 644 Modules/Setup.bootstrap /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/config-3.12-x86_64-linux-gnu/Setup.bootstrap /bin/install -c -m 644 Modules/Setup.stdlib /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/config-3.12-x86_64-linux-gnu/Setup.stdlib /bin/install -c -m 644 Modules/Setup.local /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/config-3.12-x86_64-linux-gnu/Setup.local /bin/install -c -m 644 Misc/python.pc /opt/metwork-mfext-master/opt/python3_core/lib/pkgconfig/python-3.12.pc /bin/install -c -m 644 Misc/python-embed.pc /opt/metwork-mfext-master/opt/python3_core/lib/pkgconfig/python-3.12-embed.pc /bin/install -c ./Modules/makesetup /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/config-3.12-x86_64-linux-gnu/makesetup /bin/install -c ./install-sh /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/config-3.12-x86_64-linux-gnu/install-sh /bin/install -c python-config.py /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/config-3.12-x86_64-linux-gnu/python-config.py /bin/install -c python-config /opt/metwork-mfext-master/opt/python3_core/bin/python3.12-config /bin/install -c build/scripts-3.12/2to3-3.12 /opt/metwork-mfext-master/opt/python3_core/bin/2to3-3.12 /bin/install -c build/scripts-3.12/idle3.12 /opt/metwork-mfext-master/opt/python3_core/bin/idle3.12 /bin/install -c build/scripts-3.12/pydoc3.12 /opt/metwork-mfext-master/opt/python3_core/bin/pydoc3.12 Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib-dynload /bin/install -c -m 755 Modules/array.cpython-312-x86_64-linux-gnu.so /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so /bin/install -c -m 755 Modules/_asyncio.cpython-312-x86_64-linux-gnu.so /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib-dynload/_asyncio.cpython-312-x86_64-linux-gnu.so /bin/install -c -m 755 Modules/_bisect.cpython-312-x86_64-linux-gnu.so /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so /bin/install -c -m 755 Modules/_contextvars.cpython-312-x86_64-linux-gnu.so /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib-dynload/_contextvars.cpython-312-x86_64-linux-gnu.so /bin/install -c -m 755 Modules/_csv.cpython-312-x86_64-linux-gnu.so /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib-dynload/_csv.cpython-312-x86_64-linux-gnu.so /bin/install -c -m 755 Modules/_heapq.cpython-312-x86_64-linux-gnu.so /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so /bin/install -c -m 755 Modules/_json.cpython-312-x86_64-linux-gnu.so /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so /bin/install -c -m 755 Modules/_lsprof.cpython-312-x86_64-linux-gnu.so /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib-dynload/_lsprof.cpython-312-x86_64-linux-gnu.so /bin/install -c -m 755 Modules/_opcode.cpython-312-x86_64-linux-gnu.so /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so /bin/install -c -m 755 Modules/_pickle.cpython-312-x86_64-linux-gnu.so /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so /bin/install -c -m 755 Modules/_queue.cpython-312-x86_64-linux-gnu.so /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so /bin/install -c -m 755 Modules/_random.cpython-312-x86_64-linux-gnu.so /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so /bin/install -c -m 755 Modules/_struct.cpython-312-x86_64-linux-gnu.so /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so /bin/install -c -m 755 Modules/_xxsubinterpreters.cpython-312-x86_64-linux-gnu.so /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib-dynload/_xxsubinterpreters.cpython-312-x86_64-linux-gnu.so /bin/install -c -m 755 Modules/_xxinterpchannels.cpython-312-x86_64-linux-gnu.so /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib-dynload/_xxinterpchannels.cpython-312-x86_64-linux-gnu.so /bin/install -c -m 755 Modules/_zoneinfo.cpython-312-x86_64-linux-gnu.so /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib-dynload/_zoneinfo.cpython-312-x86_64-linux-gnu.so /bin/install -c -m 755 Modules/audioop.cpython-312-x86_64-linux-gnu.so /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib-dynload/audioop.cpython-312-x86_64-linux-gnu.so /bin/install -c -m 755 Modules/math.cpython-312-x86_64-linux-gnu.so /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so /bin/install -c -m 755 Modules/cmath.cpython-312-x86_64-linux-gnu.so /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib-dynload/cmath.cpython-312-x86_64-linux-gnu.so /bin/install -c -m 755 Modules/_statistics.cpython-312-x86_64-linux-gnu.so /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib-dynload/_statistics.cpython-312-x86_64-linux-gnu.so /bin/install -c -m 755 Modules/_datetime.cpython-312-x86_64-linux-gnu.so /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so /bin/install -c -m 755 Modules/_decimal.cpython-312-x86_64-linux-gnu.so /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib-dynload/_decimal.cpython-312-x86_64-linux-gnu.so /bin/install -c -m 755 Modules/binascii.cpython-312-x86_64-linux-gnu.so /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so /bin/install -c -m 755 Modules/_bz2.cpython-312-x86_64-linux-gnu.so /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so /bin/install -c -m 755 Modules/_lzma.cpython-312-x86_64-linux-gnu.so /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so /bin/install -c -m 755 Modules/zlib.cpython-312-x86_64-linux-gnu.so /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so /bin/install -c -m 755 Modules/_dbm.cpython-312-x86_64-linux-gnu.so /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib-dynload/_dbm.cpython-312-x86_64-linux-gnu.so /bin/install -c -m 755 Modules/_gdbm.cpython-312-x86_64-linux-gnu.so /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib-dynload/_gdbm.cpython-312-x86_64-linux-gnu.so /bin/install -c -m 755 Modules/readline.cpython-312-x86_64-linux-gnu.so /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib-dynload/readline.cpython-312-x86_64-linux-gnu.so /bin/install -c -m 755 Modules/_md5.cpython-312-x86_64-linux-gnu.so /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib-dynload/_md5.cpython-312-x86_64-linux-gnu.so /bin/install -c -m 755 Modules/_sha1.cpython-312-x86_64-linux-gnu.so /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib-dynload/_sha1.cpython-312-x86_64-linux-gnu.so /bin/install -c -m 755 Modules/_sha2.cpython-312-x86_64-linux-gnu.so /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so /bin/install -c -m 755 Modules/_sha3.cpython-312-x86_64-linux-gnu.so /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib-dynload/_sha3.cpython-312-x86_64-linux-gnu.so /bin/install -c -m 755 Modules/_blake2.cpython-312-x86_64-linux-gnu.so /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so /bin/install -c -m 755 Modules/pyexpat.cpython-312-x86_64-linux-gnu.so /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so /bin/install -c -m 755 Modules/_elementtree.cpython-312-x86_64-linux-gnu.so /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib-dynload/_elementtree.cpython-312-x86_64-linux-gnu.so /bin/install -c -m 755 Modules/_codecs_cn.cpython-312-x86_64-linux-gnu.so /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib-dynload/_codecs_cn.cpython-312-x86_64-linux-gnu.so /bin/install -c -m 755 Modules/_codecs_hk.cpython-312-x86_64-linux-gnu.so /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib-dynload/_codecs_hk.cpython-312-x86_64-linux-gnu.so /bin/install -c -m 755 Modules/_codecs_iso2022.cpython-312-x86_64-linux-gnu.so /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib-dynload/_codecs_iso2022.cpython-312-x86_64-linux-gnu.so /bin/install -c -m 755 Modules/_codecs_jp.cpython-312-x86_64-linux-gnu.so /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib-dynload/_codecs_jp.cpython-312-x86_64-linux-gnu.so /bin/install -c -m 755 Modules/_codecs_kr.cpython-312-x86_64-linux-gnu.so /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib-dynload/_codecs_kr.cpython-312-x86_64-linux-gnu.so /bin/install -c -m 755 Modules/_codecs_tw.cpython-312-x86_64-linux-gnu.so /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib-dynload/_codecs_tw.cpython-312-x86_64-linux-gnu.so /bin/install -c -m 755 Modules/_multibytecodec.cpython-312-x86_64-linux-gnu.so /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib-dynload/_multibytecodec.cpython-312-x86_64-linux-gnu.so /bin/install -c -m 755 Modules/unicodedata.cpython-312-x86_64-linux-gnu.so /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so /bin/install -c -m 755 Modules/_crypt.cpython-312-x86_64-linux-gnu.so /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib-dynload/_crypt.cpython-312-x86_64-linux-gnu.so /bin/install -c -m 755 Modules/fcntl.cpython-312-x86_64-linux-gnu.so /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so /bin/install -c -m 755 Modules/grp.cpython-312-x86_64-linux-gnu.so /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so /bin/install -c -m 755 Modules/mmap.cpython-312-x86_64-linux-gnu.so /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib-dynload/mmap.cpython-312-x86_64-linux-gnu.so /bin/install -c -m 755 Modules/ossaudiodev.cpython-312-x86_64-linux-gnu.so /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib-dynload/ossaudiodev.cpython-312-x86_64-linux-gnu.so /bin/install -c -m 755 Modules/_posixsubprocess.cpython-312-x86_64-linux-gnu.so /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so /bin/install -c -m 755 Modules/resource.cpython-312-x86_64-linux-gnu.so /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib-dynload/resource.cpython-312-x86_64-linux-gnu.so /bin/install -c -m 755 Modules/select.cpython-312-x86_64-linux-gnu.so /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so /bin/install -c -m 755 Modules/_socket.cpython-312-x86_64-linux-gnu.so /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so /bin/install -c -m 755 Modules/spwd.cpython-312-x86_64-linux-gnu.so /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib-dynload/spwd.cpython-312-x86_64-linux-gnu.so /bin/install -c -m 755 Modules/syslog.cpython-312-x86_64-linux-gnu.so /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so /bin/install -c -m 755 Modules/termios.cpython-312-x86_64-linux-gnu.so /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so /bin/install -c -m 755 Modules/_posixshmem.cpython-312-x86_64-linux-gnu.so /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib-dynload/_posixshmem.cpython-312-x86_64-linux-gnu.so /bin/install -c -m 755 Modules/_multiprocessing.cpython-312-x86_64-linux-gnu.so /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so /bin/install -c -m 755 Modules/_ctypes.cpython-312-x86_64-linux-gnu.so /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so /bin/install -c -m 755 Modules/_curses.cpython-312-x86_64-linux-gnu.so /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib-dynload/_curses.cpython-312-x86_64-linux-gnu.so /bin/install -c -m 755 Modules/_curses_panel.cpython-312-x86_64-linux-gnu.so /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib-dynload/_curses_panel.cpython-312-x86_64-linux-gnu.so /bin/install -c -m 755 Modules/_sqlite3.cpython-312-x86_64-linux-gnu.so /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib-dynload/_sqlite3.cpython-312-x86_64-linux-gnu.so /bin/install -c -m 755 Modules/_ssl.cpython-312-x86_64-linux-gnu.so /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so /bin/install -c -m 755 Modules/_hashlib.cpython-312-x86_64-linux-gnu.so /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so /bin/install -c -m 755 Modules/_uuid.cpython-312-x86_64-linux-gnu.so /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so /bin/install -c -m 755 Modules/_tkinter.cpython-312-x86_64-linux-gnu.so /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib-dynload/_tkinter.cpython-312-x86_64-linux-gnu.so /bin/install -c -m 755 Modules/xxsubtype.cpython-312-x86_64-linux-gnu.so /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib-dynload/xxsubtype.cpython-312-x86_64-linux-gnu.so /bin/install -c -m 755 Modules/_xxtestfuzz.cpython-312-x86_64-linux-gnu.so /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib-dynload/_xxtestfuzz.cpython-312-x86_64-linux-gnu.so /bin/install -c -m 755 Modules/_testbuffer.cpython-312-x86_64-linux-gnu.so /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib-dynload/_testbuffer.cpython-312-x86_64-linux-gnu.so /bin/install -c -m 755 Modules/_testinternalcapi.cpython-312-x86_64-linux-gnu.so /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib-dynload/_testinternalcapi.cpython-312-x86_64-linux-gnu.so /bin/install -c -m 755 Modules/_testcapi.cpython-312-x86_64-linux-gnu.so /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib-dynload/_testcapi.cpython-312-x86_64-linux-gnu.so /bin/install -c -m 755 Modules/_testclinic.cpython-312-x86_64-linux-gnu.so /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib-dynload/_testclinic.cpython-312-x86_64-linux-gnu.so /bin/install -c -m 755 Modules/_testimportmultiple.cpython-312-x86_64-linux-gnu.so /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib-dynload/_testimportmultiple.cpython-312-x86_64-linux-gnu.so /bin/install -c -m 755 Modules/_testmultiphase.cpython-312-x86_64-linux-gnu.so /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib-dynload/_testmultiphase.cpython-312-x86_64-linux-gnu.so /bin/install -c -m 755 Modules/_testsinglephase.cpython-312-x86_64-linux-gnu.so /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib-dynload/_testsinglephase.cpython-312-x86_64-linux-gnu.so /bin/install -c -m 755 Modules/_ctypes_test.cpython-312-x86_64-linux-gnu.so /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib-dynload/_ctypes_test.cpython-312-x86_64-linux-gnu.so /bin/install -c -m 755 Modules/xxlimited.cpython-312-x86_64-linux-gnu.so /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib-dynload/xxlimited.cpython-312-x86_64-linux-gnu.so /bin/install -c -m 755 Modules/xxlimited_35.cpython-312-x86_64-linux-gnu.so /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/lib-dynload/xxlimited_35.cpython-312-x86_64-linux-gnu.so Creating directory /opt/metwork-mfext-master/opt/python3_core/share/man Creating directory /opt/metwork-mfext-master/opt/python3_core/share/man/man1 /bin/install -c -m 644 ./Misc/python.man \ /opt/metwork-mfext-master/opt/python3_core/share/man/man1/python3.12.1 if test ! -d /opt/metwork-mfext-master/opt/python3_core/lib/pkgconfig; then \ echo "Creating directory /opt/metwork-mfext-master/opt/python3_core/lib/pkgconfig"; \ /bin/install -c -d -m 755 /opt/metwork-mfext-master/opt/python3_core/lib/pkgconfig; \ fi if test -f /opt/metwork-mfext-master/opt/python3_core/bin/python3 -o -h /opt/metwork-mfext-master/opt/python3_core/bin/python3; \ then rm -f /opt/metwork-mfext-master/opt/python3_core/bin/python3; \ else true; \ fi (cd /opt/metwork-mfext-master/opt/python3_core/bin; ln -s python3.12 python3) if test "3.12" != "3.12"; then \ rm -f /opt/metwork-mfext-master/opt/python3_core/bin/python3.12-config; \ (cd /opt/metwork-mfext-master/opt/python3_core/bin; ln -s python3.12-config python3.12-config); \ rm -f /opt/metwork-mfext-master/opt/python3_core/lib/pkgconfig/python-3.12.pc; \ (cd /opt/metwork-mfext-master/opt/python3_core/lib/pkgconfig; ln -s python-3.12.pc python-3.12.pc); \ rm -f /opt/metwork-mfext-master/opt/python3_core/lib/pkgconfig/python-3.12-embed.pc; \ (cd /opt/metwork-mfext-master/opt/python3_core/lib/pkgconfig; ln -s python-3.12-embed.pc python-3.12-embed.pc); \ fi rm -f /opt/metwork-mfext-master/opt/python3_core/bin/python3-config (cd /opt/metwork-mfext-master/opt/python3_core/bin; ln -s python3.12-config python3-config) rm -f /opt/metwork-mfext-master/opt/python3_core/lib/pkgconfig/python3.pc (cd /opt/metwork-mfext-master/opt/python3_core/lib/pkgconfig; ln -s python-3.12.pc python3.pc) rm -f /opt/metwork-mfext-master/opt/python3_core/lib/pkgconfig/python3-embed.pc (cd /opt/metwork-mfext-master/opt/python3_core/lib/pkgconfig; ln -s python-3.12-embed.pc python3-embed.pc) rm -f /opt/metwork-mfext-master/opt/python3_core/bin/idle3 (cd /opt/metwork-mfext-master/opt/python3_core/bin; ln -s idle3.12 idle3) rm -f /opt/metwork-mfext-master/opt/python3_core/bin/pydoc3 (cd /opt/metwork-mfext-master/opt/python3_core/bin; ln -s pydoc3.12 pydoc3) rm -f /opt/metwork-mfext-master/opt/python3_core/bin/2to3 (cd /opt/metwork-mfext-master/opt/python3_core/bin; ln -s 2to3-3.12 2to3) if test "x" != "x" ; then \ rm -f /opt/metwork-mfext-master/opt/python3_core/bin/python3-32; \ (cd /opt/metwork-mfext-master/opt/python3_core/bin; ln -s python3.12-32 python3-32) \ fi if test "x" != "x" ; then \ rm -f /opt/metwork-mfext-master/opt/python3_core/bin/python3-intel64; \ (cd /opt/metwork-mfext-master/opt/python3_core/bin; ln -s python3.12-intel64 python3-intel64) \ fi rm -f /opt/metwork-mfext-master/opt/python3_core/share/man/man1/python3.1 (cd /opt/metwork-mfext-master/opt/python3_core/share/man/man1; ln -s python3.12.1 python3.1) if test "xno" != "xno" ; then \ case no in \ upgrade) ensurepip="--upgrade" ;; \ install|*) ensurepip="" ;; \ esac; \ LD_LIBRARY_PATH=/src/layers/layer1_python3_core/0030_python3/build/Python-3.12.7:/opt/metwork-mfext-master/opt/python3_core/local/lib:/opt/metwork-mfext-master/opt/python3_core/lib:/opt/metwork-mfext-master/opt/core/local/lib:/opt/metwork-mfext-master/opt/core/lib:/opt/metwork-mfext-master/local/lib:/opt/metwork-mfext-master/lib ./python -E -m ensurepip \ $ensurepip --root=/ ; \ fi make[2]: Leaving directory '/src/layers/layer1_python3_core/0030_python3/build/Python-3.12.7' make[1]: Leaving directory '/src/layers/layer1_python3_core/0030_python3' cd /opt/metwork-mfext-master/opt/python3_core/bin && ln -s python3 python rm -Rf /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/test if ! test -d /opt/metwork-mfext-master/opt/python3_core/share; then mkdir -p /opt/metwork-mfext-master/opt/python3_core/share; fi python3 --version 2>&1 |awk '{print $2;}' >/opt/metwork-mfext-master/opt/python3_core/share/python3_version cat /opt/metwork-mfext-master/opt/python3_core/share/python3_version |awk -F '.' '{print $1"."$2;}' >/opt/metwork-mfext-master/opt/python3_core/share/python3_short_version python -m ensurepip --upgrade --default-pip Looking in links: /tmp/tmpehgadafj Processing /tmp/tmpehgadafj/pip-24.2-py3-none-any.whl Installing collected packages: pip Successfully installed pip-24.2 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable.It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. make[3]: Leaving directory '/src/layers/layer1_python3_core/0030_python3' make[3]: Entering directory '/src/layers/layer1_python3_core/0031_wheel' layer_wrapper --empty-env --empty-env-keeps=LANG,PATH,LAYERAPI2_LAYERS_PATH,PYTHON3_SHORT_VERSION,FORCED_PATHS,BUILDCACHE --force-prepend --layers=core@mfext,python3_core@mfext -- make -f Makefile.mk all for REQ in requirements3.txt; do if test -s ${REQ}; then download_compile_requirements ${REQ} || { echo "ERROR WITH download_compile_requirements ${REQ}"; exit 1; }; fi; done [DEBUG]: loading tempolayer13759[/src/layers/layer1_python3_core/0031_wheel/tempolayer13759] Collecting wheel==0.41.3 (from -r requirements3.txt (line 1)) Downloading wheel-0.41.3-py3-none-any.whl.metadata (2.2 kB) Downloading wheel-0.41.3-py3-none-any.whl (65 kB) Saved ./src/wheel-0.41.3-py3-none-any.whl if test -d ../../download_archive; then cp -Rf src/* ../../download_archive/ 2>/dev/null; fi mkdir -p /opt/metwork-mfext-master/opt/python3_core/share/metwork_packages for REQ in requirements3.txt; do if test -s ${REQ}; then install_requirements /opt/metwork-mfext-master/opt/python3_core ${REQ} ./src || { echo "ERROR WITH install_requirements ${REQ} /opt/metwork-mfext-master/opt/python3_core ${REQ} ./src"; exit 1; }; fi; done [DEBUG]: layer python3_core@mfext[/opt/metwork-mfext-master/opt/python3_core] is already loaded Looking in links: ./src Processing ./src/wheel-0.41.3-py3-none-any.whl (from -r requirements3.txt.tmp (line 1)) Installing collected packages: wheel Successfully installed wheel-0.41.3 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable.It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. if ! test -d /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages; then mkdir -p /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages; fi if test -f /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages/requirements3.txt; then cat /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages/requirements3.txt requirements3.txt |sort |uniq |sed 's/^-e git.*egg=\(.*\)$/\1/g' >/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages/requirements3.txt.tmp; mv /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages/requirements3.txt.tmp /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages/requirements3.txt; else cat requirements3.txt |sort |uniq |sed 's/^-e git.*egg=\(.*\)$/\1/g' >/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages/requirements3.txt ;fi IFS=$'\n' ; for REQ in `cat requirements3.txt |sort |uniq`; do _pip_package_to_yaml.sh "${REQ}" "/opt/metwork-mfext-master/opt/python3_core/share/metwork_packages" || { echo "ERROR WITH _pip_package_to_yaml.sh ${REQ} /opt/metwork-mfext-master/opt/python3_core/share/metwork_packages"; exit 1; } done /opt/metwork-mfext-master/opt/python3_core/share/metwork_packages/wheel.yaml is ready make[3]: Leaving directory '/src/layers/layer1_python3_core/0031_wheel' make[3]: Entering directory '/src/layers/layer1_python3_core/0032_setuptools' layer_wrapper --empty-env --empty-env-keeps=LANG,PATH,LAYERAPI2_LAYERS_PATH,PYTHON3_SHORT_VERSION,FORCED_PATHS,BUILDCACHE --force-prepend --layers=core@mfext,python3_core@mfext -- make -f Makefile.mk all for REQ in requirements3.txt; do if test -s ${REQ}; then download_compile_requirements ${REQ} || { echo "ERROR WITH download_compile_requirements ${REQ}"; exit 1; }; fi; done [DEBUG]: loading tempolayer13895[/src/layers/layer1_python3_core/0032_setuptools/tempolayer13895] Collecting setuptools==70.3.0 (from -r requirements3.txt (line 1)) Downloading setuptools-70.3.0.tar.gz (2.3 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 98.7 MB/s eta 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Building wheels for collected packages: setuptools Building wheel for setuptools (pyproject.toml): started Building wheel for setuptools (pyproject.toml): finished with status 'done' Created wheel for setuptools: filename=setuptools-70.3.0-py3-none-any.whl size=931070 sha256=0fdb838989c7bd458fafe06bfb75ddc384fc7267877a662aa4f493137bba45da Stored in directory: /root/.cache/pip/wheels/d7/31/cf/835925c9dc398cbda5aae6cbd5ff7275a7c39c83eee3e5305b Successfully built setuptools if test -d ../../download_archive; then cp -Rf src/* ../../download_archive/ 2>/dev/null; fi mkdir -p /opt/metwork-mfext-master/opt/python3_core/share/metwork_packages for REQ in requirements3.txt; do if test -s ${REQ}; then install_requirements /opt/metwork-mfext-master/opt/python3_core ${REQ} ./src || { echo "ERROR WITH install_requirements ${REQ} /opt/metwork-mfext-master/opt/python3_core ${REQ} ./src"; exit 1; }; fi; done [DEBUG]: layer python3_core@mfext[/opt/metwork-mfext-master/opt/python3_core] is already loaded Looking in links: ./src Processing ./src/setuptools-70.3.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 1)) Installing collected packages: setuptools Successfully installed setuptools-70.3.0 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable.It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. if ! test -d /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages; then mkdir -p /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages; fi if test -f /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages/requirements3.txt; then cat /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages/requirements3.txt requirements3.txt |sort |uniq |sed 's/^-e git.*egg=\(.*\)$/\1/g' >/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages/requirements3.txt.tmp; mv /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages/requirements3.txt.tmp /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages/requirements3.txt; else cat requirements3.txt |sort |uniq |sed 's/^-e git.*egg=\(.*\)$/\1/g' >/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages/requirements3.txt ;fi IFS=$'\n' ; for REQ in `cat requirements3.txt |sort |uniq`; do _pip_package_to_yaml.sh "${REQ}" "/opt/metwork-mfext-master/opt/python3_core/share/metwork_packages" || { echo "ERROR WITH _pip_package_to_yaml.sh ${REQ} /opt/metwork-mfext-master/opt/python3_core/share/metwork_packages"; exit 1; } done /opt/metwork-mfext-master/opt/python3_core/share/metwork_packages/setuptools.yaml is ready make[3]: Leaving directory '/src/layers/layer1_python3_core/0032_setuptools' make[3]: Entering directory '/src/layers/layer1_python3_core/0033_update_pip' layer_wrapper --empty-env --empty-env-keeps=LANG,PATH,LAYERAPI2_LAYERS_PATH,PYTHON3_SHORT_VERSION,FORCED_PATHS,BUILDCACHE --force-prepend --layers=core@mfext,python3_core@mfext -- make -f Makefile.mk all for REQ in requirements3.txt; do if test -s ${REQ}; then download_compile_requirements ${REQ} || { echo "ERROR WITH download_compile_requirements ${REQ}"; exit 1; }; fi; done [DEBUG]: loading tempolayer14030[/src/layers/layer1_python3_core/0033_update_pip/tempolayer14030] Collecting pip==24.2 (from -r requirements3.txt (line 1)) Downloading pip-24.2.tar.gz (1.9 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.9/1.9 MB 62.2 MB/s eta 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Building wheels for collected packages: pip Building wheel for pip (pyproject.toml): started Building wheel for pip (pyproject.toml): finished with status 'done' Created wheel for pip: filename=pip-24.2-py3-none-any.whl size=1815167 sha256=b25471e515b436c49b6326ab96b0ddd3ed475c529b6349b804faf6e8b075ec19 Stored in directory: /root/.cache/pip/wheels/64/12/cc/c9a56c805478d6b44790521bb44a18751310cdbc527850bf88 Successfully built pip if test -d ../../download_archive; then cp -Rf src/* ../../download_archive/ 2>/dev/null; fi mkdir -p /opt/metwork-mfext-master/opt/python3_core/share/metwork_packages for REQ in requirements3.txt; do if test -s ${REQ}; then install_requirements /opt/metwork-mfext-master/opt/python3_core ${REQ} ./src || { echo "ERROR WITH install_requirements ${REQ} /opt/metwork-mfext-master/opt/python3_core ${REQ} ./src"; exit 1; }; fi; done [DEBUG]: layer python3_core@mfext[/opt/metwork-mfext-master/opt/python3_core] is already loaded Looking in links: ./src Requirement already satisfied: pip==24.2 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages (from -r requirements3.txt.tmp (line 1)) (24.2) WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable.It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. if ! test -d /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages; then mkdir -p /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages; fi if test -f /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages/requirements3.txt; then cat /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages/requirements3.txt requirements3.txt |sort |uniq |sed 's/^-e git.*egg=\(.*\)$/\1/g' >/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages/requirements3.txt.tmp; mv /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages/requirements3.txt.tmp /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages/requirements3.txt; else cat requirements3.txt |sort |uniq |sed 's/^-e git.*egg=\(.*\)$/\1/g' >/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages/requirements3.txt ;fi IFS=$'\n' ; for REQ in `cat requirements3.txt |sort |uniq`; do _pip_package_to_yaml.sh "${REQ}" "/opt/metwork-mfext-master/opt/python3_core/share/metwork_packages" || { echo "ERROR WITH _pip_package_to_yaml.sh ${REQ} /opt/metwork-mfext-master/opt/python3_core/share/metwork_packages"; exit 1; } done /opt/metwork-mfext-master/opt/python3_core/share/metwork_packages/pip.yaml is ready make[3]: Leaving directory '/src/layers/layer1_python3_core/0033_update_pip' make[3]: Entering directory '/src/layers/layer1_python3_core/0034_certifi' layer_wrapper --empty-env --empty-env-keeps=LANG,PATH,LAYERAPI2_LAYERS_PATH,PYTHON3_SHORT_VERSION,FORCED_PATHS,BUILDCACHE --force-prepend --layers=core@mfext,python3_core@mfext -- make -f Makefile.mk all rm -f /opt/metwork-mfext-master/opt/python3_core/share/metwork_packages/certifi.yaml touch /opt/metwork-mfext-master/opt/python3_core/share/metwork_packages/certifi.yaml echo "name: 'certifi'" >>/opt/metwork-mfext-master/opt/python3_core/share/metwork_packages/certifi.yaml echo "version: '2024.7.4'" >>/opt/metwork-mfext-master/opt/python3_core/share/metwork_packages/certifi.yaml echo "extension: 'tar.gz'" >>/opt/metwork-mfext-master/opt/python3_core/share/metwork_packages/certifi.yaml echo "checktype: 'MD5'" >>/opt/metwork-mfext-master/opt/python3_core/share/metwork_packages/certifi.yaml echo "checksum: 'ecf1d20e4c505fc07c8f421063d04103'" >>/opt/metwork-mfext-master/opt/python3_core/share/metwork_packages/certifi.yaml echo -n "description: '" >>/opt/metwork-mfext-master/opt/python3_core/share/metwork_packages/certifi.yaml echo -n "Python package for providing Mozilla s CA Bundle (patched for centos)" |sed "s/'/ /g" >>/opt/metwork-mfext-master/opt/python3_core/share/metwork_packages/certifi.yaml echo "'" >>/opt/metwork-mfext-master/opt/python3_core/share/metwork_packages/certifi.yaml echo "website: 'https://certifi.io'" >>/opt/metwork-mfext-master/opt/python3_core/share/metwork_packages/certifi.yaml echo "license: 'MPL'" >>/opt/metwork-mfext-master/opt/python3_core/share/metwork_packages/certifi.yaml if test -s sources; then echo "sources: ">>/opt/metwork-mfext-master/opt/python3_core/share/metwork_packages/certifi.yaml; cat sources |sed 's/^/ - url: /' >>/opt/metwork-mfext-master/opt/python3_core/share/metwork_packages/certifi.yaml; fi if test -s patches; then echo "patches: ">>/opt/metwork-mfext-master/opt/python3_core/share/metwork_packages/certifi.yaml; cat patches |sed 's/^/ - filename: /' >>/opt/metwork-mfext-master/opt/python3_core/share/metwork_packages/certifi.yaml; fi echo certifi'=='2024.7.4 > requirements3.txt if ! test -d /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages; then mkdir -p /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages; fi if test -f /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages/requirements3.txt; then cat /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages/requirements3.txt requirements3.txt |sort |uniq >/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages/requirements3.txt.tmp; mv /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages/requirements3.txt.tmp /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages/requirements3.txt; else cat requirements3.txt |sort |uniq >/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages/requirements3.txt ;fi rm requirements3.txt make --file=../../Makefile.standard download uncompress python3build python3install_pip make[1]: Entering directory '/src/layers/layer1_python3_core/0034_certifi' /opt/metwork-mfext-master/bin/_download_helper.sh `readlink -m ./build/certifi-2024.7.4.tar.gz` `readlink -m ./sources` MD5 ecf1d20e4c505fc07c8f421063d04103 Computing checksum for /src/layers/layer1_python3_core/0034_certifi/build/certifi-2024.7.4.tar.gz... Good checksum rm -Rf certifi-2024.7.4 /opt/metwork-mfext-master/bin/_uncompress_helper.sh `readlink -m ./build/certifi-2024.7.4.tar.gz` tar.gz certifi-2024.7.4 Patching with certifi-system-cert-on-centos-rhel-rocky.patch... patching file certifi/core.py Patch ok cd build/certifi-2024.7.4 && if test "" != ""; then export LDFLAGS=; fi && if test "" != ""; then export CFLAGS=; fi && python3 setup.py build /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages/setuptools/dist.py:318: InformationOnly: Normalizing '2024.07.04' to '2024.7.4' self.metadata.version = self._normalize_version(self.metadata.version) running build running build_py creating build creating build/lib creating build/lib/certifi copying certifi/__init__.py -> build/lib/certifi copying certifi/__main__.py -> build/lib/certifi copying certifi/core.py -> build/lib/certifi running egg_info writing certifi.egg-info/PKG-INFO writing dependency_links to certifi.egg-info/dependency_links.txt writing top-level names to certifi.egg-info/top_level.txt reading manifest file 'certifi.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files found matching '.github/' warning: manifest_maker: MANIFEST.in, line 4: 'recursive-exclude' expects ... adding license file 'LICENSE' writing manifest file 'certifi.egg-info/SOURCES.txt' copying certifi/cacert.pem -> build/lib/certifi copying certifi/py.typed -> build/lib/certifi if ! test -d /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages; then mkdir -p /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages; fi cd build/certifi-2024.7.4 && if test "" != ""; then export LDFLAGS=; fi && if test "" != ""; then export CFLAGS=; fi && unsafe_pip install --prefix=/opt/metwork-mfext-master/opt/python3_core --src=/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages . && rm -f /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages/certifi-2024.7.4.dist-info/direct_url.json Processing /src/layers/layer1_python3_core/0034_certifi/build/certifi-2024.7.4 Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Building wheels for collected packages: certifi Building wheel for certifi (setup.py): started Building wheel for certifi (setup.py): finished with status 'done' Created wheel for certifi: filename=certifi-2024.7.4-py3-none-any.whl size=163094 sha256=1b223b06df5f4e8030f10c50adff8283c6e535c5d16b89398d1af017731a1056 Stored in directory: /root/.cache/pip/wheels/35/3f/6f/85fcac8042601143f56c2855c1878dcc4d9613e970420398df Successfully built certifi Installing collected packages: certifi Successfully installed certifi-2024.7.4 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable.It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. make[1]: Leaving directory '/src/layers/layer1_python3_core/0034_certifi' make[3]: Leaving directory '/src/layers/layer1_python3_core/0034_certifi' make[3]: Entering directory '/src/layers/layer1_python3_core/0400_prereq_extra_python_packages' layer_wrapper --empty-env --empty-env-keeps=LANG,PATH,LAYERAPI2_LAYERS_PATH,PYTHON3_SHORT_VERSION,FORCED_PATHS,BUILDCACHE --force-prepend --layers=core@mfext,python3_core@mfext -- make -f Makefile.mk all for REQ in requirements3.txt; do if test -s ${REQ}; then download_compile_requirements ${REQ} || { echo "ERROR WITH download_compile_requirements ${REQ}"; exit 1; }; fi; done [DEBUG]: loading tempolayer14261[/src/layers/layer1_python3_core/0400_prereq_extra_python_packages/tempolayer14261] Collecting flit_core==3.9.0 (from -r requirements3.txt (line 1)) Downloading flit_core-3.9.0.tar.gz (41 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Building wheels for collected packages: flit_core Building wheel for flit_core (pyproject.toml): started Building wheel for flit_core (pyproject.toml): finished with status 'done' Created wheel for flit_core: filename=flit_core-3.9.0-py3-none-any.whl size=63141 sha256=e5b2a84881cf1f40eb5b0115e1d3a429765e0f43743b79e871352bb8e0c95952 Stored in directory: /root/.cache/pip/wheels/9b/06/fe/88ff8f71552db9e4b83ecb3b52e117265449bd6824702739b0 Successfully built flit_core if test -d ../../download_archive; then cp -Rf src/* ../../download_archive/ 2>/dev/null; fi mkdir -p /opt/metwork-mfext-master/opt/python3_core/share/metwork_packages for REQ in requirements3.txt; do if test -s ${REQ}; then install_requirements /opt/metwork-mfext-master/opt/python3_core ${REQ} ./src || { echo "ERROR WITH install_requirements ${REQ} /opt/metwork-mfext-master/opt/python3_core ${REQ} ./src"; exit 1; }; fi; done [DEBUG]: layer python3_core@mfext[/opt/metwork-mfext-master/opt/python3_core] is already loaded Looking in links: ./src Processing ./src/flit_core-3.9.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 1)) Installing collected packages: flit_core Successfully installed flit_core-3.9.0 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable.It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. if ! test -d /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages; then mkdir -p /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages; fi if test -f /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages/requirements3.txt; then cat /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages/requirements3.txt requirements3.txt |sort |uniq |sed 's/^-e git.*egg=\(.*\)$/\1/g' >/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages/requirements3.txt.tmp; mv /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages/requirements3.txt.tmp /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages/requirements3.txt; else cat requirements3.txt |sort |uniq |sed 's/^-e git.*egg=\(.*\)$/\1/g' >/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages/requirements3.txt ;fi IFS=$'\n' ; for REQ in `cat requirements3.txt |sort |uniq`; do _pip_package_to_yaml.sh "${REQ}" "/opt/metwork-mfext-master/opt/python3_core/share/metwork_packages" || { echo "ERROR WITH _pip_package_to_yaml.sh ${REQ} /opt/metwork-mfext-master/opt/python3_core/share/metwork_packages"; exit 1; } done /opt/metwork-mfext-master/opt/python3_core/share/metwork_packages/flit_core.yaml is ready make[3]: Leaving directory '/src/layers/layer1_python3_core/0400_prereq_extra_python_packages' make[3]: Entering directory '/src/layers/layer1_python3_core/0405_prereq_extra_python_packages' layer_wrapper --empty-env --empty-env-keeps=LANG,PATH,LAYERAPI2_LAYERS_PATH,PYTHON3_SHORT_VERSION,FORCED_PATHS,BUILDCACHE --force-prepend --layers=core@mfext,python3_core@mfext -- make -f Makefile.mk all for REQ in requirements3.txt; do if test -s ${REQ}; then download_compile_requirements ${REQ} || { echo "ERROR WITH download_compile_requirements ${REQ}"; exit 1; }; fi; done [DEBUG]: loading tempolayer14395[/src/layers/layer1_python3_core/0405_prereq_extra_python_packages/tempolayer14395] Collecting packaging==23.1 (from -r requirements3.txt (line 1)) Downloading packaging-23.1.tar.gz (134 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Building wheels for collected packages: packaging Building wheel for packaging (pyproject.toml): started Building wheel for packaging (pyproject.toml): finished with status 'done' Created wheel for packaging: filename=packaging-23.1-py3-none-any.whl size=48907 sha256=58ce658223d59449dc55183037197a970e4d8e84b04e4b1dda30cfd3771c3069 Stored in directory: /root/.cache/pip/wheels/27/8c/e2/2413919246ef4bf1608a46ce5c8cc3026d5180ffeb203f187c Successfully built packaging if test -d ../../download_archive; then cp -Rf src/* ../../download_archive/ 2>/dev/null; fi mkdir -p /opt/metwork-mfext-master/opt/python3_core/share/metwork_packages for REQ in requirements3.txt; do if test -s ${REQ}; then install_requirements /opt/metwork-mfext-master/opt/python3_core ${REQ} ./src || { echo "ERROR WITH install_requirements ${REQ} /opt/metwork-mfext-master/opt/python3_core ${REQ} ./src"; exit 1; }; fi; done [DEBUG]: layer python3_core@mfext[/opt/metwork-mfext-master/opt/python3_core] is already loaded Looking in links: ./src Processing ./src/packaging-23.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 1)) Installing collected packages: packaging Successfully installed packaging-23.1 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable.It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. if ! test -d /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages; then mkdir -p /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages; fi if test -f /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages/requirements3.txt; then cat /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages/requirements3.txt requirements3.txt |sort |uniq |sed 's/^-e git.*egg=\(.*\)$/\1/g' >/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages/requirements3.txt.tmp; mv /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages/requirements3.txt.tmp /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages/requirements3.txt; else cat requirements3.txt |sort |uniq |sed 's/^-e git.*egg=\(.*\)$/\1/g' >/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages/requirements3.txt ;fi IFS=$'\n' ; for REQ in `cat requirements3.txt |sort |uniq`; do _pip_package_to_yaml.sh "${REQ}" "/opt/metwork-mfext-master/opt/python3_core/share/metwork_packages" || { echo "ERROR WITH _pip_package_to_yaml.sh ${REQ} /opt/metwork-mfext-master/opt/python3_core/share/metwork_packages"; exit 1; } done /opt/metwork-mfext-master/opt/python3_core/share/metwork_packages/packaging.yaml is ready make[3]: Leaving directory '/src/layers/layer1_python3_core/0405_prereq_extra_python_packages' make[3]: Entering directory '/src/layers/layer1_python3_core/0410_prereq_extra_python_packages' layer_wrapper --empty-env --empty-env-keeps=LANG,PATH,LAYERAPI2_LAYERS_PATH,PYTHON3_SHORT_VERSION,FORCED_PATHS,BUILDCACHE --force-prepend --layers=core@mfext,python3_core@mfext -- make -f Makefile.mk all for REQ in requirements3.txt; do if test -s ${REQ}; then download_compile_requirements ${REQ} || { echo "ERROR WITH download_compile_requirements ${REQ}"; exit 1; }; fi; done [DEBUG]: loading tempolayer14529[/src/layers/layer1_python3_core/0410_prereq_extra_python_packages/tempolayer14529] Collecting calver==2022.6.26 (from -r requirements3.txt (line 1)) Downloading calver-2022.6.26.tar.gz (6.7 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting setuptools-scm==8.1.0 (from -r requirements3.txt (line 2)) Downloading setuptools_scm-8.1.0.tar.gz (76 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting typing-extensions==4.12.2 (from -r requirements3.txt (line 3)) Downloading typing_extensions-4.12.2.tar.gz (85 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting packaging>=20 (from setuptools-scm==8.1.0->-r requirements3.txt (line 2)) Using cached packaging-23.1-py3-none-any.whl Collecting setuptools (from setuptools-scm==8.1.0->-r requirements3.txt (line 2)) Using cached setuptools-70.3.0-py3-none-any.whl Saved ./src/packaging-23.1-py3-none-any.whl Saved ./src/setuptools-70.3.0-py3-none-any.whl Building wheels for collected packages: calver, setuptools-scm, typing-extensions Building wheel for calver (pyproject.toml): started Building wheel for calver (pyproject.toml): finished with status 'done' Created wheel for calver: filename=calver-2022.6.26-py3-none-any.whl size=7048 sha256=4f539d89f281ba1ae2849e7fb40945a06d3efa19e0375e353786821d1e7b4462 Stored in directory: /root/.cache/pip/wheels/ce/03/dc/09ff2f5e9fedd9e88435db292e079e17bfea18362145ceb0bd Building wheel for setuptools-scm (pyproject.toml): started Building wheel for setuptools-scm (pyproject.toml): finished with status 'done' Created wheel for setuptools-scm: filename=setuptools_scm-8.1.0-py3-none-any.whl size=43665 sha256=54243ad271153ebf92a66b4a4b6f830b43bedc0fdcea7c3d41ca9ddbcaccd1c8 Stored in directory: /root/.cache/pip/wheels/44/01/cc/b63b7dbc0b070b049285a8b15f4669ea05f31e50195f4a81f1 Building wheel for typing-extensions (pyproject.toml): started Building wheel for typing-extensions (pyproject.toml): finished with status 'done' Created wheel for typing-extensions: filename=typing_extensions-4.12.2-py3-none-any.whl size=37438 sha256=04e5ca0351e0f3f85c6853954072df659d0d13fac324d0072316b67d7794700d Stored in directory: /root/.cache/pip/wheels/cc/d7/e0/01a4e9a11dee2698cfa7e32d2cdb65ade91303986b2fc7d84f Successfully built calver setuptools-scm typing-extensions if test -d ../../download_archive; then cp -Rf src/* ../../download_archive/ 2>/dev/null; fi mkdir -p /opt/metwork-mfext-master/opt/python3_core/share/metwork_packages for REQ in requirements3.txt; do if test -s ${REQ}; then install_requirements /opt/metwork-mfext-master/opt/python3_core ${REQ} ./src || { echo "ERROR WITH install_requirements ${REQ} /opt/metwork-mfext-master/opt/python3_core ${REQ} ./src"; exit 1; }; fi; done [DEBUG]: layer python3_core@mfext[/opt/metwork-mfext-master/opt/python3_core] is already loaded Looking in links: ./src Processing ./src/calver-2022.6.26-py3-none-any.whl (from -r requirements3.txt.tmp (line 1)) Processing ./src/setuptools_scm-8.1.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 2)) Processing ./src/typing_extensions-4.12.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 3)) Requirement already satisfied: packaging>=20 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages (from setuptools-scm==8.1.0->-r requirements3.txt.tmp (line 2)) (23.1) Requirement already satisfied: setuptools in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages (from setuptools-scm==8.1.0->-r requirements3.txt.tmp (line 2)) (70.3.0) Installing collected packages: typing-extensions, setuptools-scm, calver Successfully installed calver-2022.6.26 setuptools-scm-8.1.0 typing-extensions-4.12.2 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable.It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. if ! test -d /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages; then mkdir -p /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages; fi if test -f /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages/requirements3.txt; then cat /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages/requirements3.txt requirements3.txt |sort |uniq |sed 's/^-e git.*egg=\(.*\)$/\1/g' >/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages/requirements3.txt.tmp; mv /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages/requirements3.txt.tmp /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages/requirements3.txt; else cat requirements3.txt |sort |uniq |sed 's/^-e git.*egg=\(.*\)$/\1/g' >/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages/requirements3.txt ;fi IFS=$'\n' ; for REQ in `cat requirements3.txt |sort |uniq`; do _pip_package_to_yaml.sh "${REQ}" "/opt/metwork-mfext-master/opt/python3_core/share/metwork_packages" || { echo "ERROR WITH _pip_package_to_yaml.sh ${REQ} /opt/metwork-mfext-master/opt/python3_core/share/metwork_packages"; exit 1; } done /opt/metwork-mfext-master/opt/python3_core/share/metwork_packages/calver.yaml is ready /opt/metwork-mfext-master/opt/python3_core/share/metwork_packages/setuptools-scm.yaml is ready /opt/metwork-mfext-master/opt/python3_core/share/metwork_packages/typing_extensions.yaml is ready make[3]: Leaving directory '/src/layers/layer1_python3_core/0410_prereq_extra_python_packages' make[3]: Entering directory '/src/layers/layer1_python3_core/0420_prereq_extra_python_packages' layer_wrapper --empty-env --empty-env-keeps=LANG,PATH,LAYERAPI2_LAYERS_PATH,PYTHON3_SHORT_VERSION,FORCED_PATHS,BUILDCACHE --force-prepend --layers=core@mfext,python3_core@mfext -- make -f Makefile.mk all for REQ in requirements3.txt; do if test -s ${REQ}; then download_compile_requirements ${REQ} || { echo "ERROR WITH download_compile_requirements ${REQ}"; exit 1; }; fi; done [DEBUG]: loading tempolayer14757[/src/layers/layer1_python3_core/0420_prereq_extra_python_packages/tempolayer14757] Collecting pathspec==0.11.2 (from -r requirements3.txt (line 1)) Downloading pathspec-0.11.2.tar.gz (47 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pluggy==1.3.0 (from -r requirements3.txt (line 2)) Downloading pluggy-1.3.0.tar.gz (63 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting toml==0.10.2 (from -r requirements3.txt (line 3)) Downloading toml-0.10.2.tar.gz (22 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting trove-classifiers==2023.8.7 (from -r requirements3.txt (line 4)) Downloading trove-classifiers-2023.8.7.tar.gz (15 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Building wheels for collected packages: pathspec, pluggy, toml, trove-classifiers Building wheel for pathspec (pyproject.toml): started Building wheel for pathspec (pyproject.toml): finished with status 'done' Created wheel for pathspec: filename=pathspec-0.11.2-py3-none-any.whl size=29603 sha256=f84591e8abba2bf8747cdaa4d864bc0584d4fc2d45b55a65f3318d417b1281c5 Stored in directory: /root/.cache/pip/wheels/dd/88/90/b2c5f02fc845784214297cc1b66116947f93ed8d4dec0acf07 Building wheel for pluggy (pyproject.toml): started Building wheel for pluggy (pyproject.toml): finished with status 'done' Created wheel for pluggy: filename=pluggy-1.3.0-py3-none-any.whl size=19054 sha256=60362601b1c80b8d14485442335fbb3ce3e1627ebb1a0ab30e3868173981e292 Stored in directory: /root/.cache/pip/wheels/7e/16/cf/4fdf67b6a6dad20523d8fc11ac6cc3f1c95ed164badbcc9c49 Building wheel for toml (setup.py): started Building wheel for toml (setup.py): finished with status 'done' Created wheel for toml: filename=toml-0.10.2-py2.py3-none-any.whl size=18683 sha256=7cfb1baf87c6d498ce76451f172d6a13b8f5856ef0d1319dcd59dc9be933408d Stored in directory: /root/.cache/pip/wheels/ef/8b/78/e7400c68b3a3de022cd06149a422fba1217905e8b52baadcf2 Building wheel for trove-classifiers (pyproject.toml): started Building wheel for trove-classifiers (pyproject.toml): finished with status 'done' Created wheel for trove-classifiers: filename=trove_classifiers-2023.8.7-py3-none-any.whl size=13229 sha256=2ae862cb5cf5996b9ce2dd4ddccce26fbd064c7e0cbc5ea12d927eee8cb3b5d2 Stored in directory: /root/.cache/pip/wheels/e0/7e/ac/97f0e0d2ec3a2a59525ec2fde31ea4e475e15b96008c2a8a36 Successfully built pathspec pluggy toml trove-classifiers if test -d ../../download_archive; then cp -Rf src/* ../../download_archive/ 2>/dev/null; fi mkdir -p /opt/metwork-mfext-master/opt/python3_core/share/metwork_packages for REQ in requirements3.txt; do if test -s ${REQ}; then install_requirements /opt/metwork-mfext-master/opt/python3_core ${REQ} ./src || { echo "ERROR WITH install_requirements ${REQ} /opt/metwork-mfext-master/opt/python3_core ${REQ} ./src"; exit 1; }; fi; done [DEBUG]: layer python3_core@mfext[/opt/metwork-mfext-master/opt/python3_core] is already loaded Looking in links: ./src Processing ./src/pathspec-0.11.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 1)) Processing ./src/pluggy-1.3.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 2)) Processing ./src/toml-0.10.2-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 3)) Processing ./src/trove_classifiers-2023.8.7-py3-none-any.whl (from -r requirements3.txt.tmp (line 4)) Installing collected packages: trove-classifiers, toml, pluggy, pathspec Successfully installed pathspec-0.11.2 pluggy-1.3.0 toml-0.10.2 trove-classifiers-2023.8.7 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable.It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. if ! test -d /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages; then mkdir -p /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages; fi if test -f /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages/requirements3.txt; then cat /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages/requirements3.txt requirements3.txt |sort |uniq |sed 's/^-e git.*egg=\(.*\)$/\1/g' >/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages/requirements3.txt.tmp; mv /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages/requirements3.txt.tmp /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages/requirements3.txt; else cat requirements3.txt |sort |uniq |sed 's/^-e git.*egg=\(.*\)$/\1/g' >/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages/requirements3.txt ;fi IFS=$'\n' ; for REQ in `cat requirements3.txt |sort |uniq`; do _pip_package_to_yaml.sh "${REQ}" "/opt/metwork-mfext-master/opt/python3_core/share/metwork_packages" || { echo "ERROR WITH _pip_package_to_yaml.sh ${REQ} /opt/metwork-mfext-master/opt/python3_core/share/metwork_packages"; exit 1; } done /opt/metwork-mfext-master/opt/python3_core/share/metwork_packages/pathspec.yaml is ready /opt/metwork-mfext-master/opt/python3_core/share/metwork_packages/pluggy.yaml is ready /opt/metwork-mfext-master/opt/python3_core/share/metwork_packages/toml.yaml is ready /opt/metwork-mfext-master/opt/python3_core/share/metwork_packages/trove-classifiers.yaml is ready make[3]: Leaving directory '/src/layers/layer1_python3_core/0420_prereq_extra_python_packages' make[3]: Entering directory '/src/layers/layer1_python3_core/0430_prereq_extra_python_packages' layer_wrapper --empty-env --empty-env-keeps=LANG,PATH,LAYERAPI2_LAYERS_PATH,PYTHON3_SHORT_VERSION,FORCED_PATHS,BUILDCACHE --force-prepend --layers=core@mfext,python3_core@mfext -- make -f Makefile.mk all for REQ in requirements3.txt; do if test -s ${REQ}; then download_compile_requirements ${REQ} || { echo "ERROR WITH download_compile_requirements ${REQ}"; exit 1; }; fi; done [DEBUG]: loading tempolayer15044[/src/layers/layer1_python3_core/0430_prereq_extra_python_packages/tempolayer15044] Collecting editables==0.5 (from -r requirements3.txt (line 1)) Downloading editables-0.5.tar.gz (14 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting hatchling==1.18.0 (from -r requirements3.txt (line 2)) Downloading hatchling-1.18.0.tar.gz (57 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pyparsing==3.1.1 (from -r requirements3.txt (line 3)) Downloading pyparsing-3.1.1.tar.gz (884 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 884.8/884.8 kB 30.5 MB/s eta 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting packaging>=21.3 (from hatchling==1.18.0->-r requirements3.txt (line 2)) Using cached packaging-23.1-py3-none-any.whl Collecting pathspec>=0.10.1 (from hatchling==1.18.0->-r requirements3.txt (line 2)) Using cached pathspec-0.11.2-py3-none-any.whl Collecting pluggy>=1.0.0 (from hatchling==1.18.0->-r requirements3.txt (line 2)) Using cached pluggy-1.3.0-py3-none-any.whl Collecting trove-classifiers (from hatchling==1.18.0->-r requirements3.txt (line 2)) Using cached trove_classifiers-2023.8.7-py3-none-any.whl Saved ./src/packaging-23.1-py3-none-any.whl Saved ./src/pathspec-0.11.2-py3-none-any.whl Saved ./src/pluggy-1.3.0-py3-none-any.whl Saved ./src/trove_classifiers-2023.8.7-py3-none-any.whl Building wheels for collected packages: editables, hatchling, pyparsing Building wheel for editables (pyproject.toml): started Building wheel for editables (pyproject.toml): finished with status 'done' Created wheel for editables: filename=editables-0.5-py3-none-any.whl size=5098 sha256=6b60544522883c34b65f3c5a96ae49423653595d58f33b4cd9ec3c4a2e757334 Stored in directory: /root/.cache/pip/wheels/81/29/f1/325bdc31997ef0ffdc678443749d6531570ef46520643299b6 Building wheel for hatchling (pyproject.toml): started Building wheel for hatchling (pyproject.toml): finished with status 'done' Created wheel for hatchling: filename=hatchling-1.18.0-py3-none-any.whl size=75746 sha256=b66dc254931ec42aa68b5febd1d342c58142cc5267b7ff3b12ba3fa5b4900c93 Stored in directory: /root/.cache/pip/wheels/4a/1f/6c/f4244c2ce69d834419b426b2872c6bcb2bad47923a3855a1fb Building wheel for pyparsing (pyproject.toml): started Building wheel for pyparsing (pyproject.toml): finished with status 'done' Created wheel for pyparsing: filename=pyparsing-3.1.1-py3-none-any.whl size=103138 sha256=e63be00746f991dbf1d0ffdfed4c1861f8cf9c6ad53c2a48e46671c05c9c125b Stored in directory: /root/.cache/pip/wheels/bb/ab/5a/9ffa4faddc7ee50db79fdcf1e92822bb228d16286ab6460878 Successfully built editables hatchling pyparsing if test -d ../../download_archive; then cp -Rf src/* ../../download_archive/ 2>/dev/null; fi mkdir -p /opt/metwork-mfext-master/opt/python3_core/share/metwork_packages for REQ in requirements3.txt; do if test -s ${REQ}; then install_requirements /opt/metwork-mfext-master/opt/python3_core ${REQ} ./src || { echo "ERROR WITH install_requirements ${REQ} /opt/metwork-mfext-master/opt/python3_core ${REQ} ./src"; exit 1; }; fi; done [DEBUG]: layer python3_core@mfext[/opt/metwork-mfext-master/opt/python3_core] is already loaded Looking in links: ./src Processing ./src/editables-0.5-py3-none-any.whl (from -r requirements3.txt.tmp (line 1)) Processing ./src/hatchling-1.18.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 2)) Processing ./src/pyparsing-3.1.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 3)) Requirement already satisfied: packaging>=21.3 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages (from hatchling==1.18.0->-r requirements3.txt.tmp (line 2)) (23.1) Requirement already satisfied: pathspec>=0.10.1 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages (from hatchling==1.18.0->-r requirements3.txt.tmp (line 2)) (0.11.2) Requirement already satisfied: pluggy>=1.0.0 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages (from hatchling==1.18.0->-r requirements3.txt.tmp (line 2)) (1.3.0) Requirement already satisfied: trove-classifiers in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages (from hatchling==1.18.0->-r requirements3.txt.tmp (line 2)) (2023.8.7) Installing collected packages: pyparsing, editables, hatchling Successfully installed editables-0.5 hatchling-1.18.0 pyparsing-3.1.1 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable.It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. if ! test -d /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages; then mkdir -p /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages; fi if test -f /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages/requirements3.txt; then cat /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages/requirements3.txt requirements3.txt |sort |uniq |sed 's/^-e git.*egg=\(.*\)$/\1/g' >/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages/requirements3.txt.tmp; mv /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages/requirements3.txt.tmp /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages/requirements3.txt; else cat requirements3.txt |sort |uniq |sed 's/^-e git.*egg=\(.*\)$/\1/g' >/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages/requirements3.txt ;fi IFS=$'\n' ; for REQ in `cat requirements3.txt |sort |uniq`; do _pip_package_to_yaml.sh "${REQ}" "/opt/metwork-mfext-master/opt/python3_core/share/metwork_packages" || { echo "ERROR WITH _pip_package_to_yaml.sh ${REQ} /opt/metwork-mfext-master/opt/python3_core/share/metwork_packages"; exit 1; } done /opt/metwork-mfext-master/opt/python3_core/share/metwork_packages/editables.yaml is ready /opt/metwork-mfext-master/opt/python3_core/share/metwork_packages/hatchling.yaml is ready /opt/metwork-mfext-master/opt/python3_core/share/metwork_packages/pyparsing.yaml is ready make[3]: Leaving directory '/src/layers/layer1_python3_core/0430_prereq_extra_python_packages' make[3]: Entering directory '/src/layers/layer1_python3_core/0440_prereq_extra_python_packages' layer_wrapper --empty-env --empty-env-keeps=LANG,PATH,LAYERAPI2_LAYERS_PATH,PYTHON3_SHORT_VERSION,FORCED_PATHS,BUILDCACHE --force-prepend --layers=core@mfext,python3_core@mfext -- make -f Makefile.mk all for REQ in requirements3.txt; do if test -s ${REQ}; then download_compile_requirements ${REQ} || { echo "ERROR WITH download_compile_requirements ${REQ}"; exit 1; }; fi; done [DEBUG]: loading tempolayer15265[/src/layers/layer1_python3_core/0440_prereq_extra_python_packages/tempolayer15265] Collecting hatch-vcs==0.3.0 (from -r requirements3.txt (line 1)) Downloading hatch_vcs-0.3.0.tar.gz (10 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting tomli==2.0.1 (from -r requirements3.txt (line 2)) Downloading tomli-2.0.1.tar.gz (15 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting hatchling>=1.1.0 (from hatch-vcs==0.3.0->-r requirements3.txt (line 1)) Using cached hatchling-1.18.0-py3-none-any.whl Collecting setuptools-scm>=6.4.0 (from hatch-vcs==0.3.0->-r requirements3.txt (line 1)) Using cached setuptools_scm-8.1.0-py3-none-any.whl Collecting editables>=0.3 (from hatchling>=1.1.0->hatch-vcs==0.3.0->-r requirements3.txt (line 1)) Using cached editables-0.5-py3-none-any.whl Collecting packaging>=21.3 (from hatchling>=1.1.0->hatch-vcs==0.3.0->-r requirements3.txt (line 1)) Using cached packaging-23.1-py3-none-any.whl Collecting pathspec>=0.10.1 (from hatchling>=1.1.0->hatch-vcs==0.3.0->-r requirements3.txt (line 1)) Using cached pathspec-0.11.2-py3-none-any.whl Collecting pluggy>=1.0.0 (from hatchling>=1.1.0->hatch-vcs==0.3.0->-r requirements3.txt (line 1)) Using cached pluggy-1.3.0-py3-none-any.whl Collecting trove-classifiers (from hatchling>=1.1.0->hatch-vcs==0.3.0->-r requirements3.txt (line 1)) Using cached trove_classifiers-2023.8.7-py3-none-any.whl Collecting setuptools (from setuptools-scm>=6.4.0->hatch-vcs==0.3.0->-r requirements3.txt (line 1)) Using cached setuptools-70.3.0-py3-none-any.whl Saved ./src/hatchling-1.18.0-py3-none-any.whl Saved ./src/setuptools_scm-8.1.0-py3-none-any.whl Saved ./src/editables-0.5-py3-none-any.whl Saved ./src/packaging-23.1-py3-none-any.whl Saved ./src/pathspec-0.11.2-py3-none-any.whl Saved ./src/pluggy-1.3.0-py3-none-any.whl Saved ./src/setuptools-70.3.0-py3-none-any.whl Saved ./src/trove_classifiers-2023.8.7-py3-none-any.whl Building wheels for collected packages: hatch-vcs, tomli Building wheel for hatch-vcs (pyproject.toml): started Building wheel for hatch-vcs (pyproject.toml): finished with status 'done' Created wheel for hatch-vcs: filename=hatch_vcs-0.3.0-py3-none-any.whl size=7991 sha256=d9af5603c0889dd996e1ad2e9394415bef262c3e2dd9b6d8dd8bebf13120d4b5 Stored in directory: /root/.cache/pip/wheels/5f/73/30/6cea7bf538a325a998b9db13794d86d765b97a4c674a652078 Building wheel for tomli (pyproject.toml): started Building wheel for tomli (pyproject.toml): finished with status 'done' Created wheel for tomli: filename=tomli-2.0.1-py3-none-any.whl size=12758 sha256=b57d53172b3432857125ceaa4b9b2d28e4ae0510c95c5cf031955ada144ba3ff Stored in directory: /root/.cache/pip/wheels/e8/ce/93/46f878052804d182d77ba900e4a268c18ff624ad38b9e25ef7 Successfully built hatch-vcs tomli if test -d ../../download_archive; then cp -Rf src/* ../../download_archive/ 2>/dev/null; fi mkdir -p /opt/metwork-mfext-master/opt/python3_core/share/metwork_packages for REQ in requirements3.txt; do if test -s ${REQ}; then install_requirements /opt/metwork-mfext-master/opt/python3_core ${REQ} ./src || { echo "ERROR WITH install_requirements ${REQ} /opt/metwork-mfext-master/opt/python3_core ${REQ} ./src"; exit 1; }; fi; done [DEBUG]: layer python3_core@mfext[/opt/metwork-mfext-master/opt/python3_core] is already loaded Looking in links: ./src Processing ./src/hatch_vcs-0.3.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 1)) Processing ./src/tomli-2.0.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 2)) Requirement already satisfied: hatchling>=1.1.0 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages (from hatch-vcs==0.3.0->-r requirements3.txt.tmp (line 1)) (1.18.0) Requirement already satisfied: setuptools-scm>=6.4.0 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages (from hatch-vcs==0.3.0->-r requirements3.txt.tmp (line 1)) (8.1.0) Requirement already satisfied: editables>=0.3 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages (from hatchling>=1.1.0->hatch-vcs==0.3.0->-r requirements3.txt.tmp (line 1)) (0.5) Requirement already satisfied: packaging>=21.3 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages (from hatchling>=1.1.0->hatch-vcs==0.3.0->-r requirements3.txt.tmp (line 1)) (23.1) Requirement already satisfied: pathspec>=0.10.1 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages (from hatchling>=1.1.0->hatch-vcs==0.3.0->-r requirements3.txt.tmp (line 1)) (0.11.2) Requirement already satisfied: pluggy>=1.0.0 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages (from hatchling>=1.1.0->hatch-vcs==0.3.0->-r requirements3.txt.tmp (line 1)) (1.3.0) Requirement already satisfied: trove-classifiers in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages (from hatchling>=1.1.0->hatch-vcs==0.3.0->-r requirements3.txt.tmp (line 1)) (2023.8.7) Requirement already satisfied: setuptools in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages (from setuptools-scm>=6.4.0->hatch-vcs==0.3.0->-r requirements3.txt.tmp (line 1)) (70.3.0) Installing collected packages: tomli, hatch-vcs Successfully installed hatch-vcs-0.3.0 tomli-2.0.1 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable.It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. if ! test -d /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages; then mkdir -p /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages; fi if test -f /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages/requirements3.txt; then cat /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages/requirements3.txt requirements3.txt |sort |uniq |sed 's/^-e git.*egg=\(.*\)$/\1/g' >/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages/requirements3.txt.tmp; mv /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages/requirements3.txt.tmp /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages/requirements3.txt; else cat requirements3.txt |sort |uniq |sed 's/^-e git.*egg=\(.*\)$/\1/g' >/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages/requirements3.txt ;fi IFS=$'\n' ; for REQ in `cat requirements3.txt |sort |uniq`; do _pip_package_to_yaml.sh "${REQ}" "/opt/metwork-mfext-master/opt/python3_core/share/metwork_packages" || { echo "ERROR WITH _pip_package_to_yaml.sh ${REQ} /opt/metwork-mfext-master/opt/python3_core/share/metwork_packages"; exit 1; } done /opt/metwork-mfext-master/opt/python3_core/share/metwork_packages/hatch-vcs.yaml is ready /opt/metwork-mfext-master/opt/python3_core/share/metwork_packages/tomli.yaml is ready make[3]: Leaving directory '/src/layers/layer1_python3_core/0440_prereq_extra_python_packages' make[3]: Entering directory '/src/layers/layer1_python3_core/0500_extra_python_packages' layer_wrapper --empty-env --empty-env-keeps=LANG,PATH,LAYERAPI2_LAYERS_PATH,PYTHON3_SHORT_VERSION,FORCED_PATHS,BUILDCACHE --force-prepend --layers=core@mfext,python3_core@mfext -- make -f Makefile.mk all for REQ in requirements3.txt; do if test -s ${REQ}; then download_compile_requirements ${REQ} || { echo "ERROR WITH download_compile_requirements ${REQ}"; exit 1; }; fi; done [DEBUG]: loading tempolayer15442[/src/layers/layer1_python3_core/0500_extra_python_packages/tempolayer15442] Collecting appdirs==1.4.4 (from -r requirements3.txt (line 1)) Downloading appdirs-1.4.4.tar.gz (13 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting distlib==0.3.7 (from -r requirements3.txt (line 2)) Downloading distlib-0.3.7.tar.gz (609 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 609.5/609.5 kB 9.3 MB/s eta 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting distro==1.8.0 (from -r requirements3.txt (line 3)) Downloading distro-1.8.0.tar.gz (59 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting filelock==3.12.3 (from -r requirements3.txt (line 4)) Downloading filelock-3.12.3.tar.gz (13 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting importlib-metadata==6.8.0 (from -r requirements3.txt (line 5)) Downloading importlib_metadata-6.8.0.tar.gz (53 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting platformdirs==3.10.0 (from -r requirements3.txt (line 6)) Downloading platformdirs-3.10.0.tar.gz (19 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting six==1.16.0 (from -r requirements3.txt (line 7)) Downloading six-1.16.0.tar.gz (34 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting virtualenv==20.24.6 (from -r requirements3.txt (line 8)) Downloading virtualenv-20.24.6.tar.gz (7.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.1/7.1 MB 15.3 MB/s eta 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting zipp==3.19.2 (from -r requirements3.txt (line 9)) Downloading zipp-3.19.2.tar.gz (22 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Building wheels for collected packages: appdirs, distlib, distro, filelock, importlib-metadata, platformdirs, six, virtualenv, zipp Building wheel for appdirs (setup.py): started Building wheel for appdirs (setup.py): finished with status 'done' Created wheel for appdirs: filename=appdirs-1.4.4-py2.py3-none-any.whl size=9571 sha256=f85370dc8d2f211f14d024c75bb5dea2812ac3f4f029eb7caf7b11d620f20131 Stored in directory: /root/.cache/pip/wheels/28/74/07/90c6018da9269eb4f7b639556bf71b9ef8c04f6e3f5c472c49 Building wheel for distlib (pyproject.toml): started Building wheel for distlib (pyproject.toml): finished with status 'done' Created wheel for distlib: filename=distlib-0.3.7-py2.py3-none-any.whl size=468868 sha256=47e43e575f7d315f9a55d5b27387bfa3f2fe7097c5889ae64bfd94d85772555f Stored in directory: /root/.cache/pip/wheels/8c/21/a5/3ef55589891be78af8e264f7a177bb0f70166002a68053203e Building wheel for distro (pyproject.toml): started Building wheel for distro (pyproject.toml): finished with status 'done' Created wheel for distro: filename=distro-1.8.0-py3-none-any.whl size=20315 sha256=3b8e56c51ea58a76532cf4050636808e523983d38cd4b8ba026817232775dbeb Stored in directory: /root/.cache/pip/wheels/8c/76/57/4e384f1692b2c6a1868397eb97e996d45813d92e3ddff58524 Building wheel for filelock (pyproject.toml): started Building wheel for filelock (pyproject.toml): finished with status 'done' Created wheel for filelock: filename=filelock-3.12.3-py3-none-any.whl size=11327 sha256=ee458bbb3177bc34781117ad1de811ce1c378484990c81696c748e9b49797fba Stored in directory: /root/.cache/pip/wheels/de/3b/53/a4282abfa7acfb4642f6e607b1cf1982fa4603a412e633fb05 Building wheel for importlib-metadata (pyproject.toml): started Building wheel for importlib-metadata (pyproject.toml): finished with status 'done' Created wheel for importlib-metadata: filename=importlib_metadata-6.8.0-py3-none-any.whl size=22919 sha256=f71fc9e00c9081cbe349f215728da65803965a9f8be73979437bd5d0ce524acd Stored in directory: /root/.cache/pip/wheels/51/d9/c7/6aab09faa71af584705c217c034a43ae902714c86dd881318d Building wheel for platformdirs (pyproject.toml): started Building wheel for platformdirs (pyproject.toml): finished with status 'done' Created wheel for platformdirs: filename=platformdirs-3.10.0-py3-none-any.whl size=17310 sha256=6bacae24fd8ffbdd9520d51408fee19b475118024b4d8de9e60de930773c0dea Stored in directory: /root/.cache/pip/wheels/0b/eb/0d/556997229c9013a43a25dff158bab25c7b9bed6cf641b07d62 Building wheel for six (setup.py): started Building wheel for six (setup.py): finished with status 'done' Created wheel for six: filename=six-1.16.0-py2.py3-none-any.whl size=11042 sha256=a47d437a89e5713031f7b80a32080fed47b45fdc5f02cf73fe604b10ed0ab231 Stored in directory: /root/.cache/pip/wheels/2d/44/a6/eaa84ad030d2047bb916e0740a9ec8b0ee9d23127bb389728f Building wheel for virtualenv (pyproject.toml): started Building wheel for virtualenv (pyproject.toml): finished with status 'done' Created wheel for virtualenv: filename=virtualenv-20.24.6-py3-none-any.whl size=3768405 sha256=520d056652454c5098a00c0f073611ccbea4c79089331f60bf9d7ba247bb7381 Stored in directory: /root/.cache/pip/wheels/bb/30/6c/3a61245069a82d6d7cb0111c1b564583b7f6732fec941347b6 Building wheel for zipp (pyproject.toml): started Building wheel for zipp (pyproject.toml): finished with status 'done' Created wheel for zipp: filename=zipp-3.19.2-py3-none-any.whl size=9038 sha256=a10595b5c2d8bea442a2308dc441bd3d2353654ba80072115e521504f8218fe3 Stored in directory: /root/.cache/pip/wheels/47/2e/f1/6b8fa50fb6584bab87ea1cd4b8ad9f7f7e93d0cbaddf943c5e Successfully built appdirs distlib distro filelock importlib-metadata platformdirs six virtualenv zipp if test -d ../../download_archive; then cp -Rf src/* ../../download_archive/ 2>/dev/null; fi mkdir -p /opt/metwork-mfext-master/opt/python3_core/share/metwork_packages for REQ in requirements3.txt; do if test -s ${REQ}; then install_requirements /opt/metwork-mfext-master/opt/python3_core ${REQ} ./src || { echo "ERROR WITH install_requirements ${REQ} /opt/metwork-mfext-master/opt/python3_core ${REQ} ./src"; exit 1; }; fi; done [DEBUG]: layer python3_core@mfext[/opt/metwork-mfext-master/opt/python3_core] is already loaded Looking in links: ./src Processing ./src/appdirs-1.4.4-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 1)) Processing ./src/distlib-0.3.7-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 2)) Processing ./src/distro-1.8.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 3)) Processing ./src/filelock-3.12.3-py3-none-any.whl (from -r requirements3.txt.tmp (line 4)) Processing ./src/importlib_metadata-6.8.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 5)) Processing ./src/platformdirs-3.10.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 6)) Processing ./src/six-1.16.0-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 7)) Processing ./src/virtualenv-20.24.6-py3-none-any.whl (from -r requirements3.txt.tmp (line 8)) Processing ./src/zipp-3.19.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 9)) Installing collected packages: distlib, appdirs, zipp, six, platformdirs, filelock, distro, virtualenv, importlib-metadata Successfully installed appdirs-1.4.4 distlib-0.3.7 distro-1.8.0 filelock-3.12.3 importlib-metadata-6.8.0 platformdirs-3.10.0 six-1.16.0 virtualenv-20.24.6 zipp-3.19.2 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable.It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. if ! test -d /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages; then mkdir -p /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages; fi if test -f /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages/requirements3.txt; then cat /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages/requirements3.txt requirements3.txt |sort |uniq |sed 's/^-e git.*egg=\(.*\)$/\1/g' >/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages/requirements3.txt.tmp; mv /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages/requirements3.txt.tmp /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages/requirements3.txt; else cat requirements3.txt |sort |uniq |sed 's/^-e git.*egg=\(.*\)$/\1/g' >/opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages/requirements3.txt ;fi IFS=$'\n' ; for REQ in `cat requirements3.txt |sort |uniq`; do _pip_package_to_yaml.sh "${REQ}" "/opt/metwork-mfext-master/opt/python3_core/share/metwork_packages" || { echo "ERROR WITH _pip_package_to_yaml.sh ${REQ} /opt/metwork-mfext-master/opt/python3_core/share/metwork_packages"; exit 1; } done /opt/metwork-mfext-master/opt/python3_core/share/metwork_packages/appdirs.yaml is ready /opt/metwork-mfext-master/opt/python3_core/share/metwork_packages/distlib.yaml is ready /opt/metwork-mfext-master/opt/python3_core/share/metwork_packages/distro.yaml is ready /opt/metwork-mfext-master/opt/python3_core/share/metwork_packages/filelock.yaml is ready /opt/metwork-mfext-master/opt/python3_core/share/metwork_packages/importlib_metadata.yaml is ready /opt/metwork-mfext-master/opt/python3_core/share/metwork_packages/platformdirs.yaml is ready /opt/metwork-mfext-master/opt/python3_core/share/metwork_packages/six.yaml is ready /opt/metwork-mfext-master/opt/python3_core/share/metwork_packages/virtualenv.yaml is ready /opt/metwork-mfext-master/opt/python3_core/share/metwork_packages/zipp.yaml is ready make[3]: Leaving directory '/src/layers/layer1_python3_core/0500_extra_python_packages' make[3]: Entering directory '/src/layers/layer1_python3_core/9999_requirements' layer_wrapper --empty-env --empty-env-keeps=LANG,PATH,LAYERAPI2_LAYERS_PATH,PYTHON3_SHORT_VERSION,FORCED_PATHS,BUILDCACHE --force-prepend --layers=core@mfext,python3_core@mfext -- make -f Makefile.mk all make: Nothing to be done for 'all'. make[3]: Leaving directory '/src/layers/layer1_python3_core/9999_requirements' if test "" = "1"; then echo > /opt/metwork-mfext-master/opt/python3_core/.mfextaddon; fi _layer_dhash "python3_core@mfext" >/opt/metwork-mfext-master/opt/python3_core/.dhash if ! test -f cache/hit; then \ _check_layers_hash >/dev/null ; \ fi _cache_logic_after_layer.sh "/opt/metwork-mfext-master/opt/python3_core" cache: /buildcache/mfext_cache_layer_python3_core_9593d6298c75c1eb41caa5480ab67a75.tar created make[2]: Leaving directory '/src/layers/layer1_python3_core' make[2]: Entering directory '/src/layers/layer1_scientific_core' if test "MFEXT" = "MFEXT" -a "" != "1"; then cat .layerapi2_label |/src/adm/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/scientific_core/.layerapi2_label; else cat .layerapi2_label |/opt/metwork-mfext-master/bin/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/scientific_core/.layerapi2_label; fi if test "MFEXT" = "MFEXT" -a "" != "1"; then cat .system_dependencies |/src/adm/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/scientific_core/.system_dependencies; else cat .system_dependencies |/opt/metwork-mfext-master/bin/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/scientific_core/.system_dependencies; fi if test "MFEXT" = "MFEXT" -a "" != "1"; then cat .layerapi2_dependencies |/src/adm/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/scientific_core/.layerapi2_dependencies; else cat .layerapi2_dependencies |/opt/metwork-mfext-master/bin/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/scientific_core/.layerapi2_dependencies; fi if test "MFEXT" = "MFEXT" -a "" != "1"; then cat .layerapi2_extra_env |/src/adm/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/scientific_core/.layerapi2_extra_env; else cat .layerapi2_extra_env |/opt/metwork-mfext-master/bin/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/scientific_core/.layerapi2_extra_env; fi _cache_logic_before_layer.sh "/opt/metwork-mfext-master/opt/scientific_core" "scientific_core" /etc/buildimage_hash: 7287d05885b641033e3d2e66ec030375 /src/adm/root.mk md5sum hash: 888c30fa85fcfbd1a7f4b750da33f2e6 core@mfext layer (dependency) hash (from cache): 48181fefb5eb6328fdfac6c360e931e7 root@mfext layer (dependency) hash (from cache): f10ced89e93f340f4a19b4f76d658719 source hash: c293059876dadcd261182ece6435ff11 cache hit (used: /buildcache/mfext_cache_layer_scientific_core_a513d16a86750b02a4d92495ba576bf5.tar) if ! test -f cache/hit; then \ for SUBDIR in 0001_scientific_system_libraries 0006_protobuf 0007_protobuf_c 0008_postgresql 0009_pgbouncer 0010_hdf4 0011_hdf5 0012_netcdf_c 0013_netcdf_cxx 0015_proj 0020_libgeotiff 0021_geos 0022_libspatialite 0023_gdal 0070_postgis 0071_postgresql_airtide 0072_postgis_geohash 0073_pg_partman 0074_pg_uuidv7; do \ OLDPWD=`pwd`; \ cd $SUBDIR || exit 1; \ make all || exit 1; \ cd ${OLDPWD}; \ done ; \ chmod -R a+rX,g-w,o-w,u+w /opt/metwork-mfext-master/opt/scientific_core ; \ fi if test "" = "1"; then echo > /opt/metwork-mfext-master/opt/scientific_core/.mfextaddon; fi _layer_dhash "scientific_core@mfext" >/opt/metwork-mfext-master/opt/scientific_core/.dhash if ! test -f cache/hit; then \ _check_layers_hash >/dev/null ; \ fi _cache_logic_after_layer.sh "/opt/metwork-mfext-master/opt/scientific_core" cache already exist (/buildcache/mfext_cache_layer_scientific_core_a513d16a86750b02a4d92495ba576bf5.tar) make[2]: Leaving directory '/src/layers/layer1_scientific_core' make[2]: Entering directory '/src/layers/layer2_python3' if test "MFEXT" = "MFEXT" -a "" != "1"; then cat .layerapi2_label |/src/adm/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/python3/.layerapi2_label; else cat .layerapi2_label |/opt/metwork-mfext-master/bin/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/python3/.layerapi2_label; fi if test "MFEXT" = "MFEXT" -a "" != "1"; then cat .layerapi2_dependencies |/src/adm/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/python3/.layerapi2_dependencies; else cat .layerapi2_dependencies |/opt/metwork-mfext-master/bin/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/python3/.layerapi2_dependencies; fi _cache_logic_before_layer.sh "/opt/metwork-mfext-master/opt/python3" "python3" /etc/buildimage_hash: 7287d05885b641033e3d2e66ec030375 /src/adm/root.mk md5sum hash: 888c30fa85fcfbd1a7f4b750da33f2e6 core@mfext layer (dependency) hash (from cache): 48181fefb5eb6328fdfac6c360e931e7 python3_core@mfext layer (dependency) hash (from cache): 4907d71374f94da21670edf8fca70667 root@mfext layer (dependency) hash (from cache): f10ced89e93f340f4a19b4f76d658719 source hash: 20cccd0b575a7e151cee5752674e3fc4 cache missed (/buildcache/mfext_cache_layer_python3_00debf6b73af43272656687ed19e252e.tar) if ! test -f cache/hit; then \ for SUBDIR in 0400_prereq_extra_python_packages 0402_prereq_extra_python_packages 0500_extra_python_packages; do \ OLDPWD=`pwd`; \ cd $SUBDIR || exit 1; \ make all || exit 1; \ cd ${OLDPWD}; \ done ; \ chmod -R a+rX,g-w,o-w,u+w /opt/metwork-mfext-master/opt/python3 ; \ fi make[3]: Entering directory '/src/layers/layer2_python3/0400_prereq_extra_python_packages' layer_wrapper --empty-env --empty-env-keeps=LANG,PATH,LAYERAPI2_LAYERS_PATH,PYTHON3_SHORT_VERSION,FORCED_PATHS,BUILDCACHE --force-prepend --layers=python3_core@mfext,python3@mfext -- make -f Makefile.mk all for REQ in requirements3.txt; do if test -s ${REQ}; then download_compile_requirements ${REQ} || { echo "ERROR WITH download_compile_requirements ${REQ}"; exit 1; }; fi; done [DEBUG]: loading tempolayer16600[/src/layers/layer2_python3/0400_prereq_extra_python_packages/tempolayer16600] Collecting cffi==1.15.1 (from -r requirements3.txt (line 1)) Downloading cffi-1.15.1.tar.gz (508 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting ConfigUpdater==3.1.1 (from -r requirements3.txt (line 2)) Downloading ConfigUpdater-3.1.1.tar.gz (139 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting fastentrypoints==0.12 (from -r requirements3.txt (line 3)) Downloading fastentrypoints-0.12.tar.gz (4.0 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting pbr==5.11.1 (from -r requirements3.txt (line 4)) Downloading pbr-5.11.1.tar.gz (127 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting pycparser==2.21 (from -r requirements3.txt (line 5)) Downloading pycparser-2.21.tar.gz (170 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting PyScaffold==4.5 (from -r requirements3.txt (line 6)) Downloading PyScaffold-4.5.tar.gz (5.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.2/5.2 MB 84.2 MB/s eta 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pytest-runner==6.0.0 (from -r requirements3.txt (line 7)) Downloading pytest-runner-6.0.0.tar.gz (15 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting semantic-version==2.10.0 (from -r requirements3.txt (line 8)) Downloading semantic_version-2.10.0.tar.gz (52 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting setuptools-git==1.2 (from -r requirements3.txt (line 9)) Downloading setuptools-git-1.2.tar.gz (10 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting setuptools-rust==1.7.0 (from -r requirements3.txt (line 10)) Downloading setuptools-rust-1.7.0.tar.gz (303 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting tomlkit==0.12.1 (from -r requirements3.txt (line 11)) Downloading tomlkit-0.12.1-py3-none-any.whl.metadata (2.7 kB) Collecting platformdirs<4,>=2 (from PyScaffold==4.5->-r requirements3.txt (line 6)) Using cached platformdirs-3.10.0-py3-none-any.whl Collecting setuptools>=46.1.0 (from PyScaffold==4.5->-r requirements3.txt (line 6)) Using cached setuptools-70.3.0-py3-none-any.whl Collecting setuptools-scm>=5 (from PyScaffold==4.5->-r requirements3.txt (line 6)) Using cached setuptools_scm-8.1.0-py3-none-any.whl Collecting packaging>=20.7 (from PyScaffold==4.5->-r requirements3.txt (line 6)) Using cached packaging-23.1-py3-none-any.whl Collecting typing-extensions>=3.7.4.3 (from setuptools-rust==1.7.0->-r requirements3.txt (line 10)) Using cached typing_extensions-4.12.2-py3-none-any.whl Downloading tomlkit-0.12.1-py3-none-any.whl (37 kB) Saved ./src/tomlkit-0.12.1-py3-none-any.whl Saved ./src/packaging-23.1-py3-none-any.whl Saved ./src/platformdirs-3.10.0-py3-none-any.whl Saved ./src/setuptools-70.3.0-py3-none-any.whl Saved ./src/setuptools_scm-8.1.0-py3-none-any.whl Saved ./src/typing_extensions-4.12.2-py3-none-any.whl Building wheels for collected packages: cffi, ConfigUpdater, fastentrypoints, pbr, pycparser, PyScaffold, pytest-runner, semantic-version, setuptools-git, setuptools-rust Building wheel for cffi (setup.py): started Building wheel for cffi (setup.py): finished with status 'done' Created wheel for cffi: filename=cffi-1.15.1-cp312-cp312-linux_x86_64.whl size=451082 sha256=0d837726834787f3481998543b8db1c7f0fedb76919ec2156bc7358a04597734 Stored in directory: /root/.cache/pip/wheels/3a/2a/71/6b7440057c755c3f53076056b834d2d9aad2531db1ed555be4 Building wheel for ConfigUpdater (pyproject.toml): started Building wheel for ConfigUpdater (pyproject.toml): finished with status 'done' Created wheel for ConfigUpdater: filename=ConfigUpdater-3.1.1-py2.py3-none-any.whl size=34256 sha256=cbe139c0695ec089e7105be6078fb49e691654735969387f27c2fde8ac2fbdd2 Stored in directory: /root/.cache/pip/wheels/87/7a/0c/bc5e785b39794c690dab220c6afeb073f95d46ebfec8ee9e3c Building wheel for fastentrypoints (setup.py): started Building wheel for fastentrypoints (setup.py): finished with status 'done' Created wheel for fastentrypoints: filename=fastentrypoints-0.12-py3-none-any.whl size=4559 sha256=c997bd88e484f095be2e5e20aff580f82122ff69a00fb4de4d9a8cbb900cc2f0 Stored in directory: /root/.cache/pip/wheels/a9/aa/f6/2904bc584b2cfecb4bdae5d17d3f63004c4e10fd6e9947762e Building wheel for pbr (setup.py): started Building wheel for pbr (setup.py): finished with status 'done' Created wheel for pbr: filename=pbr-5.11.1-py2.py3-none-any.whl size=110374 sha256=bb5cd767de0d570d1a5e9875570be24551b706d28f48cbfe03896477b7d627c0 Stored in directory: /root/.cache/pip/wheels/31/4b/a3/bf49f0594a33955a0b76bd6ad92613ef94896766bfff65e433 Building wheel for pycparser (setup.py): started Building wheel for pycparser (setup.py): finished with status 'done' Created wheel for pycparser: filename=pycparser-2.21-py2.py3-none-any.whl size=118720 sha256=14c7ebb063ebba6639f822106c6200221db75da377b49fd74145c9338dc17e65 Stored in directory: /root/.cache/pip/wheels/a7/87/dd/b205800ee8f03e5fb4b8f5742c10bb31cd67b2cc52f2c3c142 Building wheel for PyScaffold (pyproject.toml): started Building wheel for PyScaffold (pyproject.toml): finished with status 'done' Created wheel for PyScaffold: filename=PyScaffold-4.5-py3-none-any.whl size=174945 sha256=ed42359c1dc3193b2efacefdc4013606fba929f369fb900e344160ae0c8e3914 Stored in directory: /root/.cache/pip/wheels/55/2f/38/531cab14e33538a4dcce78f5d0ce5be7a3c6e24f18cede786e Building wheel for pytest-runner (pyproject.toml): started Building wheel for pytest-runner (pyproject.toml): finished with status 'done' Created wheel for pytest-runner: filename=pytest_runner-6.0.0-py3-none-any.whl size=7194 sha256=b83e75fcf033eeb37ce2b2858bdb16141e07dfafccdec2cf29e4841ef8c56bc4 Stored in directory: /root/.cache/pip/wheels/27/0d/05/44022ee6073bebc9580b4ba93ede1effcc520bd233c971eeb5 Building wheel for semantic-version (setup.py): started Building wheel for semantic-version (setup.py): finished with status 'done' Created wheel for semantic-version: filename=semantic_version-2.10.0-py2.py3-none-any.whl size=15544 sha256=f12805fe71199cf8a2ab0566619ad4f7b77b51bab97f949698208d5df1f74606 Stored in directory: /root/.cache/pip/wheels/07/5c/ce/4ad8b1a479450c54f5e26bc35796a998d408e7c666ded2a856 Building wheel for setuptools-git (setup.py): started Building wheel for setuptools-git (setup.py): finished with status 'done' Created wheel for setuptools-git: filename=setuptools_git-1.2-py2.py3-none-any.whl size=9603 sha256=2e92ed3c8b30cfe6e614b0cb84819d6b8fc3dacd23031844936cccd94dd7edaa Stored in directory: /root/.cache/pip/wheels/da/e5/ac/85207a93882e088bcb45725b6621a0a56d501aa1b1ff654f91 Building wheel for setuptools-rust (pyproject.toml): started Building wheel for setuptools-rust (pyproject.toml): finished with status 'done' Created wheel for setuptools-rust: filename=setuptools_rust-1.7.0-py3-none-any.whl size=25172 sha256=a15d8f8d587727175e2d627d48865fbecc8702c510e6d9ca81d8c5b87350cec8 Stored in directory: /root/.cache/pip/wheels/26/69/a5/ac1ee7b9c1587530898f918dd562d00f62907650950a7a748f Successfully built cffi ConfigUpdater fastentrypoints pbr pycparser PyScaffold pytest-runner semantic-version setuptools-git setuptools-rust if test -d ../../download_archive; then cp -Rf src/* ../../download_archive/ 2>/dev/null; fi mkdir -p /opt/metwork-mfext-master/opt/python3/share/metwork_packages for REQ in requirements3.txt; do if test -s ${REQ}; then install_requirements /opt/metwork-mfext-master/opt/python3 ${REQ} ./src || { echo "ERROR WITH install_requirements ${REQ} /opt/metwork-mfext-master/opt/python3 ${REQ} ./src"; exit 1; }; fi; done [DEBUG]: layer python3@mfext[/opt/metwork-mfext-master/opt/python3] is already loaded Looking in links: ./src Processing ./src/cffi-1.15.1-cp312-cp312-linux_x86_64.whl (from -r requirements3.txt.tmp (line 1)) Processing ./src/ConfigUpdater-3.1.1-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 2)) Processing ./src/fastentrypoints-0.12-py3-none-any.whl (from -r requirements3.txt.tmp (line 3)) Processing ./src/pbr-5.11.1-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 4)) Processing ./src/pycparser-2.21-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 5)) Processing ./src/PyScaffold-4.5-py3-none-any.whl (from -r requirements3.txt.tmp (line 6)) Processing ./src/pytest_runner-6.0.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 7)) Processing ./src/semantic_version-2.10.0-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 8)) Processing ./src/setuptools_git-1.2-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 9)) Processing ./src/setuptools_rust-1.7.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 10)) Processing ./src/tomlkit-0.12.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 11)) Requirement already satisfied: platformdirs<4,>=2 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages (from PyScaffold==4.5->-r requirements3.txt.tmp (line 6)) (3.10.0) Requirement already satisfied: setuptools>=46.1.0 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages (from PyScaffold==4.5->-r requirements3.txt.tmp (line 6)) (70.3.0) Requirement already satisfied: setuptools-scm>=5 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages (from PyScaffold==4.5->-r requirements3.txt.tmp (line 6)) (8.1.0) Requirement already satisfied: packaging>=20.7 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages (from PyScaffold==4.5->-r requirements3.txt.tmp (line 6)) (23.1) Requirement already satisfied: typing-extensions>=3.7.4.3 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages (from setuptools-rust==1.7.0->-r requirements3.txt.tmp (line 10)) (4.12.2) Installing collected packages: setuptools-git, fastentrypoints, tomlkit, semantic-version, pytest-runner, pycparser, pbr, ConfigUpdater, setuptools-rust, PyScaffold, cffi Successfully installed ConfigUpdater-3.1.1 PyScaffold-4.5 cffi-1.15.1 fastentrypoints-0.12 pbr-5.11.1 pycparser-2.21 pytest-runner-6.0.0 semantic-version-2.10.0 setuptools-git-1.2 setuptools-rust-1.7.0 tomlkit-0.12.1 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable.It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. if ! test -d /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages; then mkdir -p /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages; fi if test -f /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages/requirements3.txt; then cat /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages/requirements3.txt requirements3.txt |sort |uniq |sed 's/^-e git.*egg=\(.*\)$/\1/g' >/opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages/requirements3.txt.tmp; mv /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages/requirements3.txt.tmp /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages/requirements3.txt; else cat requirements3.txt |sort |uniq |sed 's/^-e git.*egg=\(.*\)$/\1/g' >/opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages/requirements3.txt ;fi IFS=$'\n' ; for REQ in `cat requirements3.txt |sort |uniq`; do _pip_package_to_yaml.sh "${REQ}" "/opt/metwork-mfext-master/opt/python3/share/metwork_packages" || { echo "ERROR WITH _pip_package_to_yaml.sh ${REQ} /opt/metwork-mfext-master/opt/python3/share/metwork_packages"; exit 1; } done /opt/metwork-mfext-master/opt/python3/share/metwork_packages/ConfigUpdater.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/PyScaffold.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/cffi.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/fastentrypoints.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/pbr.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/pycparser.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/pytest-runner.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/semantic_version.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/setuptools-git.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/setuptools-rust.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/tomlkit.yaml is ready make[3]: Leaving directory '/src/layers/layer2_python3/0400_prereq_extra_python_packages' make[3]: Entering directory '/src/layers/layer2_python3/0402_prereq_extra_python_packages' layer_wrapper --empty-env --empty-env-keeps=LANG,PATH,LAYERAPI2_LAYERS_PATH,PYTHON3_SHORT_VERSION,FORCED_PATHS,BUILDCACHE --force-prepend --layers=python3_core@mfext,python3@mfext -- make -f Makefile.mk all for REQ in requirements3.txt; do if test -s ${REQ}; then download_compile_requirements ${REQ} || { echo "ERROR WITH download_compile_requirements ${REQ}"; exit 1; }; fi; done [DEBUG]: loading tempolayer17286[/src/layers/layer2_python3/0402_prereq_extra_python_packages/tempolayer17286] Collecting hatch-fancy-pypi-readme==23.1.0 (from -r requirements3.txt (line 1)) Downloading hatch_fancy_pypi_readme-23.1.0.tar.gz (28 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting hatch-nodejs-version==0.3.2 (from -r requirements3.txt (line 2)) Downloading hatch_nodejs_version-0.3.2.tar.gz (16 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting hatch-requirements-txt==0.4.0 (from -r requirements3.txt (line 3)) Downloading hatch_requirements_txt-0.4.0.tar.gz (6.4 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting maturin==1.3.1 (from -r requirements3.txt (line 4)) Downloading maturin-1.3.1.tar.gz (176 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting hatchling (from hatch-fancy-pypi-readme==23.1.0->-r requirements3.txt (line 1)) Using cached hatchling-1.18.0-py3-none-any.whl Collecting packaging>=21.3 (from hatch-requirements-txt==0.4.0->-r requirements3.txt (line 3)) Using cached packaging-23.1-py3-none-any.whl Collecting editables>=0.3 (from hatchling->hatch-fancy-pypi-readme==23.1.0->-r requirements3.txt (line 1)) Using cached editables-0.5-py3-none-any.whl Collecting pathspec>=0.10.1 (from hatchling->hatch-fancy-pypi-readme==23.1.0->-r requirements3.txt (line 1)) Using cached pathspec-0.11.2-py3-none-any.whl Collecting pluggy>=1.0.0 (from hatchling->hatch-fancy-pypi-readme==23.1.0->-r requirements3.txt (line 1)) Using cached pluggy-1.3.0-py3-none-any.whl Collecting trove-classifiers (from hatchling->hatch-fancy-pypi-readme==23.1.0->-r requirements3.txt (line 1)) Using cached trove_classifiers-2023.8.7-py3-none-any.whl Saved ./src/hatchling-1.18.0-py3-none-any.whl Saved ./src/packaging-23.1-py3-none-any.whl Saved ./src/editables-0.5-py3-none-any.whl Saved ./src/pathspec-0.11.2-py3-none-any.whl Saved ./src/pluggy-1.3.0-py3-none-any.whl Saved ./src/trove_classifiers-2023.8.7-py3-none-any.whl Building wheels for collected packages: hatch-fancy-pypi-readme, hatch-nodejs-version, hatch-requirements-txt, maturin Building wheel for hatch-fancy-pypi-readme (pyproject.toml): started Building wheel for hatch-fancy-pypi-readme (pyproject.toml): finished with status 'done' Created wheel for hatch-fancy-pypi-readme: filename=hatch_fancy_pypi_readme-23.1.0-py3-none-any.whl size=10490 sha256=efd812df785d8ffeb1e29b55e46738a2b6e3c99fac9f947908a725f682af73ee Stored in directory: /root/.cache/pip/wheels/83/d8/63/310327e4c35628387bfa01356ca6aa64a3ba2186ab854089b6 Building wheel for hatch-nodejs-version (pyproject.toml): started Building wheel for hatch-nodejs-version (pyproject.toml): finished with status 'done' Created wheel for hatch-nodejs-version: filename=hatch_nodejs_version-0.3.2-py3-none-any.whl size=8539 sha256=d73e728f1a262d214afe9c0a40e161013ef0b7a6c78ff843293880f6a46ede79 Stored in directory: /root/.cache/pip/wheels/7b/70/58/1d051d6cefc2347d705c0a302a3c86938990a4dee55023d90d Building wheel for hatch-requirements-txt (pyproject.toml): started Building wheel for hatch-requirements-txt (pyproject.toml): finished with status 'done' Created wheel for hatch-requirements-txt: filename=hatch_requirements_txt-0.4.0-py3-none-any.whl size=7759 sha256=cf115745f16d4d4386900d54bc2635d7522ec81e9d61d39eec97071a396df8d4 Stored in directory: /root/.cache/pip/wheels/2d/df/a1/918f455b647ed0bcbde074f19f4b6437296425578299f17ec5 Building wheel for maturin (pyproject.toml): started Building wheel for maturin (pyproject.toml): still running... Building wheel for maturin (pyproject.toml): finished with status 'done' Created wheel for maturin: filename=maturin-1.3.1-cp312-cp312-linux_x86_64.whl size=4692264 sha256=ae40c957b7b0337def2ec90338ac908941fe918e6918a0a4b542ca2940e3a6b6 Stored in directory: /root/.cache/pip/wheels/5b/fb/a7/0e07464aa654f7d1c8d4f22f4f78a0c1e734330ade4603144a Successfully built hatch-fancy-pypi-readme hatch-nodejs-version hatch-requirements-txt maturin if test -d ../../download_archive; then cp -Rf src/* ../../download_archive/ 2>/dev/null; fi mkdir -p /opt/metwork-mfext-master/opt/python3/share/metwork_packages for REQ in requirements3.txt; do if test -s ${REQ}; then install_requirements /opt/metwork-mfext-master/opt/python3 ${REQ} ./src || { echo "ERROR WITH install_requirements ${REQ} /opt/metwork-mfext-master/opt/python3 ${REQ} ./src"; exit 1; }; fi; done [DEBUG]: layer python3@mfext[/opt/metwork-mfext-master/opt/python3] is already loaded Looking in links: ./src Processing ./src/hatch_fancy_pypi_readme-23.1.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 1)) Processing ./src/hatch_nodejs_version-0.3.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 2)) Processing ./src/hatch_requirements_txt-0.4.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 3)) Processing ./src/maturin-1.3.1-cp312-cp312-linux_x86_64.whl (from -r requirements3.txt.tmp (line 4)) Requirement already satisfied: hatchling in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages (from hatch-fancy-pypi-readme==23.1.0->-r requirements3.txt.tmp (line 1)) (1.18.0) Requirement already satisfied: packaging>=21.3 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages (from hatch-requirements-txt==0.4.0->-r requirements3.txt.tmp (line 3)) (23.1) Requirement already satisfied: editables>=0.3 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages (from hatchling->hatch-fancy-pypi-readme==23.1.0->-r requirements3.txt.tmp (line 1)) (0.5) Requirement already satisfied: pathspec>=0.10.1 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages (from hatchling->hatch-fancy-pypi-readme==23.1.0->-r requirements3.txt.tmp (line 1)) (0.11.2) Requirement already satisfied: pluggy>=1.0.0 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages (from hatchling->hatch-fancy-pypi-readme==23.1.0->-r requirements3.txt.tmp (line 1)) (1.3.0) Requirement already satisfied: trove-classifiers in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages (from hatchling->hatch-fancy-pypi-readme==23.1.0->-r requirements3.txt.tmp (line 1)) (2023.8.7) Installing collected packages: maturin, hatch-requirements-txt, hatch-nodejs-version, hatch-fancy-pypi-readme Successfully installed hatch-fancy-pypi-readme-23.1.0 hatch-nodejs-version-0.3.2 hatch-requirements-txt-0.4.0 maturin-1.3.1 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable.It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. if ! test -d /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages; then mkdir -p /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages; fi if test -f /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages/requirements3.txt; then cat /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages/requirements3.txt requirements3.txt |sort |uniq |sed 's/^-e git.*egg=\(.*\)$/\1/g' >/opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages/requirements3.txt.tmp; mv /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages/requirements3.txt.tmp /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages/requirements3.txt; else cat requirements3.txt |sort |uniq |sed 's/^-e git.*egg=\(.*\)$/\1/g' >/opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages/requirements3.txt ;fi IFS=$'\n' ; for REQ in `cat requirements3.txt |sort |uniq`; do _pip_package_to_yaml.sh "${REQ}" "/opt/metwork-mfext-master/opt/python3/share/metwork_packages" || { echo "ERROR WITH _pip_package_to_yaml.sh ${REQ} /opt/metwork-mfext-master/opt/python3/share/metwork_packages"; exit 1; } done /opt/metwork-mfext-master/opt/python3/share/metwork_packages/hatch-fancy-pypi-readme.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/hatch-nodejs-version.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/hatch-requirements-txt.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/maturin.yaml is ready make[3]: Leaving directory '/src/layers/layer2_python3/0402_prereq_extra_python_packages' make[3]: Entering directory '/src/layers/layer2_python3/0500_extra_python_packages' layer_wrapper --empty-env --empty-env-keeps=LANG,PATH,LAYERAPI2_LAYERS_PATH,PYTHON3_SHORT_VERSION,FORCED_PATHS,BUILDCACHE --force-prepend --layers=python3_core@mfext,python3@mfext -- make -f Makefile.mk all for REQ in requirements3.txt; do if test -s ${REQ}; then download_compile_requirements ${REQ} || { echo "ERROR WITH download_compile_requirements ${REQ}"; exit 1; }; fi; done [DEBUG]: loading tempolayer20316[/src/layers/layer2_python3/0500_extra_python_packages/tempolayer20316] Obtaining acquisition from git+https://github.com/metwork-framework/acquisition.git@8205f0c2fcd323d7e36cbeecac05e74935def06c#egg=acquisition (from -r requirements3.txt (line 1)) Cloning https://github.com/metwork-framework/acquisition.git (to revision 8205f0c2fcd323d7e36cbeecac05e74935def06c) to ./tmp_src/acquisition Running command git clone --filter=blob:none --quiet https://github.com/metwork-framework/acquisition.git /src/layers/layer2_python3/0500_extra_python_packages/tmp_src/acquisition Running command git rev-parse -q --verify 'sha^8205f0c2fcd323d7e36cbeecac05e74935def06c' Running command git fetch -q https://github.com/metwork-framework/acquisition.git 8205f0c2fcd323d7e36cbeecac05e74935def06c Running command git checkout -q 8205f0c2fcd323d7e36cbeecac05e74935def06c Resolved https://github.com/metwork-framework/acquisition.git to commit 8205f0c2fcd323d7e36cbeecac05e74935def06c Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Obtaining aiohttp_metwork_middlewares from git+https://github.com/metwork-framework/aiohttp_metwork_middlewares.git@6ec9424f24b7b89298dfcabde36ad49332cbecc4#egg=aiohttp_metwork_middlewares (from -r requirements3.txt (line 4)) Cloning https://github.com/metwork-framework/aiohttp_metwork_middlewares.git (to revision 6ec9424f24b7b89298dfcabde36ad49332cbecc4) to ./tmp_src/aiohttp-metwork-middlewares Running command git clone --filter=blob:none --quiet https://github.com/metwork-framework/aiohttp_metwork_middlewares.git /src/layers/layer2_python3/0500_extra_python_packages/tmp_src/aiohttp-metwork-middlewares Running command git rev-parse -q --verify 'sha^6ec9424f24b7b89298dfcabde36ad49332cbecc4' Running command git fetch -q https://github.com/metwork-framework/aiohttp_metwork_middlewares.git 6ec9424f24b7b89298dfcabde36ad49332cbecc4 Resolved https://github.com/metwork-framework/aiohttp_metwork_middlewares.git to commit 6ec9424f24b7b89298dfcabde36ad49332cbecc4 Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Obtaining cookiecutter from git+https://github.com/metwork-framework/cookiecutter.git@6d12c5bc04390cb019d9d01b47cb3d50e6276a9d#egg=cookiecutter (from -r requirements3.txt (line 27)) Cloning https://github.com/metwork-framework/cookiecutter.git (to revision 6d12c5bc04390cb019d9d01b47cb3d50e6276a9d) to ./tmp_src/cookiecutter Running command git clone --filter=blob:none --quiet https://github.com/metwork-framework/cookiecutter.git /src/layers/layer2_python3/0500_extra_python_packages/tmp_src/cookiecutter Running command git rev-parse -q --verify 'sha^6d12c5bc04390cb019d9d01b47cb3d50e6276a9d' Running command git fetch -q https://github.com/metwork-framework/cookiecutter.git 6d12c5bc04390cb019d9d01b47cb3d50e6276a9d Resolved https://github.com/metwork-framework/cookiecutter.git to commit 6d12c5bc04390cb019d9d01b47cb3d50e6276a9d Running command git submodule update --init --recursive -q Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Obtaining cookiecutter_hooks from git+https://github.com/metwork-framework/cookiecutter_hooks.git@c9124c2b54c1c05cd83eb3d3454cc4214485c45d#egg=cookiecutter_hooks (from -r requirements3.txt (line 28)) Cloning https://github.com/metwork-framework/cookiecutter_hooks.git (to revision c9124c2b54c1c05cd83eb3d3454cc4214485c45d) to ./tmp_src/cookiecutter-hooks Running command git clone --filter=blob:none --quiet https://github.com/metwork-framework/cookiecutter_hooks.git /src/layers/layer2_python3/0500_extra_python_packages/tmp_src/cookiecutter-hooks Running command git rev-parse -q --verify 'sha^c9124c2b54c1c05cd83eb3d3454cc4214485c45d' Running command git fetch -q https://github.com/metwork-framework/cookiecutter_hooks.git c9124c2b54c1c05cd83eb3d3454cc4214485c45d Running command git checkout -q c9124c2b54c1c05cd83eb3d3454cc4214485c45d Resolved https://github.com/metwork-framework/cookiecutter_hooks.git to commit c9124c2b54c1c05cd83eb3d3454cc4214485c45d Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Obtaining deploycron from git+https://github.com/metwork-framework/deploycron.git@27342219bc00ce9c90b18107ec321b722b3c90bb#egg=deploycron (from -r requirements3.txt (line 32)) Cloning https://github.com/metwork-framework/deploycron.git (to revision 27342219bc00ce9c90b18107ec321b722b3c90bb) to ./tmp_src/deploycron Running command git clone --filter=blob:none --quiet https://github.com/metwork-framework/deploycron.git /src/layers/layer2_python3/0500_extra_python_packages/tmp_src/deploycron Running command git rev-parse -q --verify 'sha^27342219bc00ce9c90b18107ec321b722b3c90bb' Running command git fetch -q https://github.com/metwork-framework/deploycron.git 27342219bc00ce9c90b18107ec321b722b3c90bb Resolved https://github.com/metwork-framework/deploycron.git to commit 27342219bc00ce9c90b18107ec321b722b3c90bb Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Obtaining directory_observer from git+https://github.com/metwork-framework/directory_observer.git@03770b7876990803cc3b271e78b3c0a2364cdf3c#egg=directory_observer (from -r requirements3.txt (line 35)) Cloning https://github.com/metwork-framework/directory_observer.git (to revision 03770b7876990803cc3b271e78b3c0a2364cdf3c) to ./tmp_src/directory-observer Running command git clone --filter=blob:none --quiet https://github.com/metwork-framework/directory_observer.git /src/layers/layer2_python3/0500_extra_python_packages/tmp_src/directory-observer Running command git rev-parse -q --verify 'sha^03770b7876990803cc3b271e78b3c0a2364cdf3c' Running command git fetch -q https://github.com/metwork-framework/directory_observer.git 03770b7876990803cc3b271e78b3c0a2364cdf3c Running command git checkout -q 03770b7876990803cc3b271e78b3c0a2364cdf3c Resolved https://github.com/metwork-framework/directory_observer.git to commit 03770b7876990803cc3b271e78b3c0a2364cdf3c Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Obtaining envtpl from git+https://github.com/metwork-framework/envtpl.git@136972101464853a57b61e485608167fe75f5f71#egg=envtpl (from -r requirements3.txt (line 38)) Cloning https://github.com/metwork-framework/envtpl.git (to revision 136972101464853a57b61e485608167fe75f5f71) to ./tmp_src/envtpl Running command git clone --filter=blob:none --quiet https://github.com/metwork-framework/envtpl.git /src/layers/layer2_python3/0500_extra_python_packages/tmp_src/envtpl Running command git rev-parse -q --verify 'sha^136972101464853a57b61e485608167fe75f5f71' Running command git fetch -q https://github.com/metwork-framework/envtpl.git 136972101464853a57b61e485608167fe75f5f71 Running command git checkout -q 136972101464853a57b61e485608167fe75f5f71 Resolved https://github.com/metwork-framework/envtpl.git to commit 136972101464853a57b61e485608167fe75f5f71 Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Obtaining mfplugin from git+https://github.com/metwork-framework/mfplugin.git@5de463640d478622309d6949d21075c6810f1344#egg=mfplugin (from -r requirements3.txt (line 65)) Cloning https://github.com/metwork-framework/mfplugin.git (to revision 5de463640d478622309d6949d21075c6810f1344) to ./tmp_src/mfplugin Running command git clone --filter=blob:none --quiet https://github.com/metwork-framework/mfplugin.git /src/layers/layer2_python3/0500_extra_python_packages/tmp_src/mfplugin Running command git rev-parse -q --verify 'sha^5de463640d478622309d6949d21075c6810f1344' Running command git fetch -q https://github.com/metwork-framework/mfplugin.git 5de463640d478622309d6949d21075c6810f1344 Running command git checkout -q 5de463640d478622309d6949d21075c6810f1344 Resolved https://github.com/metwork-framework/mfplugin.git to commit 5de463640d478622309d6949d21075c6810f1344 Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Obtaining statsd from git+https://github.com/thefab/pystatsd.git@075001fef55d1caefdd74a55c40db84d829e7edd#egg=statsd (from -r requirements3.txt (line 104)) Cloning https://github.com/thefab/pystatsd.git (to revision 075001fef55d1caefdd74a55c40db84d829e7edd) to ./tmp_src/statsd Running command git clone --filter=blob:none --quiet https://github.com/thefab/pystatsd.git /src/layers/layer2_python3/0500_extra_python_packages/tmp_src/statsd Running command git rev-parse -q --verify 'sha^075001fef55d1caefdd74a55c40db84d829e7edd' Running command git fetch -q https://github.com/thefab/pystatsd.git 075001fef55d1caefdd74a55c40db84d829e7edd Resolved https://github.com/thefab/pystatsd.git to commit 075001fef55d1caefdd74a55c40db84d829e7edd Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Obtaining telegraf_unixsocket_client from git+https://github.com/metwork-framework/telegraf-unixsocket-python-client@d41af1a6af7c796cd835c1a98c773989cdb0897e#egg=telegraf_unixsocket_client (from -r requirements3.txt (line 107)) Cloning https://github.com/metwork-framework/telegraf-unixsocket-python-client (to revision d41af1a6af7c796cd835c1a98c773989cdb0897e) to ./tmp_src/telegraf-unixsocket-client Running command git clone --filter=blob:none --quiet https://github.com/metwork-framework/telegraf-unixsocket-python-client /src/layers/layer2_python3/0500_extra_python_packages/tmp_src/telegraf-unixsocket-client Running command git rev-parse -q --verify 'sha^d41af1a6af7c796cd835c1a98c773989cdb0897e' Running command git fetch -q https://github.com/metwork-framework/telegraf-unixsocket-python-client d41af1a6af7c796cd835c1a98c773989cdb0897e Running command git checkout -q d41af1a6af7c796cd835c1a98c773989cdb0897e Resolved https://github.com/metwork-framework/telegraf-unixsocket-python-client to commit d41af1a6af7c796cd835c1a98c773989cdb0897e Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Obtaining xattrfile from git+https://github.com/metwork-framework/xattrfile.git@6df2a841127cc24775961164e9c07095e3f6007b#egg=xattrfile (from -r requirements3.txt (line 120)) Cloning https://github.com/metwork-framework/xattrfile.git (to revision 6df2a841127cc24775961164e9c07095e3f6007b) to ./tmp_src/xattrfile Running command git clone --filter=blob:none --quiet https://github.com/metwork-framework/xattrfile.git /src/layers/layer2_python3/0500_extra_python_packages/tmp_src/xattrfile Running command git rev-parse -q --verify 'sha^6df2a841127cc24775961164e9c07095e3f6007b' Running command git fetch -q https://github.com/metwork-framework/xattrfile.git 6df2a841127cc24775961164e9c07095e3f6007b Running command git checkout -q 6df2a841127cc24775961164e9c07095e3f6007b Resolved https://github.com/metwork-framework/xattrfile.git to commit 6df2a841127cc24775961164e9c07095e3f6007b Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting aiohappyeyeballs==2.4.0 (from -r requirements3.txt (line 2)) Downloading aiohappyeyeballs-2.4.0-py3-none-any.whl.metadata (5.9 kB) Collecting aiohttp==3.10.5 (from -r requirements3.txt (line 3)) Downloading aiohttp-3.10.5.tar.gz (7.5 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.5/7.5 MB 103.2 MB/s eta 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting aiosignal==1.3.1 (from -r requirements3.txt (line 5)) Downloading aiosignal-1.3.1.tar.gz (19 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting annotated-types==0.6.0 (from -r requirements3.txt (line 6)) Downloading annotated_types-0.6.0.tar.gz (14 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting argcomplete==3.1.1 (from -r requirements3.txt (line 7)) Downloading argcomplete-3.1.1.tar.gz (79 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting arrow==1.2.3 (from -r requirements3.txt (line 8)) Downloading arrow-1.2.3.tar.gz (127 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting asttokens==2.4.0 (from -r requirements3.txt (line 9)) Downloading asttokens-2.4.0.tar.gz (61 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting async-timeout==4.0.3 (from -r requirements3.txt (line 10)) Downloading async-timeout-4.0.3.tar.gz (8.3 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting attrs==23.2.0 (from -r requirements3.txt (line 11)) Downloading attrs-23.2.0.tar.gz (780 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 780.8/780.8 kB 52.8 MB/s eta 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting autopep8==2.0.4 (from -r requirements3.txt (line 12)) Downloading autopep8-2.0.4.tar.gz (116 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting Babel==2.13.0 (from -r requirements3.txt (line 13)) Downloading Babel-2.13.0.tar.gz (9.9 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.9/9.9 MB 131.7 MB/s eta 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting backcall==0.2.0 (from -r requirements3.txt (line 14)) Downloading backcall-0.2.0.tar.gz (18 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting bash==0.6 (from -r requirements3.txt (line 15)) Downloading bash-0.6.tar.gz (2.8 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting bcrypt==4.0.1 (from -r requirements3.txt (line 16)) Downloading bcrypt-4.0.1.tar.gz (25 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting beautifulsoup4==4.12.2 (from -r requirements3.txt (line 17)) Downloading beautifulsoup4-4.12.2.tar.gz (505 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting binaryornot==0.4.4 (from -r requirements3.txt (line 18)) Downloading binaryornot-0.4.4.tar.gz (371 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting bjoern==3.2.2 (from -r requirements3.txt (line 19)) Downloading bjoern-3.2.2.tar.gz (45 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting cachetools==5.3.1 (from -r requirements3.txt (line 20)) Downloading cachetools-5.3.1.tar.gz (27 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting Cerberus==1.3.5 (from -r requirements3.txt (line 21)) Downloading Cerberus-1.3.5.tar.gz (29 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting chardet==5.2.0 (from -r requirements3.txt (line 22)) Downloading chardet-5.2.0.tar.gz (2.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 112.5 MB/s eta 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting charset_normalizer==3.2.0 (from -r requirements3.txt (line 23)) Downloading charset-normalizer-3.2.0.tar.gz (97 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting Click==8.1.7 (from -r requirements3.txt (line 24)) Downloading click-8.1.7.tar.gz (336 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting colorama==0.4.6 (from -r requirements3.txt (line 25)) Downloading colorama-0.4.6.tar.gz (27 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting commonmark==0.9.1 (from -r requirements3.txt (line 26)) Downloading commonmark-0.9.1.tar.gz (95 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting cron-wrapper==0.1.2 (from -r requirements3.txt (line 29)) Downloading cron-wrapper-0.1.2.tar.gz (6.1 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting cryptography==43.0.1 (from -r requirements3.txt (line 30)) Downloading cryptography-43.0.1.tar.gz (686 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 686.9/686.9 kB 43.4 MB/s eta 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting decorator==5.1.1 (from -r requirements3.txt (line 31)) Downloading decorator-5.1.1.tar.gz (35 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting Deprecated==1.2.14 (from -r requirements3.txt (line 33)) Downloading Deprecated-1.2.14.tar.gz (3.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.0/3.0 MB 140.3 MB/s eta 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting dill==0.3.7 (from -r requirements3.txt (line 34)) Downloading dill-0.3.7.tar.gz (183 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting diskcache==5.6.3 (from -r requirements3.txt (line 36)) Downloading diskcache-5.6.3.tar.gz (67 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting entrypoints==0.4 (from -r requirements3.txt (line 37)) Downloading entrypoints-0.4.tar.gz (13 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting executing==2.0.1 (from -r requirements3.txt (line 39)) Downloading executing-2.0.1.tar.gz (836 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 836.5/836.5 kB 58.6 MB/s eta 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting frozenlist==1.4.0 (from -r requirements3.txt (line 40)) Downloading frozenlist-1.4.0.tar.gz (90 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting fsspec==2023.9.2 (from -r requirements3.txt (line 41)) Downloading fsspec-2023.9.2.tar.gz (161 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting geojson==3.1.0 (from -r requirements3.txt (line 42)) Downloading geojson-3.1.0.tar.gz (24 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting gitignore-parser==0.1.11 (from -r requirements3.txt (line 43)) Downloading gitignore_parser-0.1.11.tar.gz (5.3 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting hiredis==2.2.3 (from -r requirements3.txt (line 44)) Downloading hiredis-2.2.3.tar.gz (84 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting idna==3.7 (from -r requirements3.txt (line 45)) Downloading idna-3.7.tar.gz (189 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting inotify-simple==1.3.5 (from -r requirements3.txt (line 46)) Downloading inotify_simple-1.3.5.tar.gz (9.7 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting ipython==8.16.1 (from -r requirements3.txt (line 47)) Downloading ipython-8.16.1.tar.gz (5.5 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.5/5.5 MB 90.4 MB/s eta 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting jedi==0.19.1 (from -r requirements3.txt (line 48)) Downloading jedi-0.19.1.tar.gz (1.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 96.2 MB/s eta 0:00:00 Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting Jinja2==3.1.4 (from -r requirements3.txt (line 49)) Downloading jinja2-3.1.4.tar.gz (240 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting jinja2-from-json-extension==1.0.0 (from -r requirements3.txt (line 50)) Downloading jinja2_from_json_extension-1.0.0.tar.gz (2.6 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting jinja2-fnmatch-extension==1.0.2 (from -r requirements3.txt (line 51)) Downloading jinja2_fnmatch_extension-1.0.2.tar.gz (3.3 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting jinja2-getenv-extension==1.0.2 (from -r requirements3.txt (line 52)) Downloading jinja2_getenv_extension-1.0.2.tar.gz (3.5 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting jinja2-shell-extension==2.0.1 (from -r requirements3.txt (line 53)) Downloading jinja2_shell_extension-2.0.1.tar.gz (3.5 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting jinja2-time==0.2.0 (from -r requirements3.txt (line 54)) Downloading jinja2-time-0.2.0.tar.gz (5.7 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting joblib==1.3.2 (from -r requirements3.txt (line 55)) Downloading joblib-1.3.2.tar.gz (2.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.0/2.0 MB 116.9 MB/s eta 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting jsonschema==4.19.2 (from -r requirements3.txt (line 56)) Downloading jsonschema-4.19.2.tar.gz (318 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting jsonschema_specifications==2023.11.1 (from -r requirements3.txt (line 57)) Downloading jsonschema_specifications-2023.11.1.tar.gz (12 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting lazy-import==0.2.2 (from -r requirements3.txt (line 58)) Downloading lazy_import-0.2.2.tar.gz (15 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting Markdown==3.4.4 (from -r requirements3.txt (line 59)) Downloading Markdown-3.4.4.tar.gz (324 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting markdown-it-py==3.0.0 (from -r requirements3.txt (line 60)) Downloading markdown-it-py-3.0.0.tar.gz (74 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting MarkupSafe==2.1.3 (from -r requirements3.txt (line 61)) Downloading MarkupSafe-2.1.3.tar.gz (19 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting matplotlib-inline==0.1.6 (from -r requirements3.txt (line 62)) Downloading matplotlib-inline-0.1.6.tar.gz (7.8 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting mdurl==0.1.2 (from -r requirements3.txt (line 63)) Downloading mdurl-0.1.2.tar.gz (8.7 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting mflog==0.1.0 (from -r requirements3.txt (line 64)) Downloading mflog-0.1.0.tar.gz (21 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting mfutil==0.2.0 (from -r requirements3.txt (line 66)) Downloading mfutil-0.2.0.tar.gz (17 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting mockredispy==2.9.3 (from -r requirements3.txt (line 67)) Downloading mockredispy-2.9.3.tar.gz (17 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting multidict==6.0.4 (from -r requirements3.txt (line 68)) Downloading multidict-6.0.4.tar.gz (51 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting mypy-extensions==1.0.0 (from -r requirements3.txt (line 69)) Downloading mypy_extensions-1.0.0.tar.gz (4.4 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting netifaces==0.11.0 (from -r requirements3.txt (line 70)) Downloading netifaces-0.11.0.tar.gz (30 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting opinionated-configparser==1.0.1 (from -r requirements3.txt (line 71)) Downloading opinionated_configparser-1.0.1.tar.gz (6.4 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting paramiko==3.4.1 (from -r requirements3.txt (line 72)) Downloading paramiko-3.4.1.tar.gz (1.7 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.7/1.7 MB 70.5 MB/s eta 0:00:00 Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting parso==0.8.3 (from -r requirements3.txt (line 73)) Downloading parso-0.8.3.tar.gz (400 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting pexpect==4.8.0 (from -r requirements3.txt (line 74)) Downloading pexpect-4.8.0.tar.gz (157 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting pickleshare==0.7.5 (from -r requirements3.txt (line 75)) Downloading pickleshare-0.7.5.tar.gz (6.2 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting pika==1.3.2 (from -r requirements3.txt (line 76)) Downloading pika-1.3.2.tar.gz (145 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting poyo==0.5.0 (from -r requirements3.txt (line 77)) Downloading poyo-0.5.0.tar.gz (15 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting prompt-toolkit==3.0.36 (from -r requirements3.txt (line 78)) Downloading prompt_toolkit-3.0.36.tar.gz (423 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting psutil==5.9.8 (from -r requirements3.txt (line 79)) Downloading psutil-5.9.8.tar.gz (503 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting ptyprocess==0.7.0 (from -r requirements3.txt (line 80)) Downloading ptyprocess-0.7.0.tar.gz (70 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pure-eval==0.2.2 (from -r requirements3.txt (line 81)) Downloading pure_eval-0.2.2.tar.gz (19 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pyasn1==0.4.8 (from -r requirements3.txt (line 82)) Downloading pyasn1-0.4.8.tar.gz (146 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting pyasn1-modules==0.2.8 (from -r requirements3.txt (line 83)) Downloading pyasn1-modules-0.2.8.tar.gz (242 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting pyasyncore==1.0.4 (from -r requirements3.txt (line 84)) Downloading pyasyncore-1.0.4.tar.gz (15 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting pycodestyle==2.11.0 (from -r requirements3.txt (line 85)) Downloading pycodestyle-2.11.0.tar.gz (38 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting pydantic==2.8.2 (from -r requirements3.txt (line 86)) Downloading pydantic-2.8.2.tar.gz (739 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 739.8/739.8 kB 47.6 MB/s eta 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pydantic-core==2.20.1 (from -r requirements3.txt (line 87)) Downloading pydantic_core-2.20.1.tar.gz (388 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting Pygments==2.16.1 (from -r requirements3.txt (line 88)) Downloading Pygments-2.16.1.tar.gz (4.9 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.9/4.9 MB 39.8 MB/s eta 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pyinotify==0.9.6 (from -r requirements3.txt (line 89)) Downloading pyinotify-0.9.6.tar.gz (60 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting PyNaCl==1.5.0 (from -r requirements3.txt (line 90)) Downloading PyNaCl-1.5.0.tar.gz (3.4 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.4/3.4 MB 91.1 MB/s eta 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting python-dateutil==2.8.2 (from -r requirements3.txt (line 91)) Downloading python-dateutil-2.8.2.tar.gz (357 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting python-ldap==3.4.3 (from -r requirements3.txt (line 92)) Downloading python-ldap-3.4.3.tar.gz (377 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pytz==2023.3.post1 (from -r requirements3.txt (line 93)) Downloading pytz-2023.3.post1.tar.gz (316 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting PyYAML==6.0.1 (from -r requirements3.txt (line 94)) Downloading PyYAML-6.0.1.tar.gz (125 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting redis==5.0.6 (from -r requirements3.txt (line 95)) Downloading redis-5.0.6.tar.gz (4.6 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.6/4.6 MB 113.6 MB/s eta 0:00:00 Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting referencing==0.31.0 (from -r requirements3.txt (line 96)) Downloading referencing-0.31.0.tar.gz (53 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting regex==2023.8.8 (from -r requirements3.txt (line 97)) Downloading regex-2023.8.8.tar.gz (392 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting requests==2.32.3 (from -r requirements3.txt (line 98)) Downloading requests-2.32.3.tar.gz (131 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting requests-unixsocket2==0.4.0 (from -r requirements3.txt (line 99)) Downloading requests_unixsocket2-0.4.0-py3-none-any.whl.metadata (3.9 kB) Collecting rich==13.5.2 (from -r requirements3.txt (line 100)) Downloading rich-13.5.2-py3-none-any.whl.metadata (18 kB) Collecting rpds-py==0.12.0 (from -r requirements3.txt (line 101)) Downloading rpds_py-0.12.0.tar.gz (16 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting simpleeval==0.9.13 (from -r requirements3.txt (line 102)) Downloading simpleeval-0.9.13.tar.gz (24 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting soupsieve==2.5 (from -r requirements3.txt (line 103)) Downloading soupsieve-2.5.tar.gz (100 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting stack-data==0.6.3 (from -r requirements3.txt (line 105)) Downloading stack_data-0.6.3.tar.gz (44 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting structlog==23.1.0 (from -r requirements3.txt (line 106)) Downloading structlog-23.1.0.tar.gz (746 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 746.3/746.3 kB 47.8 MB/s eta 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting termcolor==2.3.0 (from -r requirements3.txt (line 108)) Downloading termcolor-2.3.0.tar.gz (12 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting terminaltables==3.1.10 (from -r requirements3.txt (line 109)) Downloading terminaltables-3.1.10-py2.py3-none-any.whl.metadata (3.5 kB) Collecting threadpoolctl==3.2.0 (from -r requirements3.txt (line 110)) Downloading threadpoolctl-3.2.0.tar.gz (36 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting tornado==6.4.1 (from -r requirements3.txt (line 111)) Downloading tornado-6.4.1.tar.gz (500 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting tqdm==4.66.4 (from -r requirements3.txt (line 112)) Downloading tqdm-4.66.4.tar.gz (169 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting traitlets==5.9.0 (from -r requirements3.txt (line 113)) Downloading traitlets-5.9.0.tar.gz (150 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting Unidecode==1.3.6 (from -r requirements3.txt (line 114)) Downloading Unidecode-1.3.6.tar.gz (192 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting urllib3==2.2.2 (from -r requirements3.txt (line 115)) Downloading urllib3-2.2.2.tar.gz (292 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting wcwidth==0.2.8 (from -r requirements3.txt (line 116)) Downloading wcwidth-0.2.8.tar.gz (61 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting Werkzeug==3.0.6 (from -r requirements3.txt (line 117)) Downloading werkzeug-3.0.6.tar.gz (805 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 805.2/805.2 kB 26.3 MB/s eta 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting whichcraft==0.6.1 (from -r requirements3.txt (line 118)) Downloading whichcraft-0.6.1.tar.gz (6.9 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting wrapt==1.16.0 (from -r requirements3.txt (line 119)) Downloading wrapt-1.16.0.tar.gz (53 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting xmltodict==0.13.0 (from -r requirements3.txt (line 121)) Downloading xmltodict-0.13.0.tar.gz (33 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting yarl==1.9.2 (from -r requirements3.txt (line 122)) Downloading yarl-1.9.2.tar.gz (184 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting yq==3.2.2 (from -r requirements3.txt (line 123)) Downloading yq-3.2.2.tar.gz (30 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting six>=1.12.0 (from asttokens==2.4.0->-r requirements3.txt (line 9)) Using cached six-1.16.0-py2.py3-none-any.whl Collecting filelock (from cron-wrapper==0.1.2->-r requirements3.txt (line 29)) Using cached filelock-3.12.3-py3-none-any.whl Collecting cffi>=1.12 (from cryptography==43.0.1->-r requirements3.txt (line 30)) Using cached cffi-1.15.1-cp312-cp312-linux_x86_64.whl Collecting typing-extensions>=4.6.1 (from pydantic==2.8.2->-r requirements3.txt (line 86)) Using cached typing_extensions-4.12.2-py3-none-any.whl Collecting certifi>=2017.4.17 (from requests==2.32.3->-r requirements3.txt (line 98)) Downloading certifi-2024.7.4.tar.gz (164 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting tomlkit>=0.11.6 (from yq==3.2.2->-r requirements3.txt (line 123)) Using cached tomlkit-0.12.1-py3-none-any.whl.metadata (2.7 kB) Collecting ConfigUpdater (from mfplugin->-r requirements3.txt (line 65)) Using cached ConfigUpdater-3.1.1-py2.py3-none-any.whl Collecting pycparser (from cffi>=1.12->cryptography==43.0.1->-r requirements3.txt (line 30)) Using cached pycparser-2.21-py2.py3-none-any.whl Downloading aiohappyeyeballs-2.4.0-py3-none-any.whl (12 kB) Downloading requests_unixsocket2-0.4.0-py3-none-any.whl (7.9 kB) Downloading rich-13.5.2-py3-none-any.whl (239 kB) Downloading terminaltables-3.1.10-py2.py3-none-any.whl (15 kB) Using cached tomlkit-0.12.1-py3-none-any.whl (37 kB) Saved ./src/aiohappyeyeballs-2.4.0-py3-none-any.whl Saved ./src/requests_unixsocket2-0.4.0-py3-none-any.whl Saved ./src/rich-13.5.2-py3-none-any.whl Saved ./src/terminaltables-3.1.10-py2.py3-none-any.whl Saved ./src/cffi-1.15.1-cp312-cp312-linux_x86_64.whl Saved ./src/six-1.16.0-py2.py3-none-any.whl Saved ./src/tomlkit-0.12.1-py3-none-any.whl Saved ./src/typing_extensions-4.12.2-py3-none-any.whl Saved ./src/ConfigUpdater-3.1.1-py2.py3-none-any.whl Saved ./src/filelock-3.12.3-py3-none-any.whl Saved ./src/pycparser-2.21-py2.py3-none-any.whl Building wheels for collected packages: aiohttp, aiosignal, annotated-types, argcomplete, arrow, asttokens, async-timeout, attrs, autopep8, Babel, backcall, bash, bcrypt, beautifulsoup4, binaryornot, bjoern, cachetools, Cerberus, chardet, charset_normalizer, Click, colorama, commonmark, cron-wrapper, cryptography, decorator, Deprecated, dill, diskcache, entrypoints, executing, frozenlist, fsspec, geojson, gitignore-parser, hiredis, idna, inotify-simple, ipython, jedi, Jinja2, jinja2-from-json-extension, jinja2-fnmatch-extension, jinja2-getenv-extension, jinja2-shell-extension, jinja2-time, joblib, jsonschema, jsonschema_specifications, lazy-import, Markdown, markdown-it-py, MarkupSafe, matplotlib-inline, mdurl, mflog, mfutil, mockredispy, multidict, mypy-extensions, netifaces, opinionated-configparser, paramiko, parso, pexpect, pickleshare, pika, poyo, prompt-toolkit, psutil, ptyprocess, pure-eval, pyasn1, pyasn1-modules, pyasyncore, pycodestyle, pydantic, pydantic-core, Pygments, pyinotify, PyNaCl, python-dateutil, python-ldap, pytz, PyYAML, redis, referencing, regex, requests, rpds-py, simpleeval, soupsieve, stack-data, structlog, termcolor, threadpoolctl, tornado, tqdm, traitlets, Unidecode, urllib3, wcwidth, Werkzeug, whichcraft, wrapt, xmltodict, yarl, yq, acquisition, aiohttp_metwork_middlewares, cookiecutter, cookiecutter_hooks, deploycron, directory_observer, envtpl, mfplugin, statsd, telegraf_unixsocket_client, xattrfile, certifi Building wheel for aiohttp (pyproject.toml): started Building wheel for aiohttp (pyproject.toml): finished with status 'done' Created wheel for aiohttp: filename=aiohttp-3.10.5-cp312-cp312-linux_x86_64.whl size=1291266 sha256=88ecfb311518d6d279de8116a6abdfd2347f089f22fe1c9bfb8c0228c2dd8ecf Stored in directory: /root/.cache/pip/wheels/76/c3/e5/e0f571afa71bb97104330c8adf3800dad0ad9863423d35894b Building wheel for aiosignal (pyproject.toml): started Building wheel for aiosignal (pyproject.toml): finished with status 'done' Created wheel for aiosignal: filename=aiosignal-1.3.1-py3-none-any.whl size=7613 sha256=a0e0186a074e827e5af0434341cf52960e4b6b38322b580f1d9f6d972df2fb7e Stored in directory: /root/.cache/pip/wheels/52/b6/98/9db9ecd54a156a085ca03dd0613859a4d9befcd50539d779dc Building wheel for annotated-types (pyproject.toml): started Building wheel for annotated-types (pyproject.toml): finished with status 'done' Created wheel for annotated-types: filename=annotated_types-0.6.0-py3-none-any.whl size=12360 sha256=0641064de18ba7a25dee8f96403ebc39113d0cb953a01429249d5c7564666a43 Stored in directory: /root/.cache/pip/wheels/b3/dd/ce/51febabd265e8efb16489bd05b2361cc907a07fdc7e13d72e9 Building wheel for argcomplete (pyproject.toml): started Building wheel for argcomplete (pyproject.toml): finished with status 'done' Created wheel for argcomplete: filename=argcomplete-3.1.1-py3-none-any.whl size=41485 sha256=6ef3e58ad3c2cbb783c755ff163757a7195058811e71386306041fbf78db8da0 Stored in directory: /root/.cache/pip/wheels/9b/e1/d4/f3e06d6ec0fc5f41055a8a399340360ed3682bae166bc5aeda Building wheel for arrow (setup.py): started Building wheel for arrow (setup.py): finished with status 'done' Created wheel for arrow: filename=arrow-1.2.3-py3-none-any.whl size=66381 sha256=814a3595d796b777ae8880948eefd9cd140b47db95566453e5ee52abc75551fa Stored in directory: /root/.cache/pip/wheels/4c/89/77/d737e7c60dad5c6cb521f7b93d54a197f3b837981e748c9f8e Building wheel for asttokens (pyproject.toml): started Building wheel for asttokens (pyproject.toml): finished with status 'done' Created wheel for asttokens: filename=asttokens-2.4.0-py2.py3-none-any.whl size=27670 sha256=d05a8184b1fef0515e84819ec124091607f40764e5e32731d10ddfcaeb15a42b Stored in directory: /root/.cache/pip/wheels/30/2a/a9/d88219921830efee5b354eb2849c6db50e26a760e0eb9990ad Building wheel for async-timeout (pyproject.toml): started Building wheel for async-timeout (pyproject.toml): finished with status 'done' Created wheel for async-timeout: filename=async_timeout-4.0.3-py3-none-any.whl size=5719 sha256=b272afa91d4200a6d557c1a6a737d95749792771e447bd336b43bab911133f80 Stored in directory: /root/.cache/pip/wheels/e1/b3/58/6a31eb99d5e01d91c212be5feee6f34253faef3f96d2c35855 Building wheel for attrs (pyproject.toml): started Building wheel for attrs (pyproject.toml): finished with status 'done' Created wheel for attrs: filename=attrs-23.2.0-py3-none-any.whl size=60760 sha256=3fcb6d3cc7c093ace2f4658ed64dd3fc415d9db4d45d96b1191a6cf8a5564c7a Stored in directory: /root/.cache/pip/wheels/13/97/a1/1422ad52d139f365c86c5d8d4066051e93ebd4f404996ff881 Building wheel for autopep8 (setup.py): started Building wheel for autopep8 (setup.py): finished with status 'done' Created wheel for autopep8: filename=autopep8-2.0.4-py2.py3-none-any.whl size=45339 sha256=51fdfc50ec9c398a881d23b73a4e8b301bb56c8461e6984535467b1c5e948a13 Stored in directory: /root/.cache/pip/wheels/c0/b5/30/f70f4ee034b817fceec78ed1a9996c719d3785499dda90150c Building wheel for Babel (pyproject.toml): started Building wheel for Babel (pyproject.toml): finished with status 'done' Created wheel for Babel: filename=Babel-2.13.0-py3-none-any.whl size=10073414 sha256=1b55b435bcea1feb0f98b35e4323c3f5ea9102c6a2295109f4e3847e71edf90d Stored in directory: /root/.cache/pip/wheels/07/57/0d/53eb7f8c5df9c9f785991d1ab141ed19e44a150054f4fc9e30 Building wheel for backcall (pyproject.toml): started Building wheel for backcall (pyproject.toml): finished with status 'done' Created wheel for backcall: filename=backcall-0.2.0-py2.py3-none-any.whl size=11143 sha256=8a627d66e6cfe38b584c980b504e871af7a2c362dcb74257cfc70d396b7777db Stored in directory: /root/.cache/pip/wheels/7d/54/e0/f3419c5dca17d743319d62ff471c0fad47a06e85d533816d1d Building wheel for bash (setup.py): started Building wheel for bash (setup.py): finished with status 'done' Created wheel for bash: filename=bash-0.6-py3-none-any.whl size=2982 sha256=d5f58afd23057c626d14843b22c1265220cbbe6dcaab23d320f5321ae451ac49 Stored in directory: /root/.cache/pip/wheels/e5/1e/ca/b2913c8f410010df399763e0fea1ba492f47d4d597aa484458 Building wheel for bcrypt (pyproject.toml): started Building wheel for bcrypt (pyproject.toml): finished with status 'done' Created wheel for bcrypt: filename=bcrypt-4.0.1-cp312-cp312-linux_x86_64.whl size=1276966 sha256=4894c3ecd11e12be143494cd7a7b8b7a4ed3456a1b9f8f33f2d46c5acd0a7852 Stored in directory: /root/.cache/pip/wheels/80/53/90/0db3b974823c1eb9ea0612fda6da5a9bc9b7823f9751127172 Building wheel for beautifulsoup4 (pyproject.toml): started Building wheel for beautifulsoup4 (pyproject.toml): finished with status 'done' Created wheel for beautifulsoup4: filename=beautifulsoup4-4.12.2-py3-none-any.whl size=142980 sha256=2bc543de7fe6453ceb21f7fdaf5e6cd435ebc61cf2e8ef53259da030a732fb8d Stored in directory: /root/.cache/pip/wheels/d1/ae/2d/0e3002331496b3b878ebd4c7d6033ba4e5add596fea637ec01 Building wheel for binaryornot (setup.py): started Building wheel for binaryornot (setup.py): finished with status 'done' Created wheel for binaryornot: filename=binaryornot-0.4.4-py2.py3-none-any.whl size=7493 sha256=fbb88b926d36f237513d1bd1ee5a478ad9c8445bfbf85addca5679d7354829cb Stored in directory: /root/.cache/pip/wheels/d3/f1/a9/0c15a828f3278d74d70e09e9aa1448647c32c7242c1a930598 Building wheel for bjoern (setup.py): started Building wheel for bjoern (setup.py): finished with status 'done' Created wheel for bjoern: filename=bjoern-3.2.2-cp312-cp312-linux_x86_64.whl size=114810 sha256=704517cdd48583dab19a4a45124ab4a74062207e9306512efcf685bcf3531351 Stored in directory: /root/.cache/pip/wheels/16/71/1b/7771cf211888fa8fbdf562a64f8eede383bacc0e57b7969cff Building wheel for cachetools (pyproject.toml): started Building wheel for cachetools (pyproject.toml): finished with status 'done' Created wheel for cachetools: filename=cachetools-5.3.1-py3-none-any.whl size=9288 sha256=82895abc4b7ac17159f73b6a06421676e10cfcb9dca935863d9d059d64c49697 Stored in directory: /root/.cache/pip/wheels/04/6a/09/8ac75d8a1dbfac6cf84c83483e90c61e69632950991c0d9c54 Building wheel for Cerberus (pyproject.toml): started Building wheel for Cerberus (pyproject.toml): finished with status 'done' Created wheel for Cerberus: filename=Cerberus-1.3.5-py3-none-any.whl size=30778 sha256=61614c6dd33231f898d65a79edad7541d3885b3bb9fb6f86440f4371ac157a9d Stored in directory: /root/.cache/pip/wheels/27/9a/7f/9d65556f8b7a355aed415ae4a0752bdf83eedbaaa9fb98b50d Building wheel for chardet (pyproject.toml): started Building wheel for chardet (pyproject.toml): finished with status 'done' Created wheel for chardet: filename=chardet-5.2.0-py3-none-any.whl size=199384 sha256=aec73cfd7cd63fd3c1d6ac082b879b27722957b0c5576e964c644f68fc642b9f Stored in directory: /root/.cache/pip/wheels/0c/f1/b6/742a749bb8f5f84225f7a761ead7dff684b6421cc3d9f12954 Building wheel for charset_normalizer (setup.py): started Building wheel for charset_normalizer (setup.py): finished with status 'done' Created wheel for charset_normalizer: filename=charset_normalizer-3.2.0-py3-none-any.whl size=46666 sha256=a0ff80a7a4a3bd74cb0e84eb7fd684fe72464f30890651f130686761983e3b2f Stored in directory: /root/.cache/pip/wheels/e8/2c/41/2479e88a743418e0664a23e028a65525ff8b5d70a08cd7ca51 Building wheel for Click (setup.py): started Building wheel for Click (setup.py): finished with status 'done' Created wheel for Click: filename=click-8.1.7-py3-none-any.whl size=97939 sha256=5556861c5983e821778e302cacd2f19256f2cf9c0005f7579eb775f10f993284 Stored in directory: /root/.cache/pip/wheels/d9/3c/47/cf8c69f963f2fbc79ac3a3c63417206a220ce595c271359e61 Building wheel for colorama (pyproject.toml): started Building wheel for colorama (pyproject.toml): finished with status 'done' Created wheel for colorama: filename=colorama-0.4.6-py2.py3-none-any.whl size=25348 sha256=0b364a2f0e3ad8e5a488420fed12fdb6bdeb36703873aa611e2db52255838a3c Stored in directory: /root/.cache/pip/wheels/d5/c8/86/227ba5c9e6f5a03c4b78bcb40ba723ab0541fb1249eec6277f Building wheel for commonmark (setup.py): started Building wheel for commonmark (setup.py): finished with status 'done' Created wheel for commonmark: filename=commonmark-0.9.1-py2.py3-none-any.whl size=51070 sha256=460e6550c5d2aab5d86f491832c42b5e7eb6f748b112a42c91423b1060806abe Stored in directory: /root/.cache/pip/wheels/4f/12/6d/428f185122ecf670125f670f7c8c7d36f63fdbddb889207741 Building wheel for cron-wrapper (setup.py): started Building wheel for cron-wrapper (setup.py): finished with status 'done' Created wheel for cron-wrapper: filename=cron_wrapper-0.1.2-py3-none-any.whl size=5278 sha256=fd878296f147b4baf7c32e52acc19fffef0abff28225e65546fb290412042360 Stored in directory: /root/.cache/pip/wheels/68/63/80/7a4375b1cf9c90784f2c80be6bd77e8828b4c001384ccd562a Building wheel for cryptography (pyproject.toml): started Building wheel for cryptography (pyproject.toml): finished with status 'done' Created wheel for cryptography: filename=cryptography-43.0.1-cp37-abi3-linux_x86_64.whl size=1545456 sha256=9699034f403a62a37ce25ede41a4629542a62dc6fbec7e1eae577d4afebfd6a0 Stored in directory: /root/.cache/pip/wheels/b7/4d/48/d7a49f5fc8cc148b1ca925f291043b85712467c4cf11cb7a22 Building wheel for decorator (setup.py): started Building wheel for decorator (setup.py): finished with status 'done' Created wheel for decorator: filename=decorator-5.1.1-py3-none-any.whl size=9089 sha256=3f2d66f29a3070552a2704565077b922d4191b8b262cbb8aba7e8d396d080e4d Stored in directory: /root/.cache/pip/wheels/d3/f1/1c/73783440c5b51ad6867cf45bc109e50a5c451ec50c513d6046 Building wheel for Deprecated (pyproject.toml): started Building wheel for Deprecated (pyproject.toml): finished with status 'done' Created wheel for Deprecated: filename=Deprecated-1.2.14-py2.py3-none-any.whl size=9559 sha256=0ec8f347b3d2c105c89df518bdece8da65c51eb442226085a2afc4cfaa1d8fe4 Stored in directory: /root/.cache/pip/wheels/fd/01/e9/ed621a092a02c63af118ecea9d7e064bfa7883ef230ab7c14a Building wheel for dill (pyproject.toml): started Building wheel for dill (pyproject.toml): finished with status 'done' Created wheel for dill: filename=dill-0.3.7-py3-none-any.whl size=115252 sha256=5fb41b06c919a5ce4cd75886bd9346f30a620afd2c289ab61c26f5f089272c94 Stored in directory: /root/.cache/pip/wheels/77/63/c0/6e427bd0e618af370f5aff6ebca50527627ec6b2229c39cd37 Building wheel for diskcache (setup.py): started Building wheel for diskcache (setup.py): finished with status 'done' Created wheel for diskcache: filename=diskcache-5.6.3-py3-none-any.whl size=45550 sha256=ceb0e9e078b83ae7fdc63f709d5bfcdbfe501e5c94d879bd9c349e25f137ce5e Stored in directory: /root/.cache/pip/wheels/d5/a4/cc/268ab78a71eb7bbc17212285593f94ea2b724e74f5d365109c Building wheel for entrypoints (pyproject.toml): started Building wheel for entrypoints (pyproject.toml): finished with status 'done' Created wheel for entrypoints: filename=entrypoints-0.4-py3-none-any.whl size=5294 sha256=32348c15346f5b244727556bcfc17d098dafdb215c40ce681f956da027029a1d Stored in directory: /root/.cache/pip/wheels/88/32/a8/5c83b283b73174a8912082936be24e3c739d6b83fcf5ced68c Building wheel for executing (pyproject.toml): started Building wheel for executing (pyproject.toml): finished with status 'done' Created wheel for executing: filename=executing-2.0.1-py2.py3-none-any.whl size=24924 sha256=072d123166f5a980971288d729953d6fecb1c1f9ca8e53de7b977df96e794369 Stored in directory: /root/.cache/pip/wheels/80/7b/59/43ee4b621afe98c0fc0a3f255f67985f09e678bb4e6b5cbd44 Building wheel for frozenlist (pyproject.toml): started Building wheel for frozenlist (pyproject.toml): finished with status 'done' Created wheel for frozenlist: filename=frozenlist-1.4.0-cp312-cp312-linux_x86_64.whl size=255141 sha256=519a22226cfe2321883d0d19b2e4d8879f6453145f3ed12d598b26b0a6ffb07a Stored in directory: /root/.cache/pip/wheels/f1/9c/94/9386cb0ea511a93226456388d41d35f1c24ba15a62ffd7b1ef Building wheel for fsspec (pyproject.toml): started Building wheel for fsspec (pyproject.toml): finished with status 'done' Created wheel for fsspec: filename=fsspec-2023.9.2-py3-none-any.whl size=164963 sha256=2f7f73c9827417d30d02f99999d87110393ae63fc64cdfcb8b92472be253a410 Stored in directory: /root/.cache/pip/wheels/0d/5f/0b/53b2715fd800551fe11af3d31bf91a0d63eb5f073c7eea1ba0 Building wheel for geojson (setup.py): started Building wheel for geojson (setup.py): finished with status 'done' Created wheel for geojson: filename=geojson-3.1.0-py3-none-any.whl size=15045 sha256=6f72d761dd387c788aa550ccdfb7064248ecbdac7c236872a85f3d3055ba3278 Stored in directory: /root/.cache/pip/wheels/69/50/4c/2a0ba236c7fa93607da191d817673e30b9f2d5064b159ca44e Building wheel for gitignore-parser (pyproject.toml): started Building wheel for gitignore-parser (pyproject.toml): finished with status 'done' Created wheel for gitignore-parser: filename=gitignore_parser-0.1.11-py3-none-any.whl size=4921 sha256=36210e23ac6366ab13a98489b7f66fde53400c450e4f2374d0d1233e54841c4e Stored in directory: /root/.cache/pip/wheels/84/65/49/555096c0ba08c9f6383d1450e88626d07059b1995920ff00e5 Building wheel for hiredis (setup.py): started Building wheel for hiredis (setup.py): finished with status 'done' Created wheel for hiredis: filename=hiredis-2.2.3-cp312-cp312-linux_x86_64.whl size=177279 sha256=3e2fca94001bdbb587aae8e7b9d02bdfe32dac36e644ee84cd928b7387aaee81 Stored in directory: /root/.cache/pip/wheels/36/ad/9f/64091a4c64c0537983a04ad1e6e726eadc7681e8788e5520c9 Building wheel for idna (pyproject.toml): started Building wheel for idna (pyproject.toml): finished with status 'done' Created wheel for idna: filename=idna-3.7-py3-none-any.whl size=66836 sha256=f1899a303d2ddadbfb9ec6fcd6682b77ed087e1ccf2c0a7face410ad0c4b9baa Stored in directory: /root/.cache/pip/wheels/bf/52/96/3e941a689700f28b32e6a5022052afb477369c535a7c34485f Building wheel for inotify-simple (setup.py): started Building wheel for inotify-simple (setup.py): finished with status 'done' Created wheel for inotify-simple: filename=inotify_simple-1.3.5-py3-none-any.whl size=7684 sha256=5e4b9ff79e214a3568e338856f08cde43bb7dbe157713971cb14b457b405043d Stored in directory: /root/.cache/pip/wheels/89/e9/48/e4607c1046febffffe68a7751ac54cfaded951ba92808af87a Building wheel for ipython (pyproject.toml): started Building wheel for ipython (pyproject.toml): finished with status 'done' Created wheel for ipython: filename=ipython-8.16.1-py3-none-any.whl size=806964 sha256=ae5a4710c4d17cfbfbbb54bfc15f9c1cab3af71cd355a5b60d0b9f0b3b975fb7 Stored in directory: /root/.cache/pip/wheels/e2/1e/0b/cea2d4a6cbcfa98d82a322cfe7ddccd2344a547a49ee5b4b07 Building wheel for jedi (setup.py): started Building wheel for jedi (setup.py): finished with status 'done' Created wheel for jedi: filename=jedi-0.19.1-py2.py3-none-any.whl size=1569381 sha256=091ee047251965b27440972445c7ca2d51e7454d169268c2052e17e244467d61 Stored in directory: /root/.cache/pip/wheels/b7/03/f4/1c32269c6d0b4db278404c15dce732d9cccc7b0b41a964acd8 Building wheel for Jinja2 (pyproject.toml): started Building wheel for Jinja2 (pyproject.toml): finished with status 'done' Created wheel for Jinja2: filename=jinja2-3.1.4-py3-none-any.whl size=133271 sha256=2cc61acdcd68c66df952089a1f22f3a5047ecf02a4598de6d82ec2991f701077 Stored in directory: /root/.cache/pip/wheels/7f/67/67/b63139f529294cf991d5ae0fcb029d540c4107042912afd508 Building wheel for jinja2-from-json-extension (setup.py): started Building wheel for jinja2-from-json-extension (setup.py): finished with status 'done' Created wheel for jinja2-from-json-extension: filename=jinja2_from_json_extension-1.0.0-py3-none-any.whl size=2658 sha256=62e88a46d8e5969d01a5a3bbed49e90a0bc74a16cfd443ef37657c0e07b08ecb Stored in directory: /root/.cache/pip/wheels/8e/60/d1/88f10272ecedb88b04729a1e6f2d504739a33a8d57f4ba7d4a Building wheel for jinja2-fnmatch-extension (setup.py): started Building wheel for jinja2-fnmatch-extension (setup.py): finished with status 'done' Created wheel for jinja2-fnmatch-extension: filename=jinja2_fnmatch_extension-1.0.2-py3-none-any.whl size=3535 sha256=e1cd059188bc1f543cf29e627957f0bbb0db9380959db5fb5f5caa26828be14a Stored in directory: /root/.cache/pip/wheels/71/31/5c/da659245dae6ff77a565e93a5bcf0fea46d60382812367bf49 Building wheel for jinja2-getenv-extension (setup.py): started Building wheel for jinja2-getenv-extension (setup.py): finished with status 'done' Created wheel for jinja2-getenv-extension: filename=jinja2_getenv_extension-1.0.2-py3-none-any.whl size=3702 sha256=e94fdf66fe1bb2b5eaeaa38dd54d433873c858f3e60761384c0286483a3ca837 Stored in directory: /root/.cache/pip/wheels/11/1a/45/ed1a434922cc399579c7cbca87fad62189c297670c0582c274 Building wheel for jinja2-shell-extension (setup.py): started Building wheel for jinja2-shell-extension (setup.py): finished with status 'done' Created wheel for jinja2-shell-extension: filename=jinja2_shell_extension-2.0.1-py3-none-any.whl size=3710 sha256=51287ce893dc4226c4692ed7e3840e052dacecd8fbab4cf7eab48ce4883e64ad Stored in directory: /root/.cache/pip/wheels/8d/50/5e/3aa9a06b728f520d359773dc0746a4a74e158705b1ad573eb8 Building wheel for jinja2-time (setup.py): started Building wheel for jinja2-time (setup.py): finished with status 'done' Created wheel for jinja2-time: filename=jinja2_time-0.2.0-py2.py3-none-any.whl size=4737 sha256=fb61457d1ddbfedb8eb301ae62295575d5b75d669dc36680f0167697ed6edb25 Stored in directory: /root/.cache/pip/wheels/66/b8/d3/d021f99b67f79bf32f7c5951a7a633684087a72724c24c8de1 Building wheel for joblib (pyproject.toml): started Building wheel for joblib (pyproject.toml): finished with status 'done' Created wheel for joblib: filename=joblib-1.3.2-py3-none-any.whl size=302204 sha256=eb75e7cb7a6f9f48ce56b89f4bc7f0ae71a6e2a095b6dd0cbb39959e9032d56f Stored in directory: /root/.cache/pip/wheels/4b/2d/b4/3b481bde9d87480bc8516a8fa9f7cc516bd311491c7f92d661 Building wheel for jsonschema (pyproject.toml): started Building wheel for jsonschema (pyproject.toml): finished with status 'done' Created wheel for jsonschema: filename=jsonschema-4.19.2-py3-none-any.whl size=83639 sha256=eee9e502c788e89cb166d4d37f43084e3b64ab405c795c03d343a4dbc2c810fc Stored in directory: /root/.cache/pip/wheels/a9/9f/38/8023032873101aa9a6d2f2c9c1a79134cde4745e06a08bbcff Building wheel for jsonschema_specifications (pyproject.toml): started Building wheel for jsonschema_specifications (pyproject.toml): finished with status 'done' Created wheel for jsonschema_specifications: filename=jsonschema_specifications-2023.11.1-py3-none-any.whl size=17840 sha256=f596778ab612b3fd29f72ea0d990393d0540a5aab18bf0407a46632eab540779 Stored in directory: /root/.cache/pip/wheels/00/a1/77/459a3c1b36ede09b6855967459578094b63895ef99eacd7d33 Building wheel for lazy-import (setup.py): started Building wheel for lazy-import (setup.py): finished with status 'done' Created wheel for lazy-import: filename=lazy_import-0.2.2-py2.py3-none-any.whl size=16493 sha256=5b7e81df91b0b109202762dd6a9cbb6bd2c7a77a274aa6791caa1aea0192fed9 Stored in directory: /root/.cache/pip/wheels/53/39/fd/6e74643ad16a5b74e6dff64a2ea3db4c7cb725a8992c55c52d Building wheel for Markdown (pyproject.toml): started Building wheel for Markdown (pyproject.toml): finished with status 'done' Created wheel for Markdown: filename=Markdown-3.4.4-py3-none-any.whl size=94167 sha256=5f01cca6a9bf72fb6c66d161eb700cde6124e52ed0a9e0ff4c5a60c7a6e9969d Stored in directory: /root/.cache/pip/wheels/a3/44/60/81382cb300f56a9fefd70790ca00df4dfb144b6e3c0dd46b2b Building wheel for markdown-it-py (pyproject.toml): started Building wheel for markdown-it-py (pyproject.toml): finished with status 'done' Created wheel for markdown-it-py: filename=markdown_it_py-3.0.0-py3-none-any.whl size=87526 sha256=6d00561ef69282f31c923e5520f8f7025f6c2bbd1d7796f3d730840cc54130a6 Stored in directory: /root/.cache/pip/wheels/19/77/58/74d52672b43e0ee5a9737255de8a7b9cbfdd7be24575559162 Building wheel for MarkupSafe (setup.py): started Building wheel for MarkupSafe (setup.py): finished with status 'done' Created wheel for MarkupSafe: filename=MarkupSafe-2.1.3-cp312-cp312-linux_x86_64.whl size=33049 sha256=ce7618f085b60c582fca0f3119017ff7f17c151ad06069467591f819c5ca8d7f Stored in directory: /root/.cache/pip/wheels/c2/bd/c4/f13a19279cf9072aeb000631eeedb8f80ab9b91a6851054592 Building wheel for matplotlib-inline (setup.py): started Building wheel for matplotlib-inline (setup.py): finished with status 'done' Created wheel for matplotlib-inline: filename=matplotlib_inline-0.1.6-py3-none-any.whl size=9405 sha256=0431008c8d9da0aff2f46da564b0aa9906eb34832a74411ed2316139b73f895f Stored in directory: /root/.cache/pip/wheels/88/00/14/a25dd1672f728070a15dbb9155295d9972428daf103e728b4f Building wheel for mdurl (pyproject.toml): started Building wheel for mdurl (pyproject.toml): finished with status 'done' Created wheel for mdurl: filename=mdurl-0.1.2-py3-none-any.whl size=9979 sha256=4a1d36c303799b925ac67bc0635055ca21c11a184fd6e6cdb4e0e9ade753770e Stored in directory: /root/.cache/pip/wheels/ca/6d/55/6ac682351d5b9b87e313eafa21f4c600d263b411a798851d5d Building wheel for mflog (setup.py): started Building wheel for mflog (setup.py): finished with status 'done' Created wheel for mflog: filename=mflog-0.1.0-py3-none-any.whl size=15680 sha256=d58f2602e229a31421b9eba895180576248c0b4431d41e8652890f3a5c90788e Stored in directory: /root/.cache/pip/wheels/0e/c0/29/cb4e35003e047e0c1a5c39aae61fe9547f9f12aafb8f6ecaec Building wheel for mfutil (setup.py): started Building wheel for mfutil (setup.py): finished with status 'done' Created wheel for mfutil: filename=mfutil-0.2.0-py3-none-any.whl size=22224 sha256=d547da39f3c80feaabbb136f76830e4fb5a77f9ed3ef8475b7751d5ec7617292 Stored in directory: /root/.cache/pip/wheels/76/a7/6c/f46fa45f011c2c354542dff0ae5fc0aeec9eaddcf1c1ba0be9 Building wheel for mockredispy (setup.py): started Building wheel for mockredispy (setup.py): finished with status 'done' Created wheel for mockredispy: filename=mockredispy-2.9.3-py3-none-any.whl size=20298 sha256=aa38beeb604ad7ebfbb7b7ab2703e324b8abbacb8b15e14954d5f84bb2843e49 Stored in directory: /root/.cache/pip/wheels/59/1e/66/a8b260e77d8e51694fb0e0b94b7392acbfc36b1d9606347ce6 Building wheel for multidict (pyproject.toml): started Building wheel for multidict (pyproject.toml): finished with status 'done' Created wheel for multidict: filename=multidict-6.0.4-cp312-cp312-linux_x86_64.whl size=182958 sha256=25debe0901dd3f1766437a1da8f67e0db17e77560bf37dc2927b5b97809a3ced Stored in directory: /root/.cache/pip/wheels/f6/d8/ff/3c14a64b8f2ab1aa94ba2888f5a988be6ab446ec5c8d1a82da Building wheel for mypy-extensions (setup.py): started Building wheel for mypy-extensions (setup.py): finished with status 'done' Created wheel for mypy-extensions: filename=mypy_extensions-1.0.0-py3-none-any.whl size=4691 sha256=d8e9f3e6952194c6bdb628b00b41d9f426491b831c67105548d8675121fbc73f Stored in directory: /root/.cache/pip/wheels/5c/05/f1/415c56c98a4f5f94d5a4a2035f97d7cd7888ae4893aa4b2f2e Building wheel for netifaces (setup.py): started Building wheel for netifaces (setup.py): finished with status 'done' Created wheel for netifaces: filename=netifaces-0.11.0-cp312-cp312-linux_x86_64.whl size=41596 sha256=07c73f6e8b39a90b30dc338edb3b04fc8e43d41d05dcdb38ab48b6cabae43a36 Stored in directory: /root/.cache/pip/wheels/63/fa/57/da80d0ffc8f993315c479b7cd4c8fb1c23910c8baccf6b1b27 Building wheel for opinionated-configparser (setup.py): started Building wheel for opinionated-configparser (setup.py): finished with status 'done' Created wheel for opinionated-configparser: filename=opinionated_configparser-1.0.1-py3-none-any.whl size=5414 sha256=0f467447d37bbf9ea2e02e910254e3a5233939c710239b5c2ae63e304dca5de1 Stored in directory: /root/.cache/pip/wheels/5e/29/9a/7b14cd4e8b947eb5457b88e986efca1130e578c8836eafb998 Building wheel for paramiko (setup.py): started Building wheel for paramiko (setup.py): finished with status 'done' Created wheel for paramiko: filename=paramiko-3.4.1-py3-none-any.whl size=226230 sha256=b1e36b169b8e822dc1c5c58b3ebad367d3932ff092c9ec6f1dd94e33cf3005be Stored in directory: /root/.cache/pip/wheels/ce/08/53/153f71c1f36ef5b1aa7d3e6e49272f8bb73e12a80ff74485e2 Building wheel for parso (setup.py): started Building wheel for parso (setup.py): finished with status 'done' Created wheel for parso: filename=parso-0.8.3-py2.py3-none-any.whl size=100690 sha256=6aa0b8e3d20d7037887b46f197c912843e86897f39085bd0bfbfa45b702d951e Stored in directory: /root/.cache/pip/wheels/ac/0c/db/92253f1efa450d7c7a27dade6e869cd3ba715f5bbf7f05d52e Building wheel for pexpect (setup.py): started Building wheel for pexpect (setup.py): finished with status 'done' Created wheel for pexpect: filename=pexpect-4.8.0-py2.py3-none-any.whl size=59037 sha256=55adc19d274b59b8a56ac130ffb3043c82da86058aa484df82372570eca8a1ac Stored in directory: /root/.cache/pip/wheels/95/90/f6/0d3952e5a5d3213951b5c88a6806d59398d431365384c9c230 Building wheel for pickleshare (setup.py): started Building wheel for pickleshare (setup.py): finished with status 'done' Created wheel for pickleshare: filename=pickleshare-0.7.5-py2.py3-none-any.whl size=6283 sha256=300bfeb17fb99854f5ab68d1e4380be2e430b3cc2d1e482ba95673c22c195142 Stored in directory: /root/.cache/pip/wheels/1e/07/04/5224c0d7c7dfd64bb8e8801b411511769e469943db180fb583 Building wheel for pika (pyproject.toml): started Building wheel for pika (pyproject.toml): finished with status 'done' Created wheel for pika: filename=pika-1.3.2-py3-none-any.whl size=155414 sha256=4daf1c86e940f29b7d2582ec663ffe9d1ec4979b9f3c79e71dc7b8435a498bfb Stored in directory: /root/.cache/pip/wheels/1a/61/ab/43f288b78d4549f4d954c7caa1c635b3ff9c2292a26b50f92b Building wheel for poyo (setup.py): started Building wheel for poyo (setup.py): finished with status 'done' Created wheel for poyo: filename=poyo-0.5.0-py2.py3-none-any.whl size=10173 sha256=036405f374364f67792f09736ee841af1a6287c4ee2deb7fada7783aaa586dbb Stored in directory: /root/.cache/pip/wheels/9c/af/e7/56cfdd90eed1643011454bf5954b84db780c7e87d675abc02c Building wheel for prompt-toolkit (pyproject.toml): started Building wheel for prompt-toolkit (pyproject.toml): finished with status 'done' Created wheel for prompt-toolkit: filename=prompt_toolkit-3.0.36-py3-none-any.whl size=386410 sha256=cb1b67483fb9b94a36faee637b30dd23d8139f2cde456593087a5e39d3c7507a Stored in directory: /root/.cache/pip/wheels/8a/f6/a5/33c149b0cdd9921f3471563ae8d890c53c3c31bcedd666fc04 Building wheel for psutil (pyproject.toml): started Building wheel for psutil (pyproject.toml): finished with status 'done' Created wheel for psutil: filename=psutil-5.9.8-cp312-abi3-linux_x86_64.whl size=305806 sha256=ab29415377694df2ef53a6d09d1dc32dad9a532a54c987f5c8e94aa1ec27b936 Stored in directory: /root/.cache/pip/wheels/ea/db/87/379059ff5efa4e13c17206320a5a1cb52b4efe5eeb70a12c3d Building wheel for ptyprocess (pyproject.toml): started Building wheel for ptyprocess (pyproject.toml): finished with status 'done' Created wheel for ptyprocess: filename=ptyprocess-0.7.0-py2.py3-none-any.whl size=13980 sha256=abeb86223681c1a33de8b500fbf128cfb17fabb7d57ffbf6f5321b06b9c72cce Stored in directory: /root/.cache/pip/wheels/8e/5d/60/dca793e0afb1272e5182436b54e5278142f3a0d7e59fee7d90 Building wheel for pure-eval (pyproject.toml): started Building wheel for pure-eval (pyproject.toml): finished with status 'done' Created wheel for pure-eval: filename=pure_eval-0.2.2-py3-none-any.whl size=11670 sha256=9c52b349c73226e181b6d9558b4efe54b5238b0669854855976861fba1af0790 Stored in directory: /root/.cache/pip/wheels/b9/56/41/4317e271e1ab2ffa70fd681b4b454b786bfbca79f188e5941d Building wheel for pyasn1 (setup.py): started Building wheel for pyasn1 (setup.py): finished with status 'done' Created wheel for pyasn1: filename=pyasn1-0.4.8-py2.py3-none-any.whl size=77160 sha256=335a815eb028e72cbb03b7c48b480ec76bcde00153ed79864aaaba423e0200bd Stored in directory: /root/.cache/pip/wheels/19/f2/4c/aad5c580e00cac5b4b66ff5f324078ff5fd9acfffc7060e6fe Building wheel for pyasn1-modules (setup.py): started Building wheel for pyasn1-modules (setup.py): finished with status 'done' Created wheel for pyasn1-modules: filename=pyasn1_modules-0.2.8-py2.py3-none-any.whl size=155281 sha256=7407a6007abb08e15fe49907b0d260b02aa1a370c3397aa1cfb5bc04574838d0 Stored in directory: /root/.cache/pip/wheels/ec/8c/7a/e8495647e69ca4475702aae28dad869ea4f26cc505e432692a Building wheel for pyasyncore (setup.py): started Building wheel for pyasyncore (setup.py): finished with status 'done' Created wheel for pyasyncore: filename=pyasyncore-1.0.4-py3-none-any.whl size=10033 sha256=962b29c9e4337fde1f9abfb19f4935e732ceba298a19e202077a15fd4a8e68ea Stored in directory: /root/.cache/pip/wheels/ff/c5/7e/5b840efa5d43c00231e6a0b3afc0895a0e23e4c0b3ffa01e6b Building wheel for pycodestyle (setup.py): started Building wheel for pycodestyle (setup.py): finished with status 'done' Created wheel for pycodestyle: filename=pycodestyle-2.11.0-py2.py3-none-any.whl size=31122 sha256=669c3e98d71d598a4154b23f051fe527414c7f498ba754c6a75fd460b5ef092d Stored in directory: /root/.cache/pip/wheels/72/ef/e6/206b9f9d3bab60c512d7ad83924548d8939ab0a1e1835cc0a0 Building wheel for pydantic (pyproject.toml): started Building wheel for pydantic (pyproject.toml): finished with status 'done' Created wheel for pydantic: filename=pydantic-2.8.2-py3-none-any.whl size=423877 sha256=bc70d2a3720c5fab6c893aa91813360cbc3e0cf0ff65d8aea58d472376ca4f47 Stored in directory: /root/.cache/pip/wheels/bd/38/53/6049084109c1eddb79f50e40636465239bb5d7bbf9a50bb4c1 Building wheel for pydantic-core (pyproject.toml): started Building wheel for pydantic-core (pyproject.toml): still running... Building wheel for pydantic-core (pyproject.toml): finished with status 'done' Created wheel for pydantic-core: filename=pydantic_core-2.20.1-cp312-cp312-linux_x86_64.whl size=1998317 sha256=d2cb79a644a05f07fa251dfe6b3b766e2fe84c3cbb75080501883498ab8be99b Stored in directory: /root/.cache/pip/wheels/e0/4d/3d/2b1b1d6f72ac69748171a0bf268dc686931080a19aa9418dcb Building wheel for Pygments (pyproject.toml): started Building wheel for Pygments (pyproject.toml): finished with status 'done' Created wheel for Pygments: filename=Pygments-2.16.1-py3-none-any.whl size=1164749 sha256=b14b1e1f912d77236165471ad45f017cfb84244fc6e8d9dbb814c3ddc051567a Stored in directory: /root/.cache/pip/wheels/9d/0e/4d/83afeb43e6b37171bd7a3d202fe2e475884c29bbd233487965 Building wheel for pyinotify (setup.py): started Building wheel for pyinotify (setup.py): finished with status 'done' Created wheel for pyinotify: filename=pyinotify-0.9.6-py3-none-any.whl size=25341 sha256=8df8a875a60d6eb96bbe746bf3f8773d6b56b0cc0f008e11675a8ab40137485a Stored in directory: /root/.cache/pip/wheels/82/58/ba/385f4cd1bd80f075a1a9a0b39c5c9e2a11704c085fdd09063e Building wheel for PyNaCl (pyproject.toml): started Building wheel for PyNaCl (pyproject.toml): still running... Building wheel for PyNaCl (pyproject.toml): finished with status 'done' Created wheel for PyNaCl: filename=PyNaCl-1.5.0-cp312-cp312-linux_x86_64.whl size=1136990 sha256=80536f44a2422d7ccb1b2a5ee0ef2cd4d47f9b7f966095f544ecb82a50aae588 Stored in directory: /root/.cache/pip/wheels/eb/89/16/447043df6095a2249118072701557685f2c58d7b31c8926ddf Building wheel for python-dateutil (pyproject.toml): started Building wheel for python-dateutil (pyproject.toml): finished with status 'done' Created wheel for python-dateutil: filename=python_dateutil-2.8.2-py2.py3-none-any.whl size=247801 sha256=f70539ff7cd1774923610f6a9273f6cb20beae7a1ef22c0a2afe57312d4fdc03 Stored in directory: /root/.cache/pip/wheels/80/1c/9e/e4f0ede617dfb9e565c3b077e020f868ac4d65b74147b72516 Building wheel for python-ldap (pyproject.toml): started Building wheel for python-ldap (pyproject.toml): finished with status 'done' Created wheel for python-ldap: filename=python_ldap-3.4.3-cp312-cp312-linux_x86_64.whl size=390216 sha256=90dc70c2b3adbf8c041a42416a4d7bd07ab112f4940f85343bb6751112aa65e3 Stored in directory: /root/.cache/pip/wheels/2a/3c/0b/bb78e8cd392711ad470f4fab5cf6da2b17270667f8ff5bb49a Building wheel for pytz (setup.py): started Building wheel for pytz (setup.py): finished with status 'done' Created wheel for pytz: filename=pytz-2023.3.post1-py3-none-any.whl size=502471 sha256=007ae51fc55e37dd1eabe8ad128dea6d678ad241d691e1a39299fcf66c2ea112 Stored in directory: /root/.cache/pip/wheels/c2/47/49/a6963b7734d113ab9dc8ba39ae73dccdb6bba6f36c38a821b9 Building wheel for PyYAML (pyproject.toml): started Building wheel for PyYAML (pyproject.toml): finished with status 'done' Created wheel for PyYAML: filename=PyYAML-6.0.1-cp312-cp312-linux_x86_64.whl size=45362 sha256=4bd73ae916a078c5448190a1126af6d55a060d6f469ac9f10d970283bc927d83 Stored in directory: /root/.cache/pip/wheels/4a/68/8e/df9cd97725df58bd2ab35992dce00b50f70490a3d672da85ea Building wheel for redis (setup.py): started Building wheel for redis (setup.py): finished with status 'done' Created wheel for redis: filename=redis-5.0.6-py3-none-any.whl size=251871 sha256=1d17c93ae693a0f8cfcab059b5da9977a4972a6d3adcfc7cacd40cefedb6dd89 Stored in directory: /root/.cache/pip/wheels/aa/f9/18/5ab11a3dce6f65186ccf6fd771e7a7643b753274cc590d352c Building wheel for referencing (pyproject.toml): started Building wheel for referencing (pyproject.toml): finished with status 'done' Created wheel for referencing: filename=referencing-0.31.0-py3-none-any.whl size=25733 sha256=381b11e53dd93babb55696c71cf42aef2d36b8a150c49bf0bc301e36d536c882 Stored in directory: /root/.cache/pip/wheels/ec/f5/76/8994b277a317425debc64bf886444a52f13441dd138ca99ee8 Building wheel for regex (pyproject.toml): started Building wheel for regex (pyproject.toml): finished with status 'done' Created wheel for regex: filename=regex-2023.8.8-cp312-cp312-linux_x86_64.whl size=695169 sha256=96d313ed03eb018c791a7f8dbabb985bda025e0b16bd65756d22c5055e016ed9 Stored in directory: /root/.cache/pip/wheels/12/c4/b4/73602a095bf7c687563c1613f83c92aa520ed38cdb3b2cdf7f Building wheel for requests (pyproject.toml): started Building wheel for requests (pyproject.toml): finished with status 'done' Created wheel for requests: filename=requests-2.32.3-py3-none-any.whl size=64928 sha256=6ac27e1ed7f673f91bb824797c1cf216f63c5b19c014471a761546688c7df36f Stored in directory: /root/.cache/pip/wheels/33/0f/67/609cc7e3d03673f4b5ee2bd90e3f03e76779a9b3fa2777660b Building wheel for rpds-py (pyproject.toml): started Building wheel for rpds-py (pyproject.toml): finished with status 'done' Created wheel for rpds-py: filename=rpds_py-0.12.0-cp312-cp312-linux_x86_64.whl size=325829 sha256=b6da4308d6ac01843c6e0e11778b1371ee93e22388ef6e0fa3b9b72020b4a605 Stored in directory: /root/.cache/pip/wheels/6f/b7/76/9b2317e8f8ed88d151a92f1f9336b08041567b622518f76802 Building wheel for simpleeval (pyproject.toml): started Building wheel for simpleeval (pyproject.toml): finished with status 'done' Created wheel for simpleeval: filename=simpleeval-0.9.13-py2.py3-none-any.whl size=15278 sha256=3c7f6f80dbfaad20bec0da2f4dad7265b69407f11a9a6498902a21c6a15461ed Stored in directory: /root/.cache/pip/wheels/2b/c8/42/824566e466047f234f37785675fde6aeef8ad104f7e74ad639 Building wheel for soupsieve (pyproject.toml): started Building wheel for soupsieve (pyproject.toml): finished with status 'done' Created wheel for soupsieve: filename=soupsieve-2.5-py3-none-any.whl size=36131 sha256=eaa337ff55a1579b6549dc679565eac1e3d000563bcb1c8ab0d0fefbc0c2cdc7 Stored in directory: /root/.cache/pip/wheels/1d/4a/72/f42971ad929241a295514ac36394e46271f06d77ac12147a4c Building wheel for stack-data (pyproject.toml): started Building wheel for stack-data (pyproject.toml): finished with status 'done' Created wheel for stack-data: filename=stack_data-0.6.3-py3-none-any.whl size=24517 sha256=5d7d96aba97f36eaa60ca9a47c93611e608d26ce2e5d2f64b6eb0456ba0ced0b Stored in directory: /root/.cache/pip/wheels/66/d8/c9/2976572d16ab76fc1cfbdeb325de8befc07b98d43d8cdaff67 Building wheel for structlog (pyproject.toml): started Building wheel for structlog (pyproject.toml): finished with status 'done' Created wheel for structlog: filename=structlog-23.1.0-py3-none-any.whl size=62427 sha256=98e9f8d64960644daab1ce2f6ff24ac766281bccc47f3b9882564ffe4599e8e4 Stored in directory: /root/.cache/pip/wheels/af/bd/85/840ff77eeb1ce94bb5dfb1d1c18e391bab83d7c4a814dbb5cf Building wheel for termcolor (pyproject.toml): started Building wheel for termcolor (pyproject.toml): finished with status 'done' Created wheel for termcolor: filename=termcolor-2.3.0-py3-none-any.whl size=6871 sha256=a840aad17720930a7ef57f447cdadc5766a6d4fdc9ae0caace375db55cab031a Stored in directory: /root/.cache/pip/wheels/11/ee/21/3fc5c1f21aad888939f5879079ac1dfb82321181c3df3b8390 Building wheel for threadpoolctl (pyproject.toml): started Building wheel for threadpoolctl (pyproject.toml): finished with status 'done' Created wheel for threadpoolctl: filename=threadpoolctl-3.2.0-py3-none-any.whl size=15539 sha256=0a06811898b37bb24cc31089111c3e3ec35e3724967b870fe0a1b3dafd9907ff Stored in directory: /root/.cache/pip/wheels/1d/b4/27/feed83df5dcec03782a361a70a8dabe37ad0f34a544eccb703 Building wheel for tornado (pyproject.toml): started Building wheel for tornado (pyproject.toml): finished with status 'done' Created wheel for tornado: filename=tornado-6.4.1-cp38-abi3-linux_x86_64.whl size=437888 sha256=6c38802f4b20138607a221fa472d2b70f6d5645a30457f3f60734bf50a75f0db Stored in directory: /root/.cache/pip/wheels/f8/82/97/6ed70b005a2ab620dc717ba8587c4f91ca6089fabf4b6c1af0 Building wheel for tqdm (pyproject.toml): started Building wheel for tqdm (pyproject.toml): finished with status 'done' Created wheel for tqdm: filename=tqdm-4.66.4-py3-none-any.whl size=78275 sha256=1c43a2aa7a6daba80156c7e070fde28dc193d16e8328edcf982841b6f9b9fc09 Stored in directory: /root/.cache/pip/wheels/52/c2/af/12bcf98722de62c127bf746b39fa400510484aa2d04acde808 Building wheel for traitlets (pyproject.toml): started Building wheel for traitlets (pyproject.toml): finished with status 'done' Created wheel for traitlets: filename=traitlets-5.9.0-py3-none-any.whl size=117376 sha256=dc6e0bf78f9001b253cf1a1396ecbc16539514670cfc8f980f79ef64a066e413 Stored in directory: /root/.cache/pip/wheels/2e/74/dc/858fa3f55aee6094c3c76fd93a7211066a3dd21eb1e85568ef Building wheel for Unidecode (setup.py): started Building wheel for Unidecode (setup.py): finished with status 'done' Created wheel for Unidecode: filename=Unidecode-1.3.6-py3-none-any.whl size=235470 sha256=131a6579c2c565a8bb6ed650329f2c22e471ae5850eb8aa4eb17f10bdee0cf9a Stored in directory: /root/.cache/pip/wheels/5f/6d/fb/83de9e13da0d900beda01dcdce12e21b36a1a27d2ee8d197c5 Building wheel for urllib3 (pyproject.toml): started Building wheel for urllib3 (pyproject.toml): finished with status 'done' Created wheel for urllib3: filename=urllib3-2.2.2-py3-none-any.whl size=121442 sha256=e2444bbe7b39dc077296c5161fa12f8254c42864eef78f9e67af22f9c8ac669e Stored in directory: /root/.cache/pip/wheels/a8/75/cc/a17ccc2390d324190feae94b6f8141f9032c1b4ed081e20fbd Building wheel for wcwidth (setup.py): started Building wheel for wcwidth (setup.py): finished with status 'done' Created wheel for wcwidth: filename=wcwidth-0.2.8-py2.py3-none-any.whl size=31297 sha256=98528c8f25cf8b06cadf9edc0d9fa4603aa9cf3c0f9019f29e774642e7c4786c Stored in directory: /root/.cache/pip/wheels/68/ad/f7/b58eaa44b86fe54e6cbbe8ddcbdc97934a1864ac355c587767 Building wheel for Werkzeug (pyproject.toml): started Building wheel for Werkzeug (pyproject.toml): finished with status 'done' Created wheel for Werkzeug: filename=werkzeug-3.0.6-py3-none-any.whl size=227979 sha256=8143cc2a4cece557b6090a6891e99f57c4016db6e752822f6b59d796a3545a63 Stored in directory: /root/.cache/pip/wheels/ff/fd/62/148fe1810701604dd6fa657ed6b00ce94ae82f64a331dae7ea Building wheel for whichcraft (setup.py): started Building wheel for whichcraft (setup.py): finished with status 'done' Created wheel for whichcraft: filename=whichcraft-0.6.1-py2.py3-none-any.whl size=5242 sha256=d0fa2109759682ed5809ca6e20ebd885b6fb553f6a1ca5726726b4fa8a61c00a Stored in directory: /root/.cache/pip/wheels/bd/b4/aa/5cbf6213a558c921565d2c58e512d702b4cf8fe96391768bc4 Building wheel for wrapt (setup.py): started Building wheel for wrapt (setup.py): finished with status 'done' Created wheel for wrapt: filename=wrapt-1.16.0-cp312-cp312-linux_x86_64.whl size=91829 sha256=0a69819bd4167ff6e1241ecf3541fe90660d0b03d03f099fe5bed220e118abce Stored in directory: /root/.cache/pip/wheels/40/44/d3/ffbde56a7a69654df752645d4c5ca2773c953d184ffee0b764 Building wheel for xmltodict (setup.py): started Building wheel for xmltodict (setup.py): finished with status 'done' Created wheel for xmltodict: filename=xmltodict-0.13.0-py2.py3-none-any.whl size=9973 sha256=1cfc44a03b22743c0dc69f7b41674d26fcf0f3608026f4aa7d28f00ace217ace Stored in directory: /root/.cache/pip/wheels/55/e1/64/5768e258b22cb72b385ec2181f466a4819f713dd9bafd18439 Building wheel for yarl (pyproject.toml): started Building wheel for yarl (pyproject.toml): finished with status 'done' Created wheel for yarl: filename=yarl-1.9.2-cp312-cp312-linux_x86_64.whl size=262620 sha256=efdb4909151bd54f3fce684007e8690c2e79d079be465d1e080d1b732122d8c2 Stored in directory: /root/.cache/pip/wheels/84/e3/6a/7d0fa1abee8e4aa39922b5bd54689b4b5e4269b2821f482a32 Building wheel for yq (pyproject.toml): started Building wheel for yq (pyproject.toml): finished with status 'done' Created wheel for yq: filename=yq-3.2.2-py3-none-any.whl size=17658 sha256=50f93a41451376ffb11c28b6ae42d8044d7e701b7bbb3c4dadc824405700d24d Stored in directory: /root/.cache/pip/wheels/26/0b/f2/63861cd8175af6dae3d7ed9427665462207b343095eb7e019c Building wheel for acquisition (setup.py): started Building wheel for acquisition (setup.py): finished with status 'done' Created wheel for acquisition: filename=acquisition-0.0.0-py3-none-any.whl size=41080 sha256=dd82be4654b5a68bd3f52d9f13bc3775224981d5b27a1148fba251d39cf319de Stored in directory: /src/layers/layer2_python3/0500_extra_python_packages/tempolayer20316/tmp/pip-ephem-wheel-cache-qbyn5qp_/wheels/aa/dd/2b/33ce8fbf0526048c3d6a132ca980eb6e2f2e22a87022f07e39 Building wheel for aiohttp_metwork_middlewares (setup.py): started Building wheel for aiohttp_metwork_middlewares (setup.py): finished with status 'done' Created wheel for aiohttp_metwork_middlewares: filename=aiohttp_metwork_middlewares-0.0.1-py3-none-any.whl size=3214 sha256=41efa9d22665ef6e50f54b73d5fe1aeb04a5f5e1fcd335686860b3495cb818db Stored in directory: /src/layers/layer2_python3/0500_extra_python_packages/tempolayer20316/tmp/pip-ephem-wheel-cache-qbyn5qp_/wheels/f6/bc/3f/7a767913fec47d5563009a82b073d7b9ae8e69aab1351a1620 Building wheel for cookiecutter (setup.py): started Building wheel for cookiecutter (setup.py): finished with status 'done' Created wheel for cookiecutter: filename=cookiecutter-1.6.0-py2.py3-none-any.whl size=30183 sha256=145268c3b0e3cc03d6600b02060c2badb381ee4320c4c08e98fa43e82d826c6d Stored in directory: /src/layers/layer2_python3/0500_extra_python_packages/tempolayer20316/tmp/pip-ephem-wheel-cache-qbyn5qp_/wheels/34/0c/68/7c2af858edc928cc55479aea073c71a0e15d68baddab0934b2 Building wheel for cookiecutter_hooks (setup.py): started Building wheel for cookiecutter_hooks (setup.py): finished with status 'done' Created wheel for cookiecutter_hooks: filename=cookiecutter_hooks-0.0.1-py3-none-any.whl size=3461 sha256=06aebe73ec2a0acabf94b62a6b8d056005020a4b9293587bb0b31a18a7beaef2 Stored in directory: /src/layers/layer2_python3/0500_extra_python_packages/tempolayer20316/tmp/pip-ephem-wheel-cache-qbyn5qp_/wheels/a0/d5/ce/c074854de60fd7c662c50872313e5210a3dae0956b0feccee6 Building wheel for deploycron (setup.py): started Building wheel for deploycron (setup.py): finished with status 'done' Created wheel for deploycron: filename=deploycron-0.0.1-py3-none-any.whl size=6916 sha256=99e8d620ca3e5853f93fa07d22e839181ba5ffefcf149fab2bfaa665cb653078 Stored in directory: /src/layers/layer2_python3/0500_extra_python_packages/tempolayer20316/tmp/pip-ephem-wheel-cache-qbyn5qp_/wheels/8d/d6/94/80a69de3301f3a503c5cc7b3fe57bef4f45ef7dfff14aca2c9 Building wheel for directory_observer (setup.py): started Building wheel for directory_observer (setup.py): finished with status 'done' Created wheel for directory_observer: filename=directory_observer-0.0.1-py3-none-any.whl size=9758 sha256=b885c0ed085bc75152599966f03e944ec6dbe58bfcd4a090ae893a1608a6dac0 Stored in directory: /src/layers/layer2_python3/0500_extra_python_packages/tempolayer20316/tmp/pip-ephem-wheel-cache-qbyn5qp_/wheels/44/c9/70/ef43554f0d3978c93249840001a7b0a59079a74f1ea5029009 Building wheel for envtpl (setup.py): started Building wheel for envtpl (setup.py): finished with status 'done' Created wheel for envtpl: filename=envtpl-0.5.3-py3-none-any.whl size=19478 sha256=02d9ce33c75ea29da6301532cec91f1da37f199f2f916fe8b15199a8bc03124a Stored in directory: /src/layers/layer2_python3/0500_extra_python_packages/tempolayer20316/tmp/pip-ephem-wheel-cache-qbyn5qp_/wheels/51/f5/37/63494e35874000015408fa20d76bf5c8184c48045bb3b59a48 Building wheel for mfplugin (setup.py): started Building wheel for mfplugin (setup.py): finished with status 'done' Created wheel for mfplugin: filename=mfplugin-0.0.0-py3-none-any.whl size=32312 sha256=f2bf5cd7b0fa9a58c916df1a2843b658a6cba1d47d421a566d0e625091b89d07 Stored in directory: /src/layers/layer2_python3/0500_extra_python_packages/tempolayer20316/tmp/pip-ephem-wheel-cache-qbyn5qp_/wheels/83/36/a0/53485092a2231fe877a5cad08844f4e0e99eeaf882ced6549d Building wheel for statsd (setup.py): started Building wheel for statsd (setup.py): finished with status 'done' Created wheel for statsd: filename=statsd-3.2.1-py2.py3-none-any.whl size=10993 sha256=f618db9dc6512d92bd101b7c0ded925a57e2d9201be0a44e12e6557b8d17a09e Stored in directory: /src/layers/layer2_python3/0500_extra_python_packages/tempolayer20316/tmp/pip-ephem-wheel-cache-qbyn5qp_/wheels/d1/53/04/ff09ba0c05e8f3cde8605b44e7748f0aeea6abb533105c5be4 Building wheel for telegraf_unixsocket_client (setup.py): started Building wheel for telegraf_unixsocket_client (setup.py): finished with status 'done' Created wheel for telegraf_unixsocket_client: filename=telegraf_unixsocket_client-0.0.1-py3-none-any.whl size=6306 sha256=3547d160b8a6aef2194a05541596bd0f016eea674b842163b48d5c4cec4255c3 Stored in directory: /src/layers/layer2_python3/0500_extra_python_packages/tempolayer20316/tmp/pip-ephem-wheel-cache-qbyn5qp_/wheels/51/9a/06/1e09cf06c4bb5fc911575da8a6e0add2f103a2496efe15c3f0 Building wheel for xattrfile (setup.py): started Building wheel for xattrfile (setup.py): finished with status 'done' Created wheel for xattrfile: filename=xattrfile-0.0.0-py3-none-any.whl size=11127 sha256=1c3bc1dc4f88c7db18008dfe8db713b8a63a3b61ee280db9bff2e01ac18e9a4a Stored in directory: /src/layers/layer2_python3/0500_extra_python_packages/tempolayer20316/tmp/pip-ephem-wheel-cache-qbyn5qp_/wheels/a8/64/a4/c2aaea1f81eb8304f2703919655616138663174b80ec162d6b Building wheel for certifi (setup.py): started Building wheel for certifi (setup.py): finished with status 'done' Created wheel for certifi: filename=certifi-2024.7.4-py3-none-any.whl size=162959 sha256=3c88af778529f33cffb37d286fd71e8d5b1fd83218f89c36dcefb81a2d166abc Stored in directory: /root/.cache/pip/wheels/67/51/d3/6d7959274c1f51d32371fe752b8f409e3e912af017eef76976 Successfully built aiohttp aiosignal annotated-types argcomplete arrow asttokens async-timeout attrs autopep8 Babel backcall bash bcrypt beautifulsoup4 binaryornot bjoern cachetools Cerberus chardet charset_normalizer Click colorama commonmark cron-wrapper cryptography decorator Deprecated dill diskcache entrypoints executing frozenlist fsspec geojson gitignore-parser hiredis idna inotify-simple ipython jedi Jinja2 jinja2-from-json-extension jinja2-fnmatch-extension jinja2-getenv-extension jinja2-shell-extension jinja2-time joblib jsonschema jsonschema_specifications lazy-import Markdown markdown-it-py MarkupSafe matplotlib-inline mdurl mflog mfutil mockredispy multidict mypy-extensions netifaces opinionated-configparser paramiko parso pexpect pickleshare pika poyo prompt-toolkit psutil ptyprocess pure-eval pyasn1 pyasn1-modules pyasyncore pycodestyle pydantic pydantic-core Pygments pyinotify PyNaCl python-dateutil python-ldap pytz PyYAML redis referencing regex requests rpds-py simpleeval soupsieve stack-data structlog termcolor threadpoolctl tornado tqdm traitlets Unidecode urllib3 wcwidth Werkzeug whichcraft wrapt xmltodict yarl yq acquisition aiohttp_metwork_middlewares cookiecutter cookiecutter_hooks deploycron directory_observer envtpl mfplugin statsd telegraf_unixsocket_client xattrfile certifi if test -d ../../download_archive; then cp -Rf src/* ../../download_archive/ 2>/dev/null; fi mkdir -p /opt/metwork-mfext-master/opt/python3/share/metwork_packages for REQ in requirements3.txt; do if test -s ${REQ}; then install_requirements /opt/metwork-mfext-master/opt/python3 ${REQ} ./src || { echo "ERROR WITH install_requirements ${REQ} /opt/metwork-mfext-master/opt/python3 ${REQ} ./src"; exit 1; }; fi; done [DEBUG]: layer python3@mfext[/opt/metwork-mfext-master/opt/python3] is already loaded Looking in links: ./src Processing ./src/acquisition-0.0.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 1)) Processing ./src/aiohappyeyeballs-2.4.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 2)) Processing ./src/aiohttp-3.10.5-cp312-cp312-linux_x86_64.whl (from -r requirements3.txt.tmp (line 3)) Processing ./src/aiohttp_metwork_middlewares-0.0.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 4)) Processing ./src/aiosignal-1.3.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 5)) Processing ./src/annotated_types-0.6.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 6)) Processing ./src/argcomplete-3.1.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 7)) Processing ./src/arrow-1.2.3-py3-none-any.whl (from -r requirements3.txt.tmp (line 8)) Processing ./src/asttokens-2.4.0-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 9)) Processing ./src/async_timeout-4.0.3-py3-none-any.whl (from -r requirements3.txt.tmp (line 10)) Processing ./src/attrs-23.2.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 11)) Processing ./src/autopep8-2.0.4-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 12)) Processing ./src/Babel-2.13.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 13)) Processing ./src/backcall-0.2.0-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 14)) Processing ./src/bash-0.6-py3-none-any.whl (from -r requirements3.txt.tmp (line 15)) Processing ./src/bcrypt-4.0.1-cp312-cp312-linux_x86_64.whl (from -r requirements3.txt.tmp (line 16)) Processing ./src/beautifulsoup4-4.12.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 17)) Processing ./src/binaryornot-0.4.4-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 18)) Processing ./src/bjoern-3.2.2-cp312-cp312-linux_x86_64.whl (from -r requirements3.txt.tmp (line 19)) Processing ./src/cachetools-5.3.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 20)) Processing ./src/Cerberus-1.3.5-py3-none-any.whl (from -r requirements3.txt.tmp (line 21)) Processing ./src/chardet-5.2.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 22)) Processing ./src/charset_normalizer-3.2.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 23)) Processing ./src/click-8.1.7-py3-none-any.whl (from -r requirements3.txt.tmp (line 24)) Processing ./src/colorama-0.4.6-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 25)) Processing ./src/commonmark-0.9.1-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 26)) Processing ./src/cookiecutter-1.6.0-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 27)) Processing ./src/cookiecutter_hooks-0.0.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 28)) Processing ./src/cron_wrapper-0.1.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 29)) Processing ./src/cryptography-43.0.1-cp37-abi3-linux_x86_64.whl (from -r requirements3.txt.tmp (line 30)) Processing ./src/decorator-5.1.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 31)) Processing ./src/deploycron-0.0.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 32)) Processing ./src/Deprecated-1.2.14-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 33)) Processing ./src/dill-0.3.7-py3-none-any.whl (from -r requirements3.txt.tmp (line 34)) Processing ./src/directory_observer-0.0.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 35)) Processing ./src/diskcache-5.6.3-py3-none-any.whl (from -r requirements3.txt.tmp (line 36)) Processing ./src/entrypoints-0.4-py3-none-any.whl (from -r requirements3.txt.tmp (line 37)) Processing ./src/envtpl-0.5.3-py3-none-any.whl (from -r requirements3.txt.tmp (line 38)) Processing ./src/executing-2.0.1-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 39)) Processing ./src/frozenlist-1.4.0-cp312-cp312-linux_x86_64.whl (from -r requirements3.txt.tmp (line 40)) Processing ./src/fsspec-2023.9.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 41)) Processing ./src/geojson-3.1.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 42)) Processing ./src/gitignore_parser-0.1.11-py3-none-any.whl (from -r requirements3.txt.tmp (line 43)) Processing ./src/hiredis-2.2.3-cp312-cp312-linux_x86_64.whl (from -r requirements3.txt.tmp (line 44)) Processing ./src/idna-3.7-py3-none-any.whl (from -r requirements3.txt.tmp (line 45)) Processing ./src/inotify_simple-1.3.5-py3-none-any.whl (from -r requirements3.txt.tmp (line 46)) Processing ./src/ipython-8.16.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 47)) Processing ./src/jedi-0.19.1-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 48)) Processing ./src/jinja2-3.1.4-py3-none-any.whl (from -r requirements3.txt.tmp (line 49)) Processing ./src/jinja2_from_json_extension-1.0.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 50)) Processing ./src/jinja2_fnmatch_extension-1.0.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 51)) Processing ./src/jinja2_getenv_extension-1.0.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 52)) Processing ./src/jinja2_shell_extension-2.0.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 53)) Processing ./src/jinja2_time-0.2.0-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 54)) Processing ./src/joblib-1.3.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 55)) Processing ./src/jsonschema-4.19.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 56)) Processing ./src/jsonschema_specifications-2023.11.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 57)) Processing ./src/lazy_import-0.2.2-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 58)) Processing ./src/Markdown-3.4.4-py3-none-any.whl (from -r requirements3.txt.tmp (line 59)) Processing ./src/markdown_it_py-3.0.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 60)) Processing ./src/MarkupSafe-2.1.3-cp312-cp312-linux_x86_64.whl (from -r requirements3.txt.tmp (line 61)) Processing ./src/matplotlib_inline-0.1.6-py3-none-any.whl (from -r requirements3.txt.tmp (line 62)) Processing ./src/mdurl-0.1.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 63)) Processing ./src/mflog-0.1.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 64)) Processing ./src/mfplugin-0.0.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 65)) Processing ./src/mfutil-0.2.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 66)) Processing ./src/mockredispy-2.9.3-py3-none-any.whl (from -r requirements3.txt.tmp (line 67)) Processing ./src/multidict-6.0.4-cp312-cp312-linux_x86_64.whl (from -r requirements3.txt.tmp (line 68)) Processing ./src/mypy_extensions-1.0.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 69)) Processing ./src/netifaces-0.11.0-cp312-cp312-linux_x86_64.whl (from -r requirements3.txt.tmp (line 70)) Processing ./src/opinionated_configparser-1.0.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 71)) Processing ./src/paramiko-3.4.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 72)) Processing ./src/parso-0.8.3-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 73)) Processing ./src/pexpect-4.8.0-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 74)) Processing ./src/pickleshare-0.7.5-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 75)) Processing ./src/pika-1.3.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 76)) Processing ./src/poyo-0.5.0-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 77)) Processing ./src/prompt_toolkit-3.0.36-py3-none-any.whl (from -r requirements3.txt.tmp (line 78)) Processing ./src/psutil-5.9.8-cp312-abi3-linux_x86_64.whl (from -r requirements3.txt.tmp (line 79)) Processing ./src/ptyprocess-0.7.0-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 80)) Processing ./src/pure_eval-0.2.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 81)) Processing ./src/pyasn1-0.4.8-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 82)) Processing ./src/pyasn1_modules-0.2.8-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 83)) Processing ./src/pyasyncore-1.0.4-py3-none-any.whl (from -r requirements3.txt.tmp (line 84)) Processing ./src/pycodestyle-2.11.0-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 85)) Processing ./src/pydantic-2.8.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 86)) Processing ./src/pydantic_core-2.20.1-cp312-cp312-linux_x86_64.whl (from -r requirements3.txt.tmp (line 87)) Processing ./src/Pygments-2.16.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 88)) Processing ./src/pyinotify-0.9.6-py3-none-any.whl (from -r requirements3.txt.tmp (line 89)) Processing ./src/PyNaCl-1.5.0-cp312-cp312-linux_x86_64.whl (from -r requirements3.txt.tmp (line 90)) Processing ./src/python_dateutil-2.8.2-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 91)) Processing ./src/python_ldap-3.4.3-cp312-cp312-linux_x86_64.whl (from -r requirements3.txt.tmp (line 92)) Processing ./src/pytz-2023.3.post1-py3-none-any.whl (from -r requirements3.txt.tmp (line 93)) Processing ./src/PyYAML-6.0.1-cp312-cp312-linux_x86_64.whl (from -r requirements3.txt.tmp (line 94)) Processing ./src/redis-5.0.6-py3-none-any.whl (from -r requirements3.txt.tmp (line 95)) Processing ./src/referencing-0.31.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 96)) Processing ./src/regex-2023.8.8-cp312-cp312-linux_x86_64.whl (from -r requirements3.txt.tmp (line 97)) Processing ./src/requests-2.32.3-py3-none-any.whl (from -r requirements3.txt.tmp (line 98)) Processing ./src/requests_unixsocket2-0.4.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 99)) Processing ./src/rich-13.5.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 100)) Processing ./src/rpds_py-0.12.0-cp312-cp312-linux_x86_64.whl (from -r requirements3.txt.tmp (line 101)) Processing ./src/simpleeval-0.9.13-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 102)) Processing ./src/soupsieve-2.5-py3-none-any.whl (from -r requirements3.txt.tmp (line 103)) Processing ./src/statsd-3.2.1-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 104)) Processing ./src/stack_data-0.6.3-py3-none-any.whl (from -r requirements3.txt.tmp (line 105)) Processing ./src/structlog-23.1.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 106)) Processing ./src/telegraf_unixsocket_client-0.0.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 107)) Processing ./src/termcolor-2.3.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 108)) Processing ./src/terminaltables-3.1.10-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 109)) Processing ./src/threadpoolctl-3.2.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 110)) Processing ./src/tornado-6.4.1-cp38-abi3-linux_x86_64.whl (from -r requirements3.txt.tmp (line 111)) Processing ./src/tqdm-4.66.4-py3-none-any.whl (from -r requirements3.txt.tmp (line 112)) Processing ./src/traitlets-5.9.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 113)) Processing ./src/Unidecode-1.3.6-py3-none-any.whl (from -r requirements3.txt.tmp (line 114)) Processing ./src/urllib3-2.2.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 115)) Processing ./src/wcwidth-0.2.8-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 116)) Processing ./src/werkzeug-3.0.6-py3-none-any.whl (from -r requirements3.txt.tmp (line 117)) Processing ./src/whichcraft-0.6.1-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 118)) Processing ./src/wrapt-1.16.0-cp312-cp312-linux_x86_64.whl (from -r requirements3.txt.tmp (line 119)) Processing ./src/xattrfile-0.0.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 120)) Processing ./src/xmltodict-0.13.0-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 121)) Processing ./src/yarl-1.9.2-cp312-cp312-linux_x86_64.whl (from -r requirements3.txt.tmp (line 122)) Processing ./src/yq-3.2.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 123)) Requirement already satisfied: six>=1.12.0 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages (from asttokens==2.4.0->-r requirements3.txt.tmp (line 9)) (1.16.0) Requirement already satisfied: filelock in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages (from cron-wrapper==0.1.2->-r requirements3.txt.tmp (line 29)) (3.12.3) Requirement already satisfied: cffi>=1.12 in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from cryptography==43.0.1->-r requirements3.txt.tmp (line 30)) (1.15.1) Requirement already satisfied: typing-extensions>=4.6.1 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages (from pydantic==2.8.2->-r requirements3.txt.tmp (line 86)) (4.12.2) Requirement already satisfied: certifi>=2017.4.17 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages (from requests==2.32.3->-r requirements3.txt.tmp (line 98)) (2024.7.4) Requirement already satisfied: tomlkit>=0.11.6 in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from yq==3.2.2->-r requirements3.txt.tmp (line 123)) (0.12.1) Requirement already satisfied: ConfigUpdater in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from mfplugin->-r requirements3.txt.tmp (line 65)) (3.1.1) Requirement already satisfied: pycparser in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from cffi>=1.12->cryptography==43.0.1->-r requirements3.txt.tmp (line 30)) (2.21) Installing collected packages: whichcraft, wcwidth, statsd, simpleeval, pytz, pyinotify, pyasyncore, pyasn1, pure-eval, ptyprocess, pickleshare, netifaces, mockredispy, gitignore-parser, deploycron, commonmark, Cerberus, bjoern, bash, backcall, xmltodict, wrapt, urllib3, Unidecode, traitlets, tqdm, tornado, threadpoolctl, terminaltables, termcolor, structlog, soupsieve, rpds-py, regex, redis, PyYAML, python-dateutil, Pygments, pydantic-core, pycodestyle, pyasn1-modules, psutil, prompt-toolkit, poyo, pika, pexpect, parso, mypy-extensions, multidict, mdurl, MarkupSafe, Markdown, lazy-import, joblib, inotify-simple, idna, hiredis, geojson, fsspec, frozenlist, executing, entrypoints, diskcache, dill, decorator, colorama, Click, charset_normalizer, chardet, cachetools, bcrypt, Babel, attrs, async-timeout, asttokens, argcomplete, annotated-types, aiohappyeyeballs, yq, yarl, xattrfile, Werkzeug, telegraf_unixsocket_client, stack-data, requests, referencing, python-ldap, PyNaCl, pydantic, mflog, matplotlib-inline, markdown-it-py, Jinja2, jedi, Deprecated, cryptography, cron-wrapper, binaryornot, beautifulsoup4, autopep8, arrow, aiosignal, rich, requests-unixsocket2, paramiko, opinionated-configparser, jsonschema_specifications, jinja2-time, jinja2-shell-extension, jinja2-getenv-extension, jinja2-from-json-extension, jinja2-fnmatch-extension, ipython, envtpl, cookiecutter_hooks, aiohttp, mfutil, jsonschema, directory_observer, cookiecutter, aiohttp_metwork_middlewares, mfplugin, acquisition Successfully installed Babel-2.13.0 Cerberus-1.3.5 Click-8.1.7 Deprecated-1.2.14 Jinja2-3.1.4 Markdown-3.4.4 MarkupSafe-2.1.3 PyNaCl-1.5.0 PyYAML-6.0.1 Pygments-2.16.1 Unidecode-1.3.6 Werkzeug-3.0.6 acquisition-0.0.0 aiohappyeyeballs-2.4.0 aiohttp-3.10.5 aiohttp_metwork_middlewares-0.0.1 aiosignal-1.3.1 annotated-types-0.6.0 argcomplete-3.1.1 arrow-1.2.3 asttokens-2.4.0 async-timeout-4.0.3 attrs-23.2.0 autopep8-2.0.4 backcall-0.2.0 bash-0.6 bcrypt-4.0.1 beautifulsoup4-4.12.2 binaryornot-0.4.4 bjoern-3.2.2 cachetools-5.3.1 chardet-5.2.0 charset_normalizer-3.2.0 colorama-0.4.6 commonmark-0.9.1 cookiecutter-1.6.0 cookiecutter_hooks-0.0.1 cron-wrapper-0.1.2 cryptography-43.0.1 decorator-5.1.1 deploycron-0.0.1 dill-0.3.7 directory_observer-0.0.1 diskcache-5.6.3 entrypoints-0.4 envtpl-0.5.3 executing-2.0.1 frozenlist-1.4.0 fsspec-2023.9.2 geojson-3.1.0 gitignore-parser-0.1.11 hiredis-2.2.3 idna-3.7 inotify-simple-1.3.5 ipython-8.16.1 jedi-0.19.1 jinja2-fnmatch-extension-1.0.2 jinja2-from-json-extension-1.0.0 jinja2-getenv-extension-1.0.2 jinja2-shell-extension-2.0.1 jinja2-time-0.2.0 joblib-1.3.2 jsonschema-4.19.2 jsonschema_specifications-2023.11.1 lazy-import-0.2.2 markdown-it-py-3.0.0 matplotlib-inline-0.1.6 mdurl-0.1.2 mflog-0.1.0 mfplugin-0.0.0 mfutil-0.2.0 mockredispy-2.9.3 multidict-6.0.4 mypy-extensions-1.0.0 netifaces-0.11.0 opinionated-configparser-1.0.1 paramiko-3.4.1 parso-0.8.3 pexpect-4.8.0 pickleshare-0.7.5 pika-1.3.2 poyo-0.5.0 prompt-toolkit-3.0.36 psutil-5.9.8 ptyprocess-0.7.0 pure-eval-0.2.2 pyasn1-0.4.8 pyasn1-modules-0.2.8 pyasyncore-1.0.4 pycodestyle-2.11.0 pydantic-2.8.2 pydantic-core-2.20.1 pyinotify-0.9.6 python-dateutil-2.8.2 python-ldap-3.4.3 pytz-2023.3.post1 redis-5.0.6 referencing-0.31.0 regex-2023.8.8 requests-2.32.3 requests-unixsocket2-0.4.0 rich-13.5.2 rpds-py-0.12.0 simpleeval-0.9.13 soupsieve-2.5 stack-data-0.6.3 statsd-3.2.1 structlog-23.1.0 telegraf_unixsocket_client-0.0.1 termcolor-2.3.0 terminaltables-3.1.10 threadpoolctl-3.2.0 tornado-6.4.1 tqdm-4.66.4 traitlets-5.9.0 urllib3-2.2.2 wcwidth-0.2.8 whichcraft-0.6.1 wrapt-1.16.0 xattrfile-0.0.0 xmltodict-0.13.0 yarl-1.9.2 yq-3.2.2 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable.It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. if ! test -d /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages; then mkdir -p /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages; fi if test -f /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages/requirements3.txt; then cat /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages/requirements3.txt requirements3.txt |sort |uniq |sed 's/^-e git.*egg=\(.*\)$/\1/g' >/opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages/requirements3.txt.tmp; mv /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages/requirements3.txt.tmp /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages/requirements3.txt; else cat requirements3.txt |sort |uniq |sed 's/^-e git.*egg=\(.*\)$/\1/g' >/opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages/requirements3.txt ;fi IFS=$'\n' ; for REQ in `cat requirements3.txt |sort |uniq`; do _pip_package_to_yaml.sh "${REQ}" "/opt/metwork-mfext-master/opt/python3/share/metwork_packages" || { echo "ERROR WITH _pip_package_to_yaml.sh ${REQ} /opt/metwork-mfext-master/opt/python3/share/metwork_packages"; exit 1; } done /opt/metwork-mfext-master/opt/python3/share/metwork_packages/acquisition.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/aiohttp_metwork_middlewares.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/cookiecutter.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/cookiecutter_hooks.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/deploycron.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/directory_observer.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/envtpl.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/mfplugin.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/telegraf-unixsocket-client.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/xattrfile.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/statsd.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/Babel.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/Cerberus.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/click.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/Deprecated.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/Jinja2.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/Markdown.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/MarkupSafe.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/PyNaCl.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/PyYAML.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/Pygments.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/Unidecode.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/Werkzeug.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/aiohappyeyeballs.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/aiohttp.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/aiosignal.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/annotated-types.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/argcomplete.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/arrow.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/asttokens.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/async-timeout.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/attrs.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/autopep8.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/backcall.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/bash.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/bcrypt.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/beautifulsoup4.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/binaryornot.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/bjoern.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/cachetools.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/chardet.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/charset-normalizer.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/colorama.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/commonmark.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/cron-wrapper.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/cryptography.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/decorator.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/dill.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/diskcache.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/entrypoints.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/executing.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/frozenlist.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/fsspec.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/geojson.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/gitignore_parser.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/hiredis.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/idna.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/inotify_simple.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/ipython.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/jedi.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/jinja2_fnmatch_extension.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/jinja2_from_json_extension.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/jinja2_getenv_extension.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/jinja2_shell_extension.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/jinja2-time.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/joblib.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/jsonschema.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/jsonschema-specifications.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/lazy_import.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/markdown-it-py.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/matplotlib-inline.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/mdurl.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/mflog.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/mfutil.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/mockredispy.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/multidict.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/mypy_extensions.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/netifaces.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/opinionated_configparser.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/paramiko.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/parso.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/pexpect.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/pickleshare.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/pika.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/poyo.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/prompt_toolkit.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/psutil.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/ptyprocess.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/pure_eval.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/pyasn1-modules.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/pyasn1.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/pyasyncore.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/pycodestyle.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/pydantic_core.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/pydantic.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/pyinotify.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/python-dateutil.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/python-ldap.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/pytz.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/redis.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/referencing.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/regex.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/requests-unixsocket2.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/requests.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/rich.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/rpds-py.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/simpleeval.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/soupsieve.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/stack_data.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/structlog.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/termcolor.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/terminaltables.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/threadpoolctl.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/tornado.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/tqdm.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/traitlets.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/urllib3.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/wcwidth.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/whichcraft.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/wrapt.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/xmltodict.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/yarl.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/yq.yaml is ready make[3]: Leaving directory '/src/layers/layer2_python3/0500_extra_python_packages' if test "" = "1"; then echo > /opt/metwork-mfext-master/opt/python3/.mfextaddon; fi _layer_dhash "python3@mfext" >/opt/metwork-mfext-master/opt/python3/.dhash if ! test -f cache/hit; then \ _check_layers_hash >/dev/null ; \ fi _cache_logic_after_layer.sh "/opt/metwork-mfext-master/opt/python3" cache: /buildcache/mfext_cache_layer_python3_00debf6b73af43272656687ed19e252e.tar created make[2]: Leaving directory '/src/layers/layer2_python3' make[2]: Entering directory '/src/layers/layer2_python3_circus' if test "MFEXT" = "MFEXT" -a "" != "1"; then cat .layerapi2_label |/src/adm/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/python3_circus/.layerapi2_label; else cat .layerapi2_label |/opt/metwork-mfext-master/bin/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/python3_circus/.layerapi2_label; fi if test "MFEXT" = "MFEXT" -a "" != "1"; then cat .system_dependencies |/src/adm/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/python3_circus/.system_dependencies; else cat .system_dependencies |/opt/metwork-mfext-master/bin/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/python3_circus/.system_dependencies; fi if test "MFEXT" = "MFEXT" -a "" != "1"; then cat .layerapi2_dependencies |/src/adm/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/python3_circus/.layerapi2_dependencies; else cat .layerapi2_dependencies |/opt/metwork-mfext-master/bin/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/python3_circus/.layerapi2_dependencies; fi _cache_logic_before_layer.sh "/opt/metwork-mfext-master/opt/python3_circus" "python3_circus" /etc/buildimage_hash: 7287d05885b641033e3d2e66ec030375 /src/adm/root.mk md5sum hash: 888c30fa85fcfbd1a7f4b750da33f2e6 core@mfext layer (dependency) hash (from cache): 48181fefb5eb6328fdfac6c360e931e7 python3@mfext layer (dependency) hash (from cache): cfac0b235c4a395d752d3477cc1e5187 python3_core@mfext layer (dependency) hash (from cache): 4907d71374f94da21670edf8fca70667 root@mfext layer (dependency) hash (from cache): f10ced89e93f340f4a19b4f76d658719 source hash: 5ae44998653d2023ae1cab11f4efdfb0 cache missed (/buildcache/mfext_cache_layer_python3_circus_da0972d392a2a5ff01a1939fccece0e7.tar) if ! test -f cache/hit; then \ for SUBDIR in 0500_circus; do \ OLDPWD=`pwd`; \ cd $SUBDIR || exit 1; \ make all || exit 1; \ cd ${OLDPWD}; \ done ; \ chmod -R a+rX,g-w,o-w,u+w /opt/metwork-mfext-master/opt/python3_circus ; \ fi make[3]: Entering directory '/src/layers/layer2_python3_circus/0500_circus' layer_wrapper --empty-env --empty-env-keeps=LANG,PATH,LAYERAPI2_LAYERS_PATH,PYTHON3_SHORT_VERSION,FORCED_PATHS,BUILDCACHE --force-prepend --layers=python3@mfext,python3_circus@mfext -- make -f Makefile.mk all for REQ in requirements3.txt; do if test -s ${REQ}; then download_compile_requirements ${REQ} || { echo "ERROR WITH download_compile_requirements ${REQ}"; exit 1; }; fi; done [DEBUG]: loading tempolayer79430[/src/layers/layer2_python3_circus/0500_circus/tempolayer79430] Obtaining circus from git+https://github.com/metwork-framework/circus.git@2d5b6d69bae3b7c6780a78ec474c951c030a06c1#egg=circus (from -r requirements3.txt (line 2)) Cloning https://github.com/metwork-framework/circus.git (to revision 2d5b6d69bae3b7c6780a78ec474c951c030a06c1) to ./tmp_src/circus Running command git clone --filter=blob:none --quiet https://github.com/metwork-framework/circus.git /src/layers/layer2_python3_circus/0500_circus/tmp_src/circus Running command git rev-parse -q --verify 'sha^2d5b6d69bae3b7c6780a78ec474c951c030a06c1' Running command git fetch -q https://github.com/metwork-framework/circus.git 2d5b6d69bae3b7c6780a78ec474c951c030a06c1 Resolved https://github.com/metwork-framework/circus.git to commit 2d5b6d69bae3b7c6780a78ec474c951c030a06c1 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Obtaining circus_autorestart_plugin from git+https://github.com/metwork-framework/circus_autorestart_plugin.git@9d208a18248d5ee131efa99a0af815c19ba398e4#egg=circus_autorestart_plugin (from -r requirements3.txt (line 3)) Cloning https://github.com/metwork-framework/circus_autorestart_plugin.git (to revision 9d208a18248d5ee131efa99a0af815c19ba398e4) to ./tmp_src/circus-autorestart-plugin Running command git clone --filter=blob:none --quiet https://github.com/metwork-framework/circus_autorestart_plugin.git /src/layers/layer2_python3_circus/0500_circus/tmp_src/circus-autorestart-plugin Running command git rev-parse -q --verify 'sha^9d208a18248d5ee131efa99a0af815c19ba398e4' Running command git fetch -q https://github.com/metwork-framework/circus_autorestart_plugin.git 9d208a18248d5ee131efa99a0af815c19ba398e4 Running command git checkout -q 9d208a18248d5ee131efa99a0af815c19ba398e4 Resolved https://github.com/metwork-framework/circus_autorestart_plugin.git to commit 9d208a18248d5ee131efa99a0af815c19ba398e4 Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting cached-property==1.5.2 (from -r requirements3.txt (line 1)) Downloading cached-property-1.5.2.tar.gz (12 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting pyzmq==25.1.1 (from -r requirements3.txt (line 4)) Downloading pyzmq-25.1.1.tar.gz (1.4 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.4/1.4 MB 57.7 MB/s eta 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting psutil (from circus->-r requirements3.txt (line 2)) Using cached psutil-5.9.8-cp312-abi3-linux_x86_64.whl Collecting tornado>=5.0.2 (from circus->-r requirements3.txt (line 2)) Using cached tornado-6.4.1-cp38-abi3-linux_x86_64.whl Collecting inotify_simple (from circus_autorestart_plugin->-r requirements3.txt (line 3)) Using cached inotify_simple-1.3.5-py3-none-any.whl Collecting gitignore_parser (from circus_autorestart_plugin->-r requirements3.txt (line 3)) Using cached gitignore_parser-0.1.11-py3-none-any.whl Collecting setuptools (from circus_autorestart_plugin->-r requirements3.txt (line 3)) Using cached setuptools-70.3.0-py3-none-any.whl Saved ./src/tornado-6.4.1-cp38-abi3-linux_x86_64.whl Saved ./src/gitignore_parser-0.1.11-py3-none-any.whl Saved ./src/inotify_simple-1.3.5-py3-none-any.whl Saved ./src/psutil-5.9.8-cp312-abi3-linux_x86_64.whl Saved ./src/setuptools-70.3.0-py3-none-any.whl Building wheels for collected packages: cached-property, pyzmq, circus, circus_autorestart_plugin Building wheel for cached-property (setup.py): started Building wheel for cached-property (setup.py): finished with status 'done' Created wheel for cached-property: filename=cached_property-1.5.2-py2.py3-none-any.whl size=7587 sha256=3cb31a6330ca78f65f7a8eb4580b53742009e310029e69f79f6448f97d5f5ef3 Stored in directory: /root/.cache/pip/wheels/18/8e/2f/414c8bb22b55709428dc30792247e77ad37bd11851d7aa261f Building wheel for pyzmq (pyproject.toml): started Building wheel for pyzmq (pyproject.toml): finished with status 'done' Created wheel for pyzmq: filename=pyzmq-25.1.1-cp312-cp312-linux_x86_64.whl size=1833616 sha256=15884c215e0cbfa0854e37be4f5c913d024a8724ede9aa54f7a0b65a468e4bf6 Stored in directory: /root/.cache/pip/wheels/79/1d/2b/3ca9a885a32f012cddd2d2fc0f76fdfd98d8541e7d5d764243 Building wheel for circus (pyproject.toml): started Building wheel for circus (pyproject.toml): finished with status 'done' Created wheel for circus: filename=circus-0.18.0+mf.2-py3-none-any.whl size=212529 sha256=7e7e184c17b0a27b883e88e188ff7bce59d502acb003cdc9e0e60f9d9bdb0429 Stored in directory: /src/layers/layer2_python3_circus/0500_circus/tempolayer79430/tmp/pip-ephem-wheel-cache-en0o8zmx/wheels/6d/9d/83/4e176b6014bf9ab3c082e03ecc1cdcf756b2b0992c5e32af5b Building wheel for circus_autorestart_plugin (setup.py): started Building wheel for circus_autorestart_plugin (setup.py): finished with status 'done' Created wheel for circus_autorestart_plugin: filename=circus_autorestart_plugin-0.0.1-py3-none-any.whl size=4514 sha256=6555e8d97498bb205ed15c8070cd23cd0562df7d34ed98b3765d1262ac7ca089 Stored in directory: /src/layers/layer2_python3_circus/0500_circus/tempolayer79430/tmp/pip-ephem-wheel-cache-en0o8zmx/wheels/2c/b3/6a/0bbdd9d43f45bbc51feeed6becbcce8d5652ffcb5f19e50b2a Successfully built cached-property pyzmq circus circus_autorestart_plugin if test -d ../../download_archive; then cp -Rf src/* ../../download_archive/ 2>/dev/null; fi mkdir -p /opt/metwork-mfext-master/opt/python3_circus/share/metwork_packages for REQ in requirements3.txt; do if test -s ${REQ}; then install_requirements /opt/metwork-mfext-master/opt/python3_circus ${REQ} ./src || { echo "ERROR WITH install_requirements ${REQ} /opt/metwork-mfext-master/opt/python3_circus ${REQ} ./src"; exit 1; }; fi; done [DEBUG]: layer python3_circus@mfext[/opt/metwork-mfext-master/opt/python3_circus] is already loaded Looking in links: ./src Processing ./src/cached_property-1.5.2-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 1)) Processing ./src/circus-0.18.0+mf.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 2)) Processing ./src/circus_autorestart_plugin-0.0.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 3)) Processing ./src/pyzmq-25.1.1-cp312-cp312-linux_x86_64.whl (from -r requirements3.txt.tmp (line 4)) Requirement already satisfied: psutil in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from circus->-r requirements3.txt.tmp (line 2)) (5.9.8) Requirement already satisfied: tornado>=5.0.2 in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from circus->-r requirements3.txt.tmp (line 2)) (6.4.1) Requirement already satisfied: inotify-simple in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from circus_autorestart_plugin->-r requirements3.txt.tmp (line 3)) (1.3.5) Requirement already satisfied: gitignore-parser in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from circus_autorestart_plugin->-r requirements3.txt.tmp (line 3)) (0.1.11) Requirement already satisfied: setuptools in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages (from circus_autorestart_plugin->-r requirements3.txt.tmp (line 3)) (70.3.0) Installing collected packages: cached-property, pyzmq, circus, circus_autorestart_plugin Successfully installed cached-property-1.5.2 circus-0.18.0+mf.2 circus_autorestart_plugin-0.0.1 pyzmq-25.1.1 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable.It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. if ! test -d /opt/metwork-mfext-master/opt/python3_circus/lib/python3.12/site-packages; then mkdir -p /opt/metwork-mfext-master/opt/python3_circus/lib/python3.12/site-packages; fi if test -f /opt/metwork-mfext-master/opt/python3_circus/lib/python3.12/site-packages/requirements3.txt; then cat /opt/metwork-mfext-master/opt/python3_circus/lib/python3.12/site-packages/requirements3.txt requirements3.txt |sort |uniq |sed 's/^-e git.*egg=\(.*\)$/\1/g' >/opt/metwork-mfext-master/opt/python3_circus/lib/python3.12/site-packages/requirements3.txt.tmp; mv /opt/metwork-mfext-master/opt/python3_circus/lib/python3.12/site-packages/requirements3.txt.tmp /opt/metwork-mfext-master/opt/python3_circus/lib/python3.12/site-packages/requirements3.txt; else cat requirements3.txt |sort |uniq |sed 's/^-e git.*egg=\(.*\)$/\1/g' >/opt/metwork-mfext-master/opt/python3_circus/lib/python3.12/site-packages/requirements3.txt ;fi IFS=$'\n' ; for REQ in `cat requirements3.txt |sort |uniq`; do _pip_package_to_yaml.sh "${REQ}" "/opt/metwork-mfext-master/opt/python3_circus/share/metwork_packages" || { echo "ERROR WITH _pip_package_to_yaml.sh ${REQ} /opt/metwork-mfext-master/opt/python3_circus/share/metwork_packages"; exit 1; } done /opt/metwork-mfext-master/opt/python3_circus/share/metwork_packages/circus.yaml is ready /opt/metwork-mfext-master/opt/python3_circus/share/metwork_packages/circus_autorestart_plugin.yaml is ready /opt/metwork-mfext-master/opt/python3_circus/share/metwork_packages/cached-property.yaml is ready /opt/metwork-mfext-master/opt/python3_circus/share/metwork_packages/pyzmq.yaml is ready make[3]: Leaving directory '/src/layers/layer2_python3_circus/0500_circus' if test "" = "1"; then echo > /opt/metwork-mfext-master/opt/python3_circus/.mfextaddon; fi _layer_dhash "python3_circus@mfext" >/opt/metwork-mfext-master/opt/python3_circus/.dhash if ! test -f cache/hit; then \ _check_layers_hash >/dev/null ; \ fi _cache_logic_after_layer.sh "/opt/metwork-mfext-master/opt/python3_circus" cache: /buildcache/mfext_cache_layer_python3_circus_da0972d392a2a5ff01a1939fccece0e7.tar created make[2]: Leaving directory '/src/layers/layer2_python3_circus' make[2]: Entering directory '/src/layers/layer2_python3_scientific_core' if test "MFEXT" = "MFEXT" -a "" != "1"; then cat .layerapi2_label |/src/adm/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/python3_scientific_core/.layerapi2_label; else cat .layerapi2_label |/opt/metwork-mfext-master/bin/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/python3_scientific_core/.layerapi2_label; fi if test "MFEXT" = "MFEXT" -a "" != "1"; then cat .layerapi2_dependencies |/src/adm/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/python3_scientific_core/.layerapi2_dependencies; else cat .layerapi2_dependencies |/opt/metwork-mfext-master/bin/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/python3_scientific_core/.layerapi2_dependencies; fi _cache_logic_before_layer.sh "/opt/metwork-mfext-master/opt/python3_scientific_core" "python3_scientific_core" /etc/buildimage_hash: 7287d05885b641033e3d2e66ec030375 /src/adm/root.mk md5sum hash: 888c30fa85fcfbd1a7f4b750da33f2e6 core@mfext layer (dependency) hash (from cache): 48181fefb5eb6328fdfac6c360e931e7 python3@mfext layer (dependency) hash (from cache): cfac0b235c4a395d752d3477cc1e5187 python3_core@mfext layer (dependency) hash (from cache): 4907d71374f94da21670edf8fca70667 root@mfext layer (dependency) hash (from cache): f10ced89e93f340f4a19b4f76d658719 scientific_core@mfext layer (dependency) hash (from cache): 17e43dd083453cacef203d277e812405 source hash: e32e38fd0be6696cbb27e4f7f9e5777a cache missed (/buildcache/mfext_cache_layer_python3_scientific_core_9e1f81a07f495ed706225b9c3811bda6.tar) if ! test -f cache/hit; then \ for SUBDIR in 0500_extra_python_packages; do \ OLDPWD=`pwd`; \ cd $SUBDIR || exit 1; \ make all || exit 1; \ cd ${OLDPWD}; \ done ; \ chmod -R a+rX,g-w,o-w,u+w /opt/metwork-mfext-master/opt/python3_scientific_core ; \ fi make[3]: Entering directory '/src/layers/layer2_python3_scientific_core/0500_extra_python_packages' layer_wrapper --empty-env --empty-env-keeps=LANG,PATH,LAYERAPI2_LAYERS_PATH,PYTHON3_SHORT_VERSION,FORCED_PATHS,BUILDCACHE --force-prepend --layers=python3@mfext,scientific_core@mfext,python3_scientific_core@mfext -- make -f Makefile.mk all for REQ in requirements3.txt; do if test -s ${REQ}; then download_compile_requirements ${REQ} || { echo "ERROR WITH download_compile_requirements ${REQ}"; exit 1; }; fi; done [DEBUG]: loading tempolayer80411[/src/layers/layer2_python3_scientific_core/0500_extra_python_packages/tempolayer80411] Collecting astral==3.2 (from -r requirements3.txt (line 1)) Downloading astral-3.2-py3-none-any.whl.metadata (1.7 kB) Collecting psycopg2==2.9.9 (from -r requirements3.txt (line 2)) Downloading psycopg2-2.9.9.tar.gz (384 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting psycopg==3.1.12 (from -r requirements3.txt (line 3)) Downloading psycopg-3.1.12.tar.gz (142 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting psycopg-c==3.1.12 (from -r requirements3.txt (line 4)) Downloading psycopg-c-3.1.12.tar.gz (558 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 558.0/558.0 kB 21.2 MB/s eta 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting typing-extensions>=4.1 (from psycopg==3.1.12->-r requirements3.txt (line 3)) Using cached typing_extensions-4.12.2-py3-none-any.whl Downloading astral-3.2-py3-none-any.whl (38 kB) Saved ./src/astral-3.2-py3-none-any.whl Saved ./src/typing_extensions-4.12.2-py3-none-any.whl Building wheels for collected packages: psycopg2, psycopg, psycopg-c Building wheel for psycopg2 (setup.py): started Building wheel for psycopg2 (setup.py): finished with status 'done' Created wheel for psycopg2: filename=psycopg2-2.9.9-cp312-cp312-linux_x86_64.whl size=583260 sha256=3d539fb833407426d5383b07716a7679002d6b75293aafd5b9d0ff673d432c9b Stored in directory: /root/.cache/pip/wheels/ff/ac/80/7ccec163e3d05ae2112311b895132409b9abfd7e0c1c6b5183 Building wheel for psycopg (pyproject.toml): started Building wheel for psycopg (pyproject.toml): finished with status 'done' Created wheel for psycopg: filename=psycopg-3.1.12-py3-none-any.whl size=171537 sha256=83029a2ec837bc59ec392b2b6bcd3c5519261fda268e5d1d8c7811cfa16c189d Stored in directory: /root/.cache/pip/wheels/02/37/bd/18313ff8b8286223f2670d0ebbc81cac35ccb26c918c076a20 Building wheel for psycopg-c (pyproject.toml): started Building wheel for psycopg-c (pyproject.toml): finished with status 'done' Created wheel for psycopg-c: filename=psycopg_c-3.1.12-cp312-cp312-linux_x86_64.whl size=2012004 sha256=829e987e8398b5bdb307905e9e5eea087c4eb8f8c6612451d6da34ced717ef61 Stored in directory: /root/.cache/pip/wheels/5c/62/6a/d05c37e7b323dc4b9a7b750a719dc763bf0bbad2fc559060ba Successfully built psycopg2 psycopg psycopg-c if test -d ../../download_archive; then cp -Rf src/* ../../download_archive/ 2>/dev/null; fi mkdir -p /opt/metwork-mfext-master/opt/python3_scientific_core/share/metwork_packages for REQ in requirements3.txt; do if test -s ${REQ}; then install_requirements /opt/metwork-mfext-master/opt/python3_scientific_core ${REQ} ./src || { echo "ERROR WITH install_requirements ${REQ} /opt/metwork-mfext-master/opt/python3_scientific_core ${REQ} ./src"; exit 1; }; fi; done [DEBUG]: layer python3_scientific_core@mfext[/opt/metwork-mfext-master/opt/python3_scientific_core] is already loaded Looking in links: ./src Processing ./src/astral-3.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 1)) Processing ./src/psycopg2-2.9.9-cp312-cp312-linux_x86_64.whl (from -r requirements3.txt.tmp (line 2)) Processing ./src/psycopg-3.1.12-py3-none-any.whl (from -r requirements3.txt.tmp (line 3)) Processing ./src/psycopg_c-3.1.12-cp312-cp312-linux_x86_64.whl (from -r requirements3.txt.tmp (line 4)) Requirement already satisfied: typing-extensions>=4.1 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages (from psycopg==3.1.12->-r requirements3.txt.tmp (line 3)) (4.12.2) Installing collected packages: psycopg2, psycopg-c, psycopg, astral Successfully installed astral-3.2 psycopg-3.1.12 psycopg-c-3.1.12 psycopg2-2.9.9 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable.It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. if ! test -d /opt/metwork-mfext-master/opt/python3_scientific_core/lib/python3.12/site-packages; then mkdir -p /opt/metwork-mfext-master/opt/python3_scientific_core/lib/python3.12/site-packages; fi if test -f /opt/metwork-mfext-master/opt/python3_scientific_core/lib/python3.12/site-packages/requirements3.txt; then cat /opt/metwork-mfext-master/opt/python3_scientific_core/lib/python3.12/site-packages/requirements3.txt requirements3.txt |sort |uniq |sed 's/^-e git.*egg=\(.*\)$/\1/g' >/opt/metwork-mfext-master/opt/python3_scientific_core/lib/python3.12/site-packages/requirements3.txt.tmp; mv /opt/metwork-mfext-master/opt/python3_scientific_core/lib/python3.12/site-packages/requirements3.txt.tmp /opt/metwork-mfext-master/opt/python3_scientific_core/lib/python3.12/site-packages/requirements3.txt; else cat requirements3.txt |sort |uniq |sed 's/^-e git.*egg=\(.*\)$/\1/g' >/opt/metwork-mfext-master/opt/python3_scientific_core/lib/python3.12/site-packages/requirements3.txt ;fi IFS=$'\n' ; for REQ in `cat requirements3.txt |sort |uniq`; do _pip_package_to_yaml.sh "${REQ}" "/opt/metwork-mfext-master/opt/python3_scientific_core/share/metwork_packages" || { echo "ERROR WITH _pip_package_to_yaml.sh ${REQ} /opt/metwork-mfext-master/opt/python3_scientific_core/share/metwork_packages"; exit 1; } done /opt/metwork-mfext-master/opt/python3_scientific_core/share/metwork_packages/astral.yaml is ready /opt/metwork-mfext-master/opt/python3_scientific_core/share/metwork_packages/psycopg-c.yaml is ready /opt/metwork-mfext-master/opt/python3_scientific_core/share/metwork_packages/psycopg2.yaml is ready /opt/metwork-mfext-master/opt/python3_scientific_core/share/metwork_packages/psycopg.yaml is ready make[3]: Leaving directory '/src/layers/layer2_python3_scientific_core/0500_extra_python_packages' if test "" = "1"; then echo > /opt/metwork-mfext-master/opt/python3_scientific_core/.mfextaddon; fi _layer_dhash "python3_scientific_core@mfext" >/opt/metwork-mfext-master/opt/python3_scientific_core/.dhash if ! test -f cache/hit; then \ _check_layers_hash >/dev/null ; \ fi _cache_logic_after_layer.sh "/opt/metwork-mfext-master/opt/python3_scientific_core" cache: /buildcache/mfext_cache_layer_python3_scientific_core_9e1f81a07f495ed706225b9c3811bda6.tar created make[2]: Leaving directory '/src/layers/layer2_python3_scientific_core' make[2]: Entering directory '/src/layers/layer6_nodejs' if test "MFEXT" = "MFEXT" -a "" != "1"; then cat .layerapi2_label |/src/adm/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/nodejs/.layerapi2_label; else cat .layerapi2_label |/opt/metwork-mfext-master/bin/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/nodejs/.layerapi2_label; fi if test "MFEXT" = "MFEXT" -a "" != "1"; then cat .layerapi2_dependencies |/src/adm/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/nodejs/.layerapi2_dependencies; else cat .layerapi2_dependencies |/opt/metwork-mfext-master/bin/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/nodejs/.layerapi2_dependencies; fi if test "MFEXT" = "MFEXT" -a "" != "1"; then cat .layerapi2_extra_env |/src/adm/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/nodejs/.layerapi2_extra_env; else cat .layerapi2_extra_env |/opt/metwork-mfext-master/bin/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/nodejs/.layerapi2_extra_env; fi _cache_logic_before_layer.sh "/opt/metwork-mfext-master/opt/nodejs" "nodejs" /etc/buildimage_hash: 7287d05885b641033e3d2e66ec030375 /src/adm/root.mk md5sum hash: 888c30fa85fcfbd1a7f4b750da33f2e6 core@mfext layer (dependency) hash (from cache): 48181fefb5eb6328fdfac6c360e931e7 root@mfext layer (dependency) hash (from cache): f10ced89e93f340f4a19b4f76d658719 source hash: 2c241b734b6b48c5ec160cb7997f185f cache hit (used: /buildcache/mfext_cache_layer_nodejs_4b891bf1213e9a79bd06bfe320aa68f5.tar) if ! test -f cache/hit; then \ for SUBDIR in 0500_nodejs; do \ OLDPWD=`pwd`; \ cd $SUBDIR || exit 1; \ make all || exit 1; \ cd ${OLDPWD}; \ done ; \ chmod -R a+rX,g-w,o-w,u+w /opt/metwork-mfext-master/opt/nodejs ; \ fi if test "" = "1"; then echo > /opt/metwork-mfext-master/opt/nodejs/.mfextaddon; fi _layer_dhash "nodejs@mfext" >/opt/metwork-mfext-master/opt/nodejs/.dhash if ! test -f cache/hit; then \ _check_layers_hash >/dev/null ; \ fi _cache_logic_after_layer.sh "/opt/metwork-mfext-master/opt/nodejs" cache already exist (/buildcache/mfext_cache_layer_nodejs_4b891bf1213e9a79bd06bfe320aa68f5.tar) make[2]: Leaving directory '/src/layers/layer6_nodejs' make[2]: Entering directory '/src/layers/layer7_devtools' if test "MFEXT" = "MFEXT" -a "" != "1"; then cat .layerapi2_label |/src/adm/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/devtools/.layerapi2_label; else cat .layerapi2_label |/opt/metwork-mfext-master/bin/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/devtools/.layerapi2_label; fi if test "MFEXT" = "MFEXT" -a "" != "1"; then cat .system_dependencies |/src/adm/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/devtools/.system_dependencies; else cat .system_dependencies |/opt/metwork-mfext-master/bin/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/devtools/.system_dependencies; fi if test "MFEXT" = "MFEXT" -a "" != "1"; then cat .layerapi2_dependencies |/src/adm/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/devtools/.layerapi2_dependencies; else cat .layerapi2_dependencies |/opt/metwork-mfext-master/bin/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/devtools/.layerapi2_dependencies; fi if test "MFEXT" = "MFEXT" -a "" != "1"; then cat .layerapi2_extra_env |/src/adm/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/devtools/.layerapi2_extra_env; else cat .layerapi2_extra_env |/opt/metwork-mfext-master/bin/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/devtools/.layerapi2_extra_env; fi if test "MFEXT" = "MFEXT" -a "" != "1"; then cat .layerapi2_interactive_profile |/src/adm/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/devtools/.layerapi2_interactive_profile; else cat .layerapi2_interactive_profile |/opt/metwork-mfext-master/bin/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/devtools/.layerapi2_interactive_profile; fi if test "MFEXT" = "MFEXT" -a "" != "1"; then cat .layerapi2_interactive_unprofile |/src/adm/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/devtools/.layerapi2_interactive_unprofile; else cat .layerapi2_interactive_unprofile |/opt/metwork-mfext-master/bin/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/devtools/.layerapi2_interactive_unprofile; fi _cache_logic_before_layer.sh "/opt/metwork-mfext-master/opt/devtools" "devtools" /etc/buildimage_hash: 7287d05885b641033e3d2e66ec030375 /src/adm/root.mk md5sum hash: 888c30fa85fcfbd1a7f4b750da33f2e6 core@mfext layer (dependency) hash (from cache): 48181fefb5eb6328fdfac6c360e931e7 root@mfext layer (dependency) hash (from cache): f10ced89e93f340f4a19b4f76d658719 source hash: ab26a0f48465d3207a4ec0f0b702dce8 cache hit (used: /buildcache/mfext_cache_layer_devtools_7a73bba6ba8f0cd1413a52e0b901a9e0.tar) if ! test -f cache/hit; then \ for SUBDIR in 0000_adm 0001_shellcheck 0030_the_silver_searcher 0040_sloccount 0060_wrk 0061_wrk2 0070_libtree; do \ OLDPWD=`pwd`; \ cd $SUBDIR || exit 1; \ make all || exit 1; \ cd ${OLDPWD}; \ done ; \ chmod -R a+rX,g-w,o-w,u+w /opt/metwork-mfext-master/opt/devtools ; \ fi if test "" = "1"; then echo > /opt/metwork-mfext-master/opt/devtools/.mfextaddon; fi _layer_dhash "devtools@mfext" >/opt/metwork-mfext-master/opt/devtools/.dhash if ! test -f cache/hit; then \ _check_layers_hash >/dev/null ; \ fi _cache_logic_after_layer.sh "/opt/metwork-mfext-master/opt/devtools" cache already exist (/buildcache/mfext_cache_layer_devtools_7a73bba6ba8f0cd1413a52e0b901a9e0.tar) make[2]: Leaving directory '/src/layers/layer7_devtools' make[2]: Entering directory '/src/layers/layer7_python3_devtools' if test "MFEXT" = "MFEXT" -a "" != "1"; then cat .layerapi2_label |/src/adm/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/python3_devtools/.layerapi2_label; else cat .layerapi2_label |/opt/metwork-mfext-master/bin/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/python3_devtools/.layerapi2_label; fi if test "MFEXT" = "MFEXT" -a "" != "1"; then cat .system_dependencies |/src/adm/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/python3_devtools/.system_dependencies; else cat .system_dependencies |/opt/metwork-mfext-master/bin/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/python3_devtools/.system_dependencies; fi if test "MFEXT" = "MFEXT" -a "" != "1"; then cat .layerapi2_dependencies |/src/adm/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/python3_devtools/.layerapi2_dependencies; else cat .layerapi2_dependencies |/opt/metwork-mfext-master/bin/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/python3_devtools/.layerapi2_dependencies; fi _cache_logic_before_layer.sh "/opt/metwork-mfext-master/opt/python3_devtools" "python3_devtools" /etc/buildimage_hash: 7287d05885b641033e3d2e66ec030375 /src/adm/root.mk md5sum hash: 888c30fa85fcfbd1a7f4b750da33f2e6 core@mfext layer (dependency) hash (from cache): 48181fefb5eb6328fdfac6c360e931e7 devtools@mfext layer (dependency) hash (from cache): d04308c728c809d8888a4f4ad658834f python3@mfext layer (dependency) hash (from cache): cfac0b235c4a395d752d3477cc1e5187 python3_core@mfext layer (dependency) hash (from cache): 4907d71374f94da21670edf8fca70667 root@mfext layer (dependency) hash (from cache): f10ced89e93f340f4a19b4f76d658719 source hash: 42c8ceefa7f37dede20339d9a510df34 cache missed (/buildcache/mfext_cache_layer_python3_devtools_801e2cfe74cf4e55f3e4157e4421244e.tar) if ! test -f cache/hit; then \ for SUBDIR in 0400_prereq_extra_python_packages 0500_extra_python_packages; do \ OLDPWD=`pwd`; \ cd $SUBDIR || exit 1; \ make all || exit 1; \ cd ${OLDPWD}; \ done ; \ chmod -R a+rX,g-w,o-w,u+w /opt/metwork-mfext-master/opt/python3_devtools ; \ fi make[3]: Entering directory '/src/layers/layer7_python3_devtools/0400_prereq_extra_python_packages' layer_wrapper --empty-env --empty-env-keeps=LANG,PATH,LAYERAPI2_LAYERS_PATH,PYTHON3_SHORT_VERSION,FORCED_PATHS,BUILDCACHE --force-prepend --layers=python3@mfext,devtools@mfext,python3_devtools@mfext -- make -f Makefile.mk all for REQ in requirements3.txt; do if test -s ${REQ}; then download_compile_requirements ${REQ} || { echo "ERROR WITH download_compile_requirements ${REQ}"; exit 1; }; fi; done [DEBUG]: loading tempolayer81748[/src/layers/layer7_python3_devtools/0400_prereq_extra_python_packages/tempolayer81748] Collecting flit-scm==1.7.0 (from -r requirements3.txt (line 1)) Downloading flit_scm-1.7.0.tar.gz (2.4 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting flit-core~=3.5 (from flit-scm==1.7.0->-r requirements3.txt (line 1)) Using cached flit_core-3.9.0-py3-none-any.whl Collecting setuptools_scm>=6.4 (from flit-scm==1.7.0->-r requirements3.txt (line 1)) Using cached setuptools_scm-8.1.0-py3-none-any.whl Collecting packaging>=20 (from setuptools_scm>=6.4->flit-scm==1.7.0->-r requirements3.txt (line 1)) Using cached packaging-23.1-py3-none-any.whl Collecting setuptools (from setuptools_scm>=6.4->flit-scm==1.7.0->-r requirements3.txt (line 1)) Using cached setuptools-70.3.0-py3-none-any.whl Saved ./src/flit_core-3.9.0-py3-none-any.whl Saved ./src/setuptools_scm-8.1.0-py3-none-any.whl Saved ./src/packaging-23.1-py3-none-any.whl Saved ./src/setuptools-70.3.0-py3-none-any.whl Building wheels for collected packages: flit-scm Building wheel for flit-scm (pyproject.toml): started Building wheel for flit-scm (pyproject.toml): finished with status 'done' Created wheel for flit-scm: filename=flit_scm-1.7.0-py3-none-any.whl size=3140 sha256=a57123c297cb5af4bec4488ba4a1e8902b9879cd12ded6a9a4f8aaab4a955e97 Stored in directory: /root/.cache/pip/wheels/c2/f1/ea/5485a4fee6c56a37de10fb225da42433a67a58de1a6f5a7a4e Successfully built flit-scm if test -d ../../download_archive; then cp -Rf src/* ../../download_archive/ 2>/dev/null; fi mkdir -p /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages for REQ in requirements3.txt; do if test -s ${REQ}; then install_requirements /opt/metwork-mfext-master/opt/python3_devtools ${REQ} ./src || { echo "ERROR WITH install_requirements ${REQ} /opt/metwork-mfext-master/opt/python3_devtools ${REQ} ./src"; exit 1; }; fi; done [DEBUG]: layer python3_devtools@mfext[/opt/metwork-mfext-master/opt/python3_devtools] is already loaded Looking in links: ./src Processing ./src/flit_scm-1.7.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 1)) Requirement already satisfied: flit-core~=3.5 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages (from flit-scm==1.7.0->-r requirements3.txt.tmp (line 1)) (3.9.0) Requirement already satisfied: setuptools_scm>=6.4 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages (from flit-scm==1.7.0->-r requirements3.txt.tmp (line 1)) (8.1.0) Requirement already satisfied: packaging>=20 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages (from setuptools_scm>=6.4->flit-scm==1.7.0->-r requirements3.txt.tmp (line 1)) (23.1) Requirement already satisfied: setuptools in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages (from setuptools_scm>=6.4->flit-scm==1.7.0->-r requirements3.txt.tmp (line 1)) (70.3.0) Installing collected packages: flit-scm Successfully installed flit-scm-1.7.0 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable.It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. if ! test -d /opt/metwork-mfext-master/opt/python3_devtools/lib/python3.12/site-packages; then mkdir -p /opt/metwork-mfext-master/opt/python3_devtools/lib/python3.12/site-packages; fi if test -f /opt/metwork-mfext-master/opt/python3_devtools/lib/python3.12/site-packages/requirements3.txt; then cat /opt/metwork-mfext-master/opt/python3_devtools/lib/python3.12/site-packages/requirements3.txt requirements3.txt |sort |uniq |sed 's/^-e git.*egg=\(.*\)$/\1/g' >/opt/metwork-mfext-master/opt/python3_devtools/lib/python3.12/site-packages/requirements3.txt.tmp; mv /opt/metwork-mfext-master/opt/python3_devtools/lib/python3.12/site-packages/requirements3.txt.tmp /opt/metwork-mfext-master/opt/python3_devtools/lib/python3.12/site-packages/requirements3.txt; else cat requirements3.txt |sort |uniq |sed 's/^-e git.*egg=\(.*\)$/\1/g' >/opt/metwork-mfext-master/opt/python3_devtools/lib/python3.12/site-packages/requirements3.txt ;fi IFS=$'\n' ; for REQ in `cat requirements3.txt |sort |uniq`; do _pip_package_to_yaml.sh "${REQ}" "/opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages" || { echo "ERROR WITH _pip_package_to_yaml.sh ${REQ} /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages"; exit 1; } done /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/flit_scm.yaml is ready make[3]: Leaving directory '/src/layers/layer7_python3_devtools/0400_prereq_extra_python_packages' make[3]: Entering directory '/src/layers/layer7_python3_devtools/0500_extra_python_packages' layer_wrapper --empty-env --empty-env-keeps=LANG,PATH,LAYERAPI2_LAYERS_PATH,PYTHON3_SHORT_VERSION,FORCED_PATHS,BUILDCACHE --force-prepend --layers=python3@mfext,devtools@mfext,python3_devtools@mfext -- make -f Makefile.mk all for REQ in requirements3.txt; do if test -s ${REQ}; then download_compile_requirements ${REQ} || { echo "ERROR WITH download_compile_requirements ${REQ}"; exit 1; }; fi; done [DEBUG]: loading tempolayer81881[/src/layers/layer7_python3_devtools/0500_extra_python_packages/tempolayer81881] Collecting altgraph==0.17.4 (from -r requirements3.txt (line 1)) Downloading altgraph-0.17.4.tar.gz (48 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting apipkg==3.0.2 (from -r requirements3.txt (line 2)) Downloading apipkg-3.0.2.tar.gz (6.6 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting astroid==3.0.0 (from -r requirements3.txt (line 3)) Downloading astroid-3.0.0.tar.gz (394 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting bandit==1.7.6 (from -r requirements3.txt (line 4)) Downloading bandit-1.7.6.tar.gz (2.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.0/2.0 MB 75.6 MB/s eta 0:00:00 Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting bracex==2.4 (from -r requirements3.txt (line 5)) Downloading bracex-2.4.tar.gz (26 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting black==24.3.0 (from -r requirements3.txt (line 6)) Downloading black-24.3.0.tar.gz (634 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 634.3/634.3 kB 45.5 MB/s eta 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting bump-pydantic==0.8.0 (from -r requirements3.txt (line 7)) Downloading bump_pydantic-0.8.0.tar.gz (28 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting cfgv==3.4.0 (from -r requirements3.txt (line 8)) Downloading cfgv-3.4.0.tar.gz (7.1 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting coverage==7.3.2 (from -r requirements3.txt (line 9)) Downloading coverage-7.3.2.tar.gz (764 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 764.5/764.5 kB 60.5 MB/s eta 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting exceptiongroup==1.1.3 (from -r requirements3.txt (line 10)) Downloading exceptiongroup-1.1.3.tar.gz (23 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting execnet==2.0.2 (from -r requirements3.txt (line 11)) Downloading execnet-2.0.2.tar.gz (161 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting filprofiler==2024.11.2 (from -r requirements3.txt (line 12)) Downloading filprofiler-2024.11.2-cp312-cp312-manylinux_2_28_x86_64.whl.metadata (3.8 kB) Collecting flake8==6.1.0 (from -r requirements3.txt (line 13)) Downloading flake8-6.1.0.tar.gz (48 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting flake8-docstrings==1.7.0 (from -r requirements3.txt (line 14)) Downloading flake8_docstrings-1.7.0.tar.gz (6.0 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting freezegun==1.2.2 (from -r requirements3.txt (line 15)) Downloading freezegun-1.2.2.tar.gz (30 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting ghp-import==2.1.0 (from -r requirements3.txt (line 16)) Downloading ghp-import-2.1.0.tar.gz (10 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting gitdb==4.0.11 (from -r requirements3.txt (line 17)) Downloading gitdb-4.0.11.tar.gz (394 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting GitPython==3.1.41 (from -r requirements3.txt (line 18)) Downloading GitPython-3.1.41.tar.gz (209 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting identify==2.6.2 (from -r requirements3.txt (line 19)) Downloading identify-2.6.2.tar.gz (99 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting iniconfig==2.0.0 (from -r requirements3.txt (line 20)) Downloading iniconfig-2.0.0.tar.gz (4.6 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting isort==5.12.0 (from -r requirements3.txt (line 21)) Downloading isort-5.12.0-py3-none-any.whl.metadata (12 kB) Collecting jmespath==1.0.1 (from -r requirements3.txt (line 22)) Downloading jmespath-1.0.1.tar.gz (25 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting lazy-object-proxy==1.9.0 (from -r requirements3.txt (line 23)) Downloading lazy-object-proxy-1.9.0.tar.gz (42 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting libcst==1.1.0 (from -r requirements3.txt (line 24)) Downloading libcst-1.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (17 kB) Collecting livereload==2.6.3 (from -r requirements3.txt (line 25)) Downloading livereload-2.6.3.tar.gz (25 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting lunr==0.7.0.post1 (from -r requirements3.txt (line 26)) Downloading lunr-0.7.0.post1.tar.gz (1.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 70.4 MB/s eta 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting Mako==1.2.4 (from -r requirements3.txt (line 27)) Downloading Mako-1.2.4.tar.gz (497 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting mccabe==0.7.0 (from -r requirements3.txt (line 28)) Downloading mccabe-0.7.0.tar.gz (9.7 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting mergedeep==1.3.4 (from -r requirements3.txt (line 29)) Downloading mergedeep-1.3.4.tar.gz (4.7 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting mkdocs==1.5.3 (from -r requirements3.txt (line 30)) Downloading mkdocs-1.5.3.tar.gz (3.7 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.7/3.7 MB 75.4 MB/s eta 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting mkdocs-add-number-plugin==1.2.2 (from -r requirements3.txt (line 31)) Downloading mkdocs-add-number-plugin-1.2.2.tar.gz (8.8 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting mkdocs-awesome-pages-plugin==2.9.2 (from -r requirements3.txt (line 32)) Downloading mkdocs_awesome_pages_plugin-2.9.2-py3-none-any.whl.metadata (13 kB) Collecting mkdocs-exclude==1.0.2 (from -r requirements3.txt (line 33)) Downloading mkdocs-exclude-1.0.2.tar.gz (6.8 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting mkdocs-macros-plugin==1.0.4 (from -r requirements3.txt (line 34)) Downloading mkdocs-macros-plugin-1.0.4.tar.gz (556 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 556.0/556.0 kB 22.8 MB/s eta 0:00:00 Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting mkdocs-material==9.4.5 (from -r requirements3.txt (line 35)) Downloading mkdocs_material-9.4.5.tar.gz (3.9 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.9/3.9 MB 135.0 MB/s eta 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting mkdocs-material-extensions==1.2 (from -r requirements3.txt (line 36)) Downloading mkdocs_material_extensions-1.2.tar.gz (11 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting mock==5.1.0 (from -r requirements3.txt (line 37)) Downloading mock-5.1.0.tar.gz (80 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting more-itertools==10.1.0 (from -r requirements3.txt (line 38)) Downloading more-itertools-10.1.0.tar.gz (111 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting natsort==8.4.0 (from -r requirements3.txt (line 39)) Downloading natsort-8.4.0.tar.gz (76 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting nltk==3.9.1 (from -r requirements3.txt (line 40)) Downloading nltk-3.9.1.tar.gz (2.9 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.9/2.9 MB 130.3 MB/s eta 0:00:00 Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting nodeenv==1.9.1 (from -r requirements3.txt (line 41)) Downloading nodeenv-1.9.1.tar.gz (47 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting paginate==0.5.6 (from -r requirements3.txt (line 42)) Downloading paginate-0.5.6.tar.gz (12 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting panoply==0.1.56 (from -r requirements3.txt (line 43)) Downloading panoply-0.1.56-py3-none-any.whl.metadata (525 bytes) Collecting pdoc3==0.10.0 (from -r requirements3.txt (line 44)) Downloading pdoc3-0.10.0.tar.gz (86 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting pipdeptree==2.13.1 (from -r requirements3.txt (line 45)) Downloading pipdeptree-2.13.1.tar.gz (33 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pre-commit==4.0.1 (from -r requirements3.txt (line 46)) Downloading pre_commit-4.0.1.tar.gz (191 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting py-spy==0.3.14 (from -r requirements3.txt (line 47)) Downloading py_spy-0.3.14-py2.py3-none-manylinux_2_5_x86_64.manylinux1_x86_64.whl.metadata (16 kB) Collecting pydocstyle==6.1.1 (from -r requirements3.txt (line 48)) Downloading pydocstyle-6.1.1.tar.gz (35 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pyflakes==3.1.0 (from -r requirements3.txt (line 49)) Downloading pyflakes-3.1.0.tar.gz (63 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting pyinstaller-hooks-contrib==2024.0 (from -r requirements3.txt (line 50)) Downloading pyinstaller-hooks-contrib-2024.0.tar.gz (121 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pyinstaller==6.3.0 (from -r requirements3.txt (line 51)) Downloading pyinstaller-6.3.0.tar.gz (4.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.1/4.1 MB 134.1 MB/s eta 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pylint==3.0.1 (from -r requirements3.txt (line 52)) Downloading pylint-3.0.1.tar.gz (441 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pymdown-extensions==10.3 (from -r requirements3.txt (line 53)) Downloading pymdown_extensions-10.3.tar.gz (784 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 784.9/784.9 kB 69.3 MB/s eta 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pytest==7.4.4 (from -r requirements3.txt (line 54)) Downloading pytest-7.4.4.tar.gz (1.4 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.4/1.4 MB 82.3 MB/s eta 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pytest-asyncio==0.21.1 (from -r requirements3.txt (line 55)) Downloading pytest-asyncio-0.21.1.tar.gz (30 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pytest-cov==4.1.0 (from -r requirements3.txt (line 56)) Downloading pytest-cov-4.1.0.tar.gz (63 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting pytest-html==4.1.1 (from -r requirements3.txt (line 57)) Downloading pytest_html-4.1.1.tar.gz (150 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pytest-httpserver==1.0.8 (from -r requirements3.txt (line 58)) Downloading pytest_httpserver-1.0.8-py3-none-any.whl.metadata (5.9 kB) Collecting pytest-metadata==3.0.0 (from -r requirements3.txt (line 59)) Downloading pytest_metadata-3.0.0-py3-none-any.whl.metadata (8.6 kB) Collecting pytest-json-report==1.5.0 (from -r requirements3.txt (line 60)) Downloading pytest-json-report-1.5.0.tar.gz (21 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting pytest-mock==3.11.1 (from -r requirements3.txt (line 61)) Downloading pytest-mock-3.11.1.tar.gz (31 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting pytest-xdist==3.3.1 (from -r requirements3.txt (line 62)) Downloading pytest-xdist-3.3.1.tar.gz (77 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pyyaml-env-tag==0.1 (from -r requirements3.txt (line 63)) Downloading pyyaml_env_tag-0.1.tar.gz (5.6 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting repackage==0.7.3 (from -r requirements3.txt (line 64)) Downloading repackage-0.7.3.tar.gz (5.0 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting setuptools-git-versioning==1.13.5 (from -r requirements3.txt (line 65)) Downloading setuptools-git-versioning-1.13.5.tar.gz (10 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting sftp-py==0.2.1 (from -r requirements3.txt (line 66)) Downloading sftp_py-0.2.1.tar.gz (6.1 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting simple-term-menu==1.6.4 (from -r requirements3.txt (line 67)) Downloading simple-term-menu-1.6.4.tar.gz (35 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting smmap==5.0.1 (from -r requirements3.txt (line 68)) Downloading smmap-5.0.1.tar.gz (22 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting snowballstemmer==2.2.0 (from -r requirements3.txt (line 69)) Downloading snowballstemmer-2.2.0.tar.gz (86 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting stevedore==5.1.0 (from -r requirements3.txt (line 70)) Downloading stevedore-5.1.0.tar.gz (514 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting typer==0.9.0 (from -r requirements3.txt (line 71)) Downloading typer-0.9.0.tar.gz (273 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting typing-inspect==0.9.0 (from -r requirements3.txt (line 72)) Downloading typing_inspect-0.9.0.tar.gz (13 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting watchdog==3.0.0 (from -r requirements3.txt (line 73)) Downloading watchdog-3.0.0.tar.gz (124 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting wcmatch==8.5 (from -r requirements3.txt (line 74)) Downloading wcmatch-8.5.tar.gz (114 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting PyYAML>=5.3.1 (from bandit==1.7.6->-r requirements3.txt (line 4)) Using cached PyYAML-6.0.1-cp312-cp312-linux_x86_64.whl Collecting rich (from bandit==1.7.6->-r requirements3.txt (line 4)) Using cached rich-13.5.2-py3-none-any.whl.metadata (18 kB) Collecting click>=8.0.0 (from black==24.3.0->-r requirements3.txt (line 6)) Using cached click-8.1.7-py3-none-any.whl Collecting mypy-extensions>=0.4.3 (from black==24.3.0->-r requirements3.txt (line 6)) Using cached mypy_extensions-1.0.0-py3-none-any.whl Collecting packaging>=22.0 (from black==24.3.0->-r requirements3.txt (line 6)) Using cached packaging-23.1-py3-none-any.whl Collecting pathspec>=0.9.0 (from black==24.3.0->-r requirements3.txt (line 6)) Using cached pathspec-0.11.2-py3-none-any.whl Collecting platformdirs>=2 (from black==24.3.0->-r requirements3.txt (line 6)) Using cached platformdirs-3.10.0-py3-none-any.whl Collecting aiohttp>=3.7.4 (from black==24.3.0->-r requirements3.txt (line 6)) Using cached aiohttp-3.10.5-cp312-cp312-linux_x86_64.whl Collecting typing-extensions (from bump-pydantic==0.8.0->-r requirements3.txt (line 7)) Using cached typing_extensions-4.12.2-py3-none-any.whl Collecting threadpoolctl (from filprofiler==2024.11.2->-r requirements3.txt (line 12)) Using cached threadpoolctl-3.2.0-py3-none-any.whl Collecting pycodestyle<2.12.0,>=2.11.0 (from flake8==6.1.0->-r requirements3.txt (line 13)) Using cached pycodestyle-2.11.0-py2.py3-none-any.whl Collecting python-dateutil>=2.7 (from freezegun==1.2.2->-r requirements3.txt (line 15)) Using cached python_dateutil-2.8.2-py2.py3-none-any.whl Collecting tornado (from livereload==2.6.3->-r requirements3.txt (line 25)) Using cached tornado-6.4.1-cp38-abi3-linux_x86_64.whl Collecting six (from livereload==2.6.3->-r requirements3.txt (line 25)) Using cached six-1.16.0-py2.py3-none-any.whl Collecting MarkupSafe>=0.9.2 (from Mako==1.2.4->-r requirements3.txt (line 27)) Using cached MarkupSafe-2.1.3-cp312-cp312-linux_x86_64.whl Collecting jinja2>=2.11.1 (from mkdocs==1.5.3->-r requirements3.txt (line 30)) Using cached jinja2-3.1.4-py3-none-any.whl Collecting markdown>=3.2.1 (from mkdocs==1.5.3->-r requirements3.txt (line 30)) Using cached Markdown-3.4.4-py3-none-any.whl Collecting termcolor (from mkdocs-macros-plugin==1.0.4->-r requirements3.txt (line 34)) Using cached termcolor-2.3.0-py3-none-any.whl Collecting babel~=2.10 (from mkdocs-material==9.4.5->-r requirements3.txt (line 35)) Using cached Babel-2.13.0-py3-none-any.whl Collecting colorama~=0.4 (from mkdocs-material==9.4.5->-r requirements3.txt (line 35)) Using cached colorama-0.4.6-py2.py3-none-any.whl Collecting pygments~=2.16 (from mkdocs-material==9.4.5->-r requirements3.txt (line 35)) Using cached Pygments-2.16.1-py3-none-any.whl Collecting regex>=2022.4 (from mkdocs-material==9.4.5->-r requirements3.txt (line 35)) Using cached regex-2023.8.8-cp312-cp312-linux_x86_64.whl Collecting requests~=2.26 (from mkdocs-material==9.4.5->-r requirements3.txt (line 35)) Using cached requests-2.32.3-py3-none-any.whl Collecting joblib (from nltk==3.9.1->-r requirements3.txt (line 40)) Using cached joblib-1.3.2-py3-none-any.whl Collecting tqdm (from nltk==3.9.1->-r requirements3.txt (line 40)) Using cached tqdm-4.66.4-py3-none-any.whl Collecting virtualenv>=20.10.0 (from pre-commit==4.0.1->-r requirements3.txt (line 46)) Using cached virtualenv-20.24.6-py3-none-any.whl Collecting setuptools>=42.0.0 (from pyinstaller-hooks-contrib==2024.0->-r requirements3.txt (line 50)) Using cached setuptools-70.3.0-py3-none-any.whl Collecting tomlkit>=0.10.1 (from pylint==3.0.1->-r requirements3.txt (line 52)) Using cached tomlkit-0.12.1-py3-none-any.whl.metadata (2.7 kB) Collecting dill>=0.3.6 (from pylint==3.0.1->-r requirements3.txt (line 52)) Using cached dill-0.3.7-py3-none-any.whl Collecting pluggy<2.0,>=0.12 (from pytest==7.4.4->-r requirements3.txt (line 54)) Using cached pluggy-1.3.0-py3-none-any.whl Collecting Werkzeug>=2.0.0 (from pytest-httpserver==1.0.8->-r requirements3.txt (line 58)) Using cached werkzeug-3.0.6-py3-none-any.whl Collecting paramiko>=2.7.1 (from sftp-py==0.2.1->-r requirements3.txt (line 66)) Using cached paramiko-3.4.1-py3-none-any.whl Collecting pbr!=2.1.0,>=2.0.0 (from stevedore==5.1.0->-r requirements3.txt (line 70)) Using cached pbr-5.11.1-py2.py3-none-any.whl Collecting aiohappyeyeballs>=2.3.0 (from aiohttp>=3.7.4->black==24.3.0->-r requirements3.txt (line 6)) Using cached aiohappyeyeballs-2.4.0-py3-none-any.whl.metadata (5.9 kB) Collecting aiosignal>=1.1.2 (from aiohttp>=3.7.4->black==24.3.0->-r requirements3.txt (line 6)) Using cached aiosignal-1.3.1-py3-none-any.whl Collecting attrs>=17.3.0 (from aiohttp>=3.7.4->black==24.3.0->-r requirements3.txt (line 6)) Using cached attrs-23.2.0-py3-none-any.whl Collecting frozenlist>=1.1.1 (from aiohttp>=3.7.4->black==24.3.0->-r requirements3.txt (line 6)) Using cached frozenlist-1.4.0-cp312-cp312-linux_x86_64.whl Collecting multidict<7.0,>=4.5 (from aiohttp>=3.7.4->black==24.3.0->-r requirements3.txt (line 6)) Using cached multidict-6.0.4-cp312-cp312-linux_x86_64.whl Collecting yarl<2.0,>=1.0 (from aiohttp>=3.7.4->black==24.3.0->-r requirements3.txt (line 6)) Using cached yarl-1.9.2-cp312-cp312-linux_x86_64.whl Collecting bcrypt>=3.2 (from paramiko>=2.7.1->sftp-py==0.2.1->-r requirements3.txt (line 66)) Using cached bcrypt-4.0.1-cp312-cp312-linux_x86_64.whl Collecting cryptography>=3.3 (from paramiko>=2.7.1->sftp-py==0.2.1->-r requirements3.txt (line 66)) Using cached cryptography-43.0.1-cp37-abi3-linux_x86_64.whl Collecting pynacl>=1.5 (from paramiko>=2.7.1->sftp-py==0.2.1->-r requirements3.txt (line 66)) Using cached PyNaCl-1.5.0-cp312-cp312-linux_x86_64.whl Collecting charset-normalizer<4,>=2 (from requests~=2.26->mkdocs-material==9.4.5->-r requirements3.txt (line 35)) Using cached charset_normalizer-3.2.0-py3-none-any.whl Collecting idna<4,>=2.5 (from requests~=2.26->mkdocs-material==9.4.5->-r requirements3.txt (line 35)) Using cached idna-3.7-py3-none-any.whl Collecting urllib3<3,>=1.21.1 (from requests~=2.26->mkdocs-material==9.4.5->-r requirements3.txt (line 35)) Using cached urllib3-2.2.2-py3-none-any.whl Collecting certifi>=2017.4.17 (from requests~=2.26->mkdocs-material==9.4.5->-r requirements3.txt (line 35)) Using cached certifi-2024.7.4-py3-none-any.whl Collecting distlib<1,>=0.3.7 (from virtualenv>=20.10.0->pre-commit==4.0.1->-r requirements3.txt (line 46)) Using cached distlib-0.3.7-py2.py3-none-any.whl Collecting filelock<4,>=3.12.2 (from virtualenv>=20.10.0->pre-commit==4.0.1->-r requirements3.txt (line 46)) Using cached filelock-3.12.3-py3-none-any.whl Collecting markdown-it-py>=2.2.0 (from rich->bandit==1.7.6->-r requirements3.txt (line 4)) Using cached markdown_it_py-3.0.0-py3-none-any.whl Collecting cffi>=1.12 (from cryptography>=3.3->paramiko>=2.7.1->sftp-py==0.2.1->-r requirements3.txt (line 66)) Using cached cffi-1.15.1-cp312-cp312-linux_x86_64.whl Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich->bandit==1.7.6->-r requirements3.txt (line 4)) Using cached mdurl-0.1.2-py3-none-any.whl Collecting pycparser (from cffi>=1.12->cryptography>=3.3->paramiko>=2.7.1->sftp-py==0.2.1->-r requirements3.txt (line 66)) Using cached pycparser-2.21-py2.py3-none-any.whl Downloading filprofiler-2024.11.2-cp312-cp312-manylinux_2_28_x86_64.whl (1.5 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.5/1.5 MB 172.7 MB/s eta 0:00:00 Downloading isort-5.12.0-py3-none-any.whl (91 kB) Downloading libcst-1.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.2/3.2 MB 27.6 MB/s eta 0:00:00 Downloading mkdocs_awesome_pages_plugin-2.9.2-py3-none-any.whl (14 kB) Downloading panoply-0.1.56-py3-none-any.whl (3.1 kB) Downloading py_spy-0.3.14-py2.py3-none-manylinux_2_5_x86_64.manylinux1_x86_64.whl (3.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.0/3.0 MB 12.3 MB/s eta 0:00:00 Downloading pytest_httpserver-1.0.8-py3-none-any.whl (18 kB) Downloading pytest_metadata-3.0.0-py3-none-any.whl (10 kB) Using cached tomlkit-0.12.1-py3-none-any.whl (37 kB) Using cached rich-13.5.2-py3-none-any.whl (239 kB) Using cached aiohappyeyeballs-2.4.0-py3-none-any.whl (12 kB) Saved ./src/filprofiler-2024.11.2-cp312-cp312-manylinux_2_28_x86_64.whl Saved ./src/isort-5.12.0-py3-none-any.whl Saved ./src/libcst-1.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl Saved ./src/mkdocs_awesome_pages_plugin-2.9.2-py3-none-any.whl Saved ./src/panoply-0.1.56-py3-none-any.whl Saved ./src/py_spy-0.3.14-py2.py3-none-manylinux_2_5_x86_64.manylinux1_x86_64.whl Saved ./src/pytest_httpserver-1.0.8-py3-none-any.whl Saved ./src/pytest_metadata-3.0.0-py3-none-any.whl Saved ./src/aiohttp-3.10.5-cp312-cp312-linux_x86_64.whl Saved ./src/Babel-2.13.0-py3-none-any.whl Saved ./src/click-8.1.7-py3-none-any.whl Saved ./src/colorama-0.4.6-py2.py3-none-any.whl Saved ./src/dill-0.3.7-py3-none-any.whl Saved ./src/jinja2-3.1.4-py3-none-any.whl Saved ./src/Markdown-3.4.4-py3-none-any.whl Saved ./src/MarkupSafe-2.1.3-cp312-cp312-linux_x86_64.whl Saved ./src/mypy_extensions-1.0.0-py3-none-any.whl Saved ./src/packaging-23.1-py3-none-any.whl Saved ./src/paramiko-3.4.1-py3-none-any.whl Saved ./src/pathspec-0.11.2-py3-none-any.whl Saved ./src/pbr-5.11.1-py2.py3-none-any.whl Saved ./src/platformdirs-3.10.0-py3-none-any.whl Saved ./src/pluggy-1.3.0-py3-none-any.whl Saved ./src/pycodestyle-2.11.0-py2.py3-none-any.whl Saved ./src/Pygments-2.16.1-py3-none-any.whl Saved ./src/python_dateutil-2.8.2-py2.py3-none-any.whl Saved ./src/PyYAML-6.0.1-cp312-cp312-linux_x86_64.whl Saved ./src/regex-2023.8.8-cp312-cp312-linux_x86_64.whl Saved ./src/requests-2.32.3-py3-none-any.whl Saved ./src/setuptools-70.3.0-py3-none-any.whl Saved ./src/six-1.16.0-py2.py3-none-any.whl Saved ./src/tomlkit-0.12.1-py3-none-any.whl Saved ./src/typing_extensions-4.12.2-py3-none-any.whl Saved ./src/virtualenv-20.24.6-py3-none-any.whl Saved ./src/werkzeug-3.0.6-py3-none-any.whl Saved ./src/joblib-1.3.2-py3-none-any.whl Saved ./src/rich-13.5.2-py3-none-any.whl Saved ./src/termcolor-2.3.0-py3-none-any.whl Saved ./src/threadpoolctl-3.2.0-py3-none-any.whl Saved ./src/tornado-6.4.1-cp38-abi3-linux_x86_64.whl Saved ./src/tqdm-4.66.4-py3-none-any.whl Saved ./src/aiohappyeyeballs-2.4.0-py3-none-any.whl Saved ./src/aiosignal-1.3.1-py3-none-any.whl Saved ./src/attrs-23.2.0-py3-none-any.whl Saved ./src/bcrypt-4.0.1-cp312-cp312-linux_x86_64.whl Saved ./src/certifi-2024.7.4-py3-none-any.whl Saved ./src/charset_normalizer-3.2.0-py3-none-any.whl Saved ./src/cryptography-43.0.1-cp37-abi3-linux_x86_64.whl Saved ./src/distlib-0.3.7-py2.py3-none-any.whl Saved ./src/filelock-3.12.3-py3-none-any.whl Saved ./src/frozenlist-1.4.0-cp312-cp312-linux_x86_64.whl Saved ./src/idna-3.7-py3-none-any.whl Saved ./src/markdown_it_py-3.0.0-py3-none-any.whl Saved ./src/multidict-6.0.4-cp312-cp312-linux_x86_64.whl Saved ./src/PyNaCl-1.5.0-cp312-cp312-linux_x86_64.whl Saved ./src/urllib3-2.2.2-py3-none-any.whl Saved ./src/yarl-1.9.2-cp312-cp312-linux_x86_64.whl Saved ./src/cffi-1.15.1-cp312-cp312-linux_x86_64.whl Saved ./src/mdurl-0.1.2-py3-none-any.whl Saved ./src/pycparser-2.21-py2.py3-none-any.whl Building wheels for collected packages: altgraph, apipkg, astroid, bandit, bracex, black, bump-pydantic, cfgv, coverage, exceptiongroup, execnet, flake8, flake8-docstrings, freezegun, ghp-import, gitdb, GitPython, identify, iniconfig, jmespath, lazy-object-proxy, livereload, lunr, Mako, mccabe, mergedeep, mkdocs, mkdocs-add-number-plugin, mkdocs-exclude, mkdocs-macros-plugin, mkdocs-material, mkdocs-material-extensions, mock, more-itertools, natsort, nltk, nodeenv, paginate, pdoc3, pipdeptree, pre-commit, pydocstyle, pyflakes, pyinstaller-hooks-contrib, pyinstaller, pylint, pymdown-extensions, pytest, pytest-asyncio, pytest-cov, pytest-html, pytest-json-report, pytest-mock, pytest-xdist, pyyaml-env-tag, repackage, setuptools-git-versioning, sftp-py, simple-term-menu, smmap, snowballstemmer, stevedore, typer, typing-inspect, watchdog, wcmatch Building wheel for altgraph (setup.py): started Building wheel for altgraph (setup.py): finished with status 'done' Created wheel for altgraph: filename=altgraph-0.17.4-py2.py3-none-any.whl size=21210 sha256=185f06b159ceedcbbb6e6a699bd61863e6ab0a541dcf707799fd1ddc11d5d7bf Stored in directory: /root/.cache/pip/wheels/97/3f/ab/d906b07d2b91038bb82ac1e699381882f47c08df1c255cbe4b Building wheel for apipkg (pyproject.toml): started Building wheel for apipkg (pyproject.toml): finished with status 'done' Created wheel for apipkg: filename=apipkg-3.0.2-py3-none-any.whl size=8432 sha256=2f357ecfc630989751d18b0a49cf41108bad60480651e935a40d0b486938aeaa Stored in directory: /root/.cache/pip/wheels/c6/e2/3d/ef0f052b1307a757c6aa139280e4f7f651baca03d695fb0740 Building wheel for astroid (pyproject.toml): started Building wheel for astroid (pyproject.toml): finished with status 'done' Created wheel for astroid: filename=astroid-3.0.0-py3-none-any.whl size=275096 sha256=acc4994a7ed48a1c2c61e218eede1b92d94f22e7498d33ea54ca0e4c246c8387 Stored in directory: /root/.cache/pip/wheels/16/03/c2/2fce4929b140b7b59de3d978f11535cdcd5c5cf5137d063284 Building wheel for bandit (setup.py): started Building wheel for bandit (setup.py): finished with status 'done' Created wheel for bandit: filename=bandit-1.7.6-py3-none-any.whl size=120557 sha256=9f0cb6931723c14e01f80723662d7e60b3976a1ff02a3dbf97651abaff5e2133 Stored in directory: /root/.cache/pip/wheels/7e/25/a1/0785f2356d415d03e4e9c7616292d08fa5955e65ba6e95a699 Building wheel for bracex (pyproject.toml): started Building wheel for bracex (pyproject.toml): finished with status 'done' Created wheel for bracex: filename=bracex-2.4-py3-none-any.whl size=11608 sha256=efdc71eff95eaff5e0f8cfebe7d01adf2c8637c8c92edaf63ef348c241a82418 Stored in directory: /root/.cache/pip/wheels/81/01/e6/483f15283cd365390c95370da347decc225d88f46613339b64 Building wheel for black (pyproject.toml): started Building wheel for black (pyproject.toml): finished with status 'done' Created wheel for black: filename=black-24.3.0-py3-none-any.whl size=201491 sha256=eabd91bb1ee59b354fc069d1754e3cea57fa6253b1d013790ec6108ab0d1ef36 Stored in directory: /root/.cache/pip/wheels/7f/e3/3e/fd2c5566935d616d171829bd44ba4d3316f7d6e6e4cdc7a58c Building wheel for bump-pydantic (pyproject.toml): started Building wheel for bump-pydantic (pyproject.toml): finished with status 'done' Created wheel for bump-pydantic: filename=bump_pydantic-0.8.0-py3-none-any.whl size=27527 sha256=be861bb16ebde3ac344273d358b67a53b27d240abf0110b3c20d0d011ad2d53e Stored in directory: /root/.cache/pip/wheels/7b/3b/41/30c72c780e93588d32400fec73c6d4e9343e4b32c7e60317f2 Building wheel for cfgv (setup.py): started Building wheel for cfgv (setup.py): finished with status 'done' Created wheel for cfgv: filename=cfgv-3.4.0-py2.py3-none-any.whl size=7249 sha256=1e02b86b685dc1ed114823067a8dbe95f077243d9b6ec4c621e7cbc37f1c8f99 Stored in directory: /root/.cache/pip/wheels/63/a9/99/78cc5c47cf3dbed8d32d9f6caf919cc7fe90392db98a0ddbd6 Building wheel for coverage (pyproject.toml): started Building wheel for coverage (pyproject.toml): finished with status 'done' Created wheel for coverage: filename=coverage-7.3.2-cp312-cp312-linux_x86_64.whl size=240467 sha256=51a73e9c91d79f8214f46463d6204ecd065231597ab86fa6e6d8671007e1e5f2 Stored in directory: /root/.cache/pip/wheels/03/d6/42/5c9e62cf097751662a538bbbb92dd406f595c1669ef3720357 Building wheel for exceptiongroup (pyproject.toml): started Building wheel for exceptiongroup (pyproject.toml): finished with status 'done' Created wheel for exceptiongroup: filename=exceptiongroup-1.1.3-py3-none-any.whl size=14830 sha256=93559532b390ff1635a2048bbe530eb1d1ba71bc7bad56d866612052b77af471 Stored in directory: /root/.cache/pip/wheels/90/ac/af/bc85e66d7fdc3714ad20b72d30b34b94aed31399095def3412 Building wheel for execnet (pyproject.toml): started Building wheel for execnet (pyproject.toml): finished with status 'done' Created wheel for execnet: filename=execnet-2.0.2-py3-none-any.whl size=37218 sha256=bc1cc936aa13cbb0ffa816d0d61cd00eb50cf84667ab749b4c7345971353c0b4 Stored in directory: /root/.cache/pip/wheels/39/49/d7/52fbb787c3d8217e90cb06a5153114b60fe6b25368af96664a Building wheel for flake8 (setup.py): started Building wheel for flake8 (setup.py): finished with status 'done' Created wheel for flake8: filename=flake8-6.1.0-py2.py3-none-any.whl size=58256 sha256=88a9660adfbc2da24b75c8fe695457b3d8bc37307593c0e99eeb62b9adfb017d Stored in directory: /root/.cache/pip/wheels/e5/26/2a/e751e89d1ece6f7d60ae82a802890619c64d287377cbf311d8 Building wheel for flake8-docstrings (setup.py): started Building wheel for flake8-docstrings (setup.py): finished with status 'done' Created wheel for flake8-docstrings: filename=flake8_docstrings-1.7.0-py2.py3-none-any.whl size=4987 sha256=bb3386c6e825644f4313095f6336fac85635a340289c490c737e34b27fa17d07 Stored in directory: /root/.cache/pip/wheels/c2/30/66/652006520292f82f013791d08540fe058d38e4c239ee251841 Building wheel for freezegun (pyproject.toml): started Building wheel for freezegun (pyproject.toml): finished with status 'done' Created wheel for freezegun: filename=freezegun-1.2.2-py3-none-any.whl size=17055 sha256=8d56100d7194a89aa5158553e7db905555399e7f5294f4fcb79079f573c25c0b Stored in directory: /root/.cache/pip/wheels/cb/9a/8c/54acdba7ed2c07c0ad3ee03f95659abf79c603d0208216a271 Building wheel for ghp-import (setup.py): started Building wheel for ghp-import (setup.py): finished with status 'done' Created wheel for ghp-import: filename=ghp_import-2.1.0-py3-none-any.whl size=11008 sha256=8779a94a06772d677f60a022bf953a4c40eb9a9067f1d08edb267a0498b8ed3a Stored in directory: /root/.cache/pip/wheels/d2/40/bd/27f0aed2ced09768a700ef94678d96ee68cf9226cff8e40532 Building wheel for gitdb (setup.py): started Building wheel for gitdb (setup.py): finished with status 'done' Created wheel for gitdb: filename=gitdb-4.0.11-py3-none-any.whl size=62721 sha256=45700ca9405a02481facfa56a7fdc079572e4e91620c7261d2cca0c7bb47b378 Stored in directory: /root/.cache/pip/wheels/cf/5e/d8/05e77ecdf262317fa16439e0f29a0e0b5f79bc4eabcb723c40 Building wheel for GitPython (pyproject.toml): started Building wheel for GitPython (pyproject.toml): finished with status 'done' Created wheel for GitPython: filename=GitPython-3.1.41-py3-none-any.whl size=196355 sha256=21fed12e4d28e6e75966316918c4d51d5bd845e6cfc695a518ccb59c6404a943 Stored in directory: /root/.cache/pip/wheels/13/d3/98/33eb4f11f5a45b97adc419db1b2f1f96da595a1ae7c04234a0 Building wheel for identify (setup.py): started Building wheel for identify (setup.py): finished with status 'done' Created wheel for identify: filename=identify-2.6.2-py2.py3-none-any.whl size=98982 sha256=c12c5fd573e337f92e3a3508ddfbb5bdeb4cd96833eb36843d56a1c221c1d61f Stored in directory: /root/.cache/pip/wheels/75/24/e4/04e598adb757874bf8de0acfc5e5b8d198971d7d668f9eaf1e Building wheel for iniconfig (pyproject.toml): started Building wheel for iniconfig (pyproject.toml): finished with status 'done' Created wheel for iniconfig: filename=iniconfig-2.0.0-py3-none-any.whl size=6012 sha256=733ed78a0dd6d0cbf5f729d8c09ebf466fdcac4fee7e923d1b136631b320ebdc Stored in directory: /root/.cache/pip/wheels/4f/81/33/929b637af7e4571d46dbf6b08dbb003739f7b1dcf4727b6cad Building wheel for jmespath (setup.py): started Building wheel for jmespath (setup.py): finished with status 'done' Created wheel for jmespath: filename=jmespath-1.0.1-py3-none-any.whl size=20255 sha256=13e5057d5062d1c750577d5c996f26461328d08d3c7b000564e4ecf5b477a7ae Stored in directory: /root/.cache/pip/wheels/b0/b5/20/25b820b4e2a6169b9366a7f2d72cc29602b4bef7c4cde2c960 Building wheel for lazy-object-proxy (pyproject.toml): started Building wheel for lazy-object-proxy (pyproject.toml): finished with status 'done' Created wheel for lazy-object-proxy: filename=lazy_object_proxy-1.9.0-cp312-cp312-linux_x86_64.whl size=71225 sha256=a5243ce7c939cc9b54bd2a14ff4aec2aa064ff5faaf360120adfd574416e81f4 Stored in directory: /root/.cache/pip/wheels/7d/51/68/bdceebf943cb8671e0202d5b0c59883aab206b7f2ed18cd287 Building wheel for livereload (setup.py): started Building wheel for livereload (setup.py): finished with status 'done' Created wheel for livereload: filename=livereload-2.6.3-py2.py3-none-any.whl size=24708 sha256=12a37df10a5f1db650337d768cb0ef80d6ff28cd5874d99a8aef816eaed95138 Stored in directory: /root/.cache/pip/wheels/a5/22/b4/3a40b757b1e10c7793e150472bd6cb446360381ab4e28183b8 Building wheel for lunr (pyproject.toml): started Building wheel for lunr (pyproject.toml): finished with status 'done' Created wheel for lunr: filename=lunr-0.7.0.post1-py3-none-any.whl size=35209 sha256=77cce585d195d412cff362698799c9571ff3e285fc6bd8816ecbc9ec82dbb368 Stored in directory: /root/.cache/pip/wheels/86/4e/13/c7b5452e37f594838970bef748579cdd15080b45246406ad95 Building wheel for Mako (pyproject.toml): started Building wheel for Mako (pyproject.toml): finished with status 'done' Created wheel for Mako: filename=Mako-1.2.4-py3-none-any.whl size=78669 sha256=d20d3835295cee5733e09de3123fe67210c4535b05896c75d639ccddd27e2c11 Stored in directory: /root/.cache/pip/wheels/81/51/44/34a027b829343f13abcc8280b64ccc4794bbd0760c4a294e58 Building wheel for mccabe (setup.py): started Building wheel for mccabe (setup.py): finished with status 'done' Created wheel for mccabe: filename=mccabe-0.7.0-py2.py3-none-any.whl size=7332 sha256=2141d420e6048cae81af39469f8cfbb03c5165faadeb408d02e65f8e81f76df5 Stored in directory: /root/.cache/pip/wheels/02/7c/0f/5f8042b1e04fe54d8715757e1571b741a0f8ac3125ecd3aeee Building wheel for mergedeep (setup.py): started Building wheel for mergedeep (setup.py): finished with status 'done' Created wheel for mergedeep: filename=mergedeep-1.3.4-py3-none-any.whl size=4746 sha256=51be44a271797d8ed9e7ef40136d5ca9e10463aa6db8ef42382424983499a64b Stored in directory: /root/.cache/pip/wheels/f0/2d/08/44040a7f13600cc08ec6a146b6be91962947bc7b7e1c4fc25a Building wheel for mkdocs (pyproject.toml): started Building wheel for mkdocs (pyproject.toml): finished with status 'done' Created wheel for mkdocs: filename=mkdocs-1.5.3-py3-none-any.whl size=3694762 sha256=9d7ec83d0ad0eabdf602a391072d04a7462debb496f2f0eb04453a5571bd173d Stored in directory: /root/.cache/pip/wheels/22/51/e6/2b08eafe6fa9458db7355e947ddb4c9db8b2d15743cbea1f6b Building wheel for mkdocs-add-number-plugin (setup.py): started Building wheel for mkdocs-add-number-plugin (setup.py): finished with status 'done' Created wheel for mkdocs-add-number-plugin: filename=mkdocs_add_number_plugin-1.2.2-py3-none-any.whl size=9149 sha256=00512e20500d44c63d2e9a7819d783d8ce199358efc9bf0874d52723c60737f9 Stored in directory: /root/.cache/pip/wheels/f8/a3/9d/7c41d63f14fa63ab90d67e40d9b9a588fa287252fbfb7a89e3 Building wheel for mkdocs-exclude (setup.py): started Building wheel for mkdocs-exclude (setup.py): finished with status 'done' Created wheel for mkdocs-exclude: filename=mkdocs_exclude-1.0.2-py3-none-any.whl size=7353 sha256=48a18bfd60fcbd9780ff852e41018b202d40b4127f1fc1cd16f220d87929b5af Stored in directory: /root/.cache/pip/wheels/aa/20/e9/25997af9c7bb2613b1c938e869a6ba36c7c0de09d7ad1fa3d2 Building wheel for mkdocs-macros-plugin (setup.py): started Building wheel for mkdocs-macros-plugin (setup.py): finished with status 'done' Created wheel for mkdocs-macros-plugin: filename=mkdocs_macros_plugin-1.0.4-py3-none-any.whl size=21369 sha256=0b3eb3aaf5bf8a296a6178f56b12d299cd185cd3842b60e18c6c784ca87679de Stored in directory: /root/.cache/pip/wheels/0a/5f/5f/3a8fb0dbe53252a76f1447abc7b51b27c20f9fd27902bc4807 Building wheel for mkdocs-material (pyproject.toml): started Building wheel for mkdocs-material (pyproject.toml): finished with status 'done' Created wheel for mkdocs-material: filename=mkdocs_material-9.4.5-py3-none-any.whl size=8391699 sha256=0922e3e34d95dbf3f0c84fc817a233e1cbd5874830c6fd821d525ba90e0ce077 Stored in directory: /root/.cache/pip/wheels/0d/a1/9c/5b14dca757055011bbd5a87ef3a5d6484d1719f9520d871ad5 Building wheel for mkdocs-material-extensions (pyproject.toml): started Building wheel for mkdocs-material-extensions (pyproject.toml): finished with status 'done' Created wheel for mkdocs-material-extensions: filename=mkdocs_material_extensions-1.2-py3-none-any.whl size=7987 sha256=c767bd6d6305f6420a50f0b541b0c9966d52068839af97029be14443849fb8a1 Stored in directory: /root/.cache/pip/wheels/19/1d/0b/1ae60334fc5d848298a3bcda18226758e56ea13b4c324a8d08 Building wheel for mock (setup.py): started Building wheel for mock (setup.py): finished with status 'done' Created wheel for mock: filename=mock-5.1.0-py3-none-any.whl size=30934 sha256=9192a39b759c4b5e4651fbb94e11cc887f7d28f0185d462baba7a572e0ea0624 Stored in directory: /root/.cache/pip/wheels/07/29/ff/b2b27da32f84162ea83e297f8f164fe3224f1a3164c58595ce Building wheel for more-itertools (pyproject.toml): started Building wheel for more-itertools (pyproject.toml): finished with status 'done' Created wheel for more-itertools: filename=more_itertools-10.1.0-py3-none-any.whl size=55824 sha256=3faabb11779e1eaa0a3550d44006f231e51b94a65cf142d5911cb74f5889e227 Stored in directory: /root/.cache/pip/wheels/f6/cc/6a/ad5319a8e2c2950daabdd39a3954ceb9311152f69e210d0648 Building wheel for natsort (setup.py): started Building wheel for natsort (setup.py): finished with status 'done' Created wheel for natsort: filename=natsort-8.4.0-py3-none-any.whl size=38249 sha256=466c3a1a88b0f9afecb2ccb5eb51844dbba2ebdfdbdc6fd796488d65b2e1d7b3 Stored in directory: /root/.cache/pip/wheels/cb/2b/5a/c465518c48548bf4e16cba8a9aa760b5a24cee8f8ccfeb4925 Building wheel for nltk (setup.py): started Building wheel for nltk (setup.py): finished with status 'done' Created wheel for nltk: filename=nltk-3.9.1-py3-none-any.whl size=1505441 sha256=d0abf25f8c99914518e19293c9eba59ac15113e259df2e0e636dbe84e4b66859 Stored in directory: /root/.cache/pip/wheels/8d/ac/e6/3724bb363e33ff4403b56fb40b14639be8668e39b3ef42170d Building wheel for nodeenv (pyproject.toml): started Building wheel for nodeenv (pyproject.toml): finished with status 'done' Created wheel for nodeenv: filename=nodeenv-1.9.1-py2.py3-none-any.whl size=22314 sha256=1eac3c036488de310db5b5ad48d5fe19a7024e31788b3e43f6a5f9d32d2138c3 Stored in directory: /root/.cache/pip/wheels/87/4f/56/2bf63562351c053c0a9a836b21b9460cab1bb7a57cd7539a2e Building wheel for paginate (setup.py): started Building wheel for paginate (setup.py): finished with status 'done' Created wheel for paginate: filename=paginate-0.5.6-py3-none-any.whl size=12667 sha256=6ae260242148621e26649cc1094073c4ce818f7124129cccbfd3ba45596dab99 Stored in directory: /root/.cache/pip/wheels/03/20/4e/4925d1027f4b377bef23999a1a5eaa438339b741a6a2f3ad39 Building wheel for pdoc3 (setup.py): started Building wheel for pdoc3 (setup.py): finished with status 'done' Created wheel for pdoc3: filename=pdoc3-0.10.0-py3-none-any.whl size=118497 sha256=c9e82ee5367d22798529e8ac21d470fc9cbd448f2733d475c1b1b55b0fa509ae Stored in directory: /root/.cache/pip/wheels/d2/48/24/534fe502917102fb185bebd4e5e966e06688bff2d84d72495c Building wheel for pipdeptree (pyproject.toml): started Building wheel for pipdeptree (pyproject.toml): finished with status 'done' Created wheel for pipdeptree: filename=pipdeptree-2.13.1-py3-none-any.whl size=26748 sha256=760fa0d93f424637445a9e7ca797bf64f283e824cbeadc61f761e12b722bb004 Stored in directory: /root/.cache/pip/wheels/d4/9a/a2/0998f47dc639510d8182df559e14022966aff6f7c698b6f3ff Building wheel for pre-commit (setup.py): started Building wheel for pre-commit (setup.py): finished with status 'done' Created wheel for pre-commit: filename=pre_commit-4.0.1-py2.py3-none-any.whl size=218712 sha256=39cedbd2b210b7760ae4713b2c741d06f3d395edf544a4c9b68263c9d53f1c53 Stored in directory: /root/.cache/pip/wheels/51/f5/86/d568cd8c2d67f8303c6b594ac4f4d61d2507b672ed21a21e33 Building wheel for pydocstyle (pyproject.toml): started Building wheel for pydocstyle (pyproject.toml): finished with status 'done' Created wheel for pydocstyle: filename=pydocstyle-6.1.1-py3-none-any.whl size=37210 sha256=f62d5903104cab62e14bdaf10a788c7e1b62e84552e6bc18b33de7451ddea44a Stored in directory: /root/.cache/pip/wheels/3d/b0/5d/1ba94c050cf263991923659e8d4e7b4840c7de2e4acc6352d8 Building wheel for pyflakes (setup.py): started Building wheel for pyflakes (setup.py): finished with status 'done' Created wheel for pyflakes: filename=pyflakes-3.1.0-py2.py3-none-any.whl size=62616 sha256=4a364ce25fe613d95262e7e36ae6045b78ac066e55f6036517150111c7975a4a Stored in directory: /root/.cache/pip/wheels/8f/3c/a6/71607dd0bb6f256348fafc76fa058a1f12b96543bf9c53c213 Building wheel for pyinstaller-hooks-contrib (pyproject.toml): started Building wheel for pyinstaller-hooks-contrib (pyproject.toml): finished with status 'done' Created wheel for pyinstaller-hooks-contrib: filename=pyinstaller_hooks_contrib-2024.0-py2.py3-none-any.whl size=326828 sha256=0fb37204728b558fcaf36fdaa20bf158ebe1349d9b147b8ae5858c84e486eedc Stored in directory: /root/.cache/pip/wheels/cd/30/04/89807a09c32caf9af7d7e3873d4236c22b7ae8be5431c3543b Building wheel for pyinstaller (pyproject.toml): started Building wheel for pyinstaller (pyproject.toml): finished with status 'done' Created wheel for pyinstaller: filename=pyinstaller-6.3.0-py3-none-any.whl size=2164481 sha256=84bd6346f5f6d492d08e820939c58ff4b956605bbf047413735336d295730348 Stored in directory: /root/.cache/pip/wheels/88/2c/1e/98bd831a64f5ff36bff03ec23291e63465809bf0204378a800 Building wheel for pylint (pyproject.toml): started Building wheel for pylint (pyproject.toml): finished with status 'done' Created wheel for pylint: filename=pylint-3.0.1-py3-none-any.whl size=510171 sha256=86bda2cefc433f4f509da5fc10fb45bc210b5dfd813e82d69303ad2f2f184f5e Stored in directory: /root/.cache/pip/wheels/ba/e3/5d/20b2cee2065f7cfc04874a2813e93c3dc97722fa7280dc15fa Building wheel for pymdown-extensions (pyproject.toml): started Building wheel for pymdown-extensions (pyproject.toml): finished with status 'done' Created wheel for pymdown-extensions: filename=pymdown_extensions-10.3-py3-none-any.whl size=241029 sha256=77a82c621c58a83efc49a389159181d570e370fff9f810d3a4766a75fc678b66 Stored in directory: /root/.cache/pip/wheels/4e/a8/41/d2a03d37c2ab61bfc830e352f2a228012a025e0bdca11040dc Building wheel for pytest (pyproject.toml): started Building wheel for pytest (pyproject.toml): finished with status 'done' Created wheel for pytest: filename=pytest-7.4.4-py3-none-any.whl size=325286 sha256=68cb134f078206c83cb6cd8ac45c1984379210f2fadd9ea92a9c39d1b77b44f6 Stored in directory: /root/.cache/pip/wheels/2a/eb/75/97c051c2a22fd64be0727739d40e7d59f94debf633b3427428 Building wheel for pytest-asyncio (pyproject.toml): started Building wheel for pytest-asyncio (pyproject.toml): finished with status 'done' Created wheel for pytest-asyncio: filename=pytest_asyncio-0.21.1-py3-none-any.whl size=13340 sha256=9eb12327993fd52c2709d6e9f749fd2bf158f522389dba895f24fac4e872d7c4 Stored in directory: /root/.cache/pip/wheels/c4/4b/36/d5e5ae5e0fa2a7ee40b86151395b2b6faf7c5593abc0dec5ac Building wheel for pytest-cov (setup.py): started Building wheel for pytest-cov (setup.py): finished with status 'done' Created wheel for pytest-cov: filename=pytest_cov-4.1.0-py3-none-any.whl size=21943 sha256=9fbf82c9310b7ea17ba875b2963443f0359701daf21be7ea9487dfc893ec482e Stored in directory: /root/.cache/pip/wheels/80/b0/61/67c0de26e5b5ab056f7d88bce4ecfbb5560d82a17f0eec1885 Building wheel for pytest-html (pyproject.toml): started Building wheel for pytest-html (pyproject.toml): finished with status 'done' Created wheel for pytest-html: filename=pytest_html-4.1.1-py3-none-any.whl size=23491 sha256=77d17e4764f2b8b2c6da78bb72bbad713827c6a67fd1c1596162d03f40bef390 Stored in directory: /root/.cache/pip/wheels/e4/2e/d3/44df89e4808d92b6749cf655a17f8839fd0ad35f31f12dd3db Building wheel for pytest-json-report (setup.py): started Building wheel for pytest-json-report (setup.py): finished with status 'done' Created wheel for pytest-json-report: filename=pytest_json_report-1.5.0-py3-none-any.whl size=13206 sha256=3b353075439b375c19633a9295a678c8ca8541ee4f86eca9219ec621e7bb7406 Stored in directory: /root/.cache/pip/wheels/ec/da/e2/ff57aaf5dc3190785c4029304850bc362aebbb58e2830dd2ce Building wheel for pytest-mock (setup.py): started Building wheel for pytest-mock (setup.py): finished with status 'done' Created wheel for pytest-mock: filename=pytest_mock-3.11.1-py3-none-any.whl size=9706 sha256=d04fbde08f0f03e2665c76899fb1c296a3af09f820591edc58ad71566f21c6b6 Stored in directory: /root/.cache/pip/wheels/04/31/50/c7eedcbbd42e7b475bf5498de6c0257c6125356b1407c4b13a Building wheel for pytest-xdist (pyproject.toml): started Building wheel for pytest-xdist (pyproject.toml): finished with status 'done' Created wheel for pytest-xdist: filename=pytest_xdist-3.3.1-py3-none-any.whl size=41863 sha256=750bc48381997804ce1a311c42ae12ec88faf54098a8da167d06fe0743a67a15 Stored in directory: /root/.cache/pip/wheels/8d/aa/c4/c1406699f668aeac22a71629d7a27355cf67ce77b00bbbdce1 Building wheel for pyyaml-env-tag (pyproject.toml): started Building wheel for pyyaml-env-tag (pyproject.toml): finished with status 'done' Created wheel for pyyaml-env-tag: filename=pyyaml_env_tag-0.1-py3-none-any.whl size=3899 sha256=e3df8f80ba3982130ec4a8cbe3a532728a99e58b6749b3d51bc0f19c7bef6603 Stored in directory: /root/.cache/pip/wheels/c2/f4/e4/b32f1d3033f088902d5c3d5a3e1eb37c1353e52a7d20754959 Building wheel for repackage (setup.py): started Building wheel for repackage (setup.py): finished with status 'done' Created wheel for repackage: filename=repackage-0.7.3-py3-none-any.whl size=3287 sha256=d1326acf19acff7bd4b2a075167b5007ed9d4bfb60339d25234ac818201f34e7 Stored in directory: /root/.cache/pip/wheels/78/4a/f2/863eb46b9504862b8119c0adc92fd283b85e2e3cfd9018a9f2 Building wheel for setuptools-git-versioning (setup.py): started Building wheel for setuptools-git-versioning (setup.py): finished with status 'done' Created wheel for setuptools-git-versioning: filename=setuptools_git_versioning-1.13.5-py3-none-any.whl size=10827 sha256=1286d35a46b553acb2b92b5521bfdfdee385169fb8d64f65f6d60b33553d1c20 Stored in directory: /root/.cache/pip/wheels/d3/78/7d/dab8ce6eb1dc95f888f623f63719e2a40c69a0d6c08f8bdc69 Building wheel for sftp-py (setup.py): started Building wheel for sftp-py (setup.py): finished with status 'done' Created wheel for sftp-py: filename=sftp_py-0.2.1-py3-none-any.whl size=5825 sha256=1d70832ecafe9cebed3a2f6cc64a64fece534dfa8de474e7248e3c45a6182e07 Stored in directory: /root/.cache/pip/wheels/5a/35/a3/042737cdfcc39dfb3fadd73fcd03ce40e5766ee72f8b261834 Building wheel for simple-term-menu (setup.py): started Building wheel for simple-term-menu (setup.py): finished with status 'done' Created wheel for simple-term-menu: filename=simple_term_menu-1.6.4-py3-none-any.whl size=27463 sha256=76b5ea4c86b913e9f30c3e7d7f8f39347e2457b952e04a1166aa71e3627ef278 Stored in directory: /root/.cache/pip/wheels/9c/a3/b6/caba38362f057d3b0977b6e011aee2206121d092dbbd7fd813 Building wheel for smmap (setup.py): started Building wheel for smmap (setup.py): finished with status 'done' Created wheel for smmap: filename=smmap-5.0.1-py3-none-any.whl size=24284 sha256=614cf96eed519d9207b4f8d916622aaa903d344cea86ebc3c4e0d6a2d40e94ba Stored in directory: /root/.cache/pip/wheels/9c/1a/89/27f4c9d9764098ea77a5327152a658e31245cc46fe6248a657 Building wheel for snowballstemmer (setup.py): started Building wheel for snowballstemmer (setup.py): finished with status 'done' Created wheel for snowballstemmer: filename=snowballstemmer-2.2.0-py2.py3-none-any.whl size=92987 sha256=653e366105bb39764e6b240a05ff447fc82fb668db97cb3b7304a59280585b61 Stored in directory: /root/.cache/pip/wheels/a5/b0/d1/6130939058c8990122adce1cdc80dec6089752a9bc7fafb2e0 Building wheel for stevedore (setup.py): started Building wheel for stevedore (setup.py): finished with status 'done' Created wheel for stevedore: filename=stevedore-5.1.0-py3-none-any.whl size=48676 sha256=abc499a7efd5d4bf80277589dc487e224c37530c246634e1225e76ca4338dd8b Stored in directory: /root/.cache/pip/wheels/fe/17/7a/e4d389be90bc7ba41c2b8b1cb99525cc5ef5f8e4a4263d835e Building wheel for typer (pyproject.toml): started Building wheel for typer (pyproject.toml): finished with status 'done' Created wheel for typer: filename=typer-0.9.0-py3-none-any.whl size=45861 sha256=7b6a5f186ca7752a7316f190ad0fd7e450589bf1738d7aa0091a85bfd4418b09 Stored in directory: /root/.cache/pip/wheels/32/1e/0a/608028c6112033d285ddd22218fe8fb8148a664383a653d147 Building wheel for typing-inspect (setup.py): started Building wheel for typing-inspect (setup.py): finished with status 'done' Created wheel for typing-inspect: filename=typing_inspect-0.9.0-py3-none-any.whl size=8817 sha256=625e1252d7669eaae1a15225b63d020095ea271b6de6dcb95e285aab0e64cc06 Stored in directory: /root/.cache/pip/wheels/2a/d0/a7/f138c3e661e405fd955bd39c5f37ecf7a75da3f88acde70357 Building wheel for watchdog (setup.py): started Building wheel for watchdog (setup.py): finished with status 'done' Created wheel for watchdog: filename=watchdog-3.0.0-py3-none-any.whl size=82030 sha256=81ea716ca51365d4c01598c017d12cd811a7bcf115646213618793db588c16bf Stored in directory: /root/.cache/pip/wheels/34/85/49/7c56ff9848243b6d10a9a64c69c6eaa828d3c4eb5a19c1c042 Building wheel for wcmatch (pyproject.toml): started Building wheel for wcmatch (pyproject.toml): finished with status 'done' Created wheel for wcmatch: filename=wcmatch-8.5-py3-none-any.whl size=39337 sha256=14554e409b142edeefab901dc68ad570b30a72a8ab9a79106c5d5e9a6d241bd5 Stored in directory: /root/.cache/pip/wheels/53/a7/37/e686f10a75105606fb218b6f7640b388d95995e85ed470d8e3 Successfully built altgraph apipkg astroid bandit bracex black bump-pydantic cfgv coverage exceptiongroup execnet flake8 flake8-docstrings freezegun ghp-import gitdb GitPython identify iniconfig jmespath lazy-object-proxy livereload lunr Mako mccabe mergedeep mkdocs mkdocs-add-number-plugin mkdocs-exclude mkdocs-macros-plugin mkdocs-material mkdocs-material-extensions mock more-itertools natsort nltk nodeenv paginate pdoc3 pipdeptree pre-commit pydocstyle pyflakes pyinstaller-hooks-contrib pyinstaller pylint pymdown-extensions pytest pytest-asyncio pytest-cov pytest-html pytest-json-report pytest-mock pytest-xdist pyyaml-env-tag repackage setuptools-git-versioning sftp-py simple-term-menu smmap snowballstemmer stevedore typer typing-inspect watchdog wcmatch if test -d ../../download_archive; then cp -Rf src/* ../../download_archive/ 2>/dev/null; fi mkdir -p /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages for REQ in requirements3.txt; do if test -s ${REQ}; then install_requirements /opt/metwork-mfext-master/opt/python3_devtools ${REQ} ./src || { echo "ERROR WITH install_requirements ${REQ} /opt/metwork-mfext-master/opt/python3_devtools ${REQ} ./src"; exit 1; }; fi; done [DEBUG]: layer python3_devtools@mfext[/opt/metwork-mfext-master/opt/python3_devtools] is already loaded Looking in links: ./src Processing ./src/altgraph-0.17.4-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 1)) Processing ./src/apipkg-3.0.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 2)) Processing ./src/astroid-3.0.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 3)) Processing ./src/bandit-1.7.6-py3-none-any.whl (from -r requirements3.txt.tmp (line 4)) Processing ./src/bracex-2.4-py3-none-any.whl (from -r requirements3.txt.tmp (line 5)) Processing ./src/black-24.3.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 6)) Processing ./src/bump_pydantic-0.8.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 7)) Processing ./src/cfgv-3.4.0-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 8)) Processing ./src/coverage-7.3.2-cp312-cp312-linux_x86_64.whl (from -r requirements3.txt.tmp (line 9)) Processing ./src/exceptiongroup-1.1.3-py3-none-any.whl (from -r requirements3.txt.tmp (line 10)) Processing ./src/execnet-2.0.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 11)) Processing ./src/filprofiler-2024.11.2-cp312-cp312-manylinux_2_28_x86_64.whl (from -r requirements3.txt.tmp (line 12)) Processing ./src/flake8-6.1.0-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 13)) Processing ./src/flake8_docstrings-1.7.0-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 14)) Processing ./src/freezegun-1.2.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 15)) Processing ./src/ghp_import-2.1.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 16)) Processing ./src/gitdb-4.0.11-py3-none-any.whl (from -r requirements3.txt.tmp (line 17)) Processing ./src/GitPython-3.1.41-py3-none-any.whl (from -r requirements3.txt.tmp (line 18)) Processing ./src/identify-2.6.2-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 19)) Processing ./src/iniconfig-2.0.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 20)) Processing ./src/isort-5.12.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 21)) Processing ./src/jmespath-1.0.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 22)) Processing ./src/lazy_object_proxy-1.9.0-cp312-cp312-linux_x86_64.whl (from -r requirements3.txt.tmp (line 23)) Processing ./src/libcst-1.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (from -r requirements3.txt.tmp (line 24)) Processing ./src/livereload-2.6.3-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 25)) Processing ./src/lunr-0.7.0.post1-py3-none-any.whl (from -r requirements3.txt.tmp (line 26)) Processing ./src/Mako-1.2.4-py3-none-any.whl (from -r requirements3.txt.tmp (line 27)) Processing ./src/mccabe-0.7.0-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 28)) Processing ./src/mergedeep-1.3.4-py3-none-any.whl (from -r requirements3.txt.tmp (line 29)) Processing ./src/mkdocs-1.5.3-py3-none-any.whl (from -r requirements3.txt.tmp (line 30)) Processing ./src/mkdocs_add_number_plugin-1.2.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 31)) Processing ./src/mkdocs_awesome_pages_plugin-2.9.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 32)) Processing ./src/mkdocs_exclude-1.0.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 33)) Processing ./src/mkdocs_macros_plugin-1.0.4-py3-none-any.whl (from -r requirements3.txt.tmp (line 34)) Processing ./src/mkdocs_material-9.4.5-py3-none-any.whl (from -r requirements3.txt.tmp (line 35)) Processing ./src/mkdocs_material_extensions-1.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 36)) Processing ./src/mock-5.1.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 37)) Processing ./src/more_itertools-10.1.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 38)) Processing ./src/natsort-8.4.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 39)) Processing ./src/nltk-3.9.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 40)) Processing ./src/nodeenv-1.9.1-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 41)) Processing ./src/paginate-0.5.6-py3-none-any.whl (from -r requirements3.txt.tmp (line 42)) Processing ./src/panoply-0.1.56-py3-none-any.whl (from -r requirements3.txt.tmp (line 43)) Processing ./src/pdoc3-0.10.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 44)) Processing ./src/pipdeptree-2.13.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 45)) Processing ./src/pre_commit-4.0.1-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 46)) Processing ./src/py_spy-0.3.14-py2.py3-none-manylinux_2_5_x86_64.manylinux1_x86_64.whl (from -r requirements3.txt.tmp (line 47)) Processing ./src/pydocstyle-6.1.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 48)) Processing ./src/pyflakes-3.1.0-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 49)) Processing ./src/pyinstaller_hooks_contrib-2024.0-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 50)) Processing ./src/pyinstaller-6.3.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 51)) Processing ./src/pylint-3.0.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 52)) Processing ./src/pymdown_extensions-10.3-py3-none-any.whl (from -r requirements3.txt.tmp (line 53)) Processing ./src/pytest-7.4.4-py3-none-any.whl (from -r requirements3.txt.tmp (line 54)) Processing ./src/pytest_asyncio-0.21.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 55)) Processing ./src/pytest_cov-4.1.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 56)) Processing ./src/pytest_html-4.1.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 57)) Processing ./src/pytest_httpserver-1.0.8-py3-none-any.whl (from -r requirements3.txt.tmp (line 58)) Processing ./src/pytest_metadata-3.0.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 59)) Processing ./src/pytest_json_report-1.5.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 60)) Processing ./src/pytest_mock-3.11.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 61)) Processing ./src/pytest_xdist-3.3.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 62)) Processing ./src/pyyaml_env_tag-0.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 63)) Processing ./src/repackage-0.7.3-py3-none-any.whl (from -r requirements3.txt.tmp (line 64)) Processing ./src/setuptools_git_versioning-1.13.5-py3-none-any.whl (from -r requirements3.txt.tmp (line 65)) Processing ./src/sftp_py-0.2.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 66)) Processing ./src/simple_term_menu-1.6.4-py3-none-any.whl (from -r requirements3.txt.tmp (line 67)) Processing ./src/smmap-5.0.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 68)) Processing ./src/snowballstemmer-2.2.0-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 69)) Processing ./src/stevedore-5.1.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 70)) Processing ./src/typer-0.9.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 71)) Processing ./src/typing_inspect-0.9.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 72)) Processing ./src/watchdog-3.0.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 73)) Processing ./src/wcmatch-8.5-py3-none-any.whl (from -r requirements3.txt.tmp (line 74)) Requirement already satisfied: PyYAML>=5.3.1 in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from bandit==1.7.6->-r requirements3.txt.tmp (line 4)) (6.0.1) Requirement already satisfied: rich in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from bandit==1.7.6->-r requirements3.txt.tmp (line 4)) (13.5.2) Requirement already satisfied: click>=8.0.0 in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from black==24.3.0->-r requirements3.txt.tmp (line 6)) (8.1.7) Requirement already satisfied: mypy-extensions>=0.4.3 in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from black==24.3.0->-r requirements3.txt.tmp (line 6)) (1.0.0) Requirement already satisfied: packaging>=22.0 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages (from black==24.3.0->-r requirements3.txt.tmp (line 6)) (23.1) Requirement already satisfied: pathspec>=0.9.0 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages (from black==24.3.0->-r requirements3.txt.tmp (line 6)) (0.11.2) Requirement already satisfied: platformdirs>=2 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages (from black==24.3.0->-r requirements3.txt.tmp (line 6)) (3.10.0) Requirement already satisfied: aiohttp>=3.7.4 in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from black==24.3.0->-r requirements3.txt.tmp (line 6)) (3.10.5) Requirement already satisfied: typing-extensions in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages (from bump-pydantic==0.8.0->-r requirements3.txt.tmp (line 7)) (4.12.2) Requirement already satisfied: threadpoolctl in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from filprofiler==2024.11.2->-r requirements3.txt.tmp (line 12)) (3.2.0) Requirement already satisfied: pycodestyle<2.12.0,>=2.11.0 in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from flake8==6.1.0->-r requirements3.txt.tmp (line 13)) (2.11.0) Requirement already satisfied: python-dateutil>=2.7 in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from freezegun==1.2.2->-r requirements3.txt.tmp (line 15)) (2.8.2) Requirement already satisfied: six in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages (from livereload==2.6.3->-r requirements3.txt.tmp (line 25)) (1.16.0) Requirement already satisfied: tornado in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from livereload==2.6.3->-r requirements3.txt.tmp (line 25)) (6.4.1) Requirement already satisfied: MarkupSafe>=0.9.2 in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from Mako==1.2.4->-r requirements3.txt.tmp (line 27)) (2.1.3) Requirement already satisfied: jinja2>=2.11.1 in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from mkdocs==1.5.3->-r requirements3.txt.tmp (line 30)) (3.1.4) Requirement already satisfied: markdown>=3.2.1 in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from mkdocs==1.5.3->-r requirements3.txt.tmp (line 30)) (3.4.4) Requirement already satisfied: termcolor in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from mkdocs-macros-plugin==1.0.4->-r requirements3.txt.tmp (line 34)) (2.3.0) Requirement already satisfied: babel~=2.10 in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from mkdocs-material==9.4.5->-r requirements3.txt.tmp (line 35)) (2.13.0) Requirement already satisfied: colorama~=0.4 in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from mkdocs-material==9.4.5->-r requirements3.txt.tmp (line 35)) (0.4.6) Requirement already satisfied: pygments~=2.16 in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from mkdocs-material==9.4.5->-r requirements3.txt.tmp (line 35)) (2.16.1) Requirement already satisfied: regex>=2022.4 in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from mkdocs-material==9.4.5->-r requirements3.txt.tmp (line 35)) (2023.8.8) Requirement already satisfied: requests~=2.26 in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from mkdocs-material==9.4.5->-r requirements3.txt.tmp (line 35)) (2.32.3) Requirement already satisfied: joblib in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from nltk==3.9.1->-r requirements3.txt.tmp (line 40)) (1.3.2) Requirement already satisfied: tqdm in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from nltk==3.9.1->-r requirements3.txt.tmp (line 40)) (4.66.4) Requirement already satisfied: virtualenv>=20.10.0 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages (from pre-commit==4.0.1->-r requirements3.txt.tmp (line 46)) (20.24.6) Requirement already satisfied: setuptools>=42.0.0 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages (from pyinstaller-hooks-contrib==2024.0->-r requirements3.txt.tmp (line 50)) (70.3.0) Requirement already satisfied: tomlkit>=0.10.1 in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from pylint==3.0.1->-r requirements3.txt.tmp (line 52)) (0.12.1) Requirement already satisfied: dill>=0.3.6 in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from pylint==3.0.1->-r requirements3.txt.tmp (line 52)) (0.3.7) Requirement already satisfied: pluggy<2.0,>=0.12 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages (from pytest==7.4.4->-r requirements3.txt.tmp (line 54)) (1.3.0) Requirement already satisfied: Werkzeug>=2.0.0 in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from pytest-httpserver==1.0.8->-r requirements3.txt.tmp (line 58)) (3.0.6) Requirement already satisfied: paramiko>=2.7.1 in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from sftp-py==0.2.1->-r requirements3.txt.tmp (line 66)) (3.4.1) Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from stevedore==5.1.0->-r requirements3.txt.tmp (line 70)) (5.11.1) Requirement already satisfied: aiohappyeyeballs>=2.3.0 in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from aiohttp>=3.7.4->black==24.3.0->-r requirements3.txt.tmp (line 6)) (2.4.0) Requirement already satisfied: aiosignal>=1.1.2 in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from aiohttp>=3.7.4->black==24.3.0->-r requirements3.txt.tmp (line 6)) (1.3.1) Requirement already satisfied: attrs>=17.3.0 in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from aiohttp>=3.7.4->black==24.3.0->-r requirements3.txt.tmp (line 6)) (23.2.0) Requirement already satisfied: frozenlist>=1.1.1 in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from aiohttp>=3.7.4->black==24.3.0->-r requirements3.txt.tmp (line 6)) (1.4.0) Requirement already satisfied: multidict<7.0,>=4.5 in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from aiohttp>=3.7.4->black==24.3.0->-r requirements3.txt.tmp (line 6)) (6.0.4) Requirement already satisfied: yarl<2.0,>=1.0 in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from aiohttp>=3.7.4->black==24.3.0->-r requirements3.txt.tmp (line 6)) (1.9.2) Requirement already satisfied: bcrypt>=3.2 in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from paramiko>=2.7.1->sftp-py==0.2.1->-r requirements3.txt.tmp (line 66)) (4.0.1) Requirement already satisfied: cryptography>=3.3 in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from paramiko>=2.7.1->sftp-py==0.2.1->-r requirements3.txt.tmp (line 66)) (43.0.1) Requirement already satisfied: pynacl>=1.5 in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from paramiko>=2.7.1->sftp-py==0.2.1->-r requirements3.txt.tmp (line 66)) (1.5.0) Requirement already satisfied: charset-normalizer<4,>=2 in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from requests~=2.26->mkdocs-material==9.4.5->-r requirements3.txt.tmp (line 35)) (3.2.0) Requirement already satisfied: idna<4,>=2.5 in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from requests~=2.26->mkdocs-material==9.4.5->-r requirements3.txt.tmp (line 35)) (3.7) Requirement already satisfied: urllib3<3,>=1.21.1 in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from requests~=2.26->mkdocs-material==9.4.5->-r requirements3.txt.tmp (line 35)) (2.2.2) Requirement already satisfied: certifi>=2017.4.17 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages (from requests~=2.26->mkdocs-material==9.4.5->-r requirements3.txt.tmp (line 35)) (2024.7.4) Requirement already satisfied: distlib<1,>=0.3.7 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages (from virtualenv>=20.10.0->pre-commit==4.0.1->-r requirements3.txt.tmp (line 46)) (0.3.7) Requirement already satisfied: filelock<4,>=3.12.2 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages (from virtualenv>=20.10.0->pre-commit==4.0.1->-r requirements3.txt.tmp (line 46)) (3.12.3) Requirement already satisfied: markdown-it-py>=2.2.0 in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from rich->bandit==1.7.6->-r requirements3.txt.tmp (line 4)) (3.0.0) Requirement already satisfied: cffi>=1.12 in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from cryptography>=3.3->paramiko>=2.7.1->sftp-py==0.2.1->-r requirements3.txt.tmp (line 66)) (1.15.1) Requirement already satisfied: mdurl~=0.1 in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from markdown-it-py>=2.2.0->rich->bandit==1.7.6->-r requirements3.txt.tmp (line 4)) (0.1.2) Requirement already satisfied: pycparser in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from cffi>=1.12->cryptography>=3.3->paramiko>=2.7.1->sftp-py==0.2.1->-r requirements3.txt.tmp (line 66)) (2.21) Installing collected packages: snowballstemmer, repackage, py-spy, paginate, altgraph, watchdog, typing-inspect, typer, stevedore, smmap, simple-term-menu, setuptools-git-versioning, pyyaml-env-tag, pymdown-extensions, pyinstaller-hooks-contrib, pyflakes, pydocstyle, pipdeptree, nodeenv, nltk, natsort, more-itertools, mock, mkdocs-material-extensions, mergedeep, mccabe, Mako, lunr, livereload, lazy-object-proxy, jmespath, isort, iniconfig, identify, filprofiler, execnet, exceptiongroup, coverage, cfgv, bracex, astroid, apipkg, wcmatch, pytest-httpserver, pytest, pylint, pyinstaller, pre-commit, pdoc3, panoply, libcst, gitdb, ghp-import, freezegun, flake8, pytest-xdist, pytest-mock, pytest-metadata, pytest-cov, pytest-asyncio, mkdocs, GitPython, flake8-docstrings, bump-pydantic, black, sftp-py, pytest-json-report, pytest-html, mkdocs-material, mkdocs-macros-plugin, mkdocs-exclude, mkdocs-awesome-pages-plugin, mkdocs-add-number-plugin, bandit Successfully installed GitPython-3.1.41 Mako-1.2.4 altgraph-0.17.4 apipkg-3.0.2 astroid-3.0.0 bandit-1.7.6 black-24.3.0 bracex-2.4 bump-pydantic-0.8.0 cfgv-3.4.0 coverage-7.3.2 exceptiongroup-1.1.3 execnet-2.0.2 filprofiler-2024.11.2 flake8-6.1.0 flake8-docstrings-1.7.0 freezegun-1.2.2 ghp-import-2.1.0 gitdb-4.0.11 identify-2.6.2 iniconfig-2.0.0 isort-5.12.0 jmespath-1.0.1 lazy-object-proxy-1.9.0 libcst-1.1.0 livereload-2.6.3 lunr-0.7.0.post1 mccabe-0.7.0 mergedeep-1.3.4 mkdocs-1.5.3 mkdocs-add-number-plugin-1.2.2 mkdocs-awesome-pages-plugin-2.9.2 mkdocs-exclude-1.0.2 mkdocs-macros-plugin-1.0.4 mkdocs-material-9.4.5 mkdocs-material-extensions-1.2 mock-5.1.0 more-itertools-10.1.0 natsort-8.4.0 nltk-3.9.1 nodeenv-1.9.1 paginate-0.5.6 panoply-0.1.56 pdoc3-0.10.0 pipdeptree-2.13.1 pre-commit-4.0.1 py-spy-0.3.14 pydocstyle-6.1.1 pyflakes-3.1.0 pyinstaller-6.3.0 pyinstaller-hooks-contrib-2024.0 pylint-3.0.1 pymdown-extensions-10.3 pytest-7.4.4 pytest-asyncio-0.21.1 pytest-cov-4.1.0 pytest-html-4.1.1 pytest-httpserver-1.0.8 pytest-json-report-1.5.0 pytest-metadata-3.0.0 pytest-mock-3.11.1 pytest-xdist-3.3.1 pyyaml-env-tag-0.1 repackage-0.7.3 setuptools-git-versioning-1.13.5 sftp-py-0.2.1 simple-term-menu-1.6.4 smmap-5.0.1 snowballstemmer-2.2.0 stevedore-5.1.0 typer-0.9.0 typing-inspect-0.9.0 watchdog-3.0.0 wcmatch-8.5 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable.It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. if ! test -d /opt/metwork-mfext-master/opt/python3_devtools/lib/python3.12/site-packages; then mkdir -p /opt/metwork-mfext-master/opt/python3_devtools/lib/python3.12/site-packages; fi if test -f /opt/metwork-mfext-master/opt/python3_devtools/lib/python3.12/site-packages/requirements3.txt; then cat /opt/metwork-mfext-master/opt/python3_devtools/lib/python3.12/site-packages/requirements3.txt requirements3.txt |sort |uniq |sed 's/^-e git.*egg=\(.*\)$/\1/g' >/opt/metwork-mfext-master/opt/python3_devtools/lib/python3.12/site-packages/requirements3.txt.tmp; mv /opt/metwork-mfext-master/opt/python3_devtools/lib/python3.12/site-packages/requirements3.txt.tmp /opt/metwork-mfext-master/opt/python3_devtools/lib/python3.12/site-packages/requirements3.txt; else cat requirements3.txt |sort |uniq |sed 's/^-e git.*egg=\(.*\)$/\1/g' >/opt/metwork-mfext-master/opt/python3_devtools/lib/python3.12/site-packages/requirements3.txt ;fi IFS=$'\n' ; for REQ in `cat requirements3.txt |sort |uniq`; do _pip_package_to_yaml.sh "${REQ}" "/opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages" || { echo "ERROR WITH _pip_package_to_yaml.sh ${REQ} /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages"; exit 1; } done /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/GitPython.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/Mako.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/altgraph.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/apipkg.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/astroid.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/bandit.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/black.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/bracex.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/bump-pydantic.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/cfgv.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/coverage.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/exceptiongroup.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/execnet.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/filprofiler.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/flake8_docstrings.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/flake8.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/freezegun.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/ghp-import.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/gitdb.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/identify.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/iniconfig.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/isort.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/jmespath.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/lazy-object-proxy.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/libcst.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/livereload.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/lunr.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/mccabe.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/mergedeep.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/mkdocs-add-number-plugin.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/mkdocs-awesome-pages-plugin.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/mkdocs-exclude.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/mkdocs-macros-plugin.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/mkdocs-material-extensions.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/mkdocs-material.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/mkdocs.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/mock.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/more-itertools.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/natsort.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/nltk.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/nodeenv.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/paginate.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/panoply.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/pdoc3.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/pipdeptree.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/pre_commit.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/py-spy.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/pydocstyle.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/pyflakes.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/pyinstaller-hooks-contrib.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/pyinstaller.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/pylint.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/pymdown-extensions.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/pytest-asyncio.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/pytest-cov.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/pytest-html.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/pytest-httpserver.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/pytest-json-report.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/pytest-metadata.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/pytest-mock.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/pytest-xdist.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/pytest.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/pyyaml_env_tag.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/repackage.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/setuptools-git-versioning.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/sftp_py.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/simple-term-menu.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/smmap.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/snowballstemmer.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/stevedore.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/typer.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/typing_inspect.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/watchdog.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/wcmatch.yaml is ready make[3]: Leaving directory '/src/layers/layer7_python3_devtools/0500_extra_python_packages' if test "" = "1"; then echo > /opt/metwork-mfext-master/opt/python3_devtools/.mfextaddon; fi _layer_dhash "python3_devtools@mfext" >/opt/metwork-mfext-master/opt/python3_devtools/.dhash if ! test -f cache/hit; then \ _check_layers_hash >/dev/null ; \ fi _cache_logic_after_layer.sh "/opt/metwork-mfext-master/opt/python3_devtools" cache: /buildcache/mfext_cache_layer_python3_devtools_801e2cfe74cf4e55f3e4157e4421244e.tar created make[2]: Leaving directory '/src/layers/layer7_python3_devtools' make[2]: Entering directory '/src/layers/layer8_java' if test "MFEXT" = "MFEXT" -a "" != "1"; then cat .layerapi2_label |/src/adm/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/java/.layerapi2_label; else cat .layerapi2_label |/opt/metwork-mfext-master/bin/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/java/.layerapi2_label; fi if test "MFEXT" = "MFEXT" -a "" != "1"; then cat .system_dependencies |/src/adm/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/java/.system_dependencies; else cat .system_dependencies |/opt/metwork-mfext-master/bin/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/java/.system_dependencies; fi if test "MFEXT" = "MFEXT" -a "" != "1"; then cat .layerapi2_dependencies |/src/adm/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/java/.layerapi2_dependencies; else cat .layerapi2_dependencies |/opt/metwork-mfext-master/bin/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/java/.layerapi2_dependencies; fi if test "MFEXT" = "MFEXT" -a "" != "1"; then cat .layerapi2_extra_env |/src/adm/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/java/.layerapi2_extra_env; else cat .layerapi2_extra_env |/opt/metwork-mfext-master/bin/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/java/.layerapi2_extra_env; fi _cache_logic_before_layer.sh "/opt/metwork-mfext-master/opt/java" "java" /etc/buildimage_hash: 7287d05885b641033e3d2e66ec030375 /src/adm/root.mk md5sum hash: 888c30fa85fcfbd1a7f4b750da33f2e6 core@mfext layer (dependency) hash (from cache): 48181fefb5eb6328fdfac6c360e931e7 root@mfext layer (dependency) hash (from cache): f10ced89e93f340f4a19b4f76d658719 source hash: 6bbcf5dcfbe23bf9a62aedfa2aaa1c7b cache hit (used: /buildcache/mfext_cache_layer_java_0a68ffa6623579211c10f2d3a567c1e6.tar) if ! test -f cache/hit; then \ for SUBDIR in 0500_openjdk; do \ OLDPWD=`pwd`; \ cd $SUBDIR || exit 1; \ make all || exit 1; \ cd ${OLDPWD}; \ done ; \ chmod -R a+rX,g-w,o-w,u+w /opt/metwork-mfext-master/opt/java ; \ fi if test "" = "1"; then echo > /opt/metwork-mfext-master/opt/java/.mfextaddon; fi _layer_dhash "java@mfext" >/opt/metwork-mfext-master/opt/java/.dhash if ! test -f cache/hit; then \ _check_layers_hash >/dev/null ; \ fi _cache_logic_after_layer.sh "/opt/metwork-mfext-master/opt/java" cache already exist (/buildcache/mfext_cache_layer_java_0a68ffa6623579211c10f2d3a567c1e6.tar) make[2]: Leaving directory '/src/layers/layer8_java' make[2]: Entering directory '/src/layers/layer8_monitoring' if test "MFEXT" = "MFEXT" -a "" != "1"; then cat .layerapi2_label |/src/adm/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/monitoring/.layerapi2_label; else cat .layerapi2_label |/opt/metwork-mfext-master/bin/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/monitoring/.layerapi2_label; fi if test "MFEXT" = "MFEXT" -a "" != "1"; then cat .system_dependencies |/src/adm/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/monitoring/.system_dependencies; else cat .system_dependencies |/opt/metwork-mfext-master/bin/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/monitoring/.system_dependencies; fi if test "MFEXT" = "MFEXT" -a "" != "1"; then cat .layerapi2_dependencies |/src/adm/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/monitoring/.layerapi2_dependencies; else cat .layerapi2_dependencies |/opt/metwork-mfext-master/bin/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/monitoring/.layerapi2_dependencies; fi if test "MFEXT" = "MFEXT" -a "" != "1"; then cat .layerapi2_extra_env |/src/adm/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/monitoring/.layerapi2_extra_env; else cat .layerapi2_extra_env |/opt/metwork-mfext-master/bin/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/monitoring/.layerapi2_extra_env; fi _cache_logic_before_layer.sh "/opt/metwork-mfext-master/opt/monitoring" "monitoring" /etc/buildimage_hash: 7287d05885b641033e3d2e66ec030375 /src/adm/root.mk md5sum hash: 888c30fa85fcfbd1a7f4b750da33f2e6 core@mfext layer (dependency) hash (from cache): 48181fefb5eb6328fdfac6c360e931e7 root@mfext layer (dependency) hash (from cache): f10ced89e93f340f4a19b4f76d658719 source hash: f064f4b8a9f21b17a7fe5b188db1cf21 cache hit (used: /buildcache/mfext_cache_layer_monitoring_8f85fbe5555672dae852084a100c7db1.tar) if ! test -f cache/hit; then \ for SUBDIR in 0300_telegraf 0400_vector; do \ OLDPWD=`pwd`; \ cd $SUBDIR || exit 1; \ make all || exit 1; \ cd ${OLDPWD}; \ done ; \ chmod -R a+rX,g-w,o-w,u+w /opt/metwork-mfext-master/opt/monitoring ; \ fi if test "" = "1"; then echo > /opt/metwork-mfext-master/opt/monitoring/.mfextaddon; fi _layer_dhash "monitoring@mfext" >/opt/metwork-mfext-master/opt/monitoring/.dhash if ! test -f cache/hit; then \ _check_layers_hash >/dev/null ; \ fi _cache_logic_after_layer.sh "/opt/metwork-mfext-master/opt/monitoring" cache already exist (/buildcache/mfext_cache_layer_monitoring_8f85fbe5555672dae852084a100c7db1.tar) make[2]: Leaving directory '/src/layers/layer8_monitoring' make[2]: Entering directory '/src/layers/layer9_default' if test "MFEXT" = "MFEXT" -a "" != "1"; then cat .layerapi2_label |/src/adm/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/default/.layerapi2_label; else cat .layerapi2_label |/opt/metwork-mfext-master/bin/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/default/.layerapi2_label; fi if test "MFEXT" = "MFEXT" -a "" != "1"; then cat .extra_dependencies |/src/adm/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/default/.extra_dependencies; else cat .extra_dependencies |/opt/metwork-mfext-master/bin/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/default/.extra_dependencies; fi if test "MFEXT" = "MFEXT" -a "" != "1"; then cat .system_dependencies |/src/adm/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/default/.system_dependencies; else cat .system_dependencies |/opt/metwork-mfext-master/bin/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/default/.system_dependencies; fi if test "MFEXT" = "MFEXT" -a "" != "1"; then cat .layerapi2_dependencies |/src/adm/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/default/.layerapi2_dependencies; else cat .layerapi2_dependencies |/opt/metwork-mfext-master/bin/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/default/.layerapi2_dependencies; fi _cache_logic_before_layer.sh "/opt/metwork-mfext-master/opt/default" "default" /etc/buildimage_hash: 7287d05885b641033e3d2e66ec030375 /src/adm/root.mk md5sum hash: 888c30fa85fcfbd1a7f4b750da33f2e6 core@mfext layer (dependency) hash (from cache): 48181fefb5eb6328fdfac6c360e931e7 devtools@mfext layer (dependency) hash (from cache): d04308c728c809d8888a4f4ad658834f java@mfext layer (dependency) hash (from cache): e5e4ff8cd8ae3d3bd456caacfc68f373 monitoring@mfext layer (dependency) hash (from cache): 2adf4e80cf2ad876bfd5548cf0b3874c nodejs@mfext layer (dependency) hash (from cache): 0be9497b4dbf0ede1719740d0b223f6e openresty@mfext layer (dependency) hash (from cache): 5a36ad6f0809be072d01246ec1a838a5 python3@mfext layer (dependency) hash (from cache): cfac0b235c4a395d752d3477cc1e5187 python3_core@mfext layer (dependency) hash (from cache): 4907d71374f94da21670edf8fca70667 python3_devtools@mfext layer (dependency) hash (from cache): a515821936459ab38bf805c3e6554761 python3_scientific_core@mfext layer (dependency) hash (from cache): 1b0b80cd04eff9046e663f32c1a4290f root@mfext layer (dependency) hash (from cache): f10ced89e93f340f4a19b4f76d658719 scientific_core@mfext layer (dependency) hash (from cache): 17e43dd083453cacef203d277e812405 source hash: 558c6b0abbb332346c98bcb655b28c46 cache missed (/buildcache/mfext_cache_layer_default_554b784588898441369a7c06702145f7.tar) if ! test -f cache/hit; then \ for SUBDIR in ; do \ OLDPWD=`pwd`; \ cd $SUBDIR || exit 1; \ make all || exit 1; \ cd ${OLDPWD}; \ done ; \ chmod -R a+rX,g-w,o-w,u+w /opt/metwork-mfext-master/opt/default ; \ fi if test "" = "1"; then echo > /opt/metwork-mfext-master/opt/default/.mfextaddon; fi _layer_dhash "default@mfext" >/opt/metwork-mfext-master/opt/default/.dhash if ! test -f cache/hit; then \ _check_layers_hash >/dev/null ; \ fi _cache_logic_after_layer.sh "/opt/metwork-mfext-master/opt/default" cache: /buildcache/mfext_cache_layer_default_554b784588898441369a7c06702145f7.tar created make[2]: Leaving directory '/src/layers/layer9_default' make[1]: Leaving directory '/src/layers' cd adm && make all make[1]: Entering directory '/src/adm' cp -f metwork_debug /opt/metwork-mfext-master/bin/metwork_debug chmod a+rx /opt/metwork-mfext-master/bin/metwork_debug cp -f _launch_crontab /opt/metwork-mfext-master/bin/_launch_crontab chmod a+rx /opt/metwork-mfext-master/bin/_launch_crontab cp -f clear.sh /opt/metwork-mfext-master/bin/clear.sh chmod a+rx /opt/metwork-mfext-master/bin/clear.sh cp -f _doc_layer.sh /opt/metwork-mfext-master/bin/_doc_layer.sh chmod a+rx /opt/metwork-mfext-master/bin/_doc_layer.sh cp -f _yaml_to_md.py /opt/metwork-mfext-master/bin/_yaml_to_md.py chmod a+rx /opt/metwork-mfext-master/bin/_yaml_to_md.py cp -f _packaging_get_module_dependencies /opt/metwork-mfext-master/bin/_packaging_get_module_dependencies chmod a+rx /opt/metwork-mfext-master/bin/_packaging_get_module_dependencies cp -f _packaging_get_module_layers /opt/metwork-mfext-master/bin/_packaging_get_module_layers chmod a+rx /opt/metwork-mfext-master/bin/_packaging_get_module_layers cp -f _packaging_get_layer_dependencies /opt/metwork-mfext-master/bin/_packaging_get_layer_dependencies chmod a+rx /opt/metwork-mfext-master/bin/_packaging_get_layer_dependencies cp -f _packaging_get_package_name /opt/metwork-mfext-master/bin/_packaging_get_package_name chmod a+rx /opt/metwork-mfext-master/bin/_packaging_get_package_name cp -f components /opt/metwork-mfext-master/bin/components chmod a+rx /opt/metwork-mfext-master/bin/components cp -f _circus.start /opt/metwork-mfext-master/bin/_circus.start chmod a+rx /opt/metwork-mfext-master/bin/_circus.start cp -f _circus.stop /opt/metwork-mfext-master/bin/_circus.stop chmod a+rx /opt/metwork-mfext-master/bin/_circus.stop cp -f _circus.status /opt/metwork-mfext-master/bin/_circus.status chmod a+rx /opt/metwork-mfext-master/bin/_circus.status cp -f _ini_to_env.py /opt/metwork-mfext-master/bin/_ini_to_env.py chmod a+rx /opt/metwork-mfext-master/bin/_ini_to_env.py cp -f before_start_redis /opt/metwork-mfext-master/bin/before_start_redis chmod a+rx /opt/metwork-mfext-master/bin/before_start_redis cp -f before_start_nginx /opt/metwork-mfext-master/bin/before_start_nginx chmod a+rx /opt/metwork-mfext-master/bin/before_start_nginx cp -f port_test.sh /opt/metwork-mfext-master/bin/port_test.sh chmod a+rx /opt/metwork-mfext-master/bin/port_test.sh cp -f _make_and_install_crontab.sh /opt/metwork-mfext-master/bin/_make_and_install_crontab.sh chmod a+rx /opt/metwork-mfext-master/bin/_make_and_install_crontab.sh cp -f _uninstall_crontab.sh /opt/metwork-mfext-master/bin/_uninstall_crontab.sh chmod a+rx /opt/metwork-mfext-master/bin/_uninstall_crontab.sh cp -f circus_status_watcher.sh /opt/metwork-mfext-master/bin/circus_status_watcher.sh chmod a+rx /opt/metwork-mfext-master/bin/circus_status_watcher.sh cp -f redis_status.sh /opt/metwork-mfext-master/bin/redis_status.sh chmod a+rx /opt/metwork-mfext-master/bin/redis_status.sh cp -f config.py /opt/metwork-mfext-master/bin/config.py chmod a+rx /opt/metwork-mfext-master/bin/config.py cp -f _prepare_config.py /opt/metwork-mfext-master/bin/_prepare_config.py chmod a+rx /opt/metwork-mfext-master/bin/_prepare_config.py cp -f _make_nethard_config.py /opt/metwork-mfext-master/bin/_make_nethard_config.py chmod a+rx /opt/metwork-mfext-master/bin/_make_nethard_config.py cp -f _make_circus_conf /opt/metwork-mfext-master/bin/_make_circus_conf chmod a+rx /opt/metwork-mfext-master/bin/_make_circus_conf cp -f _make_crontab.py /opt/metwork-mfext-master/bin/_make_crontab.py chmod a+rx /opt/metwork-mfext-master/bin/_make_crontab.py cp -f remove_empty.sh /opt/metwork-mfext-master/bin/remove_empty.sh chmod a+rx /opt/metwork-mfext-master/bin/remove_empty.sh cp -f kill_remaining_processes.py /opt/metwork-mfext-master/bin/kill_remaining_processes.py chmod a+rx /opt/metwork-mfext-master/bin/kill_remaining_processes.py cp -f bootstrap_plugin.py /opt/metwork-mfext-master/bin/bootstrap_plugin.py chmod a+rx /opt/metwork-mfext-master/bin/bootstrap_plugin.py cp -f _make_nginx_conf /opt/metwork-mfext-master/bin/_make_nginx_conf chmod a+rx /opt/metwork-mfext-master/bin/_make_nginx_conf cp -f bootstrap_plugin.post /opt/metwork-mfext-master/bin/bootstrap_plugin.post chmod a+rx /opt/metwork-mfext-master/bin/bootstrap_plugin.post cp -f _circusctl /opt/metwork-mfext-master/bin/_circusctl chmod a+rx /opt/metwork-mfext-master/bin/_circusctl cp -f _install_or_update_configured_plugins.py /opt/metwork-mfext-master/bin/_install_or_update_configured_plugins.py chmod a+rx /opt/metwork-mfext-master/bin/_install_or_update_configured_plugins.py cp -f nginx.status /opt/metwork-mfext-master/bin/nginx.status chmod a+rx /opt/metwork-mfext-master/bin/nginx.status cp -f find_zombies_nginx_workers.py /opt/metwork-mfext-master/bin/find_zombies_nginx_workers.py chmod a+rx /opt/metwork-mfext-master/bin/find_zombies_nginx_workers.py cp -f before_start_telegraf /opt/metwork-mfext-master/bin/before_start_telegraf chmod a+rx /opt/metwork-mfext-master/bin/before_start_telegraf cp -f _circus_wait_watcher_stopped.sh /opt/metwork-mfext-master/bin/_circus_wait_watcher_stopped.sh chmod a+rx /opt/metwork-mfext-master/bin/_circus_wait_watcher_stopped.sh cp -f _circus_wait_watcher_stopped.py /opt/metwork-mfext-master/bin/_circus_wait_watcher_stopped.py chmod a+rx /opt/metwork-mfext-master/bin/_circus_wait_watcher_stopped.py cp -f _circus_schedule_stop_watcher.sh /opt/metwork-mfext-master/bin/_circus_schedule_stop_watcher.sh chmod a+rx /opt/metwork-mfext-master/bin/_circus_schedule_stop_watcher.sh cp -f _install_plugin_virtualenv /opt/metwork-mfext-master/bin/_install_plugin_virtualenv chmod a+rx /opt/metwork-mfext-master/bin/_install_plugin_virtualenv cp -f _plugins.preuninstall /opt/metwork-mfext-master/bin/_plugins.preuninstall chmod a+rx /opt/metwork-mfext-master/bin/_plugins.preuninstall cp -f _plugins.postinstall /opt/metwork-mfext-master/bin/_plugins.postinstall chmod a+rx /opt/metwork-mfext-master/bin/_plugins.postinstall cp -f list_metwork_processes.py /opt/metwork-mfext-master/bin/list_metwork_processes.py chmod a+rx /opt/metwork-mfext-master/bin/list_metwork_processes.py cp -f telegraf_collector_metwork_module.py /opt/metwork-mfext-master/bin/telegraf_collector_metwork_module.py chmod a+rx /opt/metwork-mfext-master/bin/telegraf_collector_metwork_module.py cp -f _nginx.reload /opt/metwork-mfext-master/bin/_nginx.reload chmod a+rx /opt/metwork-mfext-master/bin/_nginx.reload cp -f _circus.reload /opt/metwork-mfext-master/bin/_circus.reload chmod a+rx /opt/metwork-mfext-master/bin/_circus.reload cp -f _plugins.is_dangerous /opt/metwork-mfext-master/bin/_plugins.is_dangerous chmod a+rx /opt/metwork-mfext-master/bin/_plugins.is_dangerous cp -f _circus_wait_watcher_started.sh /opt/metwork-mfext-master/bin/_circus_wait_watcher_started.sh chmod a+rx /opt/metwork-mfext-master/bin/_circus_wait_watcher_started.sh cp -f _circus_wait_watcher_started.py /opt/metwork-mfext-master/bin/_circus_wait_watcher_started.py chmod a+rx /opt/metwork-mfext-master/bin/_circus_wait_watcher_started.py cp -f nginxfmt.py /opt/metwork-mfext-master/bin/nginxfmt.py chmod a+rx /opt/metwork-mfext-master/bin/nginxfmt.py cp -f before_start_conf_monitor /opt/metwork-mfext-master/bin/before_start_conf_monitor chmod a+rx /opt/metwork-mfext-master/bin/before_start_conf_monitor cp -f _no_automatic_kill.sh /opt/metwork-mfext-master/bin/_no_automatic_kill.sh chmod a+rx /opt/metwork-mfext-master/bin/_no_automatic_kill.sh cp -f plugins.status /opt/metwork-mfext-master/bin/plugins.status chmod a+rx /opt/metwork-mfext-master/bin/plugins.status cp -f _plugins.status /opt/metwork-mfext-master/bin/_plugins.status chmod a+rx /opt/metwork-mfext-master/bin/_plugins.status cp -f _plugins.stop /opt/metwork-mfext-master/bin/_plugins.stop chmod a+rx /opt/metwork-mfext-master/bin/_plugins.stop cp -f plugins.stop /opt/metwork-mfext-master/bin/plugins.stop chmod a+rx /opt/metwork-mfext-master/bin/plugins.stop cp -f _plugins.start /opt/metwork-mfext-master/bin/_plugins.start chmod a+rx /opt/metwork-mfext-master/bin/_plugins.start cp -f plugins.start /opt/metwork-mfext-master/bin/plugins.start chmod a+rx /opt/metwork-mfext-master/bin/plugins.start cp -f _send_state.py /opt/metwork-mfext-master/bin/_send_state.py chmod a+rx /opt/metwork-mfext-master/bin/_send_state.py cp -f _prepare_plugin_config.py /opt/metwork-mfext-master/bin/_prepare_plugin_config.py chmod a+rx /opt/metwork-mfext-master/bin/_prepare_plugin_config.py cp -f _remove_plugin_config.py /opt/metwork-mfext-master/bin/_remove_plugin_config.py chmod a+rx /opt/metwork-mfext-master/bin/_remove_plugin_config.py cp -f pip_wrapper /opt/metwork-mfext-master/bin/pip_wrapper chmod a+rx /opt/metwork-mfext-master/bin/pip_wrapper cp -f _circus_schedule_start_watcher.py /opt/metwork-mfext-master/bin/_circus_schedule_start_watcher.py chmod a+rx /opt/metwork-mfext-master/bin/_circus_schedule_start_watcher.py cp -f _circus_schedule_start_watcher.sh /opt/metwork-mfext-master/bin/_circus_schedule_start_watcher.sh chmod a+rx /opt/metwork-mfext-master/bin/_circus_schedule_start_watcher.sh cp -f _circus_schedule_stop_watcher.py /opt/metwork-mfext-master/bin/_circus_schedule_stop_watcher.py chmod a+rx /opt/metwork-mfext-master/bin/_circus_schedule_stop_watcher.py cp -f _circus_wait.py /opt/metwork-mfext-master/bin/_circus_wait.py chmod a+rx /opt/metwork-mfext-master/bin/_circus_wait.py cp -f _circus_wait.sh /opt/metwork-mfext-master/bin/_circus_wait.sh chmod a+rx /opt/metwork-mfext-master/bin/_circus_wait.sh cp -f wait_redis.py /opt/metwork-mfext-master/bin/wait_redis.py chmod a+rx /opt/metwork-mfext-master/bin/wait_redis.py cp -f repeat.sh /opt/metwork-mfext-master/bin/repeat.sh chmod a+rx /opt/metwork-mfext-master/bin/repeat.sh cp -f before_start_vector /opt/metwork-mfext-master/bin/before_start_vector chmod a+rx /opt/metwork-mfext-master/bin/before_start_vector cp -f _module_status_json.py /opt/metwork-mfext-master/bin/_module_status_json.py chmod a+rx /opt/metwork-mfext-master/bin/_module_status_json.py cp --preserve=mode --dereference -Rf _metwork.spec /opt/metwork-mfext-master/share/_metwork.spec cp --preserve=mode --dereference -Rf startup_scripts_profiles.mk /opt/metwork-mfext-master/share/startup_scripts_profiles.mk cp --preserve=mode --dereference -Rf plugin.mk /opt/metwork-mfext-master/share/plugin.mk cp --preserve=mode --dereference -Rf config_subdir.mk /opt/metwork-mfext-master/share/config_subdir.mk cp --preserve=mode --dereference -Rf metwork.service /opt/metwork-mfext-master/share/metwork.service cp --preserve=mode --dereference -Rf templates/bashrc /opt/metwork-mfext-master/share/templates/bashrc /opt/metwork-mfext-master/bin/_make_file_from_template.sh bashrc .custom >/opt/metwork-mfext-master/share/bashrc cp --preserve=mode --dereference -Rf templates/bash_profile /opt/metwork-mfext-master/share/templates/bash_profile /opt/metwork-mfext-master/bin/_make_file_from_template.sh bash_profile .custom >/opt/metwork-mfext-master/share/bash_profile cp --preserve=mode --dereference -Rf templates/profile /opt/metwork-mfext-master/share/templates/profile cp --preserve=mode --dereference -Rf templates/config_profile /opt/metwork-mfext-master/share/templates/config_profile cp --preserve=mode --dereference -Rf templates/nethard_profile /opt/metwork-mfext-master/share/templates/nethard_profile /opt/metwork-mfext-master/bin/_make_file_from_template.sh profile .custom >/opt/metwork-mfext-master/share/profile cp --preserve=mode --dereference -Rf templates/interactive_profile /opt/metwork-mfext-master/share/templates/interactive_profile /opt/metwork-mfext-master/bin/_make_file_from_template.sh interactive_profile .custom >/opt/metwork-mfext-master/share/interactive_profile cp --preserve=mode --dereference -Rf templates/load_env.sh /opt/metwork-mfext-master/share/templates/load_env.sh export ROOT_DIR=/opt/metwork-mfext-master && /opt/metwork-mfext-master/bin/_make_file_from_template.sh load_env.sh .custom >/opt/metwork-mfext-master/share/load_env.sh export ROOT_DIR=`pwd`/.. && /opt/metwork-mfext-master/bin/_make_file_from_template.sh load_env.sh .custom >/opt/metwork-mfext-master/share/load_env_and_cd_sources.sh export ROOT_DIR=RUNTIME && /opt/metwork-mfext-master/bin/_make_file_from_template.sh load_env.sh .custom >/opt/metwork-mfext-master/share/load_env_and_cd_runtime.sh cp --preserve=mode --dereference -Rf templates/mfxxx_wrapper /opt/metwork-mfext-master/share/templates/mfxxx_wrapper /opt/metwork-mfext-master/bin/_make_file_from_template.sh mfxxx_wrapper .custom >/opt/metwork-mfext-master/bin/mfext_wrapper chmod a+rx /opt/metwork-mfext-master/bin/mfext_wrapper cp --preserve=mode --dereference -Rf templates/_mfxxx_wrapper /opt/metwork-mfext-master/share/templates/_mfxxx_wrapper /opt/metwork-mfext-master/bin/_make_file_from_template.sh _mfxxx_wrapper .custom >/opt/metwork-mfext-master/bin/_mfext_wrapper chmod a+rx /opt/metwork-mfext-master/bin/_mfext_wrapper cp --preserve=mode --dereference -Rf templates/circus.ini /opt/metwork-mfext-master/share/templates/circus.ini cp --preserve=mode --dereference -Rf templates/config.ini /opt/metwork-mfext-master/share/templates/config.ini cp --preserve=mode --dereference -Rf templates/crontab /opt/metwork-mfext-master/share/templates/crontab cp --preserve=mode --dereference -Rf templates/cronwrap.sh /opt/metwork-mfext-master/share/templates/cronwrap.sh cp --preserve=mode --dereference -Rf templates/layer.md /opt/metwork-mfext-master/share/templates/layer.md cp --preserve=mode --dereference -Rf templates/mflog_override.conf /opt/metwork-mfext-master/share/templates/mflog_override.conf cp --preserve=mode --dereference -Rf templates/mfxxx.init /opt/metwork-mfext-master/share/templates/mfxxx.init cp --preserve=mode --dereference -Rf templates/mfxxx.status /opt/metwork-mfext-master/share/templates/mfxxx.status cp --preserve=mode --dereference -Rf templates/redis_plugin_xxx.conf /opt/metwork-mfext-master/share/templates/redis_plugin_xxx.conf cp --preserve=mode --dereference -Rf templates/vector.toml /opt/metwork-mfext-master/share/templates/vector.toml cp --preserve=mode --dereference -Rf templates/mfxxx.autorestart /opt/metwork-mfext-master/share/templates/mfxxx.autorestart cp --preserve=mode --dereference -Rf templates/mfxxx.start /opt/metwork-mfext-master/share/templates/mfxxx.start cp --preserve=mode --dereference -Rf templates/mfxxx.stop /opt/metwork-mfext-master/share/templates/mfxxx.stop cp --preserve=mode --dereference -Rf templates/telegraf.conf /opt/metwork-mfext-master/share/templates/telegraf.conf mkdir -p /opt/metwork-mfext-master/lib/mfext touch /opt/metwork-mfext-master/lib/mfext/__init__.py cp -f ini_to_env.py /opt/metwork-mfext-master/lib/mfext/ini_to_env.py cp -f circus_hooks.py /opt/metwork-mfext-master/lib/mfext/circus_hooks.py cp -f mflog_addon.py /opt/metwork-mfext-master/lib/mfext/mflog_addon.py cp -f conf_monitor.py /opt/metwork-mfext-master/lib/mfext/conf_monitor.py cp -f circus.py /opt/metwork-mfext-master/lib/mfext/circus.py cat metwork | /opt/metwork-mfext-master/bin/envtpl >/opt/metwork-mfext-master/bin/metwork make[1]: Leaving directory '/src/adm' if test "" != "1"; then _layer_dhash root@mfext >/opt/metwork-mfext-master/.dhash; fi layer_wrapper --layers=python3_devtools@mfext -- _yaml_to_md.py ALL >.metwork-framework/components.md