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: 6bb01e2a82fc4872e35a298da9f1f528 cache hit (used: /buildcache/mfext_cache_layer_python3_core_41ea73d153fc2ac7d6bd21c3b7c4cac0.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_41ea73d153fc2ac7d6bd21c3b7c4cac0.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: 0ef3db67297c9b37725fc1f8418a145f cache hit (used: /buildcache/mfext_cache_layer_scientific_core_cc2b7ac2ea7ea48ee484ff8a1409f055.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_cc2b7ac2ea7ea48ee484ff8a1409f055.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): ba52e258712534bd859676be09c1d695 root@mfext layer (dependency) hash (from cache): 0f855f61408199364c6a233812c1aad2 source hash: e8dc6fd220a40673959f65f91ed3d644 cache missed (/buildcache/mfext_cache_layer_python3_3e1fcbcd86097501a8e51929c367bfaf.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 91.9 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 75.6 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 87.9 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=460368 sha256=4fe24b5e73e693349549676f70adeb65b17cabca11216c2dbc762c3218674260 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=882a0a69628dc0b52269bc015404a5fb460ba95269a9d280395249bb37309cca 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=13453191 sha256=7f147d06b93214de98f0a96284ac928075da701059c41a4b46579a02ef716323 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=5bff1d4f303af6470eb87ed97b2492ee1a3dd4d6fa826e6c81824de2c659df74 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=34abe7315c114200c130d4a835a04ab2c28de44e4bcc2a616ce45e4eedc9701d 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=bb71e742f65091ad3bd61927047273a730519b561c2302c38624f2a3fbb8c061 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=6f171cf066c39bd078af14e5dce45828a5367e8806719afccca83bca403ca005 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=27d6c9e692ddccc9022ed7b0baa2bd35de1a1dfe13f5b93a09aa8917d246e4a2 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=178be276b45b1565b61665f34b91286b466a26bdf4e8271aa9e221e2dd5b21be 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=ea6587f6e4a4ae612cb599e7edec203b85b5b1b86436b3f62a329af774a94809 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=71b1fedf78eec7d08bee38c4c4256eb84a157b6ef59c6cf067be200c92242daf 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=1744da4617b8fb36eaf3e77aedee07d3044c8de3e9ebc96422f8e06f4acefe8d 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=6132687 sha256=bd6329e96764a90a54b387f159cfb3d7766f23e557d86e6445d23d5d2fd2c49b 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=ffcfbee6ad7ca6b7ad5902f0efc16034575b1eae5c54c0b4b25d8b27921ea18a 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=d43ee35b63b73196a26155551472f2079adbd948fb1dbb7307550b0c433c9963 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 126.6 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 65.3 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 121.7 MB/s eta 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting backcall==0.2.0 (from -r requirements3.txt (line 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 53.7 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 82.1 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 75.3 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 89.8 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 61.2 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 126.7 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 42.3 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 84.3 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 117.2 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.0.0 (from -r requirements3.txt (line 72)) Downloading mypy_extensions-1.0.0.tar.gz (4.4 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting 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 113.6 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 101.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 70.6 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 104.9 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 68.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 135.9 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 52.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 88.4 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.13.2.tar.gz (106 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=69057ffac418a2efacdd501b8ffa501af480afe4ac5a7c5bb63ad46016e3d456 Stored in directory: /src/layers/layer2_python3/0500_extra_python_packages/tempolayer6094/tmp/pip-ephem-wheel-cache-nsgonawv/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=8f0b2b39c84e20006c12096a6412d5db13aea2e93dd9aaff20c3b409e51dbb2a Stored in directory: /src/layers/layer2_python3/0500_extra_python_packages/tempolayer6094/tmp/pip-ephem-wheel-cache-nsgonawv/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=e126cd9f2960ddef0300534868c8231b9c87ef1878b9de80244a704655a0b038 Stored in directory: /src/layers/layer2_python3/0500_extra_python_packages/tempolayer6094/tmp/pip-ephem-wheel-cache-nsgonawv/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=4ab3d539d867aaaf3116caa70f50eae2af932dd86b037b824a7e0ad407051688 Stored in directory: /src/layers/layer2_python3/0500_extra_python_packages/tempolayer6094/tmp/pip-ephem-wheel-cache-nsgonawv/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=3cefa50097b4e93f646984fa532731ab7a76416c28169d15629e8221667d82cc Stored in directory: /src/layers/layer2_python3/0500_extra_python_packages/tempolayer6094/tmp/pip-ephem-wheel-cache-nsgonawv/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=910021ad9d11a7db837aaa8ed44523dff1e1ae55ee9741fec902ed96c5f9f4a1 Stored in directory: /src/layers/layer2_python3/0500_extra_python_packages/tempolayer6094/tmp/pip-ephem-wheel-cache-nsgonawv/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=2556461f0983ba060b3575dd8d4788c946ed0a8e3625362ca9971371482c08a9 Stored in directory: /src/layers/layer2_python3/0500_extra_python_packages/tempolayer6094/tmp/pip-ephem-wheel-cache-nsgonawv/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=4de180991bf87c4d2110f23c26b58e1a6af133f36b19a767d731dc3d1a1ad506 Stored in directory: /src/layers/layer2_python3/0500_extra_python_packages/tempolayer6094/tmp/pip-ephem-wheel-cache-nsgonawv/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=f6b333c588fa98fa72b472b969e1aec5ac9cae5a455cebb6b89eb5c03b32c0e7 Stored in directory: /src/layers/layer2_python3/0500_extra_python_packages/tempolayer6094/tmp/pip-ephem-wheel-cache-nsgonawv/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=f23febf38f466b6ca17c6d186b94ed0039eacd12ff2d97f73c848713a9b1dbb1 Stored in directory: /src/layers/layer2_python3/0500_extra_python_packages/tempolayer6094/tmp/pip-ephem-wheel-cache-nsgonawv/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=c17eb23ffc2afbbd47ea3a0a4458a722f29889a51a80e451baf0647d7c1c9944 Stored in directory: /src/layers/layer2_python3/0500_extra_python_packages/tempolayer6094/tmp/pip-ephem-wheel-cache-nsgonawv/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=1694940 sha256=e9e93761340ec03cd4e2323be9386d53b310525b0db41d7c5561c2af651147fb 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=130258 sha256=85b0ec0109b30f1d1ef90d4ff201c6d2e96c968a8188483ebf95b963d46e88a1 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=367371 sha256=03ab1b8a46a13d1ea505c7762de224d098387d285e73b4447b5356c452512071 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=90fe1ba8d8051fbd28a98b19c8f64f6444d54cbe1fcb893f430ac82a75613ba1 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=15ca16b994d6770f77378911ec9ede046069694659c92c919d4cc8ed4a7047ed 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=522e3a20b517100233063d7fb3be8b4a0900681d5f14337609b51733656f2874 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=d8218bd308634f3180a432e204caf44393adb17f3fbff76f0f506c6883956cc8 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=a4824681e2365de4ec7e184ff9e1a032a4a4ccedd1aec1c78e763e35b501d43f 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=6d0ef5c208820565ca0df14f61181447d155a851c61ba3fb5c37f5e21cbf589e 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=545491bc87c071d7c92abeb98c025881ebb3d55f55c9cd1297130428edef3af8 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=96579 sha256=5bd75ad50409de6dd9d98edaaca91795e6c0dfa79b487e860a13179d6bf8161c 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=9f47b9be6648117eb680e8c7359dba893461dcb41be728e4b9acf1baefcdbae3 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=1d8f99c1e21d5d2e836f42c5c0c7a55fbcf0778b1ab77b00e2819c7c3f6ca4fd 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=b7540982eca09f18cd6741deaaf10e99653cf9706fa4d36ec7a195ffd269f2a4 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=5d6ed96b5796783eedcc1c279e2d248c3e9390754520c5bd24c49e86fca57cec 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=7f8729083d72ecd3b52d48e2641deaba17e96cc89ec87951ba28971882116624 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=32038def23c62d9cd18f8e24de2d55332c33857572b3e318b26d934adc58cbef 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=1704314 sha256=fef7602c3488e3289653929693222b00d71b1762e5ff176de87d508d1585a2f2 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=b7a247b168e8b39c2bb623e9a8b51858a1a299237287f590c0914620ce81af64 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=4f732ef34ff1c75f72abe33f475cb81cacc19d9a203b7906565f300ac4a2acce 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=ca7be56c1a1ec4f6ed84c00dc0b207e2c41b1112a82c9144450af4e9e272e114 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=88669 sha256=cd2c05503987220cd2b6dccca4e8d7e1f3b92f2180f347b2619ea0d89e8046d8 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=c4a1734763f3873d41a4c03bcd9402906fce0e94cc1390551bb4097c80cfd6d2 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=5dd83110478b164d6cb0ebe1cab6b797e27dc136957ed8103a5be2ff8c8eacf1 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=5655d5bd1f11bdd427f2acaf1ddcb42cf2445a4fa030e19f58e2c144fbba43fc 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=8eb5368b4013ee014e415aae25483cc778830de10962d0f842dd8b0e92458365 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=818ab07b484a6bd28076cc2fd24752a4fad4678cd3a5846cc1f645f10f8ec0d1 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=272846 sha256=b799ddcdf81f44aa21375a57a6c550718a71dbb3771e783ed706d1aca79a2eef 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=6219006f4b15617db7e5a5d27473d777867c51e41a6b521503cf239f5b8c0a54 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=222a393bf1fd14d167201460d3fb565faf34dfe97c65d0faa0f5b8f609dbebf9 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=169597 sha256=8d5fd2177e45105222accc158a92621f1d340c2afa0144d8bccb562f72475183 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=686e3e6d769af12beba7e59edf83e052e649bed5a8172fcfa4b3fc239136ad68 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=600575 sha256=c6138cec363c54eae051cee0ffa60790aa435d8b8c71738af92059b47e2bf34e 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=58750cdbe08ad70f39a058aadffa0e0bfc589b72bd1e6e88c7874ab93643b737 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=c032034e0e14355bd425f7a259c6008af45a3edfe278beb70cc4c35d7885065f 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=363ee44ab1a1c0774802e6f89792103f6cba02ed6fdd230dab9f14df96fec2e9 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=dc83113485ef577fecf357a7098115aa015a4f29e1c486b22f7bf963a3e51f16 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=e55a567a3217ef89060ed642943a5be6142185684160142ea149836430c0b5a5 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=b24ac2c71b7fedbdae356b9f8d123dd5753c94428f5fd236c03a097b79d26e4b 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=82e7d35278e3ed37da18c915075778735ab913748b492620f5cc6164d0954675 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=98fe2a49b61964db46671d1b1de8d08baf92d06bacddc4174bb8bac4b76e9d09 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=4d0a27ec90b0f7f3fb95ef55dfb6795f306ab1eab0eb312fc765da0e0a333506 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=9e6e4b8f945e23e5a063beed54621be6bb43a36e5234f9820a843f6f83bf8729 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=8606118 sha256=ac44971a58ae7bc168b52c564b0010f83811f5956ee4382d4b714de8bd532e6f 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=c0c6303b26d46237707147b7bd73f68185fda55d2831769fd017f1248853e114 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=22877 sha256=67bfb2eab3ef119034878e6a7f9b1697c3447dc0aa84e1d42d1fe19104226804 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=b57523840df3b155c803cbe59846aec759ffcb762c34902145172e604acb984b 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=72c48801d5a188b37a6984d25b3a0677b1b51422575529433f464eb858e554c7 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=b2a38a7f99b54f0c998c4a6e3b747b83e210987bf982c3b1d5f785293955bd17 Stored in directory: /root/.cache/pip/wheels/3a/0a/83/891583e7f44f3c1828de0d5611ef1f82f27a12255c7e1d9f01 DEPRECATION: Building 'mypy-extensions' 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 'mypy-extensions'. Discussion can be found at https://github.com/pypa/pip/issues/6334 Building wheel for mypy-extensions (setup.py): started Building wheel for mypy-extensions (setup.py): finished with status 'done' Created wheel for mypy-extensions: filename=mypy_extensions-1.0.0-py3-none-any.whl size=4774 sha256=ebbec3002c3a44fdcc5c114e7007982fe69c0d0b0c131dcdb7d95bf0a9c99133 Stored in directory: /root/.cache/pip/wheels/5c/05/f1/415c56c98a4f5f94d5a4a2035f97d7cd7888ae4893aa4b2f2e 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=01918e251db25bd366c9d4ceddb0fd308736efc5a10fee6f3079069068203bc2 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=c83194a682b1190623d2c0cb6f9b465a716aebc949f9d668be4096e1f78f1c65 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=67cc1f216bc09b4a723ef12393a55777f336bba83bd2e52313de2e89515ab5f1 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=ebd5151bbf0f9e51fc11e1349b76a9a74a7aa294e29c2f3206a86b600a9f8de7 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=1ea6fb4d1b7ac2a6041d38eb7f548e67c2e8929c27d7a591988be5e5e785f5de 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=4eaa7837c2b6484f64c8b6cf854a21d39f67d8b82acac90dc660abf9b860fcf4 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=1470517 sha256=4e7e6f99f36e3e5247aed6326af9d457d5e62a7d994397a04092e54acb05742a 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=6e8cb1c4ccaa6448459b54a83132a898ae7f436815392e13178653d3b65f1127 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=244517 sha256=fa81cfa5cc2933f3346a13e0fdbcbfdac55af912d580dad6863789b3fd242525 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=284617 sha256=3b1135d4bb76c7de914b5b994ef0a943333bc5eeda1a86eb0fdb1b07271b1f1d 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=08d8c756e3c8851b538ed9fd996f98a29aae7299a5bbf6ce6abecd2667dc057e 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=86f245a8e635d632580e35982b1d6bb3bc7b22dfa6c4ba2be675679d5582223d 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=92031b70a2ec2a06cae057bbf9352c8786458e099f39b898b6afac2e5eee0697 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=400a9634dacb052a7dc35f9dba27d07980f29bccad59b644d3d16698ea1091f2 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=2c1d59f7a225c87f90cef2f1b1fdda9a1f2ce56525fb8a3fd5e8ec6bb650758b 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=2090836 sha256=60c492fcea56c41c2d149b7e1909a55e5e8a7417b0db7ebe21b265086890a5c9 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=1d444ea9e7fbfc532b2861f7ac2bcc9314a31b8aeff88740d25c71cc877887ba 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=1128782 sha256=5de366565747f8dcd50ffe8cc2c9f265643fd0185c8f4d599f95c46888a76086 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=cad61033b558eef7512f9f96abd41941ff5d5f56abc11e3d507e3a7672724bb6 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=375077 sha256=7958917209901d7dd06dbe2fce854883639a6319eb938989d027a558fa337729 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=e80d3243682dd44c37f6795a1755032b0cdddaf4ad9ab8293dcf00b7e2948ecd 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=d8099a9bb9fd839554be57a6bfecd39a7f14c7e2735cfb39f9a4b0eb4dc3e3d4 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=d916157ed3dee3473473297e638d88fa5cb9a94bad6b38df3ee3cc72ed322c4e 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=796976 sha256=3b49fc59bb2022f1dd86dc197c0fb390ebee58b4f25239d0d216c0934e26f42c 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=654bcfac92fa5110586062c4d4a2d5b7e1778f962772d8802c84c7681f7b4f2c 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=0dc6372f140196121c80b89b6813485ca420287542452cf4b76e8d91b20a5d32 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=806fd3871d6eb0aa9f495779ae7434d68a1297920a4bb4c37589c87b12f7cc70 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=56494e7b0ccbaa0590a7d1449a95cbc523c07aea5bdd941271953923f952d0df 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=97d36dd750a58147ee5f3802f29bb1d5b24978f540f1ce961ced2bec37992128 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=97301a2ca36f39df62fc0ddbb59e6bd113cb6ffbf8f15403d12fb072309d351a 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=08a7f91379b021213134454957e05e32c5992cd40ca0cace1f8d0b79f266203e 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=550401fcd18dda35f7a952299fa47863ee480d58dd69945f40b095d5cc10419e 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=87cb9dee3282e23acb70859bb1a4f5cd76940acd1ece1263f9c4e1814f59d4e4 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=ba1243d259596b79cd8f4cd70fca6e7fd721ba2b5dc2c4d2b8517ef956a94eb2 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=ce2082511306ac1ed130da724a80c0f537b1e50f4c0b3f6c03660a651b5fc143 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=0292aa3de2bac8ce8b0bfda7b767a8b32e68acf18d936a4bfcce799e44d57438 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=b746c5d7b59904591c1374407070edd20ea7708ee87f76adc7658bf1250214a3 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.13.2-py3-none-any.whl size=45806 sha256=a439e7c04b49fec3e5d3e2beaa21755cadbbdc391694e28ccdd36ca4a1408f8c Stored in directory: /root/.cache/pip/wheels/f8/d6/77/0c9ed7cc7903987a257da66e7fcee888c3cce517aecf8ef849 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.0.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.13.2) 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.0.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_3e1fcbcd86097501a8e51929c367bfaf.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): 25b3f2168a1f828309adea8219dbb08e python3_core@mfext layer (dependency) hash (from cache): ba52e258712534bd859676be09c1d695 root@mfext layer (dependency) hash (from cache): 0f855f61408199364c6a233812c1aad2 source hash: dca4274c1f1a2082de38753a88f7ec6e cache missed (/buildcache/mfext_cache_layer_python3_circus_782616c2ebd65a10621e09d45491e218.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 tempolayer66860[/src/layers/layer2_python3_circus/0500_circus/tempolayer66860] 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 60.8 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=db998df0095da577df3f9064adc19ea541907ff51c08793b130b5f93a34aa10f Stored in directory: /src/layers/layer2_python3_circus/0500_circus/tempolayer66860/tmp/pip-ephem-wheel-cache-tdbfzq6m/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=cf26901104dbb7b2afda9140b1d8b2286123a3621ca78820ac666a9dba5f8a11 Stored in directory: /src/layers/layer2_python3_circus/0500_circus/tempolayer66860/tmp/pip-ephem-wheel-cache-tdbfzq6m/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=52d464f065d0e106028b44c7bc45b4bbcba7d7428b61eaf4bdf97aae081f77ed 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=1792712 sha256=87397d587b198e25e41f2f825bb29c77ec2ca9f862219aeca34d525d770663c0 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_782616c2ebd65a10621e09d45491e218.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): 25b3f2168a1f828309adea8219dbb08e python3_core@mfext layer (dependency) hash (from cache): ba52e258712534bd859676be09c1d695 root@mfext layer (dependency) hash (from cache): 0f855f61408199364c6a233812c1aad2 scientific_core@mfext layer (dependency) hash (from cache): bd9085eb1a4764f7f96fe59447346f4b source hash: 183b8dff75561c50a6db8ea152a46a5e cache missed (/buildcache/mfext_cache_layer_python3_scientific_core_5c95bcd033cc1f6e4f9cc68f643cc378.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 tempolayer67848[/src/layers/layer2_python3_scientific_core/0500_extra_python_packages/tempolayer67848] 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 37.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.13.2-py3-none-any.whl Downloading astral-3.2-py3-none-any.whl (38 kB) Saved ./src/astral-3.2-py3-none-any.whl Saved ./src/typing_extensions-4.13.2-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=528943 sha256=45438f51470e0fa3350ab110548745e2532b8825662632bc547be126abf6a35b 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=ba861233e141452b65f54838f563d117d2bae75ac7678e1d935211f4b7fa8784 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=2446158 sha256=9855e5d924f19c96e054764cc7a375b6ba978a6942c268f892844b6664d93874 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.13.2) 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_5c95bcd033cc1f6e4f9cc68f643cc378.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): 25b3f2168a1f828309adea8219dbb08e python3_core@mfext layer (dependency) hash (from cache): ba52e258712534bd859676be09c1d695 root@mfext layer (dependency) hash (from cache): 0f855f61408199364c6a233812c1aad2 source hash: e6d970b4980b7505d7a97f430bb46566 cache missed (/buildcache/mfext_cache_layer_python3_devtools_91fc1a5a83665afa70929e8d3832d662.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 tempolayer69183[/src/layers/layer7_python3_devtools/0400_prereq_extra_python_packages/tempolayer69183] 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=76c60e26a43020fd37a4abb016fdf1baae055a269ee1543ed0de7318331ed675 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 tempolayer69331[/src/layers/layer7_python3_devtools/0500_extra_python_packages/tempolayer69331] 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 91.4 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 125.6 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 73.8 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 97.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 95.8 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 77.2 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 132.0 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 53.1 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 102.9 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 134.1 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 90.4 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 102.8 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.3.5 (from -r requirements3.txt (line 58)) Downloading pytest-8.3.5.tar.gz (1.5 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.5/1.5 MB 61.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.0.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.13.2-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 144.0 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 90.8 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.3.5->-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 75.5 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 14.3 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 118.7 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.0.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.13.2-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=9a0997b012588c4bffd386e5c65695a72369c9405e1bd92590861811ecdcb471 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=f0f5f50ae7ffa927047b54cc75bf598b57260765cc0d7dc7e3e52ea2a1bab770 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=ad14847eb0a108ecf2fbb058fc63deb1b32d31a3d3b487ca9c70c02b5122d9f8 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=5e76c45ba591854c3af8f23440cc6a2a14994e803c19e4bb7957455f74347f7f 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=244199 sha256=6bce140390ac3df5c99fc6bb11bd09d7455a76a0b12b83f9baee4ff77c2f2256 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=9fc05b716aaaac207a04f41d54618239f554779c57a1a43b1dbfc307f52b86f6 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=4a76477189a74e4e7980090fffe9af23999c7c0096f6d7e46e73e3e7b258de36 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=b07021db98761de05296f9d90b9019c04d8f628cf1da586348beb430f778c863 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=b7fbab205ca2cf328bfa92b870c4125afcaa2765d96c95d425e1cb706896f380 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=497e95547def62606b70dee1060b3fdedb76494197123d5ba5a342480c7101e7 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=71dc6725fac7c0f757099433872fece06a2c2049a75266300ff028f9456a650f 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=6018b2f618c3e36f6e333f5d59b09526eb8158d9b9ddfb06bfdc88e0599f0dea 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=3155ff8bd503108b2695f31ae343e21db802ee5c93c72f0ef265aa861cb5ddc3 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=84c8ece2b61ed995a54d4b6640473f4ef8a809f1dc8337c678164549e334ae7b 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=cd7f18cad5802bf543ad67d9617cff7a4dc7cb06f29109a60325f58e036301aa 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=ded79ee80edd4a277811a48a4b0ec829115309f3f3695c77570a13dc0a184e63 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=2b26cf9fbc44928fd80a725c90c3acc40ef83b10f9742bf7a7cb2925af55b650 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=3af84733d6f6611e55c9d247e1d149ac21beddb91069d722497a974c02d3729a 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=71767 sha256=0d80b3d390f62dcc72de04462f252f17a22d6cdea250fb23524f2bddfcca73d7 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=1a05d2383a5be3b5e5449ad76f349f9bad3e3910a851ae81f78f09dc086be511 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=e20aad7d6f6d6b29965a0b2805b321d2a6a9c2cb30fcbe3908a7196ec0eeab17 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=333dce1b13a367f8bf3d3c917bbe386dcaa75045b48d28bc46469c4c0f7398c1 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=91282676b2f3da4874aad219b8fb5ea567694e3bec1db4ce8af002f175e9212c 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=dbd96ce15a5825989157db817fd58e259c0a0bfe07e00ee314df56099872385a 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=055ad8b214f0d909d1c05073b48b5b167c0cd0f012695d2a675efd0cb4a3748d 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=7d0712a0754e97f619db135c8878de2494d3cf058c2d17f52af5c827b550a6dd 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=2b0150694936bd6c75be92be290db12dce95209a9ba5eb95fd4e0fcf0da8e069 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=a5a2920bb81214c981f6401b02713821e83b3d8f3e1af84ef060cf600f229f08 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=20a91d6a74b4049ccfefce2aeb7b2d0697bdfdd0ec513c7e7f63c0d5d4facb15 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=1505606 sha256=5c5d999a1a067c0b4f284417dcfdf6cc07627df1207abcb579034a98f9e2ea34 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=351df69c186c4148ee162a249f416e869ca69d35d0d921cc4c3e809c86b08764 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=6b8845a74bf93ee3f86d0007d1fdbfe278f2ee22f1b7668de2c06f84f41fc3c2 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=abdd82f4cb22625533a0d6aba29f219abf7dfdd314b77d4ab33cfcac8d2ffea4 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=a4e6f39754939385d5c3c07597fc30099baf89251df83d921ab017bebaa5ab8d 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=61f41ea20a344541f7ecd8a45d1465e6116ae579fb5d5e845869ff3849f73b7c 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=b9be84ea3eb366c1f44de248126aa3d77e80af73d8935a5f83ab30ffea36bded 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=678ab0a9b52d6267ff15747447c98cf9b129088e3f42ce7ef5304e44ebb1c4ab 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.3.5-py3-none-any.whl size=343692 sha256=7ef9cc7f9bff6ac09b56aaa38affe98b5ef5a96f73dee329f876507d0ca8aff6 Stored in directory: /root/.cache/pip/wheels/9b/58/c1/9b8e26feacb848eb514dfaee7d7dfb19c78ba4dff22c6a7ebc 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=44de7336add19472938cedde6f94b561070ff7561fabb1c3a09bc230b641c265 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=7caa79acf43de8d383d968b1bd70417662e93e0e66472a5e0993d12e434f331d 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=00db7264dda32fb8f137be8c3db5f7763fe212415180607a8795a181fef64933 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=3db236fd119e8c4888764dacc3414ec5a2753f34c0c51476f8c93dfa93907019 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=4e0ec588cc698cf9bd19d78a2ae0b7052b2e1f37ac772a070e9d15f93d7e48b2 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=79c144bc5f1779794a4d95f4997257f23b44e53a6a342ca8d27ce7b676d7ff17 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=72de74e3645ecbaa90dd5b011d72e74385940304e19c22ae2c5a960a724e5bd7 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=ed05fafba95f6d1daa1be9830a47a084683d8b1786b89aa40bf582183a4b8833 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=48667 sha256=0e798345f0df0e8951f0bcc7b74bc5057dec508981120c63c4100775b5ee21f1 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=c3e2bb9d28895c3b3c4441d319c4da7f441568ba322bb0884d6aa49c71f1b6bb 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=0993e3fc91c1c70d0800b38b24e7b914e00a545d3d653762b238a4b02ddbf524 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=caa4abb1dba0afdf255286a20768408b229750cffefd70a25a9e0fc1ee355be1 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=b4407ed6dcbea91a013f548e6a8a778e9457f3e43fbc7e8818f963e4576f197e 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=dcf2d161c4b76aac07a113050bb970163ed71d024c7b3398afee1bba462a8acd 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.3.5-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.0.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.13.2) Requirement already satisfied: threadpoolctl in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from filprofiler==2024.11.2->-r requirements3.txt.tmp (line 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.3.5->-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.3.5 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_91fc1a5a83665afa70929e8d3832d662.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): 25b3f2168a1f828309adea8219dbb08e python3_core@mfext layer (dependency) hash (from cache): ba52e258712534bd859676be09c1d695 python3_devtools@mfext layer (dependency) hash (from cache): a05a78c04e277d453a27b37b14d8d740 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): bd9085eb1a4764f7f96fe59447346f4b source hash: 558c6b0abbb332346c98bcb655b28c46 cache missed (/buildcache/mfext_cache_layer_default_443a6a456593f855b0ec7419a5fa8c73.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_443a6a456593f855b0ec7419a5fa8c73.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/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.autorestart /opt/metwork-mfext-master/share/templates/mfxxx.autorestart 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 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 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