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: 105e6aaed75383e445894dab15d1959e /src/adm/root.mk md5sum hash: 2015ef15586bdf3948c47cec964182a5 root@mfext layer (dependency) hash (from cache): 0f855f61408199364c6a233812c1aad2 source hash: 216cbbbaa600a5e930b886cb7fa16b8d cache hit (used: /buildcache/mfext_cache_layer_core_b39f7ee59e7ced576e27c9b629baaafa.tar) if ! test -f cache/hit; then \ for SUBDIR in 0001_scientific_system_libraries 0004_libtiff 0005_jasper 0006_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_b39f7ee59e7ced576e27c9b629baaafa.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: 105e6aaed75383e445894dab15d1959e /src/adm/root.mk md5sum hash: 2015ef15586bdf3948c47cec964182a5 core@mfext layer (dependency) hash (from cache): 8f6beb515d7e9c9be14270277cb4cfaa root@mfext layer (dependency) hash (from cache): 0f855f61408199364c6a233812c1aad2 source hash: e68fbe595ae7d0648b52e9e0518cf174 cache hit (used: /buildcache/mfext_cache_layer_openresty_a53b643873297b9a368b7b192b7fa532.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_a53b643873297b9a368b7b192b7fa532.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: 105e6aaed75383e445894dab15d1959e /src/adm/root.mk md5sum hash: 2015ef15586bdf3948c47cec964182a5 core@mfext layer (dependency) hash (from cache): 8f6beb515d7e9c9be14270277cb4cfaa root@mfext layer (dependency) hash (from cache): 0f855f61408199364c6a233812c1aad2 source hash: c671c82c99a0f427a0592dd41d8f9e8f cache hit (used: /buildcache/mfext_cache_layer_python3_core_b009fcfd2453cdbb4f2f3ce8ed02d99b.tar) if ! test -f cache/hit; then \ for SUBDIR in 0000_adm 0030_python3 0031_wheel 0032_setuptools 0033_update_pip 0050_flit_core 0060_build_packaging 0070_certifi 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 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 already exist (/buildcache/mfext_cache_layer_python3_core_b009fcfd2453cdbb4f2f3ce8ed02d99b.tar) 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: 105e6aaed75383e445894dab15d1959e /src/adm/root.mk md5sum hash: 2015ef15586bdf3948c47cec964182a5 core@mfext layer (dependency) hash (from cache): 8f6beb515d7e9c9be14270277cb4cfaa root@mfext layer (dependency) hash (from cache): 0f855f61408199364c6a233812c1aad2 source hash: 2322d2e8136251a29b82d49666c9f84d cache hit (used: /buildcache/mfext_cache_layer_scientific_core_a161f0365988b98899a728b8db87dda0.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_a161f0365988b98899a728b8db87dda0.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: 105e6aaed75383e445894dab15d1959e /src/adm/root.mk md5sum hash: 2015ef15586bdf3948c47cec964182a5 core@mfext layer (dependency) hash (from cache): 8f6beb515d7e9c9be14270277cb4cfaa python3_core@mfext layer (dependency) hash (from cache): 3256cc987ed6b33d083b3c9cc5cc5950 root@mfext layer (dependency) hash (from cache): 0f855f61408199364c6a233812c1aad2 source hash: 25b96d9511ec3b4d7300f1928a10c791 cache missed (/buildcache/mfext_cache_layer_python3_f888b02ea4b405edf602c110282a92b5.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 -- scl enable gcc-toolset-11 -- 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 tempolayer1451[/src/layers/layer2_python3/0400_prereq_extra_python_packages/tempolayer1451] Collecting cffi==1.17.1 (from -r requirements3.txt (line 1)) Downloading cffi-1.17.1.tar.gz (516 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting ConfigUpdater==3.2 (from -r requirements3.txt (line 2)) Downloading ConfigUpdater-3.2.tar.gz (140 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting Cython==3.1.1 (from -r requirements3.txt (line 3)) Downloading cython-3.1.1.tar.gz (3.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.2/3.2 MB 125.4 MB/s eta 0:00:00 Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting fastentrypoints==0.12 (from -r requirements3.txt (line 4)) Downloading fastentrypoints-0.12.tar.gz (4.0 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting pbr==6.1.1 (from -r requirements3.txt (line 5)) Downloading pbr-6.1.1.tar.gz (125 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pycparser==2.22 (from -r requirements3.txt (line 6)) Downloading pycparser-2.22.tar.gz (172 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting PyScaffold==4.6 (from -r requirements3.txt (line 7)) Downloading pyscaffold-4.6.tar.gz (5.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.2/5.2 MB 169.2 MB/s eta 0:00:00 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.11.1 (from -r requirements3.txt (line 10)) Downloading setuptools_rust-1.11.1.tar.gz (310 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting tomlkit==0.13.2 (from -r requirements3.txt (line 11)) Downloading tomlkit-0.13.2-py3-none-any.whl.metadata (2.7 kB) Collecting setuptools (from pbr==6.1.1->-r requirements3.txt (line 5)) Downloading setuptools-80.9.0.tar.gz (1.3 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 154.6 MB/s eta 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting platformdirs>=2 (from PyScaffold==4.6->-r requirements3.txt (line 7)) Downloading platformdirs-4.3.6.tar.gz (21 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting setuptools_scm>=5 (from PyScaffold==4.6->-r requirements3.txt (line 7)) Downloading setuptools_scm-8.2.0.tar.gz (77 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting packaging>=20.7 (from PyScaffold==4.6->-r requirements3.txt (line 7)) Downloading packaging-24.2.tar.gz (163 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Downloading tomlkit-0.13.2-py3-none-any.whl (37 kB) Saved ./src/tomlkit-0.13.2-py3-none-any.whl Building wheels for collected packages: cffi, ConfigUpdater, Cython, fastentrypoints, pbr, pycparser, PyScaffold, semantic-version, setuptools-git, setuptools-rust, packaging, platformdirs, setuptools, setuptools_scm Building wheel for cffi (pyproject.toml): started Building wheel for cffi (pyproject.toml): finished with status 'done' Created wheel for cffi: filename=cffi-1.17.1-cp312-cp312-linux_x86_64.whl size=460375 sha256=b837e5d8a1fb70682d8e455c78b6a014044b8d95b2a4abe2d71231ade85ab1cc Stored in directory: /root/.cache/pip/wheels/2e/18/23/10f816dc1f57d13a6c8d6525d442e74d82e772bb60f864afbe Building wheel for ConfigUpdater (pyproject.toml): started Building wheel for ConfigUpdater (pyproject.toml): finished with status 'done' Created wheel for ConfigUpdater: filename=configupdater-3.2-py2.py3-none-any.whl size=34716 sha256=4988295f4833ce7c3bb15db3ad82dae081e8ec0a4f8011b5ddffdb9359264c5f Stored in directory: /root/.cache/pip/wheels/ed/82/22/0ffc7b258c5c9778702d724206613afde442943fddd3773405 DEPRECATION: Building 'Cython' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'Cython'. Discussion can be found at https://github.com/pypa/pip/issues/6334 Building wheel for Cython (setup.py): started Building wheel for Cython (setup.py): still running... Building wheel for Cython (setup.py): still running... Building wheel for Cython (setup.py): finished with status 'done' Created wheel for Cython: filename=cython-3.1.1-cp312-cp312-linux_x86_64.whl size=13453329 sha256=4fdf1c5be77710edb0f20a9f8c079678ab9d63149694fa44c4bc72517385f3b0 Stored in directory: /root/.cache/pip/wheels/05/4d/cf/abd9b402739f742f06dd8ac8648cd6cdbb515c169a94abad19 DEPRECATION: Building 'fastentrypoints' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'fastentrypoints'. Discussion can be found at https://github.com/pypa/pip/issues/6334 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=4594 sha256=0a1b15edd2805c3aad56dc3620aa7db0c39a8d839211f017ef27734a534e801a Stored in directory: /root/.cache/pip/wheels/a9/aa/f6/2904bc584b2cfecb4bdae5d17d3f63004c4e10fd6e9947762e Building wheel for pbr (pyproject.toml): started Building wheel for pbr (pyproject.toml): finished with status 'done' Created wheel for pbr: filename=pbr-6.1.1-py2.py3-none-any.whl size=109082 sha256=0a49b078bd0262dbe67d6a9f84cb4f89bf51f005ddd0c606831bd49cdcf84cc8 Stored in directory: /root/.cache/pip/wheels/58/30/19/0fd2de7b3e430fbd9531cc8f1a167e9525019be566e8fed51d DEPRECATION: Building 'pycparser' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'pycparser'. Discussion can be found at https://github.com/pypa/pip/issues/6334 Building wheel for pycparser (setup.py): started Building wheel for pycparser (setup.py): finished with status 'done' Created wheel for pycparser: filename=pycparser-2.22-py3-none-any.whl size=117639 sha256=ac86d10a51d838a8c43f3e173654ece6e1ffb22200b3d29e2a02c8ee0ceab4bb Stored in directory: /root/.cache/pip/wheels/36/53/17/c0ae2e096d359a9a8faf47fd7ded8f4c878af41a3c66cb5199 Building wheel for PyScaffold (pyproject.toml): started Building wheel for PyScaffold (pyproject.toml): finished with status 'done' Created wheel for PyScaffold: filename=pyscaffold-4.6-py3-none-any.whl size=175044 sha256=88dea8c6d5c2d47cb13958909c723c1ed048caef3b2f3cb92382a1576b56e6db Stored in directory: /root/.cache/pip/wheels/42/54/18/22a0d253c7251b76334bbcd85bea3c336efab1b1adf9fc0db7 DEPRECATION: Building 'semantic-version' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'semantic-version'. Discussion can be found at https://github.com/pypa/pip/issues/6334 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=15582 sha256=ee21c8a493f2913ff5fefd34bedc33e778e463fbceea8a2279c95034383d0883 Stored in directory: /root/.cache/pip/wheels/07/5c/ce/4ad8b1a479450c54f5e26bc35796a998d408e7c666ded2a856 DEPRECATION: Building 'setuptools-git' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'setuptools-git'. Discussion can be found at https://github.com/pypa/pip/issues/6334 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=9709 sha256=2aadf9878896195729aad8cf2118da40309eddec9c4f3fd877263d0be395c633 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.11.1-py3-none-any.whl size=28120 sha256=33fb72d37182f6443c50e96e1b2e66835cb044f21cb79dfb0c3447c633bd7979 Stored in directory: /root/.cache/pip/wheels/48/dd/3b/26d1ea45b24ed6bd400e966fd6bbccfeedf92bec20fe254368 Building wheel for packaging (pyproject.toml): started Building wheel for packaging (pyproject.toml): finished with status 'done' Created wheel for packaging: filename=packaging-24.2-py3-none-any.whl size=65537 sha256=a9fdc4ec57347e611c4ab3c50cee753e51b2f7437ef3989ddf64e44a3076a35f Stored in directory: /root/.cache/pip/wheels/cd/44/23/441404a2f91899b672a9f24b9f720915103b20bb70e7ecde81 Building wheel for platformdirs (pyproject.toml): started Building wheel for platformdirs (pyproject.toml): finished with status 'done' Created wheel for platformdirs: filename=platformdirs-4.3.6-py3-none-any.whl size=18466 sha256=f78ebef64f0789925e5c3c6f364c24a40085afbf4d443f6d7362a3d6ed54fe33 Stored in directory: /root/.cache/pip/wheels/90/b3/2e/a398e304ed768e28376613244b04e81ebd95f941d15838daaa Building wheel for setuptools (pyproject.toml): started Building wheel for setuptools (pyproject.toml): finished with status 'done' Created wheel for setuptools: filename=setuptools-80.9.0-py3-none-any.whl size=1201486 sha256=454685cc37241d4c6048b041301c4abab11961a754b895010c83810eb40de3c9 Stored in directory: /root/.cache/pip/wheels/37/ae/d4/e060029594e5555f6085e62fbf3333d7ea8cbafb6cca4d65a6 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.2.0-py3-none-any.whl size=43982 sha256=67868dc8056f1a89e09f586870b690a1222ed59af58f1025a3195faef56dcd90 Stored in directory: /root/.cache/pip/wheels/5f/46/8d/933351af0ea70a35135030455accf21aaf7552b6bab7472680 Successfully built cffi ConfigUpdater Cython fastentrypoints pbr pycparser PyScaffold semantic-version setuptools-git setuptools-rust packaging platformdirs setuptools setuptools_scm 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.17.1-cp312-cp312-linux_x86_64.whl (from -r requirements3.txt.tmp (line 1)) Processing ./src/configupdater-3.2-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 2)) Processing ./src/cython-3.1.1-cp312-cp312-linux_x86_64.whl (from -r requirements3.txt.tmp (line 3)) Processing ./src/fastentrypoints-0.12-py3-none-any.whl (from -r requirements3.txt.tmp (line 4)) Processing ./src/pbr-6.1.1-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 5)) Processing ./src/pycparser-2.22-py3-none-any.whl (from -r requirements3.txt.tmp (line 6)) Processing ./src/pyscaffold-4.6-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.11.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 10)) Processing ./src/tomlkit-0.13.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 11)) Requirement already satisfied: setuptools in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages (from pbr==6.1.1->-r requirements3.txt.tmp (line 5)) (80.9.0) Requirement already satisfied: platformdirs>=2 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages (from PyScaffold==4.6->-r requirements3.txt.tmp (line 7)) (4.3.6) Requirement already satisfied: setuptools_scm>=5 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages (from PyScaffold==4.6->-r requirements3.txt.tmp (line 7)) (8.2.0) Requirement already satisfied: packaging>=20.7 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages (from PyScaffold==4.6->-r requirements3.txt.tmp (line 7)) (24.2) Installing collected packages: setuptools-git, fastentrypoints, tomlkit, semantic-version, pycparser, pbr, Cython, ConfigUpdater, setuptools-rust, PyScaffold, cffi Successfully installed ConfigUpdater-3.2 Cython-3.1.1 PyScaffold-4.6 cffi-1.17.1 fastentrypoints-0.12 pbr-6.1.1 pycparser-2.22 semantic-version-2.10.0 setuptools-git-1.2 setuptools-rust-1.11.1 tomlkit-0.13.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/ConfigUpdater.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/Cython.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/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 -- scl enable gcc-toolset-11 -- 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 tempolayer2274[/src/layers/layer2_python3/0402_prereq_extra_python_packages/tempolayer2274] Collecting expandvars==0.12.0 (from -r requirements3.txt (line 1)) Downloading expandvars-0.12.0.tar.gz (10 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting hatch-fancy-pypi-readme==24.1.0 (from -r requirements3.txt (line 2)) Downloading hatch_fancy_pypi_readme-24.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 3)) 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.1 (from -r requirements3.txt (line 4)) Downloading hatch_requirements_txt-0.4.1.tar.gz (6.5 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting maturin==1.8.6 (from -r requirements3.txt (line 5)) Downloading maturin-1.8.6.tar.gz (203 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pdm-backend==2.4.4 (from -r requirements3.txt (line 6)) Downloading pdm_backend-2.4.4.tar.gz (118 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting hatchling (from hatch-fancy-pypi-readme==24.1.0->-r requirements3.txt (line 2)) Downloading hatchling-1.27.0.tar.gz (54 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting packaging>=21.3 (from hatch-requirements-txt==0.4.1->-r requirements3.txt (line 4)) Using cached packaging-24.2-py3-none-any.whl Collecting pathspec>=0.10.1 (from hatchling->hatch-fancy-pypi-readme==24.1.0->-r requirements3.txt (line 2)) Downloading pathspec-0.12.1.tar.gz (51 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pluggy>=1.0.0 (from hatchling->hatch-fancy-pypi-readme==24.1.0->-r requirements3.txt (line 2)) Downloading pluggy-1.5.0.tar.gz (67 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting trove-classifiers (from hatchling->hatch-fancy-pypi-readme==24.1.0->-r requirements3.txt (line 2)) Downloading trove_classifiers-2025.2.18.16.tar.gz (16 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Saved ./src/packaging-24.2-py3-none-any.whl Building wheels for collected packages: expandvars, hatch-fancy-pypi-readme, hatch-nodejs-version, hatch-requirements-txt, maturin, pdm-backend, hatchling, pathspec, pluggy, trove-classifiers Building wheel for expandvars (pyproject.toml): started Building wheel for expandvars (pyproject.toml): finished with status 'done' Created wheel for expandvars: filename=expandvars-0.12.0-py3-none-any.whl size=7306 sha256=1f3791982576fd64353941398da2b826c6659a4e919df8dcc30f0dbfc442120a Stored in directory: /root/.cache/pip/wheels/0b/fa/f0/c1f342c86c8efe29e7dd6a00de086c45035cff5a6ecdf8bcd9 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-24.1.0-py3-none-any.whl size=10624 sha256=ec047f6be88167a3ca2b70ee6b56373eea87f9b661d4d9ee4820edf8d4185fba Stored in directory: /root/.cache/pip/wheels/38/3d/92/6bae83a257e925813c21e36a583063df719323e05d3c0a4fea 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=8537 sha256=71cd8d6c6f2137abc492113e34d9f488c2c25c81d5a5764840e3171110cbf3aa 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.1-py3-none-any.whl size=7770 sha256=dbc57448a75c9051d985ebe9ec21eab46c475a01ff3b841a321b70565aa310d1 Stored in directory: /root/.cache/pip/wheels/32/51/cd/7d4cdcab722bc1c7e9578836485e3a2ac82d93b6ba7ded47f9 Building wheel for maturin (pyproject.toml): started Building wheel for maturin (pyproject.toml): still running... 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.8.6-cp312-cp312-linux_x86_64.whl size=6132562 sha256=4c6f299313dec5cba9ae5877714a7b344888122b8689c5d0016cd04c32900c2a Stored in directory: /root/.cache/pip/wheels/ef/cd/06/120b59b7591f205881fc2089932ca25ce8d1f2d18271053d56 Building wheel for pdm-backend (pyproject.toml): started Building wheel for pdm-backend (pyproject.toml): finished with status 'done' Created wheel for pdm-backend: filename=pdm_backend-2.4.4-py3-none-any.whl size=115280 sha256=87f85f65c208956a8adbcc01b8878ab29a97d0494cde56b733d961d4b5a48acf Stored in directory: /root/.cache/pip/wheels/05/19/f4/6ce033a833871eb41e6769aecfd3978249e869ff7d36230a6e Building wheel for hatchling (pyproject.toml): started Building wheel for hatchling (pyproject.toml): finished with status 'done' Created wheel for hatchling: filename=hatchling-1.27.0-py3-none-any.whl size=75794 sha256=d3a2f3567c4f926ea39849cdf924c7e99e6686c9c8e288ae1037c8fa2a5d937b Stored in directory: /root/.cache/pip/wheels/61/33/b0/19fe6ff708371030f9361ac46b803855aea58f2c5b196f20ab Building wheel for pathspec (pyproject.toml): started Building wheel for pathspec (pyproject.toml): finished with status 'done' Created wheel for pathspec: filename=pathspec-0.12.1-py3-none-any.whl size=31229 sha256=e07b82bcb26473cc174035ddc39d443970b6ea46b6428c4e147ad93465bb57bf Stored in directory: /root/.cache/pip/wheels/6c/bf/3a/7166d10d51e7ab65c8682193f8b7f279f8b855d74cf5c22afe Building wheel for pluggy (pyproject.toml): started Building wheel for pluggy (pyproject.toml): finished with status 'done' Created wheel for pluggy: filename=pluggy-1.5.0-py3-none-any.whl size=20623 sha256=3e60f4b0179ad1c444364af33bfd2676528c3511c046480e3a2bd03c6be032d6 Stored in directory: /root/.cache/pip/wheels/db/61/3e/652f8ec0794411de34edb9757fbbf225f9a159da5321a75c62 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-2025.2.18.16-py3-none-any.whl size=13650 sha256=c0ffa6c20ea610e2d637e2aac341d80b3cec696c4d193fee0825d3431fbc84df Stored in directory: /root/.cache/pip/wheels/b7/d2/0c/477cd5f08436ae73d8f8bd6f354527da9b7aef86661133c7a9 Successfully built expandvars hatch-fancy-pypi-readme hatch-nodejs-version hatch-requirements-txt maturin pdm-backend hatchling pathspec pluggy 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/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/expandvars-0.12.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 1)) Processing ./src/hatch_fancy_pypi_readme-24.1.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 2)) Processing ./src/hatch_nodejs_version-0.3.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 3)) Processing ./src/hatch_requirements_txt-0.4.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 4)) Processing ./src/maturin-1.8.6-cp312-cp312-linux_x86_64.whl (from -r requirements3.txt.tmp (line 5)) Processing ./src/pdm_backend-2.4.4-py3-none-any.whl (from -r requirements3.txt.tmp (line 6)) Requirement already satisfied: hatchling in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages (from hatch-fancy-pypi-readme==24.1.0->-r requirements3.txt.tmp (line 2)) (1.27.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.1->-r requirements3.txt.tmp (line 4)) (24.2) 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==24.1.0->-r requirements3.txt.tmp (line 2)) (0.12.1) 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==24.1.0->-r requirements3.txt.tmp (line 2)) (1.5.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==24.1.0->-r requirements3.txt.tmp (line 2)) (2025.2.18.16) Installing collected packages: pdm-backend, maturin, expandvars, hatch-requirements-txt, hatch-nodejs-version, hatch-fancy-pypi-readme Successfully installed expandvars-0.12.0 hatch-fancy-pypi-readme-24.1.0 hatch-nodejs-version-0.3.2 hatch-requirements-txt-0.4.1 maturin-1.8.6 pdm-backend-2.4.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. 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/expandvars.yaml is ready /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 /opt/metwork-mfext-master/opt/python3/share/metwork_packages/pdm-backend.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 -- scl enable gcc-toolset-11 -- 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 tempolayer6094[/src/layers/layer2_python3/0500_extra_python_packages/tempolayer6094] Obtaining acquisition from git+https://github.com/metwork-framework/acquisition.git@78a05cb1dee0eb305751cd08c27b014d7b26c912#egg=acquisition (from -r requirements3.txt (line 1)) Cloning https://github.com/metwork-framework/acquisition.git (to revision 78a05cb1dee0eb305751cd08c27b014d7b26c912) 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^78a05cb1dee0eb305751cd08c27b014d7b26c912' Running command git fetch -q https://github.com/metwork-framework/acquisition.git 78a05cb1dee0eb305751cd08c27b014d7b26c912 Resolved https://github.com/metwork-framework/acquisition.git to commit 78a05cb1dee0eb305751cd08c27b014d7b26c912 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Obtaining aiohttp_metwork_middlewares from git+https://github.com/metwork-framework/aiohttp_metwork_middlewares.git@3ef444a64f23bdc69bf93d4a5997d2bda11dd02a#egg=aiohttp_metwork_middlewares (from -r requirements3.txt (line 4)) Cloning https://github.com/metwork-framework/aiohttp_metwork_middlewares.git (to revision 3ef444a64f23bdc69bf93d4a5997d2bda11dd02a) 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^3ef444a64f23bdc69bf93d4a5997d2bda11dd02a' Running command git fetch -q https://github.com/metwork-framework/aiohttp_metwork_middlewares.git 3ef444a64f23bdc69bf93d4a5997d2bda11dd02a Resolved https://github.com/metwork-framework/aiohttp_metwork_middlewares.git to commit 3ef444a64f23bdc69bf93d4a5997d2bda11dd02a Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Obtaining cookiecutter from git+https://github.com/metwork-framework/cookiecutter.git@39a141b88e50d1b927e792dd58dad24aacbbad91#egg=cookiecutter (from -r requirements3.txt (line 26)) Cloning https://github.com/metwork-framework/cookiecutter.git (to revision 39a141b88e50d1b927e792dd58dad24aacbbad91) 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^39a141b88e50d1b927e792dd58dad24aacbbad91' Running command git fetch -q https://github.com/metwork-framework/cookiecutter.git 39a141b88e50d1b927e792dd58dad24aacbbad91 Resolved https://github.com/metwork-framework/cookiecutter.git to commit 39a141b88e50d1b927e792dd58dad24aacbbad91 Running command git submodule update --init --recursive -q Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Obtaining cookiecutter_hooks from git+https://github.com/metwork-framework/cookiecutter_hooks.git@22817e1a4051cd8141dc963cde4119f65c2fae04#egg=cookiecutter_hooks (from -r requirements3.txt (line 27)) Cloning https://github.com/metwork-framework/cookiecutter_hooks.git (to revision 22817e1a4051cd8141dc963cde4119f65c2fae04) 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^22817e1a4051cd8141dc963cde4119f65c2fae04' Running command git fetch -q https://github.com/metwork-framework/cookiecutter_hooks.git 22817e1a4051cd8141dc963cde4119f65c2fae04 Resolved https://github.com/metwork-framework/cookiecutter_hooks.git to commit 22817e1a4051cd8141dc963cde4119f65c2fae04 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Obtaining deploycron from git+https://github.com/metwork-framework/deploycron.git@3d103a7d0cdaa1f21f6df994f181227e0d43329b#egg=deploycron (from -r requirements3.txt (line 32)) Cloning https://github.com/metwork-framework/deploycron.git (to revision 3d103a7d0cdaa1f21f6df994f181227e0d43329b) 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^3d103a7d0cdaa1f21f6df994f181227e0d43329b' Running command git fetch -q https://github.com/metwork-framework/deploycron.git 3d103a7d0cdaa1f21f6df994f181227e0d43329b Resolved https://github.com/metwork-framework/deploycron.git to commit 3d103a7d0cdaa1f21f6df994f181227e0d43329b Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Obtaining directory_observer from git+https://github.com/metwork-framework/directory_observer.git@2c499bde00de6868cb850e3aa2e10a1c4557f6dc#egg=directory_observer (from -r requirements3.txt (line 36)) Cloning https://github.com/metwork-framework/directory_observer.git (to revision 2c499bde00de6868cb850e3aa2e10a1c4557f6dc) 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^2c499bde00de6868cb850e3aa2e10a1c4557f6dc' Running command git fetch -q https://github.com/metwork-framework/directory_observer.git 2c499bde00de6868cb850e3aa2e10a1c4557f6dc Resolved https://github.com/metwork-framework/directory_observer.git to commit 2c499bde00de6868cb850e3aa2e10a1c4557f6dc Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Obtaining envtpl from git+https://github.com/metwork-framework/envtpl.git@4cd1056dcafc450f05cdfba53144712c65239080#egg=envtpl (from -r requirements3.txt (line 39)) Cloning https://github.com/metwork-framework/envtpl.git (to revision 4cd1056dcafc450f05cdfba53144712c65239080) 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^4cd1056dcafc450f05cdfba53144712c65239080' Running command git fetch -q https://github.com/metwork-framework/envtpl.git 4cd1056dcafc450f05cdfba53144712c65239080 Resolved https://github.com/metwork-framework/envtpl.git to commit 4cd1056dcafc450f05cdfba53144712c65239080 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Obtaining mfplugin from git+https://github.com/metwork-framework/mfplugin.git@1a785e18014842c199a6838980b42db80651bc0f#egg=mfplugin (from -r requirements3.txt (line 69)) Cloning https://github.com/metwork-framework/mfplugin.git (to revision 1a785e18014842c199a6838980b42db80651bc0f) 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^1a785e18014842c199a6838980b42db80651bc0f' Running command git fetch -q https://github.com/metwork-framework/mfplugin.git 1a785e18014842c199a6838980b42db80651bc0f Resolved https://github.com/metwork-framework/mfplugin.git to commit 1a785e18014842c199a6838980b42db80651bc0f Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Obtaining statsd from git+https://github.com/metwork-framework/pystatsd.git@5db419f654100b2c5f371c82cb619a1406fbaf15#egg=statsd (from -r requirements3.txt (line 113)) Cloning https://github.com/metwork-framework/pystatsd.git (to revision 5db419f654100b2c5f371c82cb619a1406fbaf15) to ./tmp_src/statsd Running command git clone --filter=blob:none --quiet https://github.com/metwork-framework/pystatsd.git /src/layers/layer2_python3/0500_extra_python_packages/tmp_src/statsd Running command git rev-parse -q --verify 'sha^5db419f654100b2c5f371c82cb619a1406fbaf15' Running command git fetch -q https://github.com/metwork-framework/pystatsd.git 5db419f654100b2c5f371c82cb619a1406fbaf15 Resolved https://github.com/metwork-framework/pystatsd.git to commit 5db419f654100b2c5f371c82cb619a1406fbaf15 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Obtaining telegraf_unixsocket_client from git+https://github.com/metwork-framework/telegraf-unixsocket-python-client@fc4b76ceef13c3f6843876785897c660218c0b8c#egg=telegraf_unixsocket_client (from -r requirements3.txt (line 116)) Cloning https://github.com/metwork-framework/telegraf-unixsocket-python-client (to revision fc4b76ceef13c3f6843876785897c660218c0b8c) 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^fc4b76ceef13c3f6843876785897c660218c0b8c' Running command git fetch -q https://github.com/metwork-framework/telegraf-unixsocket-python-client fc4b76ceef13c3f6843876785897c660218c0b8c Resolved https://github.com/metwork-framework/telegraf-unixsocket-python-client to commit fc4b76ceef13c3f6843876785897c660218c0b8c Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Obtaining xattrfile from git+https://github.com/metwork-framework/xattrfile.git@857ae661ddf25da7c00964debd5f279d8303c622#egg=xattrfile (from -r requirements3.txt (line 131)) Cloning https://github.com/metwork-framework/xattrfile.git (to revision 857ae661ddf25da7c00964debd5f279d8303c622) 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^857ae661ddf25da7c00964debd5f279d8303c622' Running command git fetch -q https://github.com/metwork-framework/xattrfile.git 857ae661ddf25da7c00964debd5f279d8303c622 Resolved https://github.com/metwork-framework/xattrfile.git to commit 857ae661ddf25da7c00964debd5f279d8303c622 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting aiohappyeyeballs==2.5.0 (from -r requirements3.txt (line 2)) Downloading aiohappyeyeballs-2.5.0-py3-none-any.whl.metadata (5.9 kB) Collecting aiohttp==3.11.16 (from -r requirements3.txt (line 3)) Downloading aiohttp-3.11.16.tar.gz (7.7 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.7/7.7 MB 147.0 MB/s eta 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting aiosignal==1.3.2 (from -r requirements3.txt (line 5)) Downloading aiosignal-1.3.2.tar.gz (19 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting annotated-types==0.7.0 (from -r requirements3.txt (line 6)) Downloading annotated_types-0.7.0.tar.gz (16 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting argcomplete==3.6.0 (from -r requirements3.txt (line 7)) Downloading argcomplete-3.6.0.tar.gz (73 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting arrow==1.3.0 (from -r requirements3.txt (line 8)) Downloading arrow-1.3.0.tar.gz (131 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting asttokens==3.0.0 (from -r requirements3.txt (line 9)) Downloading asttokens-3.0.0.tar.gz (61 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting attrs==25.1.0 (from -r requirements3.txt (line 10)) Downloading attrs-25.1.0.tar.gz (810 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 810.6/810.6 kB 117.8 MB/s eta 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting autopep8==2.3.2 (from -r requirements3.txt (line 11)) Downloading autopep8-2.3.2.tar.gz (92 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting Babel==2.17.0 (from -r requirements3.txt (line 12)) Downloading babel-2.17.0.tar.gz (10.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10.0/10.0 MB 112.1 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 13)) 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 14)) 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.3.0 (from -r requirements3.txt (line 15)) Downloading bcrypt-4.3.0.tar.gz (25 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting beautifulsoup4==4.13.3 (from -r requirements3.txt (line 16)) Downloading beautifulsoup4-4.13.3.tar.gz (619 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 619.5/619.5 kB 73.2 MB/s eta 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting binaryornot==0.4.4 (from -r requirements3.txt (line 17)) 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 18)) 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.5.2 (from -r requirements3.txt (line 19)) Downloading cachetools-5.5.2.tar.gz (28 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting Cerberus==1.3.7 (from -r requirements3.txt (line 20)) Downloading cerberus-1.3.7.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 21)) Downloading chardet-5.2.0.tar.gz (2.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 166.0 MB/s eta 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting charset_normalizer==3.4.2 (from -r requirements3.txt (line 22)) Downloading charset_normalizer-3.4.2.tar.gz (126 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting Click==8.2.1 (from -r requirements3.txt (line 23)) Downloading click-8.2.1.tar.gz (286 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting colorama==0.4.6 (from -r requirements3.txt (line 24)) 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 25)) 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.3 (from -r requirements3.txt (line 28)) Downloading cron_wrapper-0.1.3.tar.gz (6.6 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting cryptography==45.0.3 (from -r requirements3.txt (line 29)) Downloading cryptography-45.0.3.tar.gz (744 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 744.7/744.7 kB 85.4 MB/s eta 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting decorator==5.2.1 (from -r requirements3.txt (line 30)) Downloading decorator-5.2.1.tar.gz (56 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting defusedxml==0.7.1 (from -r requirements3.txt (line 31)) Downloading defusedxml-0.7.1.tar.gz (75 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting Deprecated==1.2.18 (from -r requirements3.txt (line 33)) Downloading deprecated-1.2.18.tar.gz (2.9 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.9/2.9 MB 151.4 MB/s eta 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting deprecation==2.1.0 (from -r requirements3.txt (line 34)) Downloading deprecation-2.1.0.tar.gz (173 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting dill==0.4.0 (from -r requirements3.txt (line 35)) Downloading dill-0.4.0.tar.gz (186 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting diskcache==5.6.3 (from -r requirements3.txt (line 37)) 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 38)) Downloading entrypoints-0.4.tar.gz (13 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting executing==2.2.0 (from -r requirements3.txt (line 40)) Downloading executing-2.2.0.tar.gz (978 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 978.7/978.7 kB 96.0 MB/s eta 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting fakeredis==2.27.0 (from -r requirements3.txt (line 41)) Downloading fakeredis-2.27.0-py3-none-any.whl.metadata (4.1 kB) Collecting frozenlist==1.5.0 (from -r requirements3.txt (line 42)) Downloading frozenlist-1.5.0.tar.gz (39 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting fsspec==2025.3.0 (from -r requirements3.txt (line 43)) Downloading fsspec-2025.3.0.tar.gz (298 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting geojson==3.2.0 (from -r requirements3.txt (line 44)) Downloading geojson-3.2.0.tar.gz (24 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting gitignore-parser==0.1.12 (from -r requirements3.txt (line 45)) Downloading gitignore_parser-0.1.12.tar.gz (5.4 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting hiredis==3.1.0 (from -r requirements3.txt (line 46)) Downloading hiredis-3.1.0.tar.gz (87 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting idna==3.10 (from -r requirements3.txt (line 47)) Downloading idna-3.10.tar.gz (190 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 48)) 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==9.0.2 (from -r requirements3.txt (line 49)) Downloading ipython-9.0.2.tar.gz (4.4 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.4/4.4 MB 159.3 MB/s eta 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting ipython_pygments_lexers==1.1.1 (from -r requirements3.txt (line 50)) Downloading ipython_pygments_lexers-1.1.1.tar.gz (8.4 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting jedi==0.19.2 (from -r requirements3.txt (line 51)) Downloading jedi-0.19.2.tar.gz (1.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 102.2 MB/s eta 0:00:00 Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting Jinja2==3.1.6 (from -r requirements3.txt (line 52)) Downloading jinja2-3.1.6.tar.gz (245 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting jinja2-from-json-extension==1.0.1 (from -r requirements3.txt (line 53)) Downloading jinja2_from_json_extension-1.0.1.tar.gz (3.1 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting jinja2-fnmatch-extension==1.0.3 (from -r requirements3.txt (line 54)) Downloading jinja2_fnmatch_extension-1.0.3.tar.gz (3.6 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting jinja2-getenv-extension==1.0.3 (from -r requirements3.txt (line 55)) Downloading jinja2_getenv_extension-1.0.3.tar.gz (3.9 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting jinja2-shell-extension==2.1.1 (from -r requirements3.txt (line 56)) Downloading jinja2_shell_extension-2.1.1.tar.gz (3.9 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting jinja2-time==0.2.0 (from -r requirements3.txt (line 57)) 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.4.2 (from -r requirements3.txt (line 58)) Downloading joblib-1.4.2.tar.gz (2.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 146.1 MB/s eta 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting jsonschema==4.23.0 (from -r requirements3.txt (line 59)) Downloading jsonschema-4.23.0.tar.gz (325 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting jsonschema_specifications==2024.10.1 (from -r requirements3.txt (line 60)) Downloading jsonschema_specifications-2024.10.1.tar.gz (15 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 61)) Downloading lazy_import-0.2.2.tar.gz (15 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting lxml==5.3.1 (from -r requirements3.txt (line 62)) Downloading lxml-5.3.1.tar.gz (3.7 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.7/3.7 MB 164.5 MB/s eta 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting Markdown==3.7 (from -r requirements3.txt (line 63)) Downloading markdown-3.7.tar.gz (357 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 64)) 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==3.0.2 (from -r requirements3.txt (line 65)) Downloading markupsafe-3.0.2.tar.gz (20 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting matplotlib-inline==0.1.7 (from -r requirements3.txt (line 66)) Downloading matplotlib_inline-0.1.7.tar.gz (8.2 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting mdurl==0.1.2 (from -r requirements3.txt (line 67)) 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.1 (from -r requirements3.txt (line 68)) Downloading mflog-0.1.1.tar.gz (20 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting mfutil==0.3.2 (from -r requirements3.txt (line 70)) Downloading mfutil-0.3.2.tar.gz (17 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting multidict==6.1.0 (from -r requirements3.txt (line 71)) Downloading multidict-6.1.0.tar.gz (64 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting mypy-extensions==1.1.0 (from -r requirements3.txt (line 72)) Downloading mypy_extensions-1.1.0.tar.gz (6.3 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting netifaces2==0.0.22 (from -r requirements3.txt (line 73)) Downloading netifaces2-0.0.22.tar.gz (21 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting opinionated-configparser==1.0.1 (from -r requirements3.txt (line 74)) 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 orjson==3.10.18 (from -r requirements3.txt (line 75)) Downloading orjson-3.10.18-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (41 kB) Collecting paramiko==3.5.1 (from -r requirements3.txt (line 76)) Downloading paramiko-3.5.1.tar.gz (1.6 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 129.0 MB/s eta 0:00:00 Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting parso==0.8.4 (from -r requirements3.txt (line 77)) Downloading parso-0.8.4.tar.gz (400 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting pexpect==4.9.0 (from -r requirements3.txt (line 78)) Downloading pexpect-4.9.0.tar.gz (166 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting pickleshare==0.7.5 (from -r requirements3.txt (line 79)) 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 80)) Downloading pika-1.3.2.tar.gz (145 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting Pillow==11.1.0 (from -r requirements3.txt (line 81)) Downloading pillow-11.1.0.tar.gz (46.7 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 46.7/46.7 MB 108.4 MB/s eta 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting poyo==0.5.0 (from -r requirements3.txt (line 82)) 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.50 (from -r requirements3.txt (line 83)) Downloading prompt_toolkit-3.0.50.tar.gz (429 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting propcache==0.3.0 (from -r requirements3.txt (line 84)) Downloading propcache-0.3.0.tar.gz (42 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting psutil==7.0.0 (from -r requirements3.txt (line 85)) Downloading psutil-7.0.0.tar.gz (497 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting ptyprocess==0.7.0 (from -r requirements3.txt (line 86)) 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.3 (from -r requirements3.txt (line 87)) Downloading pure_eval-0.2.3.tar.gz (19 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pyasn1==0.6.1 (from -r requirements3.txt (line 88)) Downloading pyasn1-0.6.1.tar.gz (145 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pyasn1-modules==0.4.1 (from -r requirements3.txt (line 89)) Downloading pyasn1_modules-0.4.1.tar.gz (310 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pyasyncore==1.0.4 (from -r requirements3.txt (line 90)) 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.12.1 (from -r requirements3.txt (line 91)) Downloading pycodestyle-2.12.1.tar.gz (39 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting pydantic==2.11.5 (from -r requirements3.txt (line 92)) Downloading pydantic-2.11.5.tar.gz (787 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 787.1/787.1 kB 79.4 MB/s eta 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pydantic-core==2.33.2 (from -r requirements3.txt (line 93)) Downloading pydantic_core-2.33.2.tar.gz (435 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting Pygments==2.19.1 (from -r requirements3.txt (line 94)) Downloading pygments-2.19.1.tar.gz (5.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.0/5.0 MB 40.1 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 95)) 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 96)) Downloading PyNaCl-1.5.0.tar.gz (3.4 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.4/3.4 MB 99.2 MB/s eta 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting python-dateutil==2.9.0.post0 (from -r requirements3.txt (line 97)) Downloading python-dateutil-2.9.0.post0.tar.gz (342 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting python-ldap==3.4.4 (from -r requirements3.txt (line 98)) Downloading python-ldap-3.4.4.tar.gz (377 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pytz==2025.1 (from -r requirements3.txt (line 99)) Downloading pytz-2025.1.tar.gz (319 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting PyYAML==6.0.2 (from -r requirements3.txt (line 100)) Downloading pyyaml-6.0.2.tar.gz (130 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting redis==5.0.6 (from -r requirements3.txt (line 101)) Downloading redis-5.0.6.tar.gz (4.6 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.6/4.6 MB 121.2 MB/s eta 0:00:00 Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting referencing==0.36.2 (from -r requirements3.txt (line 102)) Downloading referencing-0.36.2.tar.gz (74 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting regex==2024.11.6 (from -r requirements3.txt (line 103)) Downloading regex-2024.11.6.tar.gz (399 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting requests==2.32.3 (from -r requirements3.txt (line 104)) 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.2 (from -r requirements3.txt (line 105)) Downloading requests_unixsocket2-0.4.2-py3-none-any.whl.metadata (3.9 kB) Collecting rich==14.0.0 (from -r requirements3.txt (line 106)) Downloading rich-14.0.0-py3-none-any.whl.metadata (18 kB) Collecting rpds-py==0.23.1 (from -r requirements3.txt (line 107)) Downloading rpds_py-0.23.1.tar.gz (26 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting scikit-build-core==0.11.3 (from -r requirements3.txt (line 108)) Downloading scikit_build_core-0.11.3.tar.gz (289 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting shellingham==1.5.4 (from -r requirements3.txt (line 109)) Downloading shellingham-1.5.4.tar.gz (10 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting simpleeval==1.0.3 (from -r requirements3.txt (line 110)) Downloading simpleeval-1.0.3.tar.gz (24 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting sortedcontainers==2.4.0 (from -r requirements3.txt (line 111)) Downloading sortedcontainers-2.4.0.tar.gz (30 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting soupsieve==2.6 (from -r requirements3.txt (line 112)) Downloading soupsieve-2.6.tar.gz (101 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 114)) 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 115)) Downloading structlog-23.1.0.tar.gz (746 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 746.3/746.3 kB 60.8 MB/s eta 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting termcolor==2.5.0 (from -r requirements3.txt (line 117)) Downloading termcolor-2.5.0.tar.gz (13 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting terminaltables3==4.0.0 (from -r requirements3.txt (line 118)) Downloading terminaltables3-4.0.0-py3-none-any.whl.metadata (3.7 kB) Collecting threadpoolctl==3.6.0 (from -r requirements3.txt (line 119)) Downloading threadpoolctl-3.6.0.tar.gz (21 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting tornado==6.5.1 (from -r requirements3.txt (line 120)) Downloading tornado-6.5.1.tar.gz (509 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting tqdm==4.67.1 (from -r requirements3.txt (line 121)) Downloading tqdm-4.67.1.tar.gz (169 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting traitlets==5.14.3 (from -r requirements3.txt (line 122)) Downloading traitlets-5.14.3.tar.gz (161 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting typer==0.16.0 (from -r requirements3.txt (line 123)) Downloading typer-0.16.0.tar.gz (102 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting types-python-dateutil==2.9.0.20241206 (from -r requirements3.txt (line 124)) Downloading types_python_dateutil-2.9.0.20241206.tar.gz (13 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting typing_inspection==0.4.0 (from -r requirements3.txt (line 125)) Downloading typing_inspection-0.4.0.tar.gz (76 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting Unidecode==1.3.8 (from -r requirements3.txt (line 126)) Downloading Unidecode-1.3.8.tar.gz (192 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting urllib3==2.4.0 (from -r requirements3.txt (line 127)) Downloading urllib3-2.4.0.tar.gz (390 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting wcwidth==0.2.13 (from -r requirements3.txt (line 128)) Downloading wcwidth-0.2.13.tar.gz (101 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting Werkzeug==3.1.3 (from -r requirements3.txt (line 129)) Downloading werkzeug-3.1.3.tar.gz (806 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 806.9/806.9 kB 102.8 MB/s eta 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting wrapt==1.17.2 (from -r requirements3.txt (line 130)) Downloading wrapt-1.17.2.tar.gz (55 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting xmltodict==0.14.2 (from -r requirements3.txt (line 132)) Downloading xmltodict-0.14.2.tar.gz (51 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting yarl==1.18.3 (from -r requirements3.txt (line 133)) Downloading yarl-1.18.3.tar.gz (181 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting yq==3.4.3 (from -r requirements3.txt (line 134)) Downloading yq-3.4.3.tar.gz (33 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting setuptools (from aiohttp_metwork_middlewares->-r requirements3.txt (line 4)) Using cached setuptools-80.9.0-py3-none-any.whl Collecting six>=1.10 (from cookiecutter->-r requirements3.txt (line 26)) Downloading six-1.17.0.tar.gz (34 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting filelock (from mfplugin->-r requirements3.txt (line 69)) Downloading filelock-3.18.0.tar.gz (18 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting ConfigUpdater (from mfplugin->-r requirements3.txt (line 69)) Using cached configupdater-3.2-py2.py3-none-any.whl Collecting typing-extensions>=4.0.0 (from beautifulsoup4==4.13.3->-r requirements3.txt (line 16)) Downloading typing_extensions-4.14.0.tar.gz (107 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting cffi>=1.14 (from cryptography==45.0.3->-r requirements3.txt (line 29)) Using cached cffi-1.17.1-cp312-cp312-linux_x86_64.whl Collecting packaging (from deprecation==2.1.0->-r requirements3.txt (line 34)) Using cached packaging-24.2-py3-none-any.whl Collecting certifi>=2017.4.17 (from requests==2.32.3->-r requirements3.txt (line 104)) Downloading certifi-2025.4.26.tar.gz (160 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting pathspec>=0.10.1 (from scikit-build-core==0.11.3->-r requirements3.txt (line 108)) Using cached pathspec-0.12.1-py3-none-any.whl Collecting tomlkit>=0.11.6 (from yq==3.4.3->-r requirements3.txt (line 134)) Using cached tomlkit-0.13.2-py3-none-any.whl.metadata (2.7 kB) Collecting pycparser (from cffi>=1.14->cryptography==45.0.3->-r requirements3.txt (line 29)) Using cached pycparser-2.22-py3-none-any.whl Downloading aiohappyeyeballs-2.5.0-py3-none-any.whl (15 kB) Downloading fakeredis-2.27.0-py3-none-any.whl (112 kB) Downloading orjson-3.10.18-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (133 kB) Downloading requests_unixsocket2-0.4.2-py3-none-any.whl (7.8 kB) Downloading rich-14.0.0-py3-none-any.whl (243 kB) Downloading terminaltables3-4.0.0-py3-none-any.whl (15 kB) Using cached tomlkit-0.13.2-py3-none-any.whl (37 kB) Saved ./src/aiohappyeyeballs-2.5.0-py3-none-any.whl Saved ./src/fakeredis-2.27.0-py3-none-any.whl Saved ./src/orjson-3.10.18-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl Saved ./src/requests_unixsocket2-0.4.2-py3-none-any.whl Saved ./src/rich-14.0.0-py3-none-any.whl Saved ./src/terminaltables3-4.0.0-py3-none-any.whl Saved ./src/cffi-1.17.1-cp312-cp312-linux_x86_64.whl Saved ./src/packaging-24.2-py3-none-any.whl Saved ./src/pathspec-0.12.1-py3-none-any.whl Saved ./src/tomlkit-0.13.2-py3-none-any.whl Saved ./src/configupdater-3.2-py2.py3-none-any.whl Saved ./src/pycparser-2.22-py3-none-any.whl Saved ./src/setuptools-80.9.0-py3-none-any.whl Building wheels for collected packages: acquisition, aiohttp_metwork_middlewares, cookiecutter, cookiecutter_hooks, deploycron, directory_observer, envtpl, mfplugin, statsd, telegraf_unixsocket_client, xattrfile, aiohttp, multidict, yarl, aiosignal, annotated-types, argcomplete, arrow, asttokens, attrs, autopep8, Babel, backcall, bash, bcrypt, beautifulsoup4, binaryornot, bjoern, cachetools, Cerberus, chardet, charset_normalizer, Click, colorama, commonmark, cron-wrapper, cryptography, decorator, defusedxml, Deprecated, wrapt, deprecation, dill, diskcache, entrypoints, executing, sortedcontainers, frozenlist, fsspec, geojson, gitignore-parser, hiredis, idna, inotify-simple, ipython, prompt-toolkit, ipython_pygments_lexers, jedi, parso, Jinja2, jinja2-from-json-extension, jinja2-fnmatch-extension, jinja2-getenv-extension, jinja2-shell-extension, jinja2-time, joblib, jsonschema, jsonschema_specifications, lazy-import, lxml, Markdown, markdown-it-py, mdurl, MarkupSafe, matplotlib-inline, mflog, mfutil, mypy-extensions, netifaces2, opinionated-configparser, paramiko, pexpect, pickleshare, pika, Pillow, poyo, propcache, 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, urllib3, rpds-py, scikit-build-core, shellingham, simpleeval, soupsieve, stack-data, structlog, termcolor, threadpoolctl, tornado, tqdm, traitlets, typer, types-python-dateutil, typing_inspection, Unidecode, wcwidth, Werkzeug, xmltodict, yq, certifi, six, typing-extensions, filelock Building wheel for acquisition (pyproject.toml): started Building wheel for acquisition (pyproject.toml): finished with status 'done' Created wheel for acquisition: filename=acquisition-0.0.0-py3-none-any.whl size=41202 sha256=33e6266202489194c2039e1e8b1a8c2eabb922b09ac9f03c782b0f5ebafad9b6 Stored in directory: /src/layers/layer2_python3/0500_extra_python_packages/tempolayer6094/tmp/pip-ephem-wheel-cache-qvps5aua/wheels/c3/d3/ba/6a2c14add95ddec36608123aaed929fe4fc56a4227683dc50e Building wheel for aiohttp_metwork_middlewares (pyproject.toml): started Building wheel for aiohttp_metwork_middlewares (pyproject.toml): finished with status 'done' Created wheel for aiohttp_metwork_middlewares: filename=aiohttp_metwork_middlewares-0.0.1-py3-none-any.whl size=3332 sha256=d2cd0c0352518f3f10c8a3a79cc0eb8cf4938f1568086f6af780025c00ab2bbf Stored in directory: /src/layers/layer2_python3/0500_extra_python_packages/tempolayer6094/tmp/pip-ephem-wheel-cache-qvps5aua/wheels/f0/11/ff/e73e04261fa7b7fbe64cfa5516c348052e7e8d6da71741149b Building wheel for cookiecutter (pyproject.toml): started Building wheel for cookiecutter (pyproject.toml): finished with status 'done' Created wheel for cookiecutter: filename=cookiecutter-1.6.1-py2.py3-none-any.whl size=30239 sha256=a95c0d778d53363643c2356ad7d3409f28b65d88095c3b2dae70eed6cfe8006b Stored in directory: /src/layers/layer2_python3/0500_extra_python_packages/tempolayer6094/tmp/pip-ephem-wheel-cache-qvps5aua/wheels/b1/e2/98/6c2e7d5200a4647bac664f34dd6512af1f937983c189f210c7 Building wheel for cookiecutter_hooks (pyproject.toml): started Building wheel for cookiecutter_hooks (pyproject.toml): finished with status 'done' Created wheel for cookiecutter_hooks: filename=cookiecutter_hooks-0.0.1-py3-none-any.whl size=3514 sha256=a82401756aea93882b002450d7cd2faf6689c630d9f6f458e69b8df0fbef3732 Stored in directory: /src/layers/layer2_python3/0500_extra_python_packages/tempolayer6094/tmp/pip-ephem-wheel-cache-qvps5aua/wheels/95/b5/1c/5cfab9bf7468d0def405a2ca2ae2a5007878f4504a250e61d8 Building wheel for deploycron (pyproject.toml): started Building wheel for deploycron (pyproject.toml): finished with status 'done' Created wheel for deploycron: filename=deploycron-0.0.1-py3-none-any.whl size=6972 sha256=a46441085b4e741abce04759acf2ff5417b02b9774e951f65b9795003d1c1a72 Stored in directory: /src/layers/layer2_python3/0500_extra_python_packages/tempolayer6094/tmp/pip-ephem-wheel-cache-qvps5aua/wheels/dd/07/c3/7f2257719eae0fec1c2cf4024cbeb5e547a75fd03c3a4e2092 Building wheel for directory_observer (pyproject.toml): started Building wheel for directory_observer (pyproject.toml): finished with status 'done' Created wheel for directory_observer: filename=directory_observer-0.0.1-py3-none-any.whl size=9830 sha256=ff4c74ebda87c97c1d3dc98230869e70ffe09e06a451a3ae151fa82f8a3481bb Stored in directory: /src/layers/layer2_python3/0500_extra_python_packages/tempolayer6094/tmp/pip-ephem-wheel-cache-qvps5aua/wheels/cb/29/67/051a11151ad710f5653aee5ce31a36603db4bc0977bab79703 Building wheel for envtpl (pyproject.toml): started Building wheel for envtpl (pyproject.toml): finished with status 'done' Created wheel for envtpl: filename=envtpl-0.5.3-py3-none-any.whl size=19549 sha256=142c69a2c23107419dd979d13b4a04d7717a9bd236e30fc7cf9c973e6f59b8b6 Stored in directory: /src/layers/layer2_python3/0500_extra_python_packages/tempolayer6094/tmp/pip-ephem-wheel-cache-qvps5aua/wheels/07/b8/6d/a631b3025b0cd4ed02a0894b1e0df9a8f84fe4dbbaad229c1d Building wheel for mfplugin (pyproject.toml): started Building wheel for mfplugin (pyproject.toml): finished with status 'done' Created wheel for mfplugin: filename=mfplugin-0.0.0-py3-none-any.whl size=32867 sha256=66e089bd1c72072b18cdbdd72d1e454d27812dec4dd6f899009eb9c1840e4f31 Stored in directory: /src/layers/layer2_python3/0500_extra_python_packages/tempolayer6094/tmp/pip-ephem-wheel-cache-qvps5aua/wheels/cf/e9/29/a244efcb0e8b3990215f606f88106a1ea5ef7f5a1d885bc13b Building wheel for statsd (pyproject.toml): started Building wheel for statsd (pyproject.toml): finished with status 'done' Created wheel for statsd: filename=statsd-3.2.1-py3-none-any.whl size=11065 sha256=cfb1c2f21556e30d6a2815978a825b0f6ba57aa4bd95bd45adb00a63a77ccbcf Stored in directory: /src/layers/layer2_python3/0500_extra_python_packages/tempolayer6094/tmp/pip-ephem-wheel-cache-qvps5aua/wheels/34/16/85/b2368ec1aa077eb71d705b20bd17c2e8023e0f28b0e555e27a Building wheel for telegraf_unixsocket_client (pyproject.toml): started Building wheel for telegraf_unixsocket_client (pyproject.toml): finished with status 'done' Created wheel for telegraf_unixsocket_client: filename=telegraf_unixsocket_client-0.0.1-py3-none-any.whl size=6372 sha256=7cc5a3c091c6b28a608367102514635b43ff35c27e579e10833f5d1ad109fc6a Stored in directory: /src/layers/layer2_python3/0500_extra_python_packages/tempolayer6094/tmp/pip-ephem-wheel-cache-qvps5aua/wheels/27/24/6b/a7b17221a95e1da634d0d816da5d63ff230e98214c60d174df Building wheel for xattrfile (pyproject.toml): started Building wheel for xattrfile (pyproject.toml): finished with status 'done' Created wheel for xattrfile: filename=xattrfile-0.0.0-py3-none-any.whl size=11165 sha256=4223d0fc8af831d2374a33f7446e70d036767574a17f715ad5b8860500139cd8 Stored in directory: /src/layers/layer2_python3/0500_extra_python_packages/tempolayer6094/tmp/pip-ephem-wheel-cache-qvps5aua/wheels/ae/b4/b2/6f4a8dbdb48ce758583422f11b890ffac8059e217cdcea56f2 Building wheel for aiohttp (pyproject.toml): started Building wheel for aiohttp (pyproject.toml): finished with status 'done' Created wheel for aiohttp: filename=aiohttp-3.11.16-cp312-cp312-linux_x86_64.whl size=1694979 sha256=fc32fab0fae34b624634e280ab85d5e32505a052ff4a60b78057b17d77e71376 Stored in directory: /root/.cache/pip/wheels/4b/7e/c9/790cf7aa78dda41022bc5dcdd6c97143a4e929209465bfe52d Building wheel for multidict (pyproject.toml): started Building wheel for multidict (pyproject.toml): finished with status 'done' Created wheel for multidict: filename=multidict-6.1.0-cp312-cp312-linux_x86_64.whl size=130264 sha256=2adbd17c4028040c2d9d8b8714fd0fc140c81f9740eb0061c16e61151e1bcd5d Stored in directory: /root/.cache/pip/wheels/cb/69/de/55a720bce6667535bc72201276b7899130543395fe0e5402c3 Building wheel for yarl (pyproject.toml): started Building wheel for yarl (pyproject.toml): finished with status 'done' Created wheel for yarl: filename=yarl-1.18.3-cp312-cp312-linux_x86_64.whl size=367372 sha256=331242c2813d4204ba1898d406d9c03de049ea4d9f0e9e15c6818fd0c30c50fa Stored in directory: /root/.cache/pip/wheels/db/96/5f/9b0fd4feab5399c033fa0cca808871b2ee579bcb650cb575b0 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.2-py2.py3-none-any.whl size=7635 sha256=50d61c2ffef6b17d1bb8c65a4364ba1122eabcb33ba77f769c40c41a2419f030 Stored in directory: /root/.cache/pip/wheels/27/3a/b5/a13dc2731c2da42673ba856b768dfb9d6ff4898eb597f66200 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.7.0-py3-none-any.whl size=13645 sha256=354f48767a1734018cc153b58dbe7998ff3daf31bc6a8e42942fe2e6168f0df5 Stored in directory: /root/.cache/pip/wheels/aa/67/a8/2c66fbda1f684521f12b883c1bdc24d5234f285d957e823c13 Building wheel for argcomplete (pyproject.toml): started Building wheel for argcomplete (pyproject.toml): finished with status 'done' Created wheel for argcomplete: filename=argcomplete-3.6.0-py3-none-any.whl size=43769 sha256=4e3e4e10beb20e06444dbac0ac8dda650cb6349caeefe980208d3c548708bedd Stored in directory: /root/.cache/pip/wheels/6b/ab/cf/2f67ff506a4a076172f18aeec195c867f95e161cd07ac1a651 Building wheel for arrow (pyproject.toml): started Building wheel for arrow (pyproject.toml): finished with status 'done' Created wheel for arrow: filename=arrow-1.3.0-py3-none-any.whl size=66462 sha256=26b8a5b93bd54a90f85a160aafe4f8a33414bbec0d6dd7142c893d4e76634c1c Stored in directory: /root/.cache/pip/wheels/1a/6d/79/86442683288af645df1f3b306e59322a0bb0153495f5754793 Building wheel for asttokens (pyproject.toml): started Building wheel for asttokens (pyproject.toml): finished with status 'done' Created wheel for asttokens: filename=asttokens-3.0.0-py3-none-any.whl size=26960 sha256=5a653e401bd6879de752cfc69d3e0c3708254e9141aa74dc9898b3eceb700705 Stored in directory: /root/.cache/pip/wheels/43/86/d4/ca0175d6bb5bc04e741e4a828f35338211c617fa772ca24552 Building wheel for attrs (pyproject.toml): started Building wheel for attrs (pyproject.toml): finished with status 'done' Created wheel for attrs: filename=attrs-25.1.0-py3-none-any.whl size=63152 sha256=950555ae50dec7943a57cc26c7f3214ad3b90a682d50dfb1df31fcf81f7938d6 Stored in directory: /root/.cache/pip/wheels/92/b3/05/b605c449e7f87808b877245bd83a2201075297a692fb1f9a1a Building wheel for autopep8 (pyproject.toml): started Building wheel for autopep8 (pyproject.toml): finished with status 'done' Created wheel for autopep8: filename=autopep8-2.3.2-py2.py3-none-any.whl size=45862 sha256=577483f1c28689d0b85bf990135f31f5c146074ab4072ac4e76a8cd48d7cee50 Stored in directory: /root/.cache/pip/wheels/7f/15/95/bae78198401626e137a8720be4b920115eee687fb181c76efd Building wheel for Babel (pyproject.toml): started Building wheel for Babel (pyproject.toml): finished with status 'done' Created wheel for Babel: filename=babel-2.17.0-py3-none-any.whl size=10182565 sha256=2697ab201053bbf0f1a7b61f8e0009f35c6c9bff1d6b4944cb01adc7bfcb83cb Stored in directory: /root/.cache/pip/wheels/ef/e8/29/66afd599f2def13a7421985a041c0305426913ad8365bf9b8f 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=11189 sha256=2e865e2e9aba26be38095fd1cdf56bbb72944cf11b11c0d6916c48fd61ce3549 Stored in directory: /root/.cache/pip/wheels/7d/54/e0/f3419c5dca17d743319d62ff471c0fad47a06e85d533816d1d DEPRECATION: Building 'bash' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'bash'. Discussion can be found at https://github.com/pypa/pip/issues/6334 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=3019 sha256=25091951cfd0ec30dc7c2dbddbe6c9215521b9eecce8918e36d270f0cfe05ddc 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.3.0-cp312-cp312-linux_x86_64.whl size=277272 sha256=a1a87eab8ad7e443ec8c500cd30e1a5cdacfeb467bf40987f8f22cf81774011f Stored in directory: /root/.cache/pip/wheels/91/c3/e7/03d8e1192744dfd0bf56f408a9f99cf2b567e5714a13413958 Building wheel for beautifulsoup4 (pyproject.toml): started Building wheel for beautifulsoup4 (pyproject.toml): finished with status 'done' Created wheel for beautifulsoup4: filename=beautifulsoup4-4.13.3-py3-none-any.whl size=186638 sha256=e745ebc212330b384d2f77ef47a672671aedd800570b566ff81193ae9c89a5a4 Stored in directory: /root/.cache/pip/wheels/72/20/ce/92c9fbff093762fd930389476331c66818eeaefaa57601d172 DEPRECATION: Building 'binaryornot' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'binaryornot'. Discussion can be found at https://github.com/pypa/pip/issues/6334 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=7595 sha256=e0f62ff47bb30fa9d20fbf3738f95c53004f5536fa3b4003d5ec3e09dd1d0246 Stored in directory: /root/.cache/pip/wheels/d3/f1/a9/0c15a828f3278d74d70e09e9aa1448647c32c7242c1a930598 DEPRECATION: Building 'bjoern' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'bjoern'. Discussion can be found at https://github.com/pypa/pip/issues/6334 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=96561 sha256=3652d8f0d6a1615f343fbc14877deb1e1c4cb59e54f80fb881566d83ab88dad7 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.5.2-py3-none-any.whl size=10119 sha256=b15793a074d4178a708ddf03eceead9d3dc8d58652e7756cedf954fab5e04f7e Stored in directory: /root/.cache/pip/wheels/64/2a/a7/a5ce08e58524c35b99ae54f4dc2f9ab8cee7d92dcf3aa17d12 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.7-py3-none-any.whl size=30566 sha256=2fb57110c1cd0b0729ed009e6e83e95bb02f6d484316dafac0dc5f308f196548 Stored in directory: /root/.cache/pip/wheels/77/a9/80/41cbc6809ea1bc8c3aa013b78b18222495ff0bd4bfc43be3e0 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=199424 sha256=96ff26edcdad357b1c049b2289e93fc42def30d2b63346babf3cee145b34d09b Stored in directory: /root/.cache/pip/wheels/0c/f1/b6/742a749bb8f5f84225f7a761ead7dff684b6421cc3d9f12954 Building wheel for charset_normalizer (pyproject.toml): started Building wheel for charset_normalizer (pyproject.toml): finished with status 'done' Created wheel for charset_normalizer: filename=charset_normalizer-3.4.2-py3-none-any.whl size=52629 sha256=e2db4a7e3b746c2106a2af6d3a0526c409d179421be76e50e9c0d7db24d8c0b8 Stored in directory: /root/.cache/pip/wheels/b2/ce/9d/67f74eae830d35d1c8c38fdd34e1c4b73620bae57b7711e95d Building wheel for Click (pyproject.toml): started Building wheel for Click (pyproject.toml): finished with status 'done' Created wheel for Click: filename=click-8.2.1-py3-none-any.whl size=102215 sha256=9df4cd4d89a9ef8a7f88e33e1bef831d7d75ef6c1ba2b327e7d452986df3a72b Stored in directory: /root/.cache/pip/wheels/99/67/b2/05a4c07e5765d0b0b565d677060c10bf448b0f79919b852c34 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=21c08bb97108dfd0914932f6f2af12e90ab7ddeb780c82447196de03be06d550 Stored in directory: /root/.cache/pip/wheels/d5/c8/86/227ba5c9e6f5a03c4b78bcb40ba723ab0541fb1249eec6277f DEPRECATION: Building 'commonmark' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'commonmark'. Discussion can be found at https://github.com/pypa/pip/issues/6334 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=51171 sha256=a027d6e7cd1216d2749f9339d92a07d171013dac8911137b3546f8f78940a9e6 Stored in directory: /root/.cache/pip/wheels/4f/12/6d/428f185122ecf670125f670f7c8c7d36f63fdbddb889207741 Building wheel for cron-wrapper (pyproject.toml): started Building wheel for cron-wrapper (pyproject.toml): finished with status 'done' Created wheel for cron-wrapper: filename=cron_wrapper-0.1.3-py3-none-any.whl size=5315 sha256=c3d05076975095aef98ee248a48f0aeebb7fa141a1fce0649cc2f965efa759d3 Stored in directory: /root/.cache/pip/wheels/3f/6e/11/94f21fc5f3639a8c4e746dd13c089f3cfce362b6ee96f4ca09 Building wheel for cryptography (pyproject.toml): started Building wheel for cryptography (pyproject.toml): finished with status 'done' Created wheel for cryptography: filename=cryptography-45.0.3-cp312-abi3-linux_x86_64.whl size=1704434 sha256=0e8b1647c1fab802d9dc8a6e12e5a0f7f7084f99be33e211e2a675bd479c5ac8 Stored in directory: /root/.cache/pip/wheels/46/99/0f/2345d057c3dfe1ea0f98ab761a8a5df6daaeedcd6de969d677 Building wheel for decorator (pyproject.toml): started Building wheel for decorator (pyproject.toml): finished with status 'done' Created wheel for decorator: filename=decorator-5.2.1-py3-none-any.whl size=8969 sha256=14f9638678163a3d472bb8f5712057ba734b8c9da3f7ededc2735748e2c83040 Stored in directory: /root/.cache/pip/wheels/7e/65/f2/7ed79bcbae1ea3f31a343cc9a3e83757e7d4d6d0a6a6ee0b0e Building wheel for defusedxml (pyproject.toml): started Building wheel for defusedxml (pyproject.toml): finished with status 'done' Created wheel for defusedxml: filename=defusedxml-0.7.1-py2.py3-none-any.whl size=25716 sha256=5e3fcb6bcb11772c8181cf0fa621cef0e580853782b21f38bd413a7f60d10c17 Stored in directory: /root/.cache/pip/wheels/ec/82/4d/0628af37fe143af5c76a3cc85fd5b487bfa178add963f6831e 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.18-py2.py3-none-any.whl size=10031 sha256=e4b438cbd81638e56299dfc6d2a490d0bb4dfaca4eb7d4526bd0bb7b15dd606e Stored in directory: /root/.cache/pip/wheels/64/fd/20/273e2e591f4d18590afbeae2c02ee9b03a7a804146fcb50146 DEPRECATION: Building 'wrapt' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'wrapt'. Discussion can be found at https://github.com/pypa/pip/issues/6334 Building wheel for wrapt (setup.py): started Building wheel for wrapt (setup.py): finished with status 'done' Created wheel for wrapt: filename=wrapt-1.17.2-cp312-cp312-linux_x86_64.whl size=88674 sha256=e3687d94b9f4a7e75573ef829eca9ada4d1cb1451ce7c4d902d9ac485f2cc627 Stored in directory: /root/.cache/pip/wheels/d2/fc/87/9a191ade3a9b403c835d1408ac21bec161b99af0efb0fc6ffe DEPRECATION: Building 'deprecation' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'deprecation'. Discussion can be found at https://github.com/pypa/pip/issues/6334 Building wheel for deprecation (setup.py): started Building wheel for deprecation (setup.py): finished with status 'done' Created wheel for deprecation: filename=deprecation-2.1.0-py2.py3-none-any.whl size=11276 sha256=ef93297772fb71410ce1b1077b5117550b195777c8502018f423bec28ea0855f Stored in directory: /root/.cache/pip/wheels/39/f6/5a/30d791da08f3ae4ed7bc3cf4e749c3bd5d167c08d5576b7638 Building wheel for dill (pyproject.toml): started Building wheel for dill (pyproject.toml): finished with status 'done' Created wheel for dill: filename=dill-0.4.0-py3-none-any.whl size=119770 sha256=77db29d348fa178453f248b6080e092a4b6fb4ce775e03bb40c88bcba4ebd21a Stored in directory: /root/.cache/pip/wheels/f5/38/40/df5dc9402a79ac49c73999c1a65bfa5c0d6b7e117723c0aade DEPRECATION: Building 'diskcache' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'diskcache'. Discussion can be found at https://github.com/pypa/pip/issues/6334 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=45631 sha256=4cdef7d5764c801c7cc60e263a48e60174e165f112406d3936e2b15cebddaa5b 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=5337 sha256=0a79cca5c4027c2f14db50cbe9bf6ad0208fb55b8e3e20afc8c6786f449bc9f4 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.2.0-py2.py3-none-any.whl size=26740 sha256=be38bbbee1e9d2bec5597c85629f03d1001f2cf10c44baab73a5eec168b0faee Stored in directory: /root/.cache/pip/wheels/cd/8f/44/aa0e67b7b1d1e93f487044254692f3b44a964fe8cc017ccd14 DEPRECATION: Building 'sortedcontainers' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'sortedcontainers'. Discussion can be found at https://github.com/pypa/pip/issues/6334 Building wheel for sortedcontainers (setup.py): started Building wheel for sortedcontainers (setup.py): finished with status 'done' Created wheel for sortedcontainers: filename=sortedcontainers-2.4.0-py3-none-any.whl size=29636 sha256=8469451d0ecf1df8c1d8af97784031058b00c726a582b96e85a13a9ab47ccf5f Stored in directory: /root/.cache/pip/wheels/0d/81/75/812d998647cc0601d622d611246973c3c266f8477b0335110c Building wheel for frozenlist (pyproject.toml): started Building wheel for frozenlist (pyproject.toml): finished with status 'done' Created wheel for frozenlist: filename=frozenlist-1.5.0-cp312-cp312-linux_x86_64.whl size=272837 sha256=a170b61df45594136b293aac85da31e81b262964bea87076026f6269515f6739 Stored in directory: /root/.cache/pip/wheels/80/ec/87/d9667bf0ec14efb7bf3c69e2899f7b8f63150a4f1e8ed76c14 Building wheel for fsspec (pyproject.toml): started Building wheel for fsspec (pyproject.toml): finished with status 'done' Created wheel for fsspec: filename=fsspec-2025.3.0-py3-none-any.whl size=193615 sha256=efb87af3efa9103f94ca91a7f8cb7a4df91af9f74fc106c9c7ea0efd7277c1b3 Stored in directory: /root/.cache/pip/wheels/4e/a5/64/c911296abe600c20ef21681b866a2e28548044b6aa6b2e7afc DEPRECATION: Building 'geojson' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'geojson'. Discussion can be found at https://github.com/pypa/pip/issues/6334 Building wheel for geojson (setup.py): started Building wheel for geojson (setup.py): finished with status 'done' Created wheel for geojson: filename=geojson-3.2.0-py3-none-any.whl size=15130 sha256=b28e90b2f3d9314fe02e49bda0d56f8695b9918258cb15b5eef64f70a39208a8 Stored in directory: /root/.cache/pip/wheels/61/cc/a9/d2f27b221a2e3fb6b1703e1a8aaebd61c971c1185cea886c8e 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.12-py3-none-any.whl size=5054 sha256=9aad276653186b713e25f0bb9180b257d923c101b1eb6cad13c95524ae525764 Stored in directory: /root/.cache/pip/wheels/2e/1e/fd/5f54a9fb2812e64c709303dab7d79ef5e74a655a0dcad67b91 DEPRECATION: Building 'hiredis' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'hiredis'. Discussion can be found at https://github.com/pypa/pip/issues/6334 Building wheel for hiredis (setup.py): started Building wheel for hiredis (setup.py): finished with status 'done' Created wheel for hiredis: filename=hiredis-3.1.0-cp312-cp312-linux_x86_64.whl size=169603 sha256=35852f78adabcbce5524ebff8d52af76d544dcf307fc43bfb7bf7bf0ecea6a92 Stored in directory: /root/.cache/pip/wheels/98/7b/14/de116d4035978a5c54ad157ce1c1784d6b1be0a3f959dad023 Building wheel for idna (pyproject.toml): started Building wheel for idna (pyproject.toml): finished with status 'done' Created wheel for idna: filename=idna-3.10-py3-none-any.whl size=70489 sha256=4280b2053b11c26390caff6747d09f3de138b267c9a310ad6f4eaf0507d60ca0 Stored in directory: /root/.cache/pip/wheels/de/3b/fb/0ba1846ba9350e65e345a9b289501cffe54961bd0398574126 DEPRECATION: Building 'inotify-simple' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'inotify-simple'. Discussion can be found at https://github.com/pypa/pip/issues/6334 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=7762 sha256=543a7e09d88d9de9b7d2f353869f3b3ccaa0dea03d573e0b9103794e0911596e 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-9.0.2-py3-none-any.whl size=600573 sha256=ab6bff4dc08cf917ff2d6ad7c763d16f1592306f52c8ee3d64af54d756814cda Stored in directory: /root/.cache/pip/wheels/aa/8f/c1/7eb6b051997ef2e729c9015a7fbfce087c6c2d0ab8e417c913 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.50-py3-none-any.whl size=387867 sha256=14b9e7ebda41251da94e8a1ed5437e13eb1bd7a8e6fb17ecf033409dd46d90ad Stored in directory: /root/.cache/pip/wheels/59/cd/4c/59e500fa2b9b0a6c252ff7e75dd61b6d3920411b9bc1f15c84 Building wheel for ipython_pygments_lexers (pyproject.toml): started Building wheel for ipython_pygments_lexers (pyproject.toml): finished with status 'done' Created wheel for ipython_pygments_lexers: filename=ipython_pygments_lexers-1.1.1-py3-none-any.whl size=8115 sha256=5682cec711f6e2b2510bd89b87c1babd1cbfe3e13513addba179bc2d02f6f90d Stored in directory: /root/.cache/pip/wheels/5a/de/19/b541914a457075e72804027a65ff3fdd186191eef0bb3c2e0f DEPRECATION: Building 'jedi' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'jedi'. Discussion can be found at https://github.com/pypa/pip/issues/6334 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.2-py2.py3-none-any.whl size=1572432 sha256=872220819c4745e85bc9085fb8d75bbf3d505b0c26fb2f6a306a599f599ca50a Stored in directory: /root/.cache/pip/wheels/6a/55/17/836f259fe907ab275f66627db136c978a0a861e3bfd3b048fb DEPRECATION: Building 'parso' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'parso'. Discussion can be found at https://github.com/pypa/pip/issues/6334 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.4-py2.py3-none-any.whl size=103676 sha256=74be613fbe8ff496c4e032b1c936b3bc6cbcf63ba1549465cd2237f62eabccd1 Stored in directory: /root/.cache/pip/wheels/82/bc/72/871e7346cfe06d600e0fcaedb36bd3f0d21b5645fa8ea857b0 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.6-py3-none-any.whl size=134897 sha256=005a2fc379b662ac007c271a8122f7a7db49bb67fbedfc85db50fccde34d839f Stored in directory: /root/.cache/pip/wheels/41/8c/d6/d8112994a453c29608e941fffcfb85f8c640a0b8c859d038e5 Building wheel for jinja2-from-json-extension (pyproject.toml): started Building wheel for jinja2-from-json-extension (pyproject.toml): finished with status 'done' Created wheel for jinja2-from-json-extension: filename=jinja2_from_json_extension-1.0.1-py3-none-any.whl size=2711 sha256=3cf463541cc226c69e79614c01f190b4e5a3b25a72007b9891ee508d9005d282 Stored in directory: /root/.cache/pip/wheels/fb/a6/e1/f7e66ffafb1d3968b217c8bb2a5b0b84f3e890e4add99f2710 Building wheel for jinja2-fnmatch-extension (pyproject.toml): started Building wheel for jinja2-fnmatch-extension (pyproject.toml): finished with status 'done' Created wheel for jinja2-fnmatch-extension: filename=jinja2_fnmatch_extension-1.0.3-py3-none-any.whl size=3606 sha256=ab8a5053d746787c9441cc7f3c50dec63ef64dea8f7da58208e760e8d6bf79e9 Stored in directory: /root/.cache/pip/wheels/0d/c4/ab/f1ca8328aae3729c6a141d3f97632503494e33cc242d4befcd Building wheel for jinja2-getenv-extension (pyproject.toml): started Building wheel for jinja2-getenv-extension (pyproject.toml): finished with status 'done' Created wheel for jinja2-getenv-extension: filename=jinja2_getenv_extension-1.0.3-py3-none-any.whl size=3775 sha256=dc09f5872d9dd83bb624fe9644aa52ef1fc036779e5878a7d80fc4556dacbfac Stored in directory: /root/.cache/pip/wheels/87/21/42/235a4f45bc56c672eaa790a4f39957e2b057653811844776dc Building wheel for jinja2-shell-extension (pyproject.toml): started Building wheel for jinja2-shell-extension (pyproject.toml): finished with status 'done' Created wheel for jinja2-shell-extension: filename=jinja2_shell_extension-2.1.1-py3-none-any.whl size=3788 sha256=a956103d360a9be7139d2823967525c81ceb2b629e742013843210ab565604bd Stored in directory: /root/.cache/pip/wheels/c2/aa/57/c970c22874b028ee7b6a0fc8c4dece6eb82a9a9983ff85efad DEPRECATION: Building 'jinja2-time' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'jinja2-time'. Discussion can be found at https://github.com/pypa/pip/issues/6334 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=4826 sha256=ba658f30792b2d6ac0a2cc069aa891dcfe43a116a23c1703274b6e8ae5c427b8 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.4.2-py3-none-any.whl size=301859 sha256=29188aca8390d20b258184231cbfb84aa25a6a986d01563e573be8388dc037eb Stored in directory: /root/.cache/pip/wheels/45/be/e4/cd2c0e117990c215024c99014dfe25a50767a4d0b67986dd32 Building wheel for jsonschema (pyproject.toml): started Building wheel for jsonschema (pyproject.toml): finished with status 'done' Created wheel for jsonschema: filename=jsonschema-4.23.0-py3-none-any.whl size=88462 sha256=856673824cfb14b97e5a3e0eb1c31f0d6be857657a9eafdc5a23cb5cff79dd29 Stored in directory: /root/.cache/pip/wheels/1a/98/e6/c891fcfd55519301681c5b13f0325971f451d638e1c9b0227b 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-2024.10.1-py3-none-any.whl size=18458 sha256=108cb496c861afe713b02512bfb730dde512708a3dd672479fbf12fe5ba46751 Stored in directory: /root/.cache/pip/wheels/82/87/b0/a8b36920e1521b4fcd5ba7edaed754f532418349fd8280c96a DEPRECATION: Building 'lazy-import' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'lazy-import'. Discussion can be found at https://github.com/pypa/pip/issues/6334 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=16553 sha256=0add4e1dc41b84972f7712ce5a8a2c919f8c13135ab46021eda1821630f1add0 Stored in directory: /root/.cache/pip/wheels/53/39/fd/6e74643ad16a5b74e6dff64a2ea3db4c7cb725a8992c55c52d Building wheel for lxml (pyproject.toml): started Building wheel for lxml (pyproject.toml): still running... Building wheel for lxml (pyproject.toml): finished with status 'done' Created wheel for lxml: filename=lxml-5.3.1-cp312-cp312-linux_x86_64.whl size=8606054 sha256=2b68f7190aba2de845e29e00a85ae512c70ac9ad57743243fa65b7bf8a8e7a7b Stored in directory: /root/.cache/pip/wheels/ed/ce/ac/96b35da15635ff45b930199f0963bf131424026700b202783a Building wheel for Markdown (pyproject.toml): started Building wheel for Markdown (pyproject.toml): finished with status 'done' Created wheel for Markdown: filename=markdown-3.7-py3-none-any.whl size=106383 sha256=982bc7faadfe26cf16ca74c1a6b0de20fd26ce513169d1313cf96a631883ca44 Stored in directory: /root/.cache/pip/wheels/a5/fc/75/614061f78602b51ec964a6550d2ad6b3ebec8360e1ce9de67a 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=87594 sha256=2405b83d987f98f979d0b67707323fa797eade163097dda46f0785cf4a82069a Stored in directory: /root/.cache/pip/wheels/19/77/58/74d52672b43e0ee5a9737255de8a7b9cbfdd7be24575559162 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=10023 sha256=e09a93faf10973b4df4d9bb682dec5068ea51e1a11807dec2cdc21122f6d2f09 Stored in directory: /root/.cache/pip/wheels/ca/6d/55/6ac682351d5b9b87e313eafa21f4c600d263b411a798851d5d Building wheel for MarkupSafe (pyproject.toml): started Building wheel for MarkupSafe (pyproject.toml): finished with status 'done' Created wheel for MarkupSafe: filename=markupsafe-3.0.2-cp312-cp312-linux_x86_64.whl size=22884 sha256=487093f771f3399eb8df476fc19a412e7ff2f94a20ff20ffd59e14117f438b7e Stored in directory: /root/.cache/pip/wheels/75/a1/5f/85ee819e5d341669dffcb77b9388f5fda63ec0e55ed0397d79 Building wheel for matplotlib-inline (pyproject.toml): started Building wheel for matplotlib-inline (pyproject.toml): finished with status 'done' Created wheel for matplotlib-inline: filename=matplotlib_inline-0.1.7-py3-none-any.whl size=9937 sha256=aea56689393e4e0464e7ab0967a408c9858cc81886e7bea032cd04e3c44008b2 Stored in directory: /root/.cache/pip/wheels/68/33/69/86af359e845a1fb4cf9f7c3454a7f98d8f2a03c990bd2ab3ef Building wheel for mflog (pyproject.toml): started Building wheel for mflog (pyproject.toml): finished with status 'done' Created wheel for mflog: filename=mflog-0.1.1-py3-none-any.whl size=16730 sha256=410f3fe769aadde15c3fe929778da976c62a3a48904c0b63028205a6f2514dbd Stored in directory: /root/.cache/pip/wheels/93/d1/5e/1cdb360828877991d44e81257d960ee7dcef75f5028a327d95 Building wheel for mfutil (pyproject.toml): started Building wheel for mfutil (pyproject.toml): finished with status 'done' Created wheel for mfutil: filename=mfutil-0.3.2-py3-none-any.whl size=22347 sha256=b798bfd7c4c2268bac48310087583f53beb49ee02639c1fc3ab7203146d02304 Stored in directory: /root/.cache/pip/wheels/3a/0a/83/891583e7f44f3c1828de0d5611ef1f82f27a12255c7e1d9f01 Building wheel for mypy-extensions (pyproject.toml): started Building wheel for mypy-extensions (pyproject.toml): finished with status 'done' Created wheel for mypy-extensions: filename=mypy_extensions-1.1.0-py3-none-any.whl size=4963 sha256=1be4cccdb0f2482337c4743e60421de3a356cd97508abadd57d47403e94f5505 Stored in directory: /root/.cache/pip/wheels/eb/1a/1c/80c19ee492a194590ae7f02af1b34b9c824bcbd5fb241469fd Building wheel for netifaces2 (pyproject.toml): started Building wheel for netifaces2 (pyproject.toml): finished with status 'done' Created wheel for netifaces2: filename=netifaces2-0.0.22-cp37-abi3-linux_x86_64.whl size=277565 sha256=80c9d8da1ef43fac3c0cf85897f131059095dd2abb2f129ff0cb63519d416657 Stored in directory: /root/.cache/pip/wheels/bb/ea/d0/367d1a29a88adb978e8c1a58fbbef38f0c51687c0749dc8179 DEPRECATION: Building 'opinionated-configparser' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'opinionated-configparser'. Discussion can be found at https://github.com/pypa/pip/issues/6334 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=5506 sha256=827a39f7ee83278a2bfecc7135607d7653545ec368c55068b06335bfebd42e46 Stored in directory: /root/.cache/pip/wheels/5e/29/9a/7b14cd4e8b947eb5457b88e986efca1130e578c8836eafb998 DEPRECATION: Building 'paramiko' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'paramiko'. Discussion can be found at https://github.com/pypa/pip/issues/6334 Building wheel for paramiko (setup.py): started Building wheel for paramiko (setup.py): finished with status 'done' Created wheel for paramiko: filename=paramiko-3.5.1-py3-none-any.whl size=227326 sha256=2dfac5c7f9d18d6ae26ea85272596bafbdeccb7de477c8f750bb71a88ba36e9d Stored in directory: /root/.cache/pip/wheels/5b/83/8b/9a192daf2f026d674911fa715f2d8f15a08a864ebb1cf2b4db DEPRECATION: Building 'pexpect' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'pexpect'. Discussion can be found at https://github.com/pypa/pip/issues/6334 Building wheel for pexpect (setup.py): started Building wheel for pexpect (setup.py): finished with status 'done' Created wheel for pexpect: filename=pexpect-4.9.0-py2.py3-none-any.whl size=63856 sha256=71ddfb750384f8a21a0ffab802f8364e128668e24822413684df63f9278e9fd2 Stored in directory: /root/.cache/pip/wheels/bd/82/29/5a59e8a041d6e139190d4d4eb5018ac0ba7d14bd757fa6f993 DEPRECATION: Building 'pickleshare' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'pickleshare'. Discussion can be found at https://github.com/pypa/pip/issues/6334 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=6374 sha256=1d6b311491784fe1d69abe54ef3577792988d763d809a196e03f0b745cfd59da 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=155453 sha256=f389c19bfe2d09e5a92b2b6cecd45c764b362a4a27abcc7a07764937a87d6e5b Stored in directory: /root/.cache/pip/wheels/1a/61/ab/43f288b78d4549f4d954c7caa1c635b3ff9c2292a26b50f92b Building wheel for Pillow (pyproject.toml): started Building wheel for Pillow (pyproject.toml): finished with status 'done' Created wheel for Pillow: filename=pillow-11.1.0-cp312-cp312-linux_x86_64.whl size=1470401 sha256=b5e649b8f9cf821cb26c1a27af9b7aac791f972264b5ed6d70361c0c8ce9f3ea Stored in directory: /root/.cache/pip/wheels/15/71/95/681aba7fe614d241ebf82e0887e5222882e3b4203593b6e97a DEPRECATION: Building 'poyo' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'poyo'. Discussion can be found at https://github.com/pypa/pip/issues/6334 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=10276 sha256=a3f1e9131bb7fe9a79117987679d304e5253bc8816d39ebf115cff1f6b26dada Stored in directory: /root/.cache/pip/wheels/9c/af/e7/56cfdd90eed1643011454bf5954b84db780c7e87d675abc02c Building wheel for propcache (pyproject.toml): started Building wheel for propcache (pyproject.toml): finished with status 'done' Created wheel for propcache: filename=propcache-0.3.0-cp312-cp312-linux_x86_64.whl size=244521 sha256=eb54fce43479a42a004658bf1f17018b775d35bd0116377c5072547ced8062f1 Stored in directory: /root/.cache/pip/wheels/6f/52/d7/daba5619a9199f9e5dc47b8ce920fa4a761c175580dd2ca8e1 Building wheel for psutil (pyproject.toml): started Building wheel for psutil (pyproject.toml): finished with status 'done' Created wheel for psutil: filename=psutil-7.0.0-cp36-abi3-linux_x86_64.whl size=284612 sha256=1b1211d10f67edbb39002fa640e734cfad92449954882970812b12af1da951b0 Stored in directory: /root/.cache/pip/wheels/0c/58/48/ccefe23b905f1dd76f8444f328ff2cfb1d4920a081f9d5d03d 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=14026 sha256=3470be7f810474c8a2ecfcd6e02acc6aea8483ab595417fa4e336362a349933e 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.3-py3-none-any.whl size=11881 sha256=24bc3a9661283171aafd11f29ef9543534dfbb912de0f368a4e8279d6bf05308 Stored in directory: /root/.cache/pip/wheels/9d/49/f5/8a65070c32df5d99b42d8aca4d1fefcef4c8d05295f4ab972d Building wheel for pyasn1 (pyproject.toml): started Building wheel for pyasn1 (pyproject.toml): finished with status 'done' Created wheel for pyasn1: filename=pyasn1-0.6.1-py3-none-any.whl size=83524 sha256=5a4d3f74f91617d2eb53fc008bc511ebe9d1477a0b29a7a9f2ed5c0d889f2a4b Stored in directory: /root/.cache/pip/wheels/36/a6/2c/f97aae0bcfec59d34a0d23dab51aeb318c5b9f548a2cec2de6 Building wheel for pyasn1-modules (pyproject.toml): started Building wheel for pyasn1-modules (pyproject.toml): finished with status 'done' Created wheel for pyasn1-modules: filename=pyasn1_modules-0.4.1-py3-none-any.whl size=181257 sha256=1067203b87aa224bb6fd354b4992388c871811445577c1aed5311ba0eb2bca0d Stored in directory: /root/.cache/pip/wheels/5d/2f/22/3792eeb0329bff381b7187f399ec644ec657f904e2a8343f4d DEPRECATION: Building 'pyasyncore' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'pyasyncore'. Discussion can be found at https://github.com/pypa/pip/issues/6334 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=10117 sha256=9c8fad4d59c38b557fa5c88f11c8d28dab4825e56768ea55bfc95bdb57c9ea6d Stored in directory: /root/.cache/pip/wheels/ff/c5/7e/5b840efa5d43c00231e6a0b3afc0895a0e23e4c0b3ffa01e6b DEPRECATION: Building 'pycodestyle' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'pycodestyle'. Discussion can be found at https://github.com/pypa/pip/issues/6334 Building wheel for pycodestyle (setup.py): started Building wheel for pycodestyle (setup.py): finished with status 'done' Created wheel for pycodestyle: filename=pycodestyle-2.12.1-py2.py3-none-any.whl size=31323 sha256=0377fc1ece88e10a57864ab446035f111d69818a34e7a58bcb89af54deca3f72 Stored in directory: /root/.cache/pip/wheels/a5/83/ec/9214b339332c1643b79d71204611ea4546810335b25ddbd65b Building wheel for pydantic (pyproject.toml): started Building wheel for pydantic (pyproject.toml): finished with status 'done' Created wheel for pydantic: filename=pydantic-2.11.5-py3-none-any.whl size=444229 sha256=f9c26ba06f9747749ca1e5c94d6a85cb84254577553c8785576fd38fa64dc0f7 Stored in directory: /root/.cache/pip/wheels/47/cc/a0/1c29b0e5de9b059ed37ff683954c8ebc76670635cce5d8fe1a 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.33.2-cp312-cp312-linux_x86_64.whl size=2090838 sha256=17514fd2018e0961c878c0fd28139e7274d336984810a32404ac48ad397895f3 Stored in directory: /root/.cache/pip/wheels/bc/62/5f/f9492a1a0d524c2b01cdb34d7ff22b7cffb5833f9eaa4f8ba6 Building wheel for Pygments (pyproject.toml): started Building wheel for Pygments (pyproject.toml): finished with status 'done' Created wheel for Pygments: filename=pygments-2.19.1-py3-none-any.whl size=1225293 sha256=9ea1544ad55cecf4b8242fab6dd35a93bbce657034b0611ee383099054ab6d8c Stored in directory: /root/.cache/pip/wheels/9a/47/56/d2ef688b4c7ef0a192a07d85411f3cf20456c7a0bb093d7007 DEPRECATION: Building 'pyinotify' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'pyinotify'. Discussion can be found at https://github.com/pypa/pip/issues/6334 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=25417 sha256=48d8051b4f7c249c5a3414452505bc0d2a33d922dbdb0c59ed260fe41df4d54f 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=1128792 sha256=bbdb9b0b26ef0024ddedb74f4c74b361c81a37aff7c7a2bb0d3cd90ec18b539c 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.9.0.post0-py2.py3-none-any.whl size=230080 sha256=985b253669af001716b8401c4c4c915b91e5647af0d4e873d75ee152ec3c5d65 Stored in directory: /root/.cache/pip/wheels/c9/23/f2/748e1299107e1cf0c1333cc8ef17e8a76e85593139901f2aca 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.4-cp312-cp312-linux_x86_64.whl size=375073 sha256=9026cd7a55ae148684a2a2edbbe869ca349eb3c4e6d36d664e3ea74fbf33d6df Stored in directory: /root/.cache/pip/wheels/52/eb/41/5a7623499a292eb53b74babfcd0a455a759c0cb0ba34790587 DEPRECATION: Building 'pytz' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'pytz'. Discussion can be found at https://github.com/pypa/pip/issues/6334 Building wheel for pytz (setup.py): started Building wheel for pytz (setup.py): finished with status 'done' Created wheel for pytz: filename=pytz-2025.1-py3-none-any.whl size=508014 sha256=74fd7347e689fc08a127a2a56c38925991c20bb7957ec75fc91b69f2f04c2f7c Stored in directory: /root/.cache/pip/wheels/33/fc/89/16333869be82b2a5d44939b6ffda99dc07b655fac5c52b22ab 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.2-cp312-cp312-linux_x86_64.whl size=45458 sha256=7658823f312d935660dc66c7b5fa104d3e488ec8c9852a0887440943efadf3f3 Stored in directory: /root/.cache/pip/wheels/db/db/e2/4a1264f6c5192c518338cd8c226caae9f43c610fdb76c1ebcb DEPRECATION: Building 'redis' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'redis'. Discussion can be found at https://github.com/pypa/pip/issues/6334 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=251973 sha256=f67e104585cea8211a50ea2424064b79ed689455dd01625c0498546bf0389124 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.36.2-py3-none-any.whl size=26775 sha256=e8699adbbf8b5c7de96d8ffa0eb5c158b3beafce084968e2ea8bb08c6794dcd0 Stored in directory: /root/.cache/pip/wheels/14/ab/10/13a3461194a2d58f24d675e2020d1b1d8f01a4442398f9559d Building wheel for regex (pyproject.toml): started Building wheel for regex (pyproject.toml): finished with status 'done' Created wheel for regex: filename=regex-2024.11.6-cp312-cp312-linux_x86_64.whl size=796989 sha256=3d739b23f68c94146a878b8072dcb0365d23ebbdcaaed5beb20ebe2f9d056131 Stored in directory: /root/.cache/pip/wheels/9d/a6/cb/ed8ecf8337b6214a8ce17aa9f680af84808f680cee31509cab 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=65027 sha256=6b69892c1924ef0d0d03bc4338877a4480e8893a31d45ddc862d90df4c755b61 Stored in directory: /root/.cache/pip/wheels/33/0f/67/609cc7e3d03673f4b5ee2bd90e3f03e76779a9b3fa2777660b Building wheel for urllib3 (pyproject.toml): started Building wheel for urllib3 (pyproject.toml): finished with status 'done' Created wheel for urllib3: filename=urllib3-2.4.0-py3-none-any.whl size=128680 sha256=f9d992b01ce349f718f5ba7d157a775325808c786351327b777825b64bc6a742 Stored in directory: /root/.cache/pip/wheels/94/de/df/168f4e046007e772c020e9b04c5939286bbe6937a17bb6bc5c 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.23.1-cp312-cp312-linux_x86_64.whl size=390779 sha256=31853436771c89e88d1d940d44a3a2f6c43b23287f94209d6178d87287a0b23f Stored in directory: /root/.cache/pip/wheels/1f/2d/a0/8acfc0fa772de886c65c38c92eb9034e9b4c348fb3a121bbdc Building wheel for scikit-build-core (pyproject.toml): started Building wheel for scikit-build-core (pyproject.toml): finished with status 'done' Created wheel for scikit-build-core: filename=scikit_build_core-0.11.3-py3-none-any.whl size=186294 sha256=e81430f3f3daaa3dc492a3a065f96e7584f9817725b761601371d71fa3130b93 Stored in directory: /root/.cache/pip/wheels/35/0a/85/f6ca6623998f4f52080c196d894a9e1b531dbdb49ab5455f1a Building wheel for shellingham (pyproject.toml): started Building wheel for shellingham (pyproject.toml): finished with status 'done' Created wheel for shellingham: filename=shellingham-1.5.4-py2.py3-none-any.whl size=9792 sha256=43bd4c61bd94c48db08027c30bce966916d0a393d2edfa73d9a32e9c5222bcd3 Stored in directory: /root/.cache/pip/wheels/07/82/28/2db05026c68f3c74a6afe63d99bbbe4a0b645c8e7f39c4ee32 Building wheel for simpleeval (pyproject.toml): started Building wheel for simpleeval (pyproject.toml): finished with status 'done' Created wheel for simpleeval: filename=simpleeval-1.0.3-py3-none-any.whl size=15766 sha256=22233af3167b254e5a8e5a676ca729ebf4d77581c6fa52c501e542faf1ccadb5 Stored in directory: /root/.cache/pip/wheels/04/d4/a1/ce236bb736893d0f85d8375a1919462b24bb9ef004b2c25fa8 Building wheel for soupsieve (pyproject.toml): started Building wheel for soupsieve (pyproject.toml): finished with status 'done' Created wheel for soupsieve: filename=soupsieve-2.6-py3-none-any.whl size=36186 sha256=3b30f52ba1589736f5c6d71e2bd5953b4de49512d1ba04126e85e3238ccba395 Stored in directory: /root/.cache/pip/wheels/6b/f2/69/1ea75c81c05e2cd0aad6ee17aff7838cff0f09e965204cc6f5 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=24558 sha256=a16166e05e64251012ea23f98820031ed0e334057379b31d63fbcb694561df84 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=62470 sha256=228c2c10016cc0fc3770afcffc4de1cc64427d192b298cd29898c46a6014532e 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.5.0-py3-none-any.whl size=7756 sha256=246832b913f2b532257b9bda58d6c5ac9247be7818250353568244d5c5d74321 Stored in directory: /root/.cache/pip/wheels/16/c7/69/0d6380adff57aeabb146c9e905965c08ac0b8ffbda72fa160e Building wheel for threadpoolctl (pyproject.toml): started Building wheel for threadpoolctl (pyproject.toml): finished with status 'done' Created wheel for threadpoolctl: filename=threadpoolctl-3.6.0-py3-none-any.whl size=18639 sha256=d2195fc8484e00042416edb1c86e146cb01a130d3edfcaf9432a8e73c5f08a01 Stored in directory: /root/.cache/pip/wheels/b0/43/ed/6deef00a4fc1699ccf39f453de5c96826e306ef10e28cb0133 Building wheel for tornado (pyproject.toml): started Building wheel for tornado (pyproject.toml): finished with status 'done' Created wheel for tornado: filename=tornado-6.5.1-cp39-abi3-linux_x86_64.whl size=441185 sha256=b28267801c152fad10afcfa633a63dd3c917c1d24b41bbe0291cc271adb7b3ee Stored in directory: /root/.cache/pip/wheels/c3/c5/b1/96747912f861b9587860afbf5b151e45aa473b5dc70a2d4bd7 Building wheel for tqdm (pyproject.toml): started Building wheel for tqdm (pyproject.toml): finished with status 'done' Created wheel for tqdm: filename=tqdm-4.67.1-py3-none-any.whl size=78579 sha256=774debf4e674c471af41c0cd8fb39f58da9564f9cfb785a833c25381211b5e59 Stored in directory: /root/.cache/pip/wheels/ca/df/e3/b84cc850d2191539ecc690d6e236f570c6781722cfc69fe482 Building wheel for traitlets (pyproject.toml): started Building wheel for traitlets (pyproject.toml): finished with status 'done' Created wheel for traitlets: filename=traitlets-5.14.3-py3-none-any.whl size=85359 sha256=1ec9d58dc43a822b5898fe03bfa74f8e31f5edc9cda7bc119fd4f1659bd81ef7 Stored in directory: /root/.cache/pip/wheels/92/66/f6/815905f3829815ed5f4eed84f93fb7fe1c949da7dffee5c75a Building wheel for typer (pyproject.toml): started Building wheel for typer (pyproject.toml): finished with status 'done' Created wheel for typer: filename=typer-0.16.0-py3-none-any.whl size=46317 sha256=1f79bed11d4d02d4310e3c1b7ba594183bcedb0ac73b27a9e5f28f6fb5b98855 Stored in directory: /root/.cache/pip/wheels/7b/5c/f6/2eedda1a3af1dfd80150fad36f1443aed6eaae24ed3923ff32 DEPRECATION: Building 'types-python-dateutil' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'types-python-dateutil'. Discussion can be found at https://github.com/pypa/pip/issues/6334 Building wheel for types-python-dateutil (setup.py): started Building wheel for types-python-dateutil (setup.py): finished with status 'done' Created wheel for types-python-dateutil: filename=types_python_dateutil-2.9.0.20241206-py3-none-any.whl size=14463 sha256=d83350ed88866117373b53e5b0e46cf5a35af3a24b121d89b9e7849da9ee20a4 Stored in directory: /root/.cache/pip/wheels/c8/ea/23/4686e88deed4680202d772715d866e0bb61ac7cf9508807ab1 Building wheel for typing_inspection (pyproject.toml): started Building wheel for typing_inspection (pyproject.toml): finished with status 'done' Created wheel for typing_inspection: filename=typing_inspection-0.4.0-py3-none-any.whl size=14125 sha256=50e72559fcd2a6367a19f7a7e610e6afcb9fac940c650290eed893d61386832f Stored in directory: /root/.cache/pip/wheels/c0/07/e1/4ca9f4daad6f433daf04b76c116c81549ba81a4d6c95c221a5 DEPRECATION: Building 'Unidecode' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'Unidecode'. Discussion can be found at https://github.com/pypa/pip/issues/6334 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.8-py3-none-any.whl size=235551 sha256=e6f41d403263a0c7291cac9a7f97ea94b61b1c270fe23d991ace87878f299d95 Stored in directory: /root/.cache/pip/wheels/a7/f6/a0/0182614bd2b8873902131cf50bdf6e2f8690713f6dd518104f DEPRECATION: Building 'wcwidth' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'wcwidth'. Discussion can be found at https://github.com/pypa/pip/issues/6334 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.13-py2.py3-none-any.whl size=34258 sha256=eaa3ff8750780717c5e03942661ec48d21b8be5cca224e935e855669b2a67649 Stored in directory: /root/.cache/pip/wheels/a5/47/ac/44b0f35936c3b59a87df154fb380f11bc19ac01d551f245088 Building wheel for Werkzeug (pyproject.toml): started Building wheel for Werkzeug (pyproject.toml): finished with status 'done' Created wheel for Werkzeug: filename=werkzeug-3.1.3-py3-none-any.whl size=224546 sha256=98f8399abaf5c173a801acaca801282be2c038b93cf68b034b9f43fa4950d52f Stored in directory: /root/.cache/pip/wheels/2c/cb/e3/1c5f4057f1bba23a5f0a7c1b0a58607f50e6e352a84cdf2f5f DEPRECATION: Building 'xmltodict' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'xmltodict'. Discussion can be found at https://github.com/pypa/pip/issues/6334 Building wheel for xmltodict (setup.py): started Building wheel for xmltodict (setup.py): finished with status 'done' Created wheel for xmltodict: filename=xmltodict-0.14.2-py2.py3-none-any.whl size=10072 sha256=1af211e3865ae5c9735071d948f3e9d0fc1d6771479064efe9df363ce79117a8 Stored in directory: /root/.cache/pip/wheels/ac/9b/9b/38f6edde2d5821a1818de99c231fc6fee3f53c369e1e548542 Building wheel for yq (pyproject.toml): started Building wheel for yq (pyproject.toml): finished with status 'done' Created wheel for yq: filename=yq-3.4.3-py3-none-any.whl size=18934 sha256=79628614d9ac63d343ed3aa0edfd5a1ed7dcd93d5c375d1a44f5dfcbc7f1e212 Stored in directory: /root/.cache/pip/wheels/31/6c/e7/4a3de610c319166ba00b9125dd038b3419630d649ac393d36b DEPRECATION: Building 'certifi' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'certifi'. Discussion can be found at https://github.com/pypa/pip/issues/6334 Building wheel for certifi (setup.py): started Building wheel for certifi (setup.py): finished with status 'done' Created wheel for certifi: filename=certifi-2025.4.26-py3-none-any.whl size=159619 sha256=ecc193f8accc31b72068d7350bfb527badd7b3a67e5c9e5f70286414db7be379 Stored in directory: /root/.cache/pip/wheels/13/a0/08/db01bd1b40e2cbd9fe23fc141dc32c9acadb7d0f80c0513370 DEPRECATION: Building 'six' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'six'. Discussion can be found at https://github.com/pypa/pip/issues/6334 Building wheel for six (setup.py): started Building wheel for six (setup.py): finished with status 'done' Created wheel for six: filename=six-1.17.0-py2.py3-none-any.whl size=11130 sha256=08ffd5db18df17045e8e2f0077c398b6c8bbe6aae293789999c3a35a72bc3447 Stored in directory: /root/.cache/pip/wheels/e4/0a/d2/7664df8a9b57d831c1f0677331b1ae6def75ccd7a9bac321ad 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.14.0-py3-none-any.whl size=43839 sha256=a1514509136dd0b477638fc68d6a91497af5076466ad0fa6c338e44e359944af Stored in directory: /root/.cache/pip/wheels/8c/d0/71/f12599eec1b94e97234fd7e6c207a60f3c3ce366c7bcac5bb4 Building wheel for filelock (pyproject.toml): started Building wheel for filelock (pyproject.toml): finished with status 'done' Created wheel for filelock: filename=filelock-3.18.0-py3-none-any.whl size=16215 sha256=c401f4f8377c4464e6db25fff06205fd89bdd83b65eb0488ed1b160f780e21de Stored in directory: /root/.cache/pip/wheels/d6/00/2f/d431dcffba1588f396b3a813128f52ccb97aef1a2985fe032e Successfully built acquisition aiohttp_metwork_middlewares cookiecutter cookiecutter_hooks deploycron directory_observer envtpl mfplugin statsd telegraf_unixsocket_client xattrfile aiohttp multidict yarl aiosignal annotated-types argcomplete arrow asttokens attrs autopep8 Babel backcall bash bcrypt beautifulsoup4 binaryornot bjoern cachetools Cerberus chardet charset_normalizer Click colorama commonmark cron-wrapper cryptography decorator defusedxml Deprecated wrapt deprecation dill diskcache entrypoints executing sortedcontainers frozenlist fsspec geojson gitignore-parser hiredis idna inotify-simple ipython prompt-toolkit ipython_pygments_lexers jedi parso Jinja2 jinja2-from-json-extension jinja2-fnmatch-extension jinja2-getenv-extension jinja2-shell-extension jinja2-time joblib jsonschema jsonschema_specifications lazy-import lxml Markdown markdown-it-py mdurl MarkupSafe matplotlib-inline mflog mfutil mypy-extensions netifaces2 opinionated-configparser paramiko pexpect pickleshare pika Pillow poyo propcache 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 urllib3 rpds-py scikit-build-core shellingham simpleeval soupsieve stack-data structlog termcolor threadpoolctl tornado tqdm traitlets typer types-python-dateutil typing_inspection Unidecode wcwidth Werkzeug xmltodict yq certifi six typing-extensions filelock 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.5.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 2)) Processing ./src/aiohttp-3.11.16-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.2-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 5)) Processing ./src/annotated_types-0.7.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 6)) Processing ./src/argcomplete-3.6.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 7)) Processing ./src/arrow-1.3.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 8)) Processing ./src/asttokens-3.0.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 9)) Processing ./src/attrs-25.1.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 10)) Processing ./src/autopep8-2.3.2-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 11)) Processing ./src/babel-2.17.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 12)) Processing ./src/backcall-0.2.0-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 13)) Processing ./src/bash-0.6-py3-none-any.whl (from -r requirements3.txt.tmp (line 14)) Processing ./src/bcrypt-4.3.0-cp312-cp312-linux_x86_64.whl (from -r requirements3.txt.tmp (line 15)) Processing ./src/beautifulsoup4-4.13.3-py3-none-any.whl (from -r requirements3.txt.tmp (line 16)) Processing ./src/binaryornot-0.4.4-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 17)) Processing ./src/bjoern-3.2.2-cp312-cp312-linux_x86_64.whl (from -r requirements3.txt.tmp (line 18)) Processing ./src/cachetools-5.5.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 19)) Processing ./src/cerberus-1.3.7-py3-none-any.whl (from -r requirements3.txt.tmp (line 20)) Processing ./src/chardet-5.2.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 21)) Processing ./src/charset_normalizer-3.4.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 22)) Processing ./src/click-8.2.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 23)) Processing ./src/colorama-0.4.6-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 24)) Processing ./src/commonmark-0.9.1-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 25)) Processing ./src/cookiecutter-1.6.1-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 26)) Processing ./src/cookiecutter_hooks-0.0.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 27)) Processing ./src/cron_wrapper-0.1.3-py3-none-any.whl (from -r requirements3.txt.tmp (line 28)) Processing ./src/cryptography-45.0.3-cp312-abi3-linux_x86_64.whl (from -r requirements3.txt.tmp (line 29)) Processing ./src/decorator-5.2.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 30)) Processing ./src/defusedxml-0.7.1-py2.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.18-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 33)) Processing ./src/deprecation-2.1.0-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 34)) Processing ./src/dill-0.4.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 35)) Processing ./src/directory_observer-0.0.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 36)) Processing ./src/diskcache-5.6.3-py3-none-any.whl (from -r requirements3.txt.tmp (line 37)) Processing ./src/entrypoints-0.4-py3-none-any.whl (from -r requirements3.txt.tmp (line 38)) Processing ./src/envtpl-0.5.3-py3-none-any.whl (from -r requirements3.txt.tmp (line 39)) Processing ./src/executing-2.2.0-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 40)) Processing ./src/fakeredis-2.27.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 41)) Processing ./src/frozenlist-1.5.0-cp312-cp312-linux_x86_64.whl (from -r requirements3.txt.tmp (line 42)) Processing ./src/fsspec-2025.3.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 43)) Processing ./src/geojson-3.2.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 44)) Processing ./src/gitignore_parser-0.1.12-py3-none-any.whl (from -r requirements3.txt.tmp (line 45)) Processing ./src/hiredis-3.1.0-cp312-cp312-linux_x86_64.whl (from -r requirements3.txt.tmp (line 46)) Processing ./src/idna-3.10-py3-none-any.whl (from -r requirements3.txt.tmp (line 47)) Processing ./src/inotify_simple-1.3.5-py3-none-any.whl (from -r requirements3.txt.tmp (line 48)) Processing ./src/ipython-9.0.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 49)) Processing ./src/ipython_pygments_lexers-1.1.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 50)) Processing ./src/jedi-0.19.2-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 51)) Processing ./src/jinja2-3.1.6-py3-none-any.whl (from -r requirements3.txt.tmp (line 52)) Processing ./src/jinja2_from_json_extension-1.0.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 53)) Processing ./src/jinja2_fnmatch_extension-1.0.3-py3-none-any.whl (from -r requirements3.txt.tmp (line 54)) Processing ./src/jinja2_getenv_extension-1.0.3-py3-none-any.whl (from -r requirements3.txt.tmp (line 55)) Processing ./src/jinja2_shell_extension-2.1.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 56)) Processing ./src/jinja2_time-0.2.0-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 57)) Processing ./src/joblib-1.4.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 58)) Processing ./src/jsonschema-4.23.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 59)) Processing ./src/jsonschema_specifications-2024.10.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 60)) Processing ./src/lazy_import-0.2.2-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 61)) Processing ./src/lxml-5.3.1-cp312-cp312-linux_x86_64.whl (from -r requirements3.txt.tmp (line 62)) Processing ./src/markdown-3.7-py3-none-any.whl (from -r requirements3.txt.tmp (line 63)) Processing ./src/markdown_it_py-3.0.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 64)) Processing ./src/markupsafe-3.0.2-cp312-cp312-linux_x86_64.whl (from -r requirements3.txt.tmp (line 65)) Processing ./src/matplotlib_inline-0.1.7-py3-none-any.whl (from -r requirements3.txt.tmp (line 66)) Processing ./src/mdurl-0.1.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 67)) Processing ./src/mflog-0.1.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 68)) Processing ./src/mfplugin-0.0.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 69)) Processing ./src/mfutil-0.3.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 70)) Processing ./src/multidict-6.1.0-cp312-cp312-linux_x86_64.whl (from -r requirements3.txt.tmp (line 71)) Processing ./src/mypy_extensions-1.1.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 72)) Processing ./src/netifaces2-0.0.22-cp37-abi3-linux_x86_64.whl (from -r requirements3.txt.tmp (line 73)) Processing ./src/opinionated_configparser-1.0.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 74)) Processing ./src/orjson-3.10.18-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (from -r requirements3.txt.tmp (line 75)) Processing ./src/paramiko-3.5.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 76)) Processing ./src/parso-0.8.4-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 77)) Processing ./src/pexpect-4.9.0-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 78)) Processing ./src/pickleshare-0.7.5-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 79)) Processing ./src/pika-1.3.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 80)) Processing ./src/pillow-11.1.0-cp312-cp312-linux_x86_64.whl (from -r requirements3.txt.tmp (line 81)) Processing ./src/poyo-0.5.0-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 82)) Processing ./src/prompt_toolkit-3.0.50-py3-none-any.whl (from -r requirements3.txt.tmp (line 83)) Processing ./src/propcache-0.3.0-cp312-cp312-linux_x86_64.whl (from -r requirements3.txt.tmp (line 84)) Processing ./src/psutil-7.0.0-cp36-abi3-linux_x86_64.whl (from -r requirements3.txt.tmp (line 85)) Processing ./src/ptyprocess-0.7.0-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 86)) Processing ./src/pure_eval-0.2.3-py3-none-any.whl (from -r requirements3.txt.tmp (line 87)) Processing ./src/pyasn1-0.6.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 88)) Processing ./src/pyasn1_modules-0.4.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 89)) Processing ./src/pyasyncore-1.0.4-py3-none-any.whl (from -r requirements3.txt.tmp (line 90)) Processing ./src/pycodestyle-2.12.1-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 91)) Processing ./src/pydantic-2.11.5-py3-none-any.whl (from -r requirements3.txt.tmp (line 92)) Processing ./src/pydantic_core-2.33.2-cp312-cp312-linux_x86_64.whl (from -r requirements3.txt.tmp (line 93)) Processing ./src/pygments-2.19.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 94)) Processing ./src/pyinotify-0.9.6-py3-none-any.whl (from -r requirements3.txt.tmp (line 95)) Processing ./src/pynacl-1.5.0-cp312-cp312-linux_x86_64.whl (from -r requirements3.txt.tmp (line 96)) Processing ./src/python_dateutil-2.9.0.post0-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 97)) Processing ./src/python_ldap-3.4.4-cp312-cp312-linux_x86_64.whl (from -r requirements3.txt.tmp (line 98)) Processing ./src/pytz-2025.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 99)) Processing ./src/pyyaml-6.0.2-cp312-cp312-linux_x86_64.whl (from -r requirements3.txt.tmp (line 100)) Processing ./src/redis-5.0.6-py3-none-any.whl (from -r requirements3.txt.tmp (line 101)) Processing ./src/referencing-0.36.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 102)) Processing ./src/regex-2024.11.6-cp312-cp312-linux_x86_64.whl (from -r requirements3.txt.tmp (line 103)) Processing ./src/requests-2.32.3-py3-none-any.whl (from -r requirements3.txt.tmp (line 104)) Processing ./src/requests_unixsocket2-0.4.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 105)) Processing ./src/rich-14.0.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 106)) Processing ./src/rpds_py-0.23.1-cp312-cp312-linux_x86_64.whl (from -r requirements3.txt.tmp (line 107)) Processing ./src/scikit_build_core-0.11.3-py3-none-any.whl (from -r requirements3.txt.tmp (line 108)) Processing ./src/shellingham-1.5.4-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 109)) Processing ./src/simpleeval-1.0.3-py3-none-any.whl (from -r requirements3.txt.tmp (line 110)) Processing ./src/sortedcontainers-2.4.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 111)) Processing ./src/soupsieve-2.6-py3-none-any.whl (from -r requirements3.txt.tmp (line 112)) Processing ./src/statsd-3.2.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 113)) Processing ./src/stack_data-0.6.3-py3-none-any.whl (from -r requirements3.txt.tmp (line 114)) Processing ./src/structlog-23.1.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 115)) Processing ./src/telegraf_unixsocket_client-0.0.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 116)) Processing ./src/termcolor-2.5.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 117)) Processing ./src/terminaltables3-4.0.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 118)) Processing ./src/threadpoolctl-3.6.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 119)) Processing ./src/tornado-6.5.1-cp39-abi3-linux_x86_64.whl (from -r requirements3.txt.tmp (line 120)) Processing ./src/tqdm-4.67.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 121)) Processing ./src/traitlets-5.14.3-py3-none-any.whl (from -r requirements3.txt.tmp (line 122)) Processing ./src/typer-0.16.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 123)) Processing ./src/types_python_dateutil-2.9.0.20241206-py3-none-any.whl (from -r requirements3.txt.tmp (line 124)) Processing ./src/typing_inspection-0.4.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 125)) Processing ./src/unidecode-1.3.8-py3-none-any.whl (from -r requirements3.txt.tmp (line 126)) Processing ./src/urllib3-2.4.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 127)) Processing ./src/wcwidth-0.2.13-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 128)) Processing ./src/werkzeug-3.1.3-py3-none-any.whl (from -r requirements3.txt.tmp (line 129)) Processing ./src/wrapt-1.17.2-cp312-cp312-linux_x86_64.whl (from -r requirements3.txt.tmp (line 130)) Processing ./src/xattrfile-0.0.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 131)) Processing ./src/xmltodict-0.14.2-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 132)) Processing ./src/yarl-1.18.3-cp312-cp312-linux_x86_64.whl (from -r requirements3.txt.tmp (line 133)) Processing ./src/yq-3.4.3-py3-none-any.whl (from -r requirements3.txt.tmp (line 134)) Requirement already satisfied: typing-extensions>=4.0.0 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages (from beautifulsoup4==4.13.3->-r requirements3.txt.tmp (line 16)) (4.14.0) Requirement already satisfied: filelock in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages (from cron-wrapper==0.1.3->-r requirements3.txt.tmp (line 28)) (3.18.0) Requirement already satisfied: setuptools in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages (from cron-wrapper==0.1.3->-r requirements3.txt.tmp (line 28)) (80.9.0) Requirement already satisfied: cffi>=1.14 in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from cryptography==45.0.3->-r requirements3.txt.tmp (line 29)) (1.17.1) Requirement already satisfied: packaging in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages (from deprecation==2.1.0->-r requirements3.txt.tmp (line 34)) (24.2) Requirement already satisfied: six in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages (from lazy-import==0.2.2->-r requirements3.txt.tmp (line 61)) (1.17.0) 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 104)) (2025.4.26) Requirement already satisfied: pathspec>=0.10.1 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages (from scikit-build-core==0.11.3->-r requirements3.txt.tmp (line 108)) (0.12.1) Requirement already satisfied: tomlkit>=0.11.6 in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from yq==3.4.3->-r requirements3.txt.tmp (line 134)) (0.13.2) Requirement already satisfied: ConfigUpdater in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from mfplugin->-r requirements3.txt.tmp (line 69)) (3.2) Requirement already satisfied: pycparser in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from cffi>=1.14->cryptography==45.0.3->-r requirements3.txt.tmp (line 29)) (2.22) Installing collected packages: wcwidth, statsd, sortedcontainers, pytz, pyinotify, pyasyncore, pure-eval, ptyprocess, pickleshare, gitignore-parser, deploycron, commonmark, bjoern, bash, backcall, xmltodict, wrapt, urllib3, Unidecode, typing_inspection, types-python-dateutil, traitlets, tqdm, tornado, threadpoolctl, terminaltables3, termcolor, structlog, soupsieve, simpleeval, shellingham, scikit-build-core, rpds-py, regex, redis, PyYAML, python-dateutil, Pygments, pydantic-core, pycodestyle, pyasn1, psutil, propcache, prompt-toolkit, poyo, Pillow, pika, pexpect, parso, orjson, netifaces2, mypy-extensions, multidict, mdurl, MarkupSafe, Markdown, lxml, lazy-import, joblib, inotify-simple, idna, hiredis, geojson, fsspec, frozenlist, executing, entrypoints, diskcache, dill, deprecation, defusedxml, decorator, colorama, Click, charset_normalizer, chardet, Cerberus, cachetools, bcrypt, Babel, attrs, asttokens, argcomplete, annotated-types, aiohappyeyeballs, yq, yarl, Werkzeug, telegraf_unixsocket_client, stack-data, requests, referencing, PyNaCl, pydantic, pyasn1-modules, mflog, matplotlib-inline, markdown-it-py, Jinja2, jedi, ipython_pygments_lexers, fakeredis, Deprecated, cryptography, cron-wrapper, binaryornot, beautifulsoup4, autopep8, arrow, aiosignal, xattrfile, rich, requests-unixsocket2, python-ldap, 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, typer, mfutil, jsonschema, directory_observer, cookiecutter, aiohttp_metwork_middlewares, mfplugin, acquisition Successfully installed Babel-2.17.0 Cerberus-1.3.7 Click-8.2.1 Deprecated-1.2.18 Jinja2-3.1.6 Markdown-3.7 MarkupSafe-3.0.2 Pillow-11.1.0 PyNaCl-1.5.0 PyYAML-6.0.2 Pygments-2.19.1 Unidecode-1.3.8 Werkzeug-3.1.3 acquisition-0.0.0 aiohappyeyeballs-2.5.0 aiohttp-3.11.16 aiohttp_metwork_middlewares-0.0.1 aiosignal-1.3.2 annotated-types-0.7.0 argcomplete-3.6.0 arrow-1.3.0 asttokens-3.0.0 attrs-25.1.0 autopep8-2.3.2 backcall-0.2.0 bash-0.6 bcrypt-4.3.0 beautifulsoup4-4.13.3 binaryornot-0.4.4 bjoern-3.2.2 cachetools-5.5.2 chardet-5.2.0 charset_normalizer-3.4.2 colorama-0.4.6 commonmark-0.9.1 cookiecutter-1.6.1 cookiecutter_hooks-0.0.1 cron-wrapper-0.1.3 cryptography-45.0.3 decorator-5.2.1 defusedxml-0.7.1 deploycron-0.0.1 deprecation-2.1.0 dill-0.4.0 directory_observer-0.0.1 diskcache-5.6.3 entrypoints-0.4 envtpl-0.5.3 executing-2.2.0 fakeredis-2.27.0 frozenlist-1.5.0 fsspec-2025.3.0 geojson-3.2.0 gitignore-parser-0.1.12 hiredis-3.1.0 idna-3.10 inotify-simple-1.3.5 ipython-9.0.2 ipython_pygments_lexers-1.1.1 jedi-0.19.2 jinja2-fnmatch-extension-1.0.3 jinja2-from-json-extension-1.0.1 jinja2-getenv-extension-1.0.3 jinja2-shell-extension-2.1.1 jinja2-time-0.2.0 joblib-1.4.2 jsonschema-4.23.0 jsonschema_specifications-2024.10.1 lazy-import-0.2.2 lxml-5.3.1 markdown-it-py-3.0.0 matplotlib-inline-0.1.7 mdurl-0.1.2 mflog-0.1.1 mfplugin-0.0.0 mfutil-0.3.2 multidict-6.1.0 mypy-extensions-1.1.0 netifaces2-0.0.22 opinionated-configparser-1.0.1 orjson-3.10.18 paramiko-3.5.1 parso-0.8.4 pexpect-4.9.0 pickleshare-0.7.5 pika-1.3.2 poyo-0.5.0 prompt-toolkit-3.0.50 propcache-0.3.0 psutil-7.0.0 ptyprocess-0.7.0 pure-eval-0.2.3 pyasn1-0.6.1 pyasn1-modules-0.4.1 pyasyncore-1.0.4 pycodestyle-2.12.1 pydantic-2.11.5 pydantic-core-2.33.2 pyinotify-0.9.6 python-dateutil-2.9.0.post0 python-ldap-3.4.4 pytz-2025.1 redis-5.0.6 referencing-0.36.2 regex-2024.11.6 requests-2.32.3 requests-unixsocket2-0.4.2 rich-14.0.0 rpds-py-0.23.1 scikit-build-core-0.11.3 shellingham-1.5.4 simpleeval-1.0.3 sortedcontainers-2.4.0 soupsieve-2.6 stack-data-0.6.3 statsd-3.2.1 structlog-23.1.0 telegraf_unixsocket_client-0.0.1 termcolor-2.5.0 terminaltables3-4.0.0 threadpoolctl-3.6.0 tornado-6.5.1 tqdm-4.67.1 traitlets-5.14.3 typer-0.16.0 types-python-dateutil-2.9.0.20241206 typing_inspection-0.4.0 urllib3-2.4.0 wcwidth-0.2.13 wrapt-1.17.2 xattrfile-0.0.0 xmltodict-0.14.2 yarl-1.18.3 yq-3.4.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/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/statsd.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/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/pillow.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/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/defusedxml.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/deprecation.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/fakeredis.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/ipython_pygments_lexers.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/lxml.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/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/netifaces2.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/orjson.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/propcache.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/scikit_build_core.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/shellingham.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/sortedcontainers.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/terminaltables3.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/typer.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/types-python-dateutil.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/typing-inspection.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/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_f888b02ea4b405edf602c110282a92b5.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: 105e6aaed75383e445894dab15d1959e /src/adm/root.mk md5sum hash: 2015ef15586bdf3948c47cec964182a5 core@mfext layer (dependency) hash (from cache): 8f6beb515d7e9c9be14270277cb4cfaa python3@mfext layer (dependency) hash (from cache): e2634fc45c009e749c584d3604b35ed3 python3_core@mfext layer (dependency) hash (from cache): 3256cc987ed6b33d083b3c9cc5cc5950 root@mfext layer (dependency) hash (from cache): 0f855f61408199364c6a233812c1aad2 source hash: dca4274c1f1a2082de38753a88f7ec6e cache missed (/buildcache/mfext_cache_layer_python3_circus_fe8d996630f0d3fd5eb7ec42701cbee5.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 -- scl enable gcc-toolset-11 -- 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 tempolayer66848[/src/layers/layer2_python3_circus/0500_circus/tempolayer66848] Obtaining circus from git+https://github.com/metwork-framework/circus.git@6fdf573415f09a050cfedf62120c1c3f34845318#egg=circus (from -r requirements3.txt (line 2)) Cloning https://github.com/metwork-framework/circus.git (to revision 6fdf573415f09a050cfedf62120c1c3f34845318) 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^6fdf573415f09a050cfedf62120c1c3f34845318' Running command git fetch -q https://github.com/metwork-framework/circus.git 6fdf573415f09a050cfedf62120c1c3f34845318 Resolved https://github.com/metwork-framework/circus.git to commit 6fdf573415f09a050cfedf62120c1c3f34845318 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@86ff062bc4733433cc44443e8e4d145f53711fac#egg=circus_autorestart_plugin (from -r requirements3.txt (line 3)) Cloning https://github.com/metwork-framework/circus_autorestart_plugin.git (to revision 86ff062bc4733433cc44443e8e4d145f53711fac) 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^86ff062bc4733433cc44443e8e4d145f53711fac' Running command git fetch -q https://github.com/metwork-framework/circus_autorestart_plugin.git 86ff062bc4733433cc44443e8e4d145f53711fac Resolved https://github.com/metwork-framework/circus_autorestart_plugin.git to commit 86ff062bc4733433cc44443e8e4d145f53711fac Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): 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 75.4 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-7.0.0-cp36-abi3-linux_x86_64.whl Collecting tornado>=5.0.2 (from circus->-r requirements3.txt (line 2)) Using cached tornado-6.5.1-cp39-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.12-py3-none-any.whl Collecting setuptools (from circus_autorestart_plugin->-r requirements3.txt (line 3)) Using cached setuptools-80.9.0-py3-none-any.whl Saved ./src/tornado-6.5.1-cp39-abi3-linux_x86_64.whl Saved ./src/gitignore_parser-0.1.12-py3-none-any.whl Saved ./src/inotify_simple-1.3.5-py3-none-any.whl Saved ./src/psutil-7.0.0-cp36-abi3-linux_x86_64.whl Saved ./src/setuptools-80.9.0-py3-none-any.whl Building wheels for collected packages: circus, circus_autorestart_plugin, cached-property, pyzmq 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=212579 sha256=c4d51c965a6c863ea8b9eb010ee86cbdadeafc54c9aeffacb50f59fb8a8e3b0b Stored in directory: /src/layers/layer2_python3_circus/0500_circus/tempolayer66848/tmp/pip-ephem-wheel-cache-3c40wwyt/wheels/9a/bb/43/0da9dbe25ea6d28a8381ace376af50b100c3994bf876d0f2c9 Building wheel for circus_autorestart_plugin (pyproject.toml): started Building wheel for circus_autorestart_plugin (pyproject.toml): finished with status 'done' Created wheel for circus_autorestart_plugin: filename=circus_autorestart_plugin-0.0.1-py3-none-any.whl size=4533 sha256=cebf641516594d4b62fa07761cd0f05355a70d2de74252175cdb080c253f549d Stored in directory: /src/layers/layer2_python3_circus/0500_circus/tempolayer66848/tmp/pip-ephem-wheel-cache-3c40wwyt/wheels/b4/d6/bc/de910bdaad34456b93b727c9db0dffacc967c10ddf242bc49f DEPRECATION: Building 'cached-property' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'cached-property'. Discussion can be found at https://github.com/pypa/pip/issues/6334 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=7691 sha256=32a8d5f8c361db2b42eb592c329d611291fbdab96254974bf8e3d275b8b9b7e1 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=1792639 sha256=6619bca4b750d37f4299edc08dadf2f5c0011a4cdaaa5ca72d07e403a0438607 Stored in directory: /root/.cache/pip/wheels/79/1d/2b/3ca9a885a32f012cddd2d2fc0f76fdfd98d8541e7d5d764243 Successfully built circus circus_autorestart_plugin cached-property pyzmq 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)) (7.0.0) 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.5.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.12) 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)) (80.9.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_fe8d996630f0d3fd5eb7ec42701cbee5.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: 105e6aaed75383e445894dab15d1959e /src/adm/root.mk md5sum hash: 2015ef15586bdf3948c47cec964182a5 core@mfext layer (dependency) hash (from cache): 8f6beb515d7e9c9be14270277cb4cfaa python3@mfext layer (dependency) hash (from cache): e2634fc45c009e749c584d3604b35ed3 python3_core@mfext layer (dependency) hash (from cache): 3256cc987ed6b33d083b3c9cc5cc5950 root@mfext layer (dependency) hash (from cache): 0f855f61408199364c6a233812c1aad2 scientific_core@mfext layer (dependency) hash (from cache): 87546dde7c7e7409bea3c79626dbea83 source hash: 183b8dff75561c50a6db8ea152a46a5e cache missed (/buildcache/mfext_cache_layer_python3_scientific_core_a7c4fd7aa6fede44855f17db5b6912d5.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 -- scl enable gcc-toolset-11 -- 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 tempolayer67836[/src/layers/layer2_python3_scientific_core/0500_extra_python_packages/tempolayer67836] 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.10 (from -r requirements3.txt (line 2)) Downloading psycopg2-2.9.10.tar.gz (385 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting psycopg==3.2.6 (from -r requirements3.txt (line 3)) Downloading psycopg-3.2.6.tar.gz (156 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting psycopg-c==3.2.6 (from -r requirements3.txt (line 4)) Downloading psycopg_c-3.2.6.tar.gz (609 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 609.3/609.3 kB 45.3 MB/s eta 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting typing-extensions>=4.6 (from psycopg==3.2.6->-r requirements3.txt (line 3)) Using cached typing_extensions-4.14.0-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.14.0-py3-none-any.whl Building wheels for collected packages: psycopg2, psycopg, psycopg-c DEPRECATION: Building 'psycopg2' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'psycopg2'. Discussion can be found at https://github.com/pypa/pip/issues/6334 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.10-cp312-cp312-linux_x86_64.whl size=528915 sha256=b81004347f2d48389aeb5c0a63547af9f3758a5a687b7c5b31da3ad1c58bdb96 Stored in directory: /root/.cache/pip/wheels/ac/bb/ce/afa589c50b6004d3a06fc691e71bd09c9bd5f01e5921e5329b Building wheel for psycopg (pyproject.toml): started Building wheel for psycopg (pyproject.toml): finished with status 'done' Created wheel for psycopg: filename=psycopg-3.2.6-py3-none-any.whl size=199117 sha256=25a1bb6c2e809074e0f5654f64b13cbd78c8194c04d083ae8d86fb8b7eb560a8 Stored in directory: /root/.cache/pip/wheels/d2/c8/a7/f808e61a8fadc2ee3f4fe187bacac0505d48f8d1697e93e11d 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.2.6-cp312-cp312-linux_x86_64.whl size=2446138 sha256=b8218257606b03ba99db1997c7909fc695c93cc748728fa544a9d72a575959b3 Stored in directory: /root/.cache/pip/wheels/a4/fe/cc/0fdd8aed51d3ed490910ad2bd249358fa901dba95ba6408a0d 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.10-cp312-cp312-linux_x86_64.whl (from -r requirements3.txt.tmp (line 2)) Processing ./src/psycopg-3.2.6-py3-none-any.whl (from -r requirements3.txt.tmp (line 3)) Processing ./src/psycopg_c-3.2.6-cp312-cp312-linux_x86_64.whl (from -r requirements3.txt.tmp (line 4)) Requirement already satisfied: typing-extensions>=4.6 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages (from psycopg==3.2.6->-r requirements3.txt.tmp (line 3)) (4.14.0) Installing collected packages: psycopg2, psycopg-c, psycopg, astral Successfully installed astral-3.2 psycopg-3.2.6 psycopg-c-3.2.6 psycopg2-2.9.10 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_a7c4fd7aa6fede44855f17db5b6912d5.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: 105e6aaed75383e445894dab15d1959e /src/adm/root.mk md5sum hash: 2015ef15586bdf3948c47cec964182a5 core@mfext layer (dependency) hash (from cache): 8f6beb515d7e9c9be14270277cb4cfaa root@mfext layer (dependency) hash (from cache): 0f855f61408199364c6a233812c1aad2 source hash: abe8ded1987308f954f02fad0bd24e79 cache hit (used: /buildcache/mfext_cache_layer_nodejs_82d565648301aba30a8f28b044c2bcc6.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_82d565648301aba30a8f28b044c2bcc6.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 _cache_logic_before_layer.sh "/opt/metwork-mfext-master/opt/devtools" "devtools" /etc/buildimage_hash: 105e6aaed75383e445894dab15d1959e /src/adm/root.mk md5sum hash: 2015ef15586bdf3948c47cec964182a5 core@mfext layer (dependency) hash (from cache): 8f6beb515d7e9c9be14270277cb4cfaa root@mfext layer (dependency) hash (from cache): 0f855f61408199364c6a233812c1aad2 source hash: 9bcbee843ac24140ecd45227e705f6df cache hit (used: /buildcache/mfext_cache_layer_devtools_48146240542c6c33e116a8a68e362e7e.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_48146240542c6c33e116a8a68e362e7e.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: 105e6aaed75383e445894dab15d1959e /src/adm/root.mk md5sum hash: 2015ef15586bdf3948c47cec964182a5 core@mfext layer (dependency) hash (from cache): 8f6beb515d7e9c9be14270277cb4cfaa devtools@mfext layer (dependency) hash (from cache): 684a236816ad749733d253dbf748357a python3@mfext layer (dependency) hash (from cache): e2634fc45c009e749c584d3604b35ed3 python3_core@mfext layer (dependency) hash (from cache): 3256cc987ed6b33d083b3c9cc5cc5950 root@mfext layer (dependency) hash (from cache): 0f855f61408199364c6a233812c1aad2 source hash: 501f30b9d11fd110e396e89d36649d4e cache missed (/buildcache/mfext_cache_layer_python3_devtools_03ebb1389609700ca01c3503272dc107.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 -- scl enable gcc-toolset-11 -- 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 tempolayer69171[/src/layers/layer7_python3_devtools/0400_prereq_extra_python_packages/tempolayer69171] 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)) Downloading flit_core-3.12.0.tar.gz (53 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting setuptools_scm>=6.4 (from flit-scm==1.7.0->-r requirements3.txt (line 1)) Using cached setuptools_scm-8.2.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-24.2-py3-none-any.whl Collecting setuptools>=61 (from setuptools_scm>=6.4->flit-scm==1.7.0->-r requirements3.txt (line 1)) Using cached setuptools-80.9.0-py3-none-any.whl Saved ./src/setuptools_scm-8.2.0-py3-none-any.whl Saved ./src/packaging-24.2-py3-none-any.whl Saved ./src/setuptools-80.9.0-py3-none-any.whl Building wheels for collected packages: flit-scm, flit-core 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=3208 sha256=e07f20bbd11debea9157166d047d6e887505382c212e01bc4f7f564d4ef8df90 Stored in directory: /root/.cache/pip/wheels/c2/f1/ea/5485a4fee6c56a37de10fb225da42433a67a58de1a6f5a7a4e 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.12.0-py3-none-any.whl size=45594 sha256=e7a0304069ea895172e3c7bb703292e992c5d1555dd1233ab7b5621b5b69e62c Stored in directory: /root/.cache/pip/wheels/ab/33/52/933ce36968a55f8294aba4ea6e7fe2e9241dabdb768b06a63f Successfully built flit-scm 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_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.12.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.2.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)) (24.2) Requirement already satisfied: setuptools>=61 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)) (80.9.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 -- scl enable gcc-toolset-11 -- 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 tempolayer69319[/src/layers/layer7_python3_devtools/0500_extra_python_packages/tempolayer69319] 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.3.9 (from -r requirements3.txt (line 3)) Downloading astroid-3.3.9.tar.gz (398 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting backrefs==5.8 (from -r requirements3.txt (line 4)) Downloading backrefs-5.8.tar.gz (6.8 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.8/6.8 MB 148.6 MB/s eta 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting bandit==1.8.3 (from -r requirements3.txt (line 5)) Downloading bandit-1.8.3.tar.gz (4.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.2/4.2 MB 143.0 MB/s eta 0:00:00 Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting black==25.1.0 (from -r requirements3.txt (line 6)) Downloading black-25.1.0.tar.gz (649 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 649.4/649.4 kB 59.0 MB/s eta 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting bracex==2.5 (from -r requirements3.txt (line 7)) Downloading bracex-2.5.tar.gz (26 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting bump-pydantic==0.8.0 (from -r requirements3.txt (line 8)) 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 9)) 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.7.1 (from -r requirements3.txt (line 10)) Downloading coverage-7.7.1.tar.gz (810 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 810.3/810.3 kB 82.8 MB/s eta 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting exceptiongroup==1.2.2 (from -r requirements3.txt (line 11)) Downloading exceptiongroup-1.2.2.tar.gz (28 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting execnet==2.1.1 (from -r requirements3.txt (line 12)) Downloading execnet-2.1.1.tar.gz (166 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting filprofiler==2024.11.2 (from -r requirements3.txt (line 13)) Downloading filprofiler-2024.11.2-cp312-cp312-manylinux_2_28_x86_64.whl.metadata (3.8 kB) Collecting flake8==7.1.2 (from -r requirements3.txt (line 14)) Downloading flake8-7.1.2.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 15)) 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.5.1 (from -r requirements3.txt (line 16)) Downloading freezegun-1.5.1.tar.gz (33 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 17)) 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.12 (from -r requirements3.txt (line 18)) Downloading gitdb-4.0.12.tar.gz (394 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting GitPython==3.1.44 (from -r requirements3.txt (line 19)) Downloading gitpython-3.1.44.tar.gz (214 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting hjson==3.1.0 (from -r requirements3.txt (line 20)) Downloading hjson-3.1.0.tar.gz (40 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting identify==2.6.9 (from -r requirements3.txt (line 21)) Downloading identify-2.6.9.tar.gz (99 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting iniconfig==2.1.0 (from -r requirements3.txt (line 22)) Downloading iniconfig-2.1.0.tar.gz (4.8 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting isort==6.0.1 (from -r requirements3.txt (line 23)) Downloading isort-6.0.1-py3-none-any.whl.metadata (11 kB) Collecting jmespath==1.0.1 (from -r requirements3.txt (line 24)) 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.10.0 (from -r requirements3.txt (line 25)) Downloading lazy-object-proxy-1.10.0.tar.gz (43 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting libcst==1.7.0 (from -r requirements3.txt (line 26)) Downloading libcst-1.7.0.tar.gz (776 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 776.7/776.7 kB 70.0 MB/s eta 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting livereload==2.7.1 (from -r requirements3.txt (line 27)) Downloading livereload-2.7.1.tar.gz (22 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting lunr==0.8.0 (from -r requirements3.txt (line 28)) Downloading lunr-0.8.0.tar.gz (1.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 112.4 MB/s eta 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting Mako==1.3.9 (from -r requirements3.txt (line 29)) Downloading mako-1.3.9.tar.gz (392 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting mccabe==0.7.0 (from -r requirements3.txt (line 30)) 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 31)) 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.6.1 (from -r requirements3.txt (line 32)) Downloading mkdocs-1.6.1.tar.gz (3.9 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.9/3.9 MB 129.3 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 33)) 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-nav==3.0.0 (from -r requirements3.txt (line 34)) Downloading mkdocs_awesome_nav-3.0.0.tar.gz (7.9 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting mkdocs-exclude==1.0.2 (from -r requirements3.txt (line 35)) 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-get-deps==0.2.0 (from -r requirements3.txt (line 36)) Downloading mkdocs_get_deps-0.2.0.tar.gz (10 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting mkdocs-macros-plugin==1.3.7 (from -r requirements3.txt (line 37)) Downloading mkdocs_macros_plugin-1.3.7.tar.gz (33 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting mkdocs-material==9.6.9 (from -r requirements3.txt (line 38)) Downloading mkdocs_material-9.6.9.tar.gz (3.9 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.9/3.9 MB 17.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.3.1 (from -r requirements3.txt (line 39)) Downloading mkdocs_material_extensions-1.3.1.tar.gz (11 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting mock==5.2.0 (from -r requirements3.txt (line 40)) Downloading mock-5.2.0.tar.gz (92 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting more-itertools==10.6.0 (from -r requirements3.txt (line 41)) Downloading more-itertools-10.6.0.tar.gz (125 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting natsort==8.4.0 (from -r requirements3.txt (line 42)) 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 43)) Downloading nltk-3.9.1.tar.gz (2.9 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.9/2.9 MB 59.0 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 44)) 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.7 (from -r requirements3.txt (line 45)) Downloading paginate-0.5.7.tar.gz (19 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting panoply==0.1.56 (from -r requirements3.txt (line 46)) Downloading panoply-0.1.56-py3-none-any.whl.metadata (525 bytes) Collecting pdoc3==0.11.6 (from -r requirements3.txt (line 47)) Downloading pdoc3-0.11.6.tar.gz (177 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting pipdeptree==2.26.0 (from -r requirements3.txt (line 48)) Downloading pipdeptree-2.26.0.tar.gz (40 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pre-commit==4.2.0 (from -r requirements3.txt (line 49)) Downloading pre_commit-4.2.0.tar.gz (193 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting py-spy==0.4.0 (from -r requirements3.txt (line 50)) Downloading py_spy-0.4.0-py2.py3-none-manylinux_2_5_x86_64.manylinux1_x86_64.whl.metadata (16 kB) Collecting pydocstyle==6.3.0 (from -r requirements3.txt (line 51)) Downloading pydocstyle-6.3.0-py3-none-any.whl.metadata (3.7 kB) Collecting pyflakes==3.2.0 (from -r requirements3.txt (line 52)) Downloading pyflakes-3.2.0.tar.gz (63 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting pyinstaller-hooks-contrib==2025.2 (from -r requirements3.txt (line 53)) Downloading pyinstaller_hooks_contrib-2025.2.tar.gz (150 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pyinstaller==6.12.0 (from -r requirements3.txt (line 54)) Downloading pyinstaller-6.12.0.tar.gz (4.3 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.3/4.3 MB 144.6 MB/s eta 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pylint==3.3.6 (from -r requirements3.txt (line 55)) Downloading pylint-3.3.6.tar.gz (1.5 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.5/1.5 MB 83.2 MB/s eta 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pymdown-extensions==10.14.3 (from -r requirements3.txt (line 56)) Downloading pymdown_extensions-10.14.3.tar.gz (846 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 846.8/846.8 kB 75.3 MB/s eta 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pyproject-api==1.9.0 (from -r requirements3.txt (line 57)) Downloading pyproject_api-1.9.0.tar.gz (22 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pytest==8.4.0 (from -r requirements3.txt (line 58)) Downloading pytest-8.4.0.tar.gz (1.5 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.5/1.5 MB 45.0 MB/s eta 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pytest-asyncio==0.26.0 (from -r requirements3.txt (line 59)) Downloading pytest_asyncio-0.26.0.tar.gz (54 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pytest-cov==6.0.0 (from -r requirements3.txt (line 60)) Downloading pytest-cov-6.0.0.tar.gz (66 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pytest-html==4.1.1 (from -r requirements3.txt (line 61)) 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.1.2 (from -r requirements3.txt (line 62)) Downloading pytest_httpserver-1.1.2-py3-none-any.whl.metadata (6.2 kB) Collecting pytest-json-report==1.5.0 (from -r requirements3.txt (line 63)) 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-metadata==3.1.1 (from -r requirements3.txt (line 64)) Downloading pytest_metadata-3.1.1-py3-none-any.whl.metadata (8.6 kB) Collecting pytest-mock==3.14.0 (from -r requirements3.txt (line 65)) Downloading pytest-mock-3.14.0.tar.gz (32 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pytest-xdist==3.6.1 (from -r requirements3.txt (line 66)) Downloading pytest_xdist-3.6.1.tar.gz (84 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 67)) 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 setuptools-git-versioning==2.1.0 (from -r requirements3.txt (line 68)) Downloading setuptools_git_versioning-2.1.0.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 69)) 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.6 (from -r requirements3.txt (line 70)) Downloading simple_term_menu-1.6.6.tar.gz (35 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting smmap==5.0.2 (from -r requirements3.txt (line 71)) Downloading smmap-5.0.2.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 72)) 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.4.1 (from -r requirements3.txt (line 73)) Downloading stevedore-5.4.1.tar.gz (513 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting super-collections==0.5.3 (from -r requirements3.txt (line 74)) Downloading super_collections-0.5.3.tar.gz (10 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting tox==4.25.0 (from -r requirements3.txt (line 75)) Downloading tox-4.25.0.tar.gz (196 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 76)) 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==6.0.0 (from -r requirements3.txt (line 77)) Downloading watchdog-6.0.0.tar.gz (131 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting wcmatch==10.0 (from -r requirements3.txt (line 78)) Downloading wcmatch-10.0.tar.gz (115 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting PyYAML>=5.3.1 (from bandit==1.8.3->-r requirements3.txt (line 5)) Using cached pyyaml-6.0.2-cp312-cp312-linux_x86_64.whl Collecting rich (from bandit==1.8.3->-r requirements3.txt (line 5)) Using cached rich-14.0.0-py3-none-any.whl.metadata (18 kB) Collecting click>=8.0.0 (from black==25.1.0->-r requirements3.txt (line 6)) Using cached click-8.2.1-py3-none-any.whl Collecting mypy-extensions>=0.4.3 (from black==25.1.0->-r requirements3.txt (line 6)) Using cached mypy_extensions-1.1.0-py3-none-any.whl Collecting packaging>=22.0 (from black==25.1.0->-r requirements3.txt (line 6)) Using cached packaging-24.2-py3-none-any.whl Collecting pathspec>=0.9.0 (from black==25.1.0->-r requirements3.txt (line 6)) Using cached pathspec-0.12.1-py3-none-any.whl Collecting platformdirs>=2 (from black==25.1.0->-r requirements3.txt (line 6)) Using cached platformdirs-4.3.6-py3-none-any.whl Collecting typer>=0.7.0 (from bump-pydantic==0.8.0->-r requirements3.txt (line 8)) Downloading typer-0.16.0-py3-none-any.whl.metadata (15 kB) Collecting typing-extensions (from bump-pydantic==0.8.0->-r requirements3.txt (line 8)) Using cached typing_extensions-4.14.0-py3-none-any.whl Collecting threadpoolctl (from filprofiler==2024.11.2->-r requirements3.txt (line 13)) Using cached threadpoolctl-3.6.0-py3-none-any.whl Collecting pycodestyle<2.13.0,>=2.12.0 (from flake8==7.1.2->-r requirements3.txt (line 14)) Using cached pycodestyle-2.12.1-py2.py3-none-any.whl Collecting python-dateutil>=2.7 (from freezegun==1.5.1->-r requirements3.txt (line 16)) Using cached python_dateutil-2.9.0.post0-py2.py3-none-any.whl Collecting tornado (from livereload==2.7.1->-r requirements3.txt (line 27)) Using cached tornado-6.5.1-cp39-abi3-linux_x86_64.whl Collecting MarkupSafe>=0.9.2 (from Mako==1.3.9->-r requirements3.txt (line 29)) Using cached markupsafe-3.0.2-cp312-cp312-linux_x86_64.whl Collecting jinja2>=2.11.1 (from mkdocs==1.6.1->-r requirements3.txt (line 32)) Using cached jinja2-3.1.6-py3-none-any.whl Collecting markdown>=3.3.6 (from mkdocs==1.6.1->-r requirements3.txt (line 32)) Using cached markdown-3.7-py3-none-any.whl Collecting pydantic>=2.0.2 (from mkdocs-awesome-nav==3.0.0->-r requirements3.txt (line 34)) Using cached pydantic-2.11.5-py3-none-any.whl Collecting termcolor (from mkdocs-macros-plugin==1.3.7->-r requirements3.txt (line 37)) Using cached termcolor-2.5.0-py3-none-any.whl Collecting babel~=2.10 (from mkdocs-material==9.6.9->-r requirements3.txt (line 38)) Using cached babel-2.17.0-py3-none-any.whl Collecting colorama~=0.4 (from mkdocs-material==9.6.9->-r requirements3.txt (line 38)) Using cached colorama-0.4.6-py2.py3-none-any.whl Collecting pygments~=2.16 (from mkdocs-material==9.6.9->-r requirements3.txt (line 38)) Using cached pygments-2.19.1-py3-none-any.whl Collecting requests~=2.26 (from mkdocs-material==9.6.9->-r requirements3.txt (line 38)) Using cached requests-2.32.3-py3-none-any.whl Collecting joblib (from nltk==3.9.1->-r requirements3.txt (line 43)) Using cached joblib-1.4.2-py3-none-any.whl Collecting regex>=2021.8.3 (from nltk==3.9.1->-r requirements3.txt (line 43)) Using cached regex-2024.11.6-cp312-cp312-linux_x86_64.whl Collecting tqdm (from nltk==3.9.1->-r requirements3.txt (line 43)) Using cached tqdm-4.67.1-py3-none-any.whl Collecting pip>=24.2 (from pipdeptree==2.26.0->-r requirements3.txt (line 48)) Downloading pip-25.1.1.tar.gz (1.9 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.9/1.9 MB 148.1 MB/s eta 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting virtualenv>=20.10.0 (from pre-commit==4.2.0->-r requirements3.txt (line 49)) Downloading virtualenv-20.29.2.tar.gz (4.3 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.3/4.3 MB 133.5 MB/s eta 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting setuptools>=42.0.0 (from pyinstaller-hooks-contrib==2025.2->-r requirements3.txt (line 53)) Using cached setuptools-80.9.0-py3-none-any.whl Collecting dill>=0.3.6 (from pylint==3.3.6->-r requirements3.txt (line 55)) Using cached dill-0.4.0-py3-none-any.whl Collecting tomlkit>=0.10.1 (from pylint==3.3.6->-r requirements3.txt (line 55)) Using cached tomlkit-0.13.2-py3-none-any.whl.metadata (2.7 kB) Collecting pluggy<2,>=1.5 (from pytest==8.4.0->-r requirements3.txt (line 58)) Using cached pluggy-1.5.0-py3-none-any.whl Collecting Werkzeug>=2.0.0 (from pytest-httpserver==1.1.2->-r requirements3.txt (line 62)) Using cached werkzeug-3.1.3-py3-none-any.whl Collecting paramiko>=2.7.1 (from sftp-py==0.2.1->-r requirements3.txt (line 69)) Using cached paramiko-3.5.1-py3-none-any.whl Collecting pbr>=2.0.0 (from stevedore==5.4.1->-r requirements3.txt (line 73)) Using cached pbr-6.1.1-py2.py3-none-any.whl Collecting cachetools>=5.5.1 (from tox==4.25.0->-r requirements3.txt (line 75)) Using cached cachetools-5.5.2-py3-none-any.whl Collecting chardet>=5.2 (from tox==4.25.0->-r requirements3.txt (line 75)) Using cached chardet-5.2.0-py3-none-any.whl Collecting filelock>=3.16.1 (from tox==4.25.0->-r requirements3.txt (line 75)) Using cached filelock-3.18.0-py3-none-any.whl Collecting charset_normalizer<4,>=2 (from requests~=2.26->mkdocs-material==9.6.9->-r requirements3.txt (line 38)) Using cached charset_normalizer-3.4.2-py3-none-any.whl Collecting idna<4,>=2.5 (from requests~=2.26->mkdocs-material==9.6.9->-r requirements3.txt (line 38)) Using cached idna-3.10-py3-none-any.whl Collecting urllib3<3,>=1.21.1 (from requests~=2.26->mkdocs-material==9.6.9->-r requirements3.txt (line 38)) Using cached urllib3-2.4.0-py3-none-any.whl Collecting certifi>=2017.4.17 (from requests~=2.26->mkdocs-material==9.6.9->-r requirements3.txt (line 38)) Using cached certifi-2025.4.26-py3-none-any.whl Collecting bcrypt>=3.2 (from paramiko>=2.7.1->sftp-py==0.2.1->-r requirements3.txt (line 69)) Using cached bcrypt-4.3.0-cp312-cp312-linux_x86_64.whl Collecting cryptography>=3.3 (from paramiko>=2.7.1->sftp-py==0.2.1->-r requirements3.txt (line 69)) Using cached cryptography-45.0.3-cp312-abi3-linux_x86_64.whl Collecting pynacl>=1.5 (from paramiko>=2.7.1->sftp-py==0.2.1->-r requirements3.txt (line 69)) Using cached pynacl-1.5.0-cp312-cp312-linux_x86_64.whl Collecting cffi>=1.14 (from cryptography>=3.3->paramiko>=2.7.1->sftp-py==0.2.1->-r requirements3.txt (line 69)) Using cached cffi-1.17.1-cp312-cp312-linux_x86_64.whl Collecting pycparser (from cffi>=1.14->cryptography>=3.3->paramiko>=2.7.1->sftp-py==0.2.1->-r requirements3.txt (line 69)) Using cached pycparser-2.22-py3-none-any.whl Collecting annotated-types>=0.6.0 (from pydantic>=2.0.2->mkdocs-awesome-nav==3.0.0->-r requirements3.txt (line 34)) Using cached annotated_types-0.7.0-py3-none-any.whl Collecting pydantic-core==2.33.2 (from pydantic>=2.0.2->mkdocs-awesome-nav==3.0.0->-r requirements3.txt (line 34)) Using cached pydantic_core-2.33.2-cp312-cp312-linux_x86_64.whl Collecting typing-inspection>=0.4.0 (from pydantic>=2.0.2->mkdocs-awesome-nav==3.0.0->-r requirements3.txt (line 34)) Using cached typing_inspection-0.4.0-py3-none-any.whl Collecting six>=1.5 (from python-dateutil>=2.7->freezegun==1.5.1->-r requirements3.txt (line 16)) Using cached six-1.17.0-py2.py3-none-any.whl Collecting shellingham>=1.3.0 (from typer>=0.7.0->bump-pydantic==0.8.0->-r requirements3.txt (line 8)) Using cached shellingham-1.5.4-py2.py3-none-any.whl Collecting markdown-it-py>=2.2.0 (from rich->bandit==1.8.3->-r requirements3.txt (line 5)) Using cached markdown_it_py-3.0.0-py3-none-any.whl Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich->bandit==1.8.3->-r requirements3.txt (line 5)) Using cached mdurl-0.1.2-py3-none-any.whl Collecting distlib<1,>=0.3.7 (from virtualenv>=20.10.0->pre-commit==4.2.0->-r requirements3.txt (line 49)) Downloading distlib-0.3.9.tar.gz (613 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 613.9/613.9 kB 1.3 MB/s eta 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Downloading filprofiler-2024.11.2-cp312-cp312-manylinux_2_28_x86_64.whl (1.5 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.5/1.5 MB 103.2 MB/s eta 0:00:00 Downloading isort-6.0.1-py3-none-any.whl (94 kB) Downloading panoply-0.1.56-py3-none-any.whl (3.1 kB) Downloading py_spy-0.4.0-py2.py3-none-manylinux_2_5_x86_64.manylinux1_x86_64.whl (2.7 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.7/2.7 MB 161.9 MB/s eta 0:00:00 Downloading pydocstyle-6.3.0-py3-none-any.whl (38 kB) Downloading pytest_httpserver-1.1.2-py3-none-any.whl (20 kB) Downloading pytest_metadata-3.1.1-py3-none-any.whl (11 kB) Using cached tomlkit-0.13.2-py3-none-any.whl (37 kB) Downloading typer-0.16.0-py3-none-any.whl (46 kB) Using cached rich-14.0.0-py3-none-any.whl (243 kB) Saved ./src/filprofiler-2024.11.2-cp312-cp312-manylinux_2_28_x86_64.whl Saved ./src/isort-6.0.1-py3-none-any.whl Saved ./src/panoply-0.1.56-py3-none-any.whl Saved ./src/py_spy-0.4.0-py2.py3-none-manylinux_2_5_x86_64.manylinux1_x86_64.whl Saved ./src/pydocstyle-6.3.0-py3-none-any.whl Saved ./src/pytest_httpserver-1.1.2-py3-none-any.whl Saved ./src/pytest_metadata-3.1.1-py3-none-any.whl Saved ./src/babel-2.17.0-py3-none-any.whl Saved ./src/colorama-0.4.6-py2.py3-none-any.whl Saved ./src/jinja2-3.1.6-py3-none-any.whl Saved ./src/markdown-3.7-py3-none-any.whl Saved ./src/pluggy-1.5.0-py3-none-any.whl Saved ./src/pycodestyle-2.12.1-py2.py3-none-any.whl Saved ./src/pygments-2.19.1-py3-none-any.whl Saved ./src/requests-2.32.3-py3-none-any.whl Saved ./src/charset_normalizer-3.4.2-py3-none-any.whl Saved ./src/idna-3.10-py3-none-any.whl Saved ./src/urllib3-2.4.0-py3-none-any.whl Saved ./src/cachetools-5.5.2-py3-none-any.whl Saved ./src/certifi-2025.4.26-py3-none-any.whl Saved ./src/chardet-5.2.0-py3-none-any.whl Saved ./src/click-8.2.1-py3-none-any.whl Saved ./src/dill-0.4.0-py3-none-any.whl Saved ./src/filelock-3.18.0-py3-none-any.whl Saved ./src/markupsafe-3.0.2-cp312-cp312-linux_x86_64.whl Saved ./src/mypy_extensions-1.1.0-py3-none-any.whl Saved ./src/packaging-24.2-py3-none-any.whl Saved ./src/paramiko-3.5.1-py3-none-any.whl Saved ./src/bcrypt-4.3.0-cp312-cp312-linux_x86_64.whl Saved ./src/cryptography-45.0.3-cp312-abi3-linux_x86_64.whl Saved ./src/cffi-1.17.1-cp312-cp312-linux_x86_64.whl Saved ./src/pathspec-0.12.1-py3-none-any.whl Saved ./src/pbr-6.1.1-py2.py3-none-any.whl Saved ./src/platformdirs-4.3.6-py3-none-any.whl Saved ./src/pydantic-2.11.5-py3-none-any.whl Saved ./src/pydantic_core-2.33.2-cp312-cp312-linux_x86_64.whl Saved ./src/annotated_types-0.7.0-py3-none-any.whl Saved ./src/pynacl-1.5.0-cp312-cp312-linux_x86_64.whl Saved ./src/python_dateutil-2.9.0.post0-py2.py3-none-any.whl Saved ./src/pyyaml-6.0.2-cp312-cp312-linux_x86_64.whl Saved ./src/regex-2024.11.6-cp312-cp312-linux_x86_64.whl Saved ./src/setuptools-80.9.0-py3-none-any.whl Saved ./src/six-1.17.0-py2.py3-none-any.whl Saved ./src/tomlkit-0.13.2-py3-none-any.whl Saved ./src/typer-0.16.0-py3-none-any.whl Saved ./src/rich-14.0.0-py3-none-any.whl Saved ./src/markdown_it_py-3.0.0-py3-none-any.whl Saved ./src/mdurl-0.1.2-py3-none-any.whl Saved ./src/shellingham-1.5.4-py2.py3-none-any.whl Saved ./src/typing_extensions-4.14.0-py3-none-any.whl Saved ./src/typing_inspection-0.4.0-py3-none-any.whl Saved ./src/werkzeug-3.1.3-py3-none-any.whl Saved ./src/joblib-1.4.2-py3-none-any.whl Saved ./src/pycparser-2.22-py3-none-any.whl Saved ./src/termcolor-2.5.0-py3-none-any.whl Saved ./src/threadpoolctl-3.6.0-py3-none-any.whl Saved ./src/tornado-6.5.1-cp39-abi3-linux_x86_64.whl Saved ./src/tqdm-4.67.1-py3-none-any.whl Building wheels for collected packages: altgraph, apipkg, astroid, backrefs, bandit, black, bracex, bump-pydantic, cfgv, coverage, exceptiongroup, execnet, flake8, mccabe, pyflakes, flake8-docstrings, freezegun, ghp-import, gitdb, smmap, GitPython, hjson, identify, iniconfig, jmespath, lazy-object-proxy, libcst, livereload, lunr, Mako, mergedeep, mkdocs, mkdocs-add-number-plugin, mkdocs-awesome-nav, mkdocs-exclude, mkdocs-get-deps, mkdocs-macros-plugin, mkdocs-material, mkdocs-material-extensions, paginate, pymdown-extensions, mock, more-itertools, natsort, nltk, nodeenv, simple-term-menu, pdoc3, pipdeptree, pre-commit, pyinstaller-hooks-contrib, pyinstaller, pylint, pyproject-api, pytest, pytest-asyncio, pytest-cov, pytest-html, pytest-json-report, pytest-mock, pytest-xdist, pyyaml-env-tag, setuptools-git-versioning, sftp-py, snowballstemmer, stevedore, super-collections, tox, typing-inspect, watchdog, wcmatch, pip, virtualenv, distlib DEPRECATION: Building 'altgraph' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'altgraph'. Discussion can be found at https://github.com/pypa/pip/issues/6334 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=21312 sha256=d7e010588df4fe10a37d6321dc8c4d414d9f2fdb85dfa59ce8fd7f8a9740f033 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=8462 sha256=30ebf05c8703ce33514a3b60f698cb4480fd1d0bb8f7cc7eb078ea0fd5c6f6a6 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.3.9-py3-none-any.whl size=275396 sha256=e073998f8b9a93a0d2d549f0ffadaf52fb050355d46213e736dcc89cccfb50bb Stored in directory: /root/.cache/pip/wheels/37/15/77/96279465701f423ae9721faa7cbd9ea53d2a4a4b447017dda3 Building wheel for backrefs (pyproject.toml): started Building wheel for backrefs (pyproject.toml): finished with status 'done' Created wheel for backrefs: filename=backrefs-5.8-py312-none-any.whl size=398021 sha256=bbef7169a33811080d67cdf1538c8289f76f0942ff971222a16034da88a73486 Stored in directory: /root/.cache/pip/wheels/43/2a/7f/b44e9496dc149dcb7facb58f1d50017e447f3a8cacc91b3500 DEPRECATION: Building 'bandit' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'bandit'. Discussion can be found at https://github.com/pypa/pip/issues/6334 Building wheel for bandit (setup.py): started Building wheel for bandit (setup.py): finished with status 'done' Created wheel for bandit: filename=bandit-1.8.3-py3-none-any.whl size=129778 sha256=4ad3231a3f3b5eaada6409850daf349fbac3da74da8c40bb11314caa22cd95f6 Stored in directory: /root/.cache/pip/wheels/20/ed/b0/ffa56fc3e94200ff4d4ecd2048117ec403501f668f17b05f37 Building wheel for black (pyproject.toml): started Building wheel for black (pyproject.toml): finished with status 'done' Created wheel for black: filename=black-25.1.0-py3-none-any.whl size=207646 sha256=95e8176dae143ba9097f351d174fdaf0ccd29efb414b362ae3fd72bf0f710717 Stored in directory: /root/.cache/pip/wheels/1b/ac/72/bcaa812faa2975eb84145a1b85c1ce42a31e41bb9c214d90a1 Building wheel for bracex (pyproject.toml): started Building wheel for bracex (pyproject.toml): finished with status 'done' Created wheel for bracex: filename=bracex-2.5-py3-none-any.whl size=11508 sha256=66e6b9fb314a236635b49a4eb6d07540f3712a9bfd4c873fac424b2c7c86c289 Stored in directory: /root/.cache/pip/wheels/59/b3/57/bab9de40a12936c568bcd0a31bee0e113a85a69688fb19523d 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=27526 sha256=c2804b772b913ec097fce7ecf3ef805580aac484dc1196a18f02b6f222856968 Stored in directory: /root/.cache/pip/wheels/7b/3b/41/30c72c780e93588d32400fec73c6d4e9343e4b32c7e60317f2 DEPRECATION: Building 'cfgv' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'cfgv'. Discussion can be found at https://github.com/pypa/pip/issues/6334 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=7284 sha256=06357b423e62847be704b4af3e27642dedf92987fd108cf791a23ba5cf3912de 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.7.1-cp312-cp312-linux_x86_64.whl size=244201 sha256=227b487743a6e1f843545e953bfb394b930d760e82749d7be2a66443fcac8da4 Stored in directory: /root/.cache/pip/wheels/da/f1/4e/455fdcbf19f0cdca3e8318f3f398bdbbb58ac2c89c266f8b81 Building wheel for exceptiongroup (pyproject.toml): started Building wheel for exceptiongroup (pyproject.toml): finished with status 'done' Created wheel for exceptiongroup: filename=exceptiongroup-1.2.2-py3-none-any.whl size=16527 sha256=cf2ebb74475475cd3971890ad0eb0be0b073259eb14f27f9b2d08a97ccb0c2df Stored in directory: /root/.cache/pip/wheels/8f/56/12/137d37937559333aa6d757656de8e5c1158e509a74f1e8550b Building wheel for execnet (pyproject.toml): started Building wheel for execnet (pyproject.toml): finished with status 'done' Created wheel for execnet: filename=execnet-2.1.1-py3-none-any.whl size=40641 sha256=beaf84d94aa74252f763ed46164cb3a4ee8793b21aec06f7b1c2ca011d69826f Stored in directory: /root/.cache/pip/wheels/c6/a9/83/ad32725984b7a07cccbf88f0b7ef1c48e7d9c3b96a3ad516fa DEPRECATION: Building 'flake8' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'flake8'. Discussion can be found at https://github.com/pypa/pip/issues/6334 Building wheel for flake8 (setup.py): started Building wheel for flake8 (setup.py): finished with status 'done' Created wheel for flake8: filename=flake8-7.1.2-py2.py3-none-any.whl size=57781 sha256=ba4f0b236cf91e4823643658884124f8b7f7e3496eb1cc8d6f4ab37f7dd48d12 Stored in directory: /root/.cache/pip/wheels/f2/10/45/317e02aed2a48c9754e016acb07e41720e730da6f97d60e75d DEPRECATION: Building 'mccabe' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'mccabe'. Discussion can be found at https://github.com/pypa/pip/issues/6334 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=7425 sha256=c7f4374c2c12958c88cbb4bbe82cee42e9f63e33aea3ff4ab2e8d3e05f1dddb8 Stored in directory: /root/.cache/pip/wheels/02/7c/0f/5f8042b1e04fe54d8715757e1571b741a0f8ac3125ecd3aeee DEPRECATION: Building 'pyflakes' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'pyflakes'. Discussion can be found at https://github.com/pypa/pip/issues/6334 Building wheel for pyflakes (setup.py): started Building wheel for pyflakes (setup.py): finished with status 'done' Created wheel for pyflakes: filename=pyflakes-3.2.0-py2.py3-none-any.whl size=62804 sha256=4164fee2cff4e127d6c23c832c978f8e8ff19fbec005799a2ebd8f4349b4cdc5 Stored in directory: /root/.cache/pip/wheels/e4/1d/9a/81941101cf276cbacf7d26c405e9cc165fb2551b461319c73a DEPRECATION: Building 'flake8-docstrings' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'flake8-docstrings'. Discussion can be found at https://github.com/pypa/pip/issues/6334 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=5032 sha256=af0c90432d55c90341036400c0f7d360d02742e2273167a1f58c26f5bf8787c8 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.5.1-py3-none-any.whl size=17631 sha256=bfbf52e9902d9ae36483d16dddb8e7174663365c3e521025634e97629fe8ccd5 Stored in directory: /root/.cache/pip/wheels/08/60/06/8404db52c3b9d7a52b612ad49013fea684543afa1bba713d3b DEPRECATION: Building 'ghp-import' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'ghp-import'. Discussion can be found at https://github.com/pypa/pip/issues/6334 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=11102 sha256=b773db88e2d0920f7e7a2a5d1295535fc66e91af1fef0e1ff8aae98364e70371 Stored in directory: /root/.cache/pip/wheels/d2/40/bd/27f0aed2ced09768a700ef94678d96ee68cf9226cff8e40532 DEPRECATION: Building 'gitdb' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'gitdb'. Discussion can be found at https://github.com/pypa/pip/issues/6334 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.12-py3-none-any.whl size=62899 sha256=552d9fa3604870d7e4e32e2542539b8e9016fedfbee5803901c98fa979404121 Stored in directory: /root/.cache/pip/wheels/99/33/f9/19d56f47e5f0b2a14de7e27126ed2ebf16673da4e7614accd4 DEPRECATION: Building 'smmap' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'smmap'. Discussion can be found at https://github.com/pypa/pip/issues/6334 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.2-py3-none-any.whl size=24386 sha256=061918d78937e05b58a02233bf24fabdc2c83ebac2f544474eb341490da31d21 Stored in directory: /root/.cache/pip/wheels/3f/9a/6b/59712c18fc0b1e2862ffaaebf57636a96c2400d60d4666116b 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.44-py3-none-any.whl size=207716 sha256=7a0d06067a5f090943d9f558c096c69d445b1caad5ffa0baec3c6ebfd0155ff3 Stored in directory: /root/.cache/pip/wheels/9e/ce/a2/ccbaf952c21640e350f71c6f35a04a00ce3d2d571f95d8ff56 DEPRECATION: Building 'hjson' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'hjson'. Discussion can be found at https://github.com/pypa/pip/issues/6334 Building wheel for hjson (setup.py): started Building wheel for hjson (setup.py): finished with status 'done' Created wheel for hjson: filename=hjson-3.1.0-py3-none-any.whl size=54103 sha256=f453ff830dbe5544c9b78a339a19c4c4465434e5d14388780208e24e7a4fa6d1 Stored in directory: /root/.cache/pip/wheels/e7/33/ed/6edb02d2978c616cda59c956f59744ff1b1d0f827169cbb070 DEPRECATION: Building 'identify' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'identify'. Discussion can be found at https://github.com/pypa/pip/issues/6334 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.9-py2.py3-none-any.whl size=99131 sha256=5cc512a6b677d2c8bd96e47082901c69ce797540cba61f18bac4e2acc8871b26 Stored in directory: /root/.cache/pip/wheels/f8/bf/1b/7fc42da4ff164c7cebae3ff919888bb3b9b2c9de2954974292 Building wheel for iniconfig (pyproject.toml): started Building wheel for iniconfig (pyproject.toml): finished with status 'done' Created wheel for iniconfig: filename=iniconfig-2.1.0-py3-none-any.whl size=6073 sha256=a996e4d8535910b97a61fe1a515fdd6f8d2add05cd72d632cc8092501b731593 Stored in directory: /root/.cache/pip/wheels/b6/9b/74/365bd7589358625fbb4c453b8147558a774d541fedca704206 DEPRECATION: Building 'jmespath' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'jmespath'. Discussion can be found at https://github.com/pypa/pip/issues/6334 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=20337 sha256=e0a48e7c048a57d92eefec860b87e2da79cb46a20c4f2a5850b0ca4f05560842 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.10.0-cp312-cp312-linux_x86_64.whl size=71774 sha256=b4feb2fb8ded283c4794d25c6448ffda0ca32db44275dc9a54677663eff96140 Stored in directory: /root/.cache/pip/wheels/96/f0/2f/ef3ca53a41cb910753c8bf098e9a62277a7e5834d8d9c14ade Building wheel for libcst (pyproject.toml): started Building wheel for libcst (pyproject.toml): finished with status 'done' Created wheel for libcst: filename=libcst-1.7.0-cp312-cp312-linux_x86_64.whl size=2325516 sha256=d9614bc8c125020ea25c14d05c1857da286c5f68f753f07d4161e4a1b6bbdcc9 Stored in directory: /root/.cache/pip/wheels/7d/5c/64/f7c0387a85829a8a76cfc9c665e12925fcce5f48c5e21e752f DEPRECATION: Building 'livereload' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'livereload'. Discussion can be found at https://github.com/pypa/pip/issues/6334 Building wheel for livereload (setup.py): started Building wheel for livereload (setup.py): finished with status 'done' Created wheel for livereload: filename=livereload-2.7.1-py3-none-any.whl size=22744 sha256=d1420922af309fe1d4137838fcfaa49912a24d90f60967c347a49567fc9b0946 Stored in directory: /root/.cache/pip/wheels/c0/60/e3/b0af975a64d421dc5190b0583e238399b147c8f6f8d3d2e056 Building wheel for lunr (pyproject.toml): started Building wheel for lunr (pyproject.toml): finished with status 'done' Created wheel for lunr: filename=lunr-0.8.0-py3-none-any.whl size=35211 sha256=a2bc4e08dbb35b32723006bf2edbe6dc1f4f4b95955eea0d23165a184d276ce8 Stored in directory: /root/.cache/pip/wheels/c9/af/d3/0e0b557254d034e11fc71aacf0398c5f1649c4f62ca687ab11 Building wheel for Mako (pyproject.toml): started Building wheel for Mako (pyproject.toml): finished with status 'done' Created wheel for Mako: filename=mako-1.3.9-py3-none-any.whl size=78729 sha256=141caecb7a1ae5c883eca85874aff3c1b6409d4aa58e8c3ce53996ccd8dd9255 Stored in directory: /root/.cache/pip/wheels/38/f8/fd/401962e7c662ee80a81368e61354c46ad46fec33ce7c485abc DEPRECATION: Building 'mergedeep' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'mergedeep'. Discussion can be found at https://github.com/pypa/pip/issues/6334 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=4829 sha256=0fbcddfa713172b5f4a653e8b5e17f00e750f4319cecdf64075b177a93987529 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.6.1-py3-none-any.whl size=3864459 sha256=b21b241fde86fad59170cd62786d91c44e9e8b31b7a54fa90ed8ce38676e3a2c Stored in directory: /root/.cache/pip/wheels/54/85/fe/41fdd62b542518716d90989a5c7d4f31e3d1246715a0aa1820 DEPRECATION: Building 'mkdocs-add-number-plugin' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'mkdocs-add-number-plugin'. Discussion can be found at https://github.com/pypa/pip/issues/6334 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=9217 sha256=6721837f508bee3d398e601911b1ea302e9314d98ac8be548fb26011da7996ab Stored in directory: /root/.cache/pip/wheels/f8/a3/9d/7c41d63f14fa63ab90d67e40d9b9a588fa287252fbfb7a89e3 Building wheel for mkdocs-awesome-nav (pyproject.toml): started Building wheel for mkdocs-awesome-nav (pyproject.toml): finished with status 'done' Created wheel for mkdocs-awesome-nav: filename=mkdocs_awesome_nav-3.0.0-py3-none-any.whl size=11371 sha256=44c8cde23198968faf87fb437dec11d1d618be86cd4a75976c206c6223e1499e Stored in directory: /root/.cache/pip/wheels/73/54/4d/5ea6fb68696d52cb266b2148d6a5d2903b36ba77b4df639746 DEPRECATION: Building 'mkdocs-exclude' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'mkdocs-exclude'. Discussion can be found at https://github.com/pypa/pip/issues/6334 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=7433 sha256=d81abe68c5dccb0c2c109acddf30d4065ccb640c7e4b0383eec3b1ce33cb3de8 Stored in directory: /root/.cache/pip/wheels/aa/20/e9/25997af9c7bb2613b1c938e869a6ba36c7c0de09d7ad1fa3d2 Building wheel for mkdocs-get-deps (pyproject.toml): started Building wheel for mkdocs-get-deps (pyproject.toml): finished with status 'done' Created wheel for mkdocs-get-deps: filename=mkdocs_get_deps-0.2.0-py3-none-any.whl size=9520 sha256=3bb6eba7b52a6aab6f1407b6a476bc098c16e3e8a47309cd9d4c091c64d4f6c4 Stored in directory: /root/.cache/pip/wheels/90/b6/31/d706d1341d021c73fb9627b31b0e1e53411cc0beea191b8bd3 Building wheel for mkdocs-macros-plugin (pyproject.toml): started Building wheel for mkdocs-macros-plugin (pyproject.toml): finished with status 'done' Created wheel for mkdocs-macros-plugin: filename=mkdocs_macros_plugin-1.3.7-py3-none-any.whl size=37839 sha256=a407c01cdb044c32570329a34d5de7babc80890b5feb3706e3cd81f46dd52211 Stored in directory: /root/.cache/pip/wheels/d0/8a/c2/0536e62a48e7d754f2f808e61fd6d50ff6a1a4e04f4d38ffda 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.6.9-py3-none-any.whl size=8697935 sha256=6e61b7fb623ce2aa4622056592b155a9eea56ff3487d0835075360be45a4c8d1 Stored in directory: /root/.cache/pip/wheels/6b/f4/56/0711f576913e6179e57e63291e039acb6679374073f38e8c5f 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.3.1-py3-none-any.whl size=8732 sha256=a0c9d7d44b2fd46f6092c521fada1b683c7513c3112bf62b062bd05baffca81c Stored in directory: /root/.cache/pip/wheels/a8/0e/b2/df9e6f7329262aea713bfb3ba274a975529f4d2d49224c42f3 DEPRECATION: Building 'paginate' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'paginate'. Discussion can be found at https://github.com/pypa/pip/issues/6334 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.7-py2.py3-none-any.whl size=13832 sha256=20e5388462201243706c5188bddf79d572e6e66adbda05d748d22a201f214ac5 Stored in directory: /root/.cache/pip/wheels/89/47/d2/a7880310ffb9a2bc4e5dfc0b5f57cc820b41d9da26545825b2 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.14.3-py3-none-any.whl size=264467 sha256=05e0bee73d64b9c71a4ae17c72abc2f700e8bc8403755a00580b49a4e9f189e9 Stored in directory: /root/.cache/pip/wheels/3d/70/86/2a903142401ee3b7625512302468a1108f74c60a0654271615 DEPRECATION: Building 'mock' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'mock'. Discussion can be found at https://github.com/pypa/pip/issues/6334 Building wheel for mock (setup.py): started Building wheel for mock (setup.py): finished with status 'done' Created wheel for mock: filename=mock-5.2.0-py3-none-any.whl size=31650 sha256=816f5747507edfd654cd4298034dee693af6d7a68726e0ace1efe620cbfa4a1a Stored in directory: /root/.cache/pip/wheels/fa/1b/8f/572bda773ff09cde321d975eae4d92b8a911c66e00e2e00336 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.6.0-py3-none-any.whl size=63083 sha256=cdef9823e313d0d42e6410338fff793101526e486944adcffb14e0af7da3be9f Stored in directory: /root/.cache/pip/wheels/2b/86/17/21faf4493e886c3e7e47dd99b14ecd06fad637abf1387a4c96 DEPRECATION: Building 'natsort' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'natsort'. Discussion can be found at https://github.com/pypa/pip/issues/6334 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=38305 sha256=5a126e8afd1e320db81a9d0d36d32d94ac694691b97a88b1094a100c549ee4b5 Stored in directory: /root/.cache/pip/wheels/cb/2b/5a/c465518c48548bf4e16cba8a9aa760b5a24cee8f8ccfeb4925 DEPRECATION: Building 'nltk' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'nltk'. Discussion can be found at https://github.com/pypa/pip/issues/6334 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=1505604 sha256=884405288700d9d9d0fa9d6d44ec2d89cdce27b027d6339813f1ac56a30f6bdd 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=22419 sha256=5e5ff98d08836b2f4a3bc3375be7a88c1a8536d5ce04ded296136aa9d8f2c1bc Stored in directory: /root/.cache/pip/wheels/87/4f/56/2bf63562351c053c0a9a836b21b9460cab1bb7a57cd7539a2e DEPRECATION: Building 'simple-term-menu' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'simple-term-menu'. Discussion can be found at https://github.com/pypa/pip/issues/6334 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.6-py3-none-any.whl size=27687 sha256=9b79b018817155fb4e6c5d214d8a89246e9da2b34dcb5d42e1f17d9c446056f3 Stored in directory: /root/.cache/pip/wheels/42/a5/ef/6bbcfe3545fc915fc7249bbac80492d6563df75a28ae5a705c DEPRECATION: Building 'pdoc3' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'pdoc3'. Discussion can be found at https://github.com/pypa/pip/issues/6334 Building wheel for pdoc3 (setup.py): started Building wheel for pdoc3 (setup.py): finished with status 'done' Created wheel for pdoc3: filename=pdoc3-0.11.6-py3-none-any.whl size=237993 sha256=eba7eec483d6beda1ae8034cdb4d16db3aed452f04efbe887a7f7f2a687b9fce Stored in directory: /root/.cache/pip/wheels/e7/56/ac/3e29e7fc0ebdf4098b108b2d090701f17468e59da94aeae935 Building wheel for pipdeptree (pyproject.toml): started Building wheel for pipdeptree (pyproject.toml): finished with status 'done' Created wheel for pipdeptree: filename=pipdeptree-2.26.0-py3-none-any.whl size=32562 sha256=ccba37c06e790b9f0de488ac3970ca52384f9e34a5846ed685828224c4d40e04 Stored in directory: /root/.cache/pip/wheels/52/7d/80/3a2aae9ea346ea88dfa6acbbd3c31ded169150053c840d6a3e DEPRECATION: Building 'pre-commit' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'pre-commit'. Discussion can be found at https://github.com/pypa/pip/issues/6334 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.2.0-py2.py3-none-any.whl size=220746 sha256=ef344df5a58ec8ea32213547231f8cf7d4f5b7a27835a99850f85ea3cb3abba3 Stored in directory: /root/.cache/pip/wheels/be/a1/34/61a63771f8cc85382fa6015306238e52651964f901df35928e 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-2025.2-py3-none-any.whl size=351019 sha256=3530221aff38c25f22ade8a7f639c62a492d325999725bce9517f8e1e89e7f0a Stored in directory: /root/.cache/pip/wheels/a3/ae/2f/26ccb89af05f20baf45af81fdbc8f8d3bf0231af9aaf78f449 Building wheel for pyinstaller (pyproject.toml): started Building wheel for pyinstaller (pyproject.toml): finished with status 'done' Created wheel for pyinstaller: filename=pyinstaller-6.12.0-py3-none-any.whl size=2256831 sha256=abe3480d43cc8acbf357519132fd010804f55f0a5cf1e8015052b99e202a8d42 Stored in directory: /root/.cache/pip/wheels/3a/56/de/639ce30c3cd5188ac07969320b09cb33dc2ad4e649d29988b7 Building wheel for pylint (pyproject.toml): started Building wheel for pylint (pyproject.toml): finished with status 'done' Created wheel for pylint: filename=pylint-3.3.6-py3-none-any.whl size=522463 sha256=cadfc1a55081bbf882a97070c3546153eb102ac7f09d0db341f9514aa961fd99 Stored in directory: /root/.cache/pip/wheels/ba/29/23/e7be641fc72a8ab6ef07cdc823d53d605ce2bf0eead38d8f65 Building wheel for pyproject-api (pyproject.toml): started Building wheel for pyproject-api (pyproject.toml): finished with status 'done' Created wheel for pyproject-api: filename=pyproject_api-1.9.0-py3-none-any.whl size=13163 sha256=bd753da022764f7bfc5be81263e50daabc100d32bfbe4ff9bd5413a9f97a0211 Stored in directory: /root/.cache/pip/wheels/a2/74/e3/b6be92c7c33a654ddc337634bdb6f1f8cc25997aafaf9a3ea4 Building wheel for pytest (pyproject.toml): started Building wheel for pytest (pyproject.toml): finished with status 'done' Created wheel for pytest: filename=pytest-8.4.0-py3-none-any.whl size=363797 sha256=6187a00c02d776cec7b8254d862280be1f6fa202120e0a4c6867c93ae22c458d Stored in directory: /root/.cache/pip/wheels/36/34/e9/e796519881f124c594e0f647ff155a95fa71e2c24c9bf1febe 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.26.0-py3-none-any.whl size=19693 sha256=e733803fdc69a922232abc239770599d2f61e7d14bbef069bdcd0183408847cb Stored in directory: /root/.cache/pip/wheels/80/73/af/14ed92746f54a809da4a2b47b06151312117aeed4f70761e1d Building wheel for pytest-cov (pyproject.toml): started Building wheel for pytest-cov (pyproject.toml): finished with status 'done' Created wheel for pytest-cov: filename=pytest_cov-6.0.0-py3-none-any.whl size=23126 sha256=06f6065f24a117355800345c1c9ffe0516ebe95e4460a5e7b630508c39cdd56d Stored in directory: /root/.cache/pip/wheels/4a/6c/48/27f60c2840c0b0dbedc9f9e8199ad62275cf4c4e1bffc2c3a1 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=23522 sha256=eb4b88b4bfdb00be923e05c4e420d9ac58160fb7cd2c995c077ec3102062e742 Stored in directory: /root/.cache/pip/wheels/e4/2e/d3/44df89e4808d92b6749cf655a17f8839fd0ad35f31f12dd3db DEPRECATION: Building 'pytest-json-report' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'pytest-json-report'. Discussion can be found at https://github.com/pypa/pip/issues/6334 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=13288 sha256=f30213fd25759e0ae1821164a3aebc4c44d88dda51ffb959ae2e0d27512208ed Stored in directory: /root/.cache/pip/wheels/ec/da/e2/ff57aaf5dc3190785c4029304850bc362aebbb58e2830dd2ce Building wheel for pytest-mock (pyproject.toml): started Building wheel for pytest-mock (pyproject.toml): finished with status 'done' Created wheel for pytest-mock: filename=pytest_mock-3.14.0-py3-none-any.whl size=9930 sha256=367b3b90925d1c33e24f871809b760c75614a41e452107885a0c0ac69a4ba318 Stored in directory: /root/.cache/pip/wheels/e0/d2/c6/ac6328db38b18ba9140325692184ff80cb40e494d281aad3fd 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.6.1-py3-none-any.whl size=46181 sha256=950e27884ae6752d81dfefac67def139ef28b32457423a714de8eaf615ffcced Stored in directory: /root/.cache/pip/wheels/34/68/f1/cf55c38c252412feb5536dfb55863b778c1b4ec80e5954df63 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=3932 sha256=ef8f6555496e5fb4f7fabb669df329b37dd7f47ce93bdfe51f0ca9ee37774368 Stored in directory: /root/.cache/pip/wheels/c2/f4/e4/b32f1d3033f088902d5c3d5a3e1eb37c1353e52a7d20754959 DEPRECATION: Building 'setuptools-git-versioning' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'setuptools-git-versioning'. Discussion can be found at https://github.com/pypa/pip/issues/6334 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-2.1.0-py3-none-any.whl size=10710 sha256=887f183791b0b49a0cfbc188a295100bf0d2321b0a2b8208d3bc838c22f0c101 Stored in directory: /root/.cache/pip/wheels/0a/cb/7a/dedf5b7bd8f4a4878c5b31abf5f3fae0df7f6f6f7ec7682142 DEPRECATION: Building 'sftp-py' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'sftp-py'. Discussion can be found at https://github.com/pypa/pip/issues/6334 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=5942 sha256=67b365cc9071bbae7612eed4292f532f51e2fd32789b95c0139bfee9ddb276d4 Stored in directory: /root/.cache/pip/wheels/5a/35/a3/042737cdfcc39dfb3fadd73fcd03ce40e5766ee72f8b261834 DEPRECATION: Building 'snowballstemmer' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'snowballstemmer'. Discussion can be found at https://github.com/pypa/pip/issues/6334 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=93059 sha256=bc64b627f8f6202d0d76e53fb4bc350b9ad74643988ef36766c899aa833a53e6 Stored in directory: /root/.cache/pip/wheels/a5/b0/d1/6130939058c8990122adce1cdc80dec6089752a9bc7fafb2e0 DEPRECATION: Building 'stevedore' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'stevedore'. Discussion can be found at https://github.com/pypa/pip/issues/6334 Building wheel for stevedore (setup.py): started Building wheel for stevedore (setup.py): finished with status 'done' Created wheel for stevedore: filename=stevedore-5.4.1-py3-none-any.whl size=48666 sha256=fab325fb62b4d3ba2f69200c08685685cbd079617d4cf3712ec4a4fcb196f548 Stored in directory: /root/.cache/pip/wheels/a3/fc/33/5867fea6c37ecaec7c5d593ee69bc445e77af3b31fac7a58b1 Building wheel for super-collections (pyproject.toml): started Building wheel for super-collections (pyproject.toml): finished with status 'done' Created wheel for super-collections: filename=super_collections-0.5.3-py3-none-any.whl size=8470 sha256=1eb3b5aeb40f5a4672d939acc9c8d26e8d40c26f56b4b25a4464b9094f6e9d34 Stored in directory: /root/.cache/pip/wheels/48/d7/43/74c71c826048061cf29d1d2b1c178c03e75df7b8336ad52693 Building wheel for tox (pyproject.toml): started Building wheel for tox (pyproject.toml): finished with status 'done' Created wheel for tox: filename=tox-4.25.0-py3-none-any.whl size=172420 sha256=4dfdc7ba2cc6fdc6688dde1b21e7b46ff6c41795fb54586c91a3533317b5255c Stored in directory: /root/.cache/pip/wheels/24/0b/bd/dfb5325adae2268e6af6c83a21a10180bf497fa10a20282f7c DEPRECATION: Building 'typing-inspect' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'typing-inspect'. Discussion can be found at https://github.com/pypa/pip/issues/6334 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=8906 sha256=99b8a4643f4403957a8e67d1215aea31ad73d8c8f75417d9ec5a582fcb9d0619 Stored in directory: /root/.cache/pip/wheels/2a/d0/a7/f138c3e661e405fd955bd39c5f37ecf7a75da3f88acde70357 Building wheel for watchdog (pyproject.toml): started Building wheel for watchdog (pyproject.toml): finished with status 'done' Created wheel for watchdog: filename=watchdog-6.0.0-py3-none-any.whl size=79192 sha256=c88886d1190e6efc28cfed09b9dd742d8bcc67e12ec9e5598d96cf6396c8d200 Stored in directory: /root/.cache/pip/wheels/ad/f3/de/6fc0ee5803c01618bcecdafd6c1b67da684fd7f9d98d31f7a2 Building wheel for wcmatch (pyproject.toml): started Building wheel for wcmatch (pyproject.toml): finished with status 'done' Created wheel for wcmatch: filename=wcmatch-10.0-py3-none-any.whl size=39349 sha256=5f792b7a4857c805bdd43d5a37a3eab4ee724f929d6a2610299f3781b93bafe5 Stored in directory: /root/.cache/pip/wheels/27/c1/04/e6b63f0e3e3dfcf1f692e786a9e647d7ce1edf59cf2bfb1159 Building wheel for pip (pyproject.toml): started Building wheel for pip (pyproject.toml): finished with status 'done' Created wheel for pip: filename=pip-25.1.1-py3-none-any.whl size=1825225 sha256=04c279af4b86cc3e02077204e3453761df71adfd5173b98f6fc2d2aa44939b08 Stored in directory: /root/.cache/pip/wheels/7b/b3/5b/da393beca1d42b172948e9708dcc02e72edb8023ba605649d5 Building wheel for virtualenv (pyproject.toml): started Building wheel for virtualenv (pyproject.toml): finished with status 'done' Created wheel for virtualenv: filename=virtualenv-20.29.2-py3-none-any.whl size=4301507 sha256=06cdc70cdd01cb15e7086fa0b6ddd19231336ea21da7010beb42b379a4f01cac Stored in directory: /root/.cache/pip/wheels/da/c5/45/46d9aecb1aa3cb0ea44eb934ddc67bddff14bf4ed8e9e3dc56 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.9-py2.py3-none-any.whl size=469012 sha256=ce8cd75dc02d40c240b9ec46654cdf2048d5a598e16f212e3348c41093e49df7 Stored in directory: /root/.cache/pip/wheels/ca/c0/5e/9d8c6331019af0c7cdbeec20b091844526f946fcde5e813150 Successfully built altgraph apipkg astroid backrefs bandit black bracex bump-pydantic cfgv coverage exceptiongroup execnet flake8 mccabe pyflakes flake8-docstrings freezegun ghp-import gitdb smmap GitPython hjson identify iniconfig jmespath lazy-object-proxy libcst livereload lunr Mako mergedeep mkdocs mkdocs-add-number-plugin mkdocs-awesome-nav mkdocs-exclude mkdocs-get-deps mkdocs-macros-plugin mkdocs-material mkdocs-material-extensions paginate pymdown-extensions mock more-itertools natsort nltk nodeenv simple-term-menu pdoc3 pipdeptree pre-commit pyinstaller-hooks-contrib pyinstaller pylint pyproject-api pytest pytest-asyncio pytest-cov pytest-html pytest-json-report pytest-mock pytest-xdist pyyaml-env-tag setuptools-git-versioning sftp-py snowballstemmer stevedore super-collections tox typing-inspect watchdog wcmatch pip virtualenv distlib 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.3.9-py3-none-any.whl (from -r requirements3.txt.tmp (line 3)) Processing ./src/backrefs-5.8-py312-none-any.whl (from -r requirements3.txt.tmp (line 4)) Processing ./src/bandit-1.8.3-py3-none-any.whl (from -r requirements3.txt.tmp (line 5)) Processing ./src/black-25.1.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 6)) Processing ./src/bracex-2.5-py3-none-any.whl (from -r requirements3.txt.tmp (line 7)) Processing ./src/bump_pydantic-0.8.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 8)) Processing ./src/cfgv-3.4.0-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 9)) Processing ./src/coverage-7.7.1-cp312-cp312-linux_x86_64.whl (from -r requirements3.txt.tmp (line 10)) Processing ./src/exceptiongroup-1.2.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 11)) Processing ./src/execnet-2.1.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 12)) Processing ./src/filprofiler-2024.11.2-cp312-cp312-manylinux_2_28_x86_64.whl (from -r requirements3.txt.tmp (line 13)) Processing ./src/flake8-7.1.2-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 14)) Processing ./src/flake8_docstrings-1.7.0-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 15)) Processing ./src/freezegun-1.5.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 16)) Processing ./src/ghp_import-2.1.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 17)) Processing ./src/gitdb-4.0.12-py3-none-any.whl (from -r requirements3.txt.tmp (line 18)) Processing ./src/gitpython-3.1.44-py3-none-any.whl (from -r requirements3.txt.tmp (line 19)) Processing ./src/hjson-3.1.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 20)) Processing ./src/identify-2.6.9-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 21)) Processing ./src/iniconfig-2.1.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 22)) Processing ./src/isort-6.0.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 23)) Processing ./src/jmespath-1.0.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 24)) Processing ./src/lazy_object_proxy-1.10.0-cp312-cp312-linux_x86_64.whl (from -r requirements3.txt.tmp (line 25)) Processing ./src/libcst-1.7.0-cp312-cp312-linux_x86_64.whl (from -r requirements3.txt.tmp (line 26)) Processing ./src/livereload-2.7.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 27)) Processing ./src/lunr-0.8.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 28)) Processing ./src/mako-1.3.9-py3-none-any.whl (from -r requirements3.txt.tmp (line 29)) Processing ./src/mccabe-0.7.0-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 30)) Processing ./src/mergedeep-1.3.4-py3-none-any.whl (from -r requirements3.txt.tmp (line 31)) Processing ./src/mkdocs-1.6.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 32)) Processing ./src/mkdocs_add_number_plugin-1.2.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 33)) Processing ./src/mkdocs_awesome_nav-3.0.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 34)) Processing ./src/mkdocs_exclude-1.0.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 35)) Processing ./src/mkdocs_get_deps-0.2.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 36)) Processing ./src/mkdocs_macros_plugin-1.3.7-py3-none-any.whl (from -r requirements3.txt.tmp (line 37)) Processing ./src/mkdocs_material-9.6.9-py3-none-any.whl (from -r requirements3.txt.tmp (line 38)) Processing ./src/mkdocs_material_extensions-1.3.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 39)) Processing ./src/mock-5.2.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 40)) Processing ./src/more_itertools-10.6.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 41)) Processing ./src/natsort-8.4.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 42)) Processing ./src/nltk-3.9.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 43)) Processing ./src/nodeenv-1.9.1-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 44)) Processing ./src/paginate-0.5.7-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 45)) Processing ./src/panoply-0.1.56-py3-none-any.whl (from -r requirements3.txt.tmp (line 46)) Processing ./src/pdoc3-0.11.6-py3-none-any.whl (from -r requirements3.txt.tmp (line 47)) Processing ./src/pipdeptree-2.26.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 48)) Processing ./src/pre_commit-4.2.0-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 49)) Processing ./src/py_spy-0.4.0-py2.py3-none-manylinux_2_5_x86_64.manylinux1_x86_64.whl (from -r requirements3.txt.tmp (line 50)) Processing ./src/pydocstyle-6.3.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 51)) Processing ./src/pyflakes-3.2.0-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 52)) Processing ./src/pyinstaller_hooks_contrib-2025.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 53)) Processing ./src/pyinstaller-6.12.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 54)) Processing ./src/pylint-3.3.6-py3-none-any.whl (from -r requirements3.txt.tmp (line 55)) Processing ./src/pymdown_extensions-10.14.3-py3-none-any.whl (from -r requirements3.txt.tmp (line 56)) Processing ./src/pyproject_api-1.9.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 57)) Processing ./src/pytest-8.4.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 58)) Processing ./src/pytest_asyncio-0.26.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 59)) Processing ./src/pytest_cov-6.0.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 60)) Processing ./src/pytest_html-4.1.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 61)) Processing ./src/pytest_httpserver-1.1.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 62)) Processing ./src/pytest_json_report-1.5.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 63)) Processing ./src/pytest_metadata-3.1.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 64)) Processing ./src/pytest_mock-3.14.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 65)) Processing ./src/pytest_xdist-3.6.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 66)) Processing ./src/pyyaml_env_tag-0.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 67)) Processing ./src/setuptools_git_versioning-2.1.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 68)) Processing ./src/sftp_py-0.2.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 69)) Processing ./src/simple_term_menu-1.6.6-py3-none-any.whl (from -r requirements3.txt.tmp (line 70)) Processing ./src/smmap-5.0.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 71)) Processing ./src/snowballstemmer-2.2.0-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 72)) Processing ./src/stevedore-5.4.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 73)) Processing ./src/super_collections-0.5.3-py3-none-any.whl (from -r requirements3.txt.tmp (line 74)) Processing ./src/tox-4.25.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 75)) Processing ./src/typing_inspect-0.9.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 76)) Processing ./src/watchdog-6.0.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 77)) Processing ./src/wcmatch-10.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 78)) Requirement already satisfied: PyYAML>=5.3.1 in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from bandit==1.8.3->-r requirements3.txt.tmp (line 5)) (6.0.2) Requirement already satisfied: rich in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from bandit==1.8.3->-r requirements3.txt.tmp (line 5)) (14.0.0) Requirement already satisfied: click>=8.0.0 in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from black==25.1.0->-r requirements3.txt.tmp (line 6)) (8.2.1) Requirement already satisfied: mypy-extensions>=0.4.3 in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from black==25.1.0->-r requirements3.txt.tmp (line 6)) (1.1.0) Requirement already satisfied: packaging>=22.0 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages (from black==25.1.0->-r requirements3.txt.tmp (line 6)) (24.2) Requirement already satisfied: pathspec>=0.9.0 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages (from black==25.1.0->-r requirements3.txt.tmp (line 6)) (0.12.1) Requirement already satisfied: platformdirs>=2 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages (from black==25.1.0->-r requirements3.txt.tmp (line 6)) (4.3.6) Requirement already satisfied: typer>=0.7.0 in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from bump-pydantic==0.8.0->-r requirements3.txt.tmp (line 8)) (0.16.0) 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 8)) (4.14.0) 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 13)) (3.6.0) Requirement already satisfied: pycodestyle<2.13.0,>=2.12.0 in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from flake8==7.1.2->-r requirements3.txt.tmp (line 14)) (2.12.1) Requirement already satisfied: python-dateutil>=2.7 in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from freezegun==1.5.1->-r requirements3.txt.tmp (line 16)) (2.9.0.post0) Requirement already satisfied: tornado in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from livereload==2.7.1->-r requirements3.txt.tmp (line 27)) (6.5.1) Requirement already satisfied: MarkupSafe>=0.9.2 in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from Mako==1.3.9->-r requirements3.txt.tmp (line 29)) (3.0.2) Requirement already satisfied: jinja2>=2.11.1 in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from mkdocs==1.6.1->-r requirements3.txt.tmp (line 32)) (3.1.6) Requirement already satisfied: markdown>=3.3.6 in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from mkdocs==1.6.1->-r requirements3.txt.tmp (line 32)) (3.7) Requirement already satisfied: pydantic>=2.0.2 in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from mkdocs-awesome-nav==3.0.0->-r requirements3.txt.tmp (line 34)) (2.11.5) Requirement already satisfied: termcolor in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from mkdocs-macros-plugin==1.3.7->-r requirements3.txt.tmp (line 37)) (2.5.0) Requirement already satisfied: babel~=2.10 in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from mkdocs-material==9.6.9->-r requirements3.txt.tmp (line 38)) (2.17.0) Requirement already satisfied: colorama~=0.4 in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from mkdocs-material==9.6.9->-r requirements3.txt.tmp (line 38)) (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.6.9->-r requirements3.txt.tmp (line 38)) (2.19.1) Requirement already satisfied: requests~=2.26 in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from mkdocs-material==9.6.9->-r requirements3.txt.tmp (line 38)) (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 43)) (1.4.2) Requirement already satisfied: regex>=2021.8.3 in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from nltk==3.9.1->-r requirements3.txt.tmp (line 43)) (2024.11.6) 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 43)) (4.67.1) Requirement already satisfied: pip>=24.2 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages (from pipdeptree==2.26.0->-r requirements3.txt.tmp (line 48)) (25.1.1) Requirement already satisfied: virtualenv>=20.10.0 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages (from pre-commit==4.2.0->-r requirements3.txt.tmp (line 49)) (20.29.2) Requirement already satisfied: setuptools>=42.0.0 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages (from pyinstaller-hooks-contrib==2025.2->-r requirements3.txt.tmp (line 53)) (80.9.0) Requirement already satisfied: dill>=0.3.6 in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from pylint==3.3.6->-r requirements3.txt.tmp (line 55)) (0.4.0) Requirement already satisfied: tomlkit>=0.10.1 in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from pylint==3.3.6->-r requirements3.txt.tmp (line 55)) (0.13.2) Requirement already satisfied: pluggy<2,>=1.5 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages (from pytest==8.4.0->-r requirements3.txt.tmp (line 58)) (1.5.0) Requirement already satisfied: Werkzeug>=2.0.0 in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from pytest-httpserver==1.1.2->-r requirements3.txt.tmp (line 62)) (3.1.3) 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 69)) (3.5.1) Requirement already satisfied: pbr>=2.0.0 in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from stevedore==5.4.1->-r requirements3.txt.tmp (line 73)) (6.1.1) Requirement already satisfied: cachetools>=5.5.1 in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from tox==4.25.0->-r requirements3.txt.tmp (line 75)) (5.5.2) Requirement already satisfied: chardet>=5.2 in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from tox==4.25.0->-r requirements3.txt.tmp (line 75)) (5.2.0) Requirement already satisfied: filelock>=3.16.1 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages (from tox==4.25.0->-r requirements3.txt.tmp (line 75)) (3.18.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.6.9->-r requirements3.txt.tmp (line 38)) (3.4.2) 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.6.9->-r requirements3.txt.tmp (line 38)) (3.10) 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.6.9->-r requirements3.txt.tmp (line 38)) (2.4.0) 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.6.9->-r requirements3.txt.tmp (line 38)) (2025.4.26) 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 69)) (4.3.0) 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 69)) (45.0.3) 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 69)) (1.5.0) Requirement already satisfied: cffi>=1.14 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 69)) (1.17.1) Requirement already satisfied: pycparser in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from cffi>=1.14->cryptography>=3.3->paramiko>=2.7.1->sftp-py==0.2.1->-r requirements3.txt.tmp (line 69)) (2.22) Requirement already satisfied: annotated-types>=0.6.0 in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from pydantic>=2.0.2->mkdocs-awesome-nav==3.0.0->-r requirements3.txt.tmp (line 34)) (0.7.0) Requirement already satisfied: pydantic-core==2.33.2 in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from pydantic>=2.0.2->mkdocs-awesome-nav==3.0.0->-r requirements3.txt.tmp (line 34)) (2.33.2) Requirement already satisfied: typing-inspection>=0.4.0 in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from pydantic>=2.0.2->mkdocs-awesome-nav==3.0.0->-r requirements3.txt.tmp (line 34)) (0.4.0) Requirement already satisfied: six>=1.5 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages (from python-dateutil>=2.7->freezegun==1.5.1->-r requirements3.txt.tmp (line 16)) (1.17.0) Requirement already satisfied: shellingham>=1.3.0 in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from typer>=0.7.0->bump-pydantic==0.8.0->-r requirements3.txt.tmp (line 8)) (1.5.4) 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.8.3->-r requirements3.txt.tmp (line 5)) (3.0.0) 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.8.3->-r requirements3.txt.tmp (line 5)) (0.1.2) 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.2.0->-r requirements3.txt.tmp (line 49)) (0.3.9) Installing collected packages: snowballstemmer, py-spy, paginate, hjson, altgraph, watchdog, typing-inspect, super-collections, smmap, simple-term-menu, setuptools-git-versioning, pyyaml-env-tag, pyproject-api, pymdown-extensions, pyinstaller-hooks-contrib, pyflakes, pydocstyle, pipdeptree, nodeenv, nltk, natsort, more-itertools, mock, mkdocs-material-extensions, mergedeep, mccabe, Mako, lunr, livereload, libcst, lazy-object-proxy, jmespath, isort, iniconfig, identify, filprofiler, execnet, exceptiongroup, coverage, cfgv, bracex, black, backrefs, astroid, apipkg, wcmatch, tox, stevedore, pytest-httpserver, pytest, pylint, pyinstaller, pre-commit, pdoc3, panoply, mkdocs-get-deps, gitdb, ghp-import, freezegun, flake8, pytest-xdist, pytest-mock, pytest-metadata, pytest-cov, pytest-asyncio, mkdocs, GitPython, flake8-docstrings, bandit, sftp-py, pytest-json-report, pytest-html, mkdocs-material, mkdocs-macros-plugin, mkdocs-exclude, mkdocs-awesome-nav, mkdocs-add-number-plugin, bump-pydantic Successfully installed GitPython-3.1.44 Mako-1.3.9 altgraph-0.17.4 apipkg-3.0.2 astroid-3.3.9 backrefs-5.8 bandit-1.8.3 black-25.1.0 bracex-2.5 bump-pydantic-0.8.0 cfgv-3.4.0 coverage-7.7.1 exceptiongroup-1.2.2 execnet-2.1.1 filprofiler-2024.11.2 flake8-7.1.2 flake8-docstrings-1.7.0 freezegun-1.5.1 ghp-import-2.1.0 gitdb-4.0.12 hjson-3.1.0 identify-2.6.9 iniconfig-2.1.0 isort-6.0.1 jmespath-1.0.1 lazy-object-proxy-1.10.0 libcst-1.7.0 livereload-2.7.1 lunr-0.8.0 mccabe-0.7.0 mergedeep-1.3.4 mkdocs-1.6.1 mkdocs-add-number-plugin-1.2.2 mkdocs-awesome-nav-3.0.0 mkdocs-exclude-1.0.2 mkdocs-get-deps-0.2.0 mkdocs-macros-plugin-1.3.7 mkdocs-material-9.6.9 mkdocs-material-extensions-1.3.1 mock-5.2.0 more-itertools-10.6.0 natsort-8.4.0 nltk-3.9.1 nodeenv-1.9.1 paginate-0.5.7 panoply-0.1.56 pdoc3-0.11.6 pipdeptree-2.26.0 pre-commit-4.2.0 py-spy-0.4.0 pydocstyle-6.3.0 pyflakes-3.2.0 pyinstaller-6.12.0 pyinstaller-hooks-contrib-2025.2 pylint-3.3.6 pymdown-extensions-10.14.3 pyproject-api-1.9.0 pytest-8.4.0 pytest-asyncio-0.26.0 pytest-cov-6.0.0 pytest-html-4.1.1 pytest-httpserver-1.1.2 pytest-json-report-1.5.0 pytest-metadata-3.1.1 pytest-mock-3.14.0 pytest-xdist-3.6.1 pyyaml-env-tag-0.1 setuptools-git-versioning-2.1.0 sftp-py-0.2.1 simple-term-menu-1.6.6 smmap-5.0.2 snowballstemmer-2.2.0 stevedore-5.4.1 super-collections-0.5.3 tox-4.25.0 typing-inspect-0.9.0 watchdog-6.0.0 wcmatch-10.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/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/backrefs.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/hjson.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-nav.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-get-deps.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/pyproject-api.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/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/super_collections.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/tox.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_03ebb1389609700ca01c3503272dc107.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: 105e6aaed75383e445894dab15d1959e /src/adm/root.mk md5sum hash: 2015ef15586bdf3948c47cec964182a5 core@mfext layer (dependency) hash (from cache): 8f6beb515d7e9c9be14270277cb4cfaa root@mfext layer (dependency) hash (from cache): 0f855f61408199364c6a233812c1aad2 source hash: bb6f4ce6d0360d816d7105ca51c83502 cache hit (used: /buildcache/mfext_cache_layer_java_d41ad79cd47fffd00f1408be6ff897a1.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_d41ad79cd47fffd00f1408be6ff897a1.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: 105e6aaed75383e445894dab15d1959e /src/adm/root.mk md5sum hash: 2015ef15586bdf3948c47cec964182a5 core@mfext layer (dependency) hash (from cache): 8f6beb515d7e9c9be14270277cb4cfaa root@mfext layer (dependency) hash (from cache): 0f855f61408199364c6a233812c1aad2 source hash: f064f4b8a9f21b17a7fe5b188db1cf21 cache hit (used: /buildcache/mfext_cache_layer_monitoring_e8b0cdeb05037cb21a2f680813d67fcd.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_e8b0cdeb05037cb21a2f680813d67fcd.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: 105e6aaed75383e445894dab15d1959e /src/adm/root.mk md5sum hash: 2015ef15586bdf3948c47cec964182a5 core@mfext layer (dependency) hash (from cache): 8f6beb515d7e9c9be14270277cb4cfaa devtools@mfext layer (dependency) hash (from cache): 684a236816ad749733d253dbf748357a java@mfext layer (dependency) hash (from cache): d44c9f631e67572181ce302377a67699 monitoring@mfext layer (dependency) hash (from cache): 2adf4e80cf2ad876bfd5548cf0b3874c nodejs@mfext layer (dependency) hash (from cache): 7587604eb6bfba21b9e905b7feb961f6 openresty@mfext layer (dependency) hash (from cache): 71a0f74648392bddcf910e30ebd4b092 python3@mfext layer (dependency) hash (from cache): e2634fc45c009e749c584d3604b35ed3 python3_core@mfext layer (dependency) hash (from cache): 3256cc987ed6b33d083b3c9cc5cc5950 python3_devtools@mfext layer (dependency) hash (from cache): 7e883f5b6cde1296fcc08bf6a855c546 python3_scientific_core@mfext layer (dependency) hash (from cache): 354a925feb79c1aebccb6998cdd141ff root@mfext layer (dependency) hash (from cache): 0f855f61408199364c6a233812c1aad2 scientific_core@mfext layer (dependency) hash (from cache): 87546dde7c7e7409bea3c79626dbea83 source hash: 558c6b0abbb332346c98bcb655b28c46 cache missed (/buildcache/mfext_cache_layer_default_6701babc2b051e3d913d955f8b53abdb.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_6701babc2b051e3d913d955f8b53abdb.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 -f revert_ldd.sh /opt/metwork-mfext-master/bin/revert_ldd.sh chmod a+rx /opt/metwork-mfext-master/bin/revert_ldd.sh cp -f revert_ldd_not_found.sh /opt/metwork-mfext-master/bin/revert_ldd_not_found.sh chmod a+rx /opt/metwork-mfext-master/bin/revert_ldd_not_found.sh 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/redis_plugin_xxx.conf /opt/metwork-mfext-master/share/templates/redis_plugin_xxx.conf cp --preserve=mode --dereference -Rf templates/telegraf.conf /opt/metwork-mfext-master/share/templates/telegraf.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/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.start /opt/metwork-mfext-master/share/templates/mfxxx.start cp --preserve=mode --dereference -Rf templates/mfxxx.status /opt/metwork-mfext-master/share/templates/mfxxx.status cp --preserve=mode --dereference -Rf templates/mfxxx.stop /opt/metwork-mfext-master/share/templates/mfxxx.stop 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