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: 0c0ee6d23e2931ca1f595242102a0915 /src/adm/root.mk md5sum hash: 60c1fe308b8f0e043a4de4f24888710b root@mfext layer (dependency) hash (from cache): dfad8a92c8772e884017daf371827769 source hash: bc879bc725446d4bc31e6438a8532676 cache hit (used: /buildcache/mfext_cache_layer_core_9cb9ad59fa77d0e1b5eefd74cf268cca.tar) if ! test -f cache/hit; then \ for SUBDIR in 0001_scientific_system_libraries 0003_libaec 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_9cb9ad59fa77d0e1b5eefd74cf268cca.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: 0c0ee6d23e2931ca1f595242102a0915 /src/adm/root.mk md5sum hash: 60c1fe308b8f0e043a4de4f24888710b core@mfext layer (dependency) hash (from cache): 944a7eeda1d1e8d37ee924016cc28d97 root@mfext layer (dependency) hash (from cache): dfad8a92c8772e884017daf371827769 source hash: af272541302e5e0f98e80a0e3fee5829 cache hit (used: /buildcache/mfext_cache_layer_openresty_9700a80aabb6f00d43dc1275d8a06b61.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_9700a80aabb6f00d43dc1275d8a06b61.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: 0c0ee6d23e2931ca1f595242102a0915 /src/adm/root.mk md5sum hash: 60c1fe308b8f0e043a4de4f24888710b core@mfext layer (dependency) hash (from cache): 944a7eeda1d1e8d37ee924016cc28d97 root@mfext layer (dependency) hash (from cache): dfad8a92c8772e884017daf371827769 source hash: 66343c0098f7260126cf37a12f614bdf cache hit (used: /buildcache/mfext_cache_layer_python3_core_b3256cc7d84e45e2fd3122459e6dbb2f.tar) if ! test -f cache/hit; then \ for SUBDIR in 0000_adm 0030_python3 0031_flit_core 0032_wheel_packaging 0033_update_pip 0050_setuptools 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_b3256cc7d84e45e2fd3122459e6dbb2f.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: 0c0ee6d23e2931ca1f595242102a0915 /src/adm/root.mk md5sum hash: 60c1fe308b8f0e043a4de4f24888710b core@mfext layer (dependency) hash (from cache): 944a7eeda1d1e8d37ee924016cc28d97 root@mfext layer (dependency) hash (from cache): dfad8a92c8772e884017daf371827769 source hash: fbedf39bd56fd167bec1659f0cd780cc cache hit (used: /buildcache/mfext_cache_layer_scientific_core_2ce5243625ab057d9b5e68c630685f74.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 0075_pg_cron; 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_2ce5243625ab057d9b5e68c630685f74.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: 0c0ee6d23e2931ca1f595242102a0915 /src/adm/root.mk md5sum hash: 60c1fe308b8f0e043a4de4f24888710b core@mfext layer (dependency) hash (from cache): 944a7eeda1d1e8d37ee924016cc28d97 python3_core@mfext layer (dependency) hash (from cache): aa375a42b2e30118583b5d43e8bed0cb root@mfext layer (dependency) hash (from cache): dfad8a92c8772e884017daf371827769 source hash: f18e9e37edabb2c54326ea29c7c0aa8d cache missed (/buildcache/mfext_cache_layer_python3_ec06b6b5008d9c95553b48c49f8f3429.tar) if ! test -f cache/hit; then \ for SUBDIR in 0400_prereq_extra_python_packages 0401_prereq_extra_python_packages 0402_prereq_extra_python_packages 0403_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 tempolayer1459[/src/layers/layer2_python3/0400_prereq_extra_python_packages/tempolayer1459] Collecting cffi==2.0.0 (from -r requirements3.txt (line 1)) Downloading cffi-2.0.0.tar.gz (523 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.2.4 (from -r requirements3.txt (line 3)) Downloading cython-3.2.4.tar.gz (3.3 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.3/3.3 MB 145.6 MB/s 0:00:00 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 4)) 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 meson==1.7.2 (from -r requirements3.txt (line 5)) Downloading meson-1.7.2-py3-none-any.whl.metadata (1.8 kB) Collecting pbr==7.0.3 (from -r requirements3.txt (line 6)) Downloading pbr-7.0.3.tar.gz (135 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pycparser==3.0 (from -r requirements3.txt (line 7)) Downloading pycparser-3.0.tar.gz (103 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pyproject_metadata==0.9.1 (from -r requirements3.txt (line 8)) Downloading pyproject_metadata-0.9.1.tar.gz (38 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting PyScaffold==4.6 (from -r requirements3.txt (line 9)) Downloading pyscaffold-4.6.tar.gz (5.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.2/5.2 MB 130.9 MB/s 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 10)) Downloading semantic_version-2.10.0.tar.gz (52 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting setuptools-rust==1.12.0 (from -r requirements3.txt (line 11)) Downloading setuptools_rust-1.12.0.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 12)) Downloading tomlkit-0.13.2-py3-none-any.whl.metadata (2.7 kB) Collecting hatchling (from hatch-fancy-pypi-readme==24.1.0->-r requirements3.txt (line 4)) Downloading hatchling-1.27.0.tar.gz (54 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting setuptools (from pbr==7.0.3->-r requirements3.txt (line 6)) Downloading setuptools-81.0.0.tar.gz (1.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 110.6 MB/s 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting packaging>=19.0 (from pyproject_metadata==0.9.1->-r requirements3.txt (line 8)) Downloading packaging-26.0.tar.gz (143 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting platformdirs>=2 (from PyScaffold==4.6->-r requirements3.txt (line 9)) Downloading platformdirs-4.5.0.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 9)) Downloading setuptools_scm-8.2.0.tar.gz (77 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pathspec>=0.10.1 (from hatchling->hatch-fancy-pypi-readme==24.1.0->-r requirements3.txt (line 4)) Downloading pathspec-1.0.4.tar.gz (131 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 4)) Downloading pluggy-1.6.0.tar.gz (69 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 4)) Downloading trove_classifiers-2025.11.14.15.tar.gz (16 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Downloading meson-1.7.2-py3-none-any.whl (991 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 991.6/991.6 kB 86.5 MB/s 0:00:00 Downloading tomlkit-0.13.2-py3-none-any.whl (37 kB) Saved ./src/meson-1.7.2-py3-none-any.whl Saved ./src/tomlkit-0.13.2-py3-none-any.whl Building wheels for collected packages: cffi, ConfigUpdater, Cython, hatch-fancy-pypi-readme, pbr, pycparser, pyproject_metadata, PyScaffold, semantic-version, setuptools-rust, packaging, platformdirs, setuptools, setuptools_scm, hatchling, pathspec, pluggy, trove-classifiers Building wheel for cffi (pyproject.toml): started Building wheel for cffi (pyproject.toml): finished with status 'done' Created wheel for cffi: filename=cffi-2.0.0-cp313-cp313-linux_x86_64.whl size=466586 sha256=5ed5f6aaf24cdcec57b0624f5ef089010bc9daf5ce45e94c6ecbce188541debf Stored in directory: /root/.cache/pip/wheels/d4/47/b8/0ae8bf0dde2ec6765bd5ccefa943b0504583d313a898b52cf6 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=58e4ca36f448497da637bca28e0501fb14ca272a6c02e920e5547a86d1927cdc Stored in directory: /root/.cache/pip/wheels/1f/5a/26/0302935b61dc75c8c5d34f358b3509c2b19b9459cadf1b3ac0 Building wheel for Cython (pyproject.toml): started Building wheel for Cython (pyproject.toml): still running... Building wheel for Cython (pyproject.toml): finished with status 'done' Created wheel for Cython: filename=cython-3.2.4-cp313-cp313-linux_x86_64.whl size=13652996 sha256=3df64bdac477ea6dbd0a7171c100dc193f1aed3d7209490f14107cb05bb15e56 Stored in directory: /root/.cache/pip/wheels/c2/a0/48/3d29a55ca5eea4dd5e18a93d1eebf60b1eb4b8aa5ba505b3e1 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/c0/a0/c0/e679297d62bfd511d671df9f514f6cbffe001c767ffe1a5547 Building wheel for pbr (pyproject.toml): started Building wheel for pbr (pyproject.toml): finished with status 'done' Created wheel for pbr: filename=pbr-7.0.3-py2.py3-none-any.whl size=131983 sha256=76fc3253cea5ebf47f425572978c823de25cc924fa98a4b4f8e7d36cebdf326c Stored in directory: /root/.cache/pip/wheels/b1/79/54/0bc230a958052575930a86f94c3f2ea8c865f9f57dc2d26765 Building wheel for pycparser (pyproject.toml): started Building wheel for pycparser (pyproject.toml): finished with status 'done' Created wheel for pycparser: filename=pycparser-3.0-py3-none-any.whl size=48172 sha256=b5b036ce111872c73cf8039aec695fe374a9fd799bd6226d653c85413c00fcc1 Stored in directory: /root/.cache/pip/wheels/f1/07/37/9a32d4118394b8c55185fa5c409f57241a3d3a1a37899b8961 Building wheel for pyproject_metadata (pyproject.toml): started Building wheel for pyproject_metadata (pyproject.toml): finished with status 'done' Created wheel for pyproject_metadata: filename=pyproject_metadata-0.9.1-py3-none-any.whl size=18829 sha256=e08bc23156c16c9846a859473cf3fccdd45174b9693e861c83e348ba03029538 Stored in directory: /root/.cache/pip/wheels/bc/cd/81/b23e4ed04ca6f7bf448d3818f7638686430ce5df4f32dcd7b7 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=aee8aa23a957239900366faee7a3c09933fd10986f4ddd859cbe6fb5517310fe Stored in directory: /root/.cache/pip/wheels/f2/0a/1e/7722d365664308fab09a72de0afe5e6ea099fb32539995cb2a Building wheel for semantic-version (pyproject.toml): started Building wheel for semantic-version (pyproject.toml): finished with status 'done' Created wheel for semantic-version: filename=semantic_version-2.10.0-py2.py3-none-any.whl size=15582 sha256=5fe32a3a2ef0da38dfddec8ffb15b54bb8532c9cceb586e9d645a90ea5dd4061 Stored in directory: /root/.cache/pip/wheels/d8/57/1b/be8cbb7702cea071116e863e0d3708b3950d0fb6ac2fb1b362 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.12.0-py3-none-any.whl size=28170 sha256=01ad1ecd60543cc6b89b5d2a1acbf404de4958a32ad81e65bd4a74d7f789ef2e Stored in directory: /root/.cache/pip/wheels/ab/d9/53/a60ba8f30b5569d21df264ac5bf7976d392e716d54a8daad5e Building wheel for packaging (pyproject.toml): started Building wheel for packaging (pyproject.toml): finished with status 'done' Created wheel for packaging: filename=packaging-26.0-py3-none-any.whl size=74366 sha256=b36f1fef9334a5588b4166f8bcd26a14e521f2b55e6b9de3aaa80d3ff7a37529 Stored in directory: /root/.cache/pip/wheels/ff/d0/7d/27f82338b985fb7ea7bd020e753426a1377b1fd5decc05c59e Building wheel for platformdirs (pyproject.toml): started Building wheel for platformdirs (pyproject.toml): finished with status 'done' Created wheel for platformdirs: filename=platformdirs-4.5.0-py3-none-any.whl size=18591 sha256=0534d404256d897300f7a205ea96d1be1f0faa824ab78b160c730abdba7356d6 Stored in directory: /root/.cache/pip/wheels/cb/0c/a1/dda52b974ac4233f6cb9ea3f6d55726cdc8378c4685b4ff779 Building wheel for setuptools (pyproject.toml): started Building wheel for setuptools (pyproject.toml): finished with status 'done' Created wheel for setuptools: filename=setuptools-81.0.0-py3-none-any.whl size=1062021 sha256=c86684376a27fca3a6cd0b69634173a81536b673df21ec9808df29ff99f72e94 Stored in directory: /root/.cache/pip/wheels/6d/b6/e0/4b297e0025864a10afb2a04231d0d83119358989a34f818f92 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=054285dfbcd84023d860f21e5a08f51ea69d83fd26d11461c97c4840aeaa7e06 Stored in directory: /root/.cache/pip/wheels/01/60/d6/b5d06ad93fab698f4433afc093344faf69797de76f4eddd162 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/24/14/16/9d867dbfe624514c5e999312afa6000175bfffe145ce702ea7 Building wheel for pathspec (pyproject.toml): started Building wheel for pathspec (pyproject.toml): finished with status 'done' Created wheel for pathspec: filename=pathspec-1.0.4-py3-none-any.whl size=55206 sha256=fb6ae2fd4e7c921a165808a552060e722767cfa526f99ca5156ed2ce45a5c723 Stored in directory: /root/.cache/pip/wheels/3a/c0/81/7462b0dea2b2ed883419671f9ecbc45b257d4c71e82fd8258b Building wheel for pluggy (pyproject.toml): started Building wheel for pluggy (pyproject.toml): finished with status 'done' Created wheel for pluggy: filename=pluggy-1.6.0-py3-none-any.whl size=20536 sha256=28a7cbacdbb64a45d7d3f063b8353c65bd07d3d791c3b7940fe269569d603075 Stored in directory: /root/.cache/pip/wheels/95/b8/0a/152eae693b946c6f96f6e7ea9e6bd59d5c8e584d117fec4a64 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.11.14.15-py3-none-any.whl size=14190 sha256=1e85c454ebe2eb037838b180e424f4c0337226d9e7ced435b043adffe824c708 Stored in directory: /root/.cache/pip/wheels/72/be/3d/6b7ec61830891fdebf43449a38e13ef6426204528d945aab51 Successfully built cffi ConfigUpdater Cython hatch-fancy-pypi-readme pbr pycparser pyproject_metadata PyScaffold semantic-version setuptools-rust packaging platformdirs setuptools setuptools_scm 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/cffi-2.0.0-cp313-cp313-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.2.4-cp313-cp313-linux_x86_64.whl (from -r requirements3.txt.tmp (line 3)) Processing ./src/hatch_fancy_pypi_readme-24.1.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 4)) Processing ./src/meson-1.7.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 5)) Processing ./src/pbr-7.0.3-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 6)) Processing ./src/pycparser-3.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 7)) Processing ./src/pyproject_metadata-0.9.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 8)) Processing ./src/pyscaffold-4.6-py3-none-any.whl (from -r requirements3.txt.tmp (line 9)) Processing ./src/semantic_version-2.10.0-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 10)) Processing ./src/setuptools_rust-1.12.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 11)) Processing ./src/tomlkit-0.13.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 12)) Requirement already satisfied: hatchling in /opt/metwork-mfext-master/opt/python3_core/lib/python3.13/site-packages (from hatch-fancy-pypi-readme==24.1.0->-r requirements3.txt.tmp (line 4)) (1.27.0) Requirement already satisfied: setuptools in /opt/metwork-mfext-master/opt/python3_core/lib/python3.13/site-packages (from pbr==7.0.3->-r requirements3.txt.tmp (line 6)) (81.0.0) Requirement already satisfied: packaging>=19.0 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.13/site-packages (from pyproject_metadata==0.9.1->-r requirements3.txt.tmp (line 8)) (26.0) Requirement already satisfied: platformdirs>=2 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.13/site-packages (from PyScaffold==4.6->-r requirements3.txt.tmp (line 9)) (4.5.0) Requirement already satisfied: setuptools_scm>=5 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.13/site-packages (from PyScaffold==4.6->-r requirements3.txt.tmp (line 9)) (8.2.0) Requirement already satisfied: pathspec>=0.10.1 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.13/site-packages (from hatchling->hatch-fancy-pypi-readme==24.1.0->-r requirements3.txt.tmp (line 4)) (1.0.4) Requirement already satisfied: pluggy>=1.0.0 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.13/site-packages (from hatchling->hatch-fancy-pypi-readme==24.1.0->-r requirements3.txt.tmp (line 4)) (1.6.0) Requirement already satisfied: trove-classifiers in /opt/metwork-mfext-master/opt/python3_core/lib/python3.13/site-packages (from hatchling->hatch-fancy-pypi-readme==24.1.0->-r requirements3.txt.tmp (line 4)) (2025.11.14.15) Installing collected packages: tomlkit, semantic-version, pyproject_metadata, pycparser, pbr, meson, Cython, ConfigUpdater, setuptools-rust, PyScaffold, hatch-fancy-pypi-readme, cffi Successfully installed ConfigUpdater-3.2 Cython-3.2.4 PyScaffold-4.6 cffi-2.0.0 hatch-fancy-pypi-readme-24.1.0 meson-1.7.2 pbr-7.0.3 pycparser-3.0 pyproject_metadata-0.9.1 semantic-version-2.10.0 setuptools-rust-1.12.0 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.13/site-packages; then mkdir -p /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages; fi if test -f /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages/requirements3.txt; then cat /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages/requirements3.txt requirements3.txt |sort |uniq |sed 's/^-e git.*egg=\(.*\)$/\1/g' >/opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages/requirements3.txt.tmp; mv /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages/requirements3.txt.tmp /opt/metwork-mfext-master/opt/python3/lib/python3.13/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.13/site-packages/requirements3.txt ;fi IFS=$'\n' ; for REQ in `cat requirements3.txt |sort |uniq| grep -v "\["`; 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/hatch-fancy-pypi-readme.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/meson.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/pyproject-metadata.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-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/0401_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 tempolayer2341[/src/layers/layer2_python3/0401_prereq_extra_python_packages/tempolayer2341] Collecting scikit-build==0.18.1 (from -r requirements3.txt (line 1)) Downloading scikit_build-0.18.1.tar.gz (274 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 2)) 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 distro (from scikit-build==0.18.1->-r requirements3.txt (line 1)) Downloading distro-1.9.0.tar.gz (60 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting packaging (from scikit-build==0.18.1->-r requirements3.txt (line 1)) Using cached packaging-26.0-py3-none-any.whl Collecting setuptools>=42.0.0 (from scikit-build==0.18.1->-r requirements3.txt (line 1)) Using cached setuptools-81.0.0-py3-none-any.whl Collecting wheel>=0.32.0 (from scikit-build==0.18.1->-r requirements3.txt (line 1)) Downloading wheel-0.46.3.tar.gz (60 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pathspec>=0.10.1 (from scikit-build-core==0.11.3->-r requirements3.txt (line 2)) Using cached pathspec-1.0.4-py3-none-any.whl Saved ./src/packaging-26.0-py3-none-any.whl Saved ./src/pathspec-1.0.4-py3-none-any.whl Saved ./src/setuptools-81.0.0-py3-none-any.whl Building wheels for collected packages: scikit-build, scikit-build-core, wheel, distro Building wheel for scikit-build (pyproject.toml): started Building wheel for scikit-build (pyproject.toml): finished with status 'done' Created wheel for scikit-build: filename=scikit_build-0.18.1-py3-none-any.whl size=85596 sha256=d244a217de4ebd43b95ac916f936a974207abd63ce27666b3509186dcaa95026 Stored in directory: /root/.cache/pip/wheels/65/ee/45/0651d1f94e4ab54807b378caf06a005e79565c59e8b90613f0 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/80/eb/d6/3d6531b909c96b6fbb84ca23026a196ae203c5501f967e938a Building wheel for wheel (pyproject.toml): started Building wheel for wheel (pyproject.toml): finished with status 'done' Created wheel for wheel: filename=wheel-0.46.3-py3-none-any.whl size=30557 sha256=4b399d56c9d9338230118d705d9737a2a468ccca63d5e813e2a4fc7815d8bc4d Stored in directory: /root/.cache/pip/wheels/16/d4/b7/55c9fb8680477928e780333f0a91d25a9ee5accd326daa3312 Building wheel for distro (pyproject.toml): started Building wheel for distro (pyproject.toml): finished with status 'done' Created wheel for distro: filename=distro-1.9.0-py3-none-any.whl size=20318 sha256=227482c5ab7f6201444affc72adbdcd5348ffdacd5fc011ef1d6966b0ff78c6a Stored in directory: /root/.cache/pip/wheels/dc/42/49/ad4365472f1ce2707ee4bf90fea857ce8d9f01799fccb94a1e Successfully built scikit-build scikit-build-core wheel distro 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/scikit_build-0.18.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 1)) Processing ./src/scikit_build_core-0.11.3-py3-none-any.whl (from -r requirements3.txt.tmp (line 2)) Requirement already satisfied: distro in /opt/metwork-mfext-master/opt/python3_core/lib/python3.13/site-packages (from scikit-build==0.18.1->-r requirements3.txt.tmp (line 1)) (1.9.0) Requirement already satisfied: packaging in /opt/metwork-mfext-master/opt/python3_core/lib/python3.13/site-packages (from scikit-build==0.18.1->-r requirements3.txt.tmp (line 1)) (26.0) Requirement already satisfied: setuptools>=42.0.0 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.13/site-packages (from scikit-build==0.18.1->-r requirements3.txt.tmp (line 1)) (81.0.0) Requirement already satisfied: wheel>=0.32.0 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.13/site-packages (from scikit-build==0.18.1->-r requirements3.txt.tmp (line 1)) (0.46.3) Requirement already satisfied: pathspec>=0.10.1 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.13/site-packages (from scikit-build-core==0.11.3->-r requirements3.txt.tmp (line 2)) (1.0.4) Installing collected packages: scikit-build-core, scikit-build Successfully installed scikit-build-0.18.1 scikit-build-core-0.11.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.13/site-packages; then mkdir -p /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages; fi if test -f /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages/requirements3.txt; then cat /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages/requirements3.txt requirements3.txt |sort |uniq |sed 's/^-e git.*egg=\(.*\)$/\1/g' >/opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages/requirements3.txt.tmp; mv /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages/requirements3.txt.tmp /opt/metwork-mfext-master/opt/python3/lib/python3.13/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.13/site-packages/requirements3.txt ;fi IFS=$'\n' ; for REQ in `cat requirements3.txt |sort |uniq| grep -v "\["`; 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/scikit_build_core.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/scikit-build.yaml is ready make[3]: Leaving directory '/src/layers/layer2_python3/0401_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 tempolayer2545[/src/layers/layer2_python3/0402_prereq_extra_python_packages/tempolayer2545] Collecting ninja==1.11.1.4 (from -r requirements3.txt (line 1)) Downloading ninja-1.11.1.4.tar.gz (201 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Building wheels for collected packages: ninja Building wheel for ninja (pyproject.toml): started Building wheel for ninja (pyproject.toml): finished with status 'done' Created wheel for ninja: filename=ninja-1.11.1.4-py3-none-linux_x86_64.whl size=150698 sha256=26a0f343233462c59b3f32579db9928b1934cf7b94817996f19e0d0ba4993123 Stored in directory: /root/.cache/pip/wheels/1a/fd/e1/ad4deaa1e085ccf356890f203bac86664a53b9b5ee3c7535cb Successfully built ninja 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/ninja-1.11.1.4-py3-none-linux_x86_64.whl (from -r requirements3.txt.tmp (line 1)) Installing collected packages: ninja Successfully installed ninja-1.11.1.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.13/site-packages; then mkdir -p /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages; fi if test -f /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages/requirements3.txt; then cat /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages/requirements3.txt requirements3.txt |sort |uniq |sed 's/^-e git.*egg=\(.*\)$/\1/g' >/opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages/requirements3.txt.tmp; mv /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages/requirements3.txt.tmp /opt/metwork-mfext-master/opt/python3/lib/python3.13/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.13/site-packages/requirements3.txt ;fi IFS=$'\n' ; for REQ in `cat requirements3.txt |sort |uniq| grep -v "\["`; 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/ninja.yaml is ready make[3]: Leaving directory '/src/layers/layer2_python3/0402_prereq_extra_python_packages' make[3]: Entering directory '/src/layers/layer2_python3/0403_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 tempolayer3491[/src/layers/layer2_python3/0403_prereq_extra_python_packages/tempolayer3491] 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-nodejs-version==0.3.2 (from -r requirements3.txt (line 2)) Downloading hatch_nodejs_version-0.3.2.tar.gz (16 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting hatch-requirements-txt==0.4.1 (from -r requirements3.txt (line 3)) 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.10.2 (from -r requirements3.txt (line 4)) Downloading maturin-1.10.2.tar.gz (217 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting meson-python==0.17.1 (from -r requirements3.txt (line 5)) Downloading meson_python-0.17.1.tar.gz (82 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 pybind11==2.13.6 (from -r requirements3.txt (line 7)) Downloading pybind11-2.13.6.tar.gz (218 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting hatchling>=0.21.0 (from hatch-nodejs-version==0.3.2->-r requirements3.txt (line 2)) Using cached hatchling-1.27.0-py3-none-any.whl Collecting packaging>=21.3 (from hatch-requirements-txt==0.4.1->-r requirements3.txt (line 3)) Using cached packaging-26.0-py3-none-any.whl Collecting meson>=1.2.3 (from meson-python==0.17.1->-r requirements3.txt (line 5)) Using cached meson-1.7.2-py3-none-any.whl.metadata (1.8 kB) Collecting pyproject-metadata>=0.7.1 (from meson-python==0.17.1->-r requirements3.txt (line 5)) Using cached pyproject_metadata-0.9.1-py3-none-any.whl Collecting pathspec>=0.10.1 (from hatchling>=0.21.0->hatch-nodejs-version==0.3.2->-r requirements3.txt (line 2)) Using cached pathspec-1.0.4-py3-none-any.whl Collecting pluggy>=1.0.0 (from hatchling>=0.21.0->hatch-nodejs-version==0.3.2->-r requirements3.txt (line 2)) Using cached pluggy-1.6.0-py3-none-any.whl Collecting trove-classifiers (from hatchling>=0.21.0->hatch-nodejs-version==0.3.2->-r requirements3.txt (line 2)) Using cached trove_classifiers-2025.11.14.15-py3-none-any.whl Using cached meson-1.7.2-py3-none-any.whl (991 kB) Saved ./src/hatchling-1.27.0-py3-none-any.whl Saved ./src/meson-1.7.2-py3-none-any.whl Saved ./src/packaging-26.0-py3-none-any.whl Saved ./src/pathspec-1.0.4-py3-none-any.whl Saved ./src/pluggy-1.6.0-py3-none-any.whl Saved ./src/pyproject_metadata-0.9.1-py3-none-any.whl Saved ./src/trove_classifiers-2025.11.14.15-py3-none-any.whl Building wheels for collected packages: expandvars, hatch-nodejs-version, hatch-requirements-txt, maturin, meson-python, pdm-backend, pybind11 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/2d/1b/6f/0166e322bcc1b25642765897e6e6e572481d194c1b6cbeed27 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/bd/1f/3d/a09213142e7bf4be7f54077c092e6fe2ccbfa2a1535d7556b2 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/f2/13/5c/31d7aee43874d40d1d34e998332ec135f5ff86360fcd3192e8 Building wheel for maturin (pyproject.toml): started Building wheel for maturin (pyproject.toml): still running... Building wheel for maturin (pyproject.toml): finished with status 'done' Created wheel for maturin: filename=maturin-1.10.2-cp313-cp313-linux_x86_64.whl size=6399987 sha256=3f507092e710a12c60538238c2e2a58f0b410e495afb1073205c8b41506325b7 Stored in directory: /root/.cache/pip/wheels/ad/37/45/d5578e79c82e326ee02fbce87e8882d1f292623fe389de959e Building wheel for meson-python (pyproject.toml): started Building wheel for meson-python (pyproject.toml): finished with status 'done' Created wheel for meson-python: filename=meson_python-0.17.1-py3-none-any.whl size=27514 sha256=04d06ec19076822138a44bb86951c19f5fc9345f40723b3929b52e4453620589 Stored in directory: /root/.cache/pip/wheels/a5/9b/37/9d80732c8c77073c4b59dac51b18775ebadb245a635630a643 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/d8/4d/52/c46fc6eedfae44da02f0119f6a6970a96844f774ed4b634755 Building wheel for pybind11 (pyproject.toml): started Building wheel for pybind11 (pyproject.toml): finished with status 'done' Created wheel for pybind11: filename=pybind11-2.13.6-py3-none-any.whl size=243329 sha256=64cf51c4e44df0e813385df136039b612dba1437805c926650dc9b125a9379b2 Stored in directory: /root/.cache/pip/wheels/db/05/1b/53eef44e20fd74834ab37842b67d04afe5dbb61699c78b118c Successfully built expandvars hatch-nodejs-version hatch-requirements-txt maturin meson-python pdm-backend pybind11 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_nodejs_version-0.3.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 2)) Processing ./src/hatch_requirements_txt-0.4.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 3)) Processing ./src/maturin-1.10.2-cp313-cp313-linux_x86_64.whl (from -r requirements3.txt.tmp (line 4)) Processing ./src/meson_python-0.17.1-py3-none-any.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)) Processing ./src/pybind11-2.13.6-py3-none-any.whl (from -r requirements3.txt.tmp (line 7)) Requirement already satisfied: hatchling>=0.21.0 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.13/site-packages (from hatch-nodejs-version==0.3.2->-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.13/site-packages (from hatch-requirements-txt==0.4.1->-r requirements3.txt.tmp (line 3)) (26.0) Requirement already satisfied: meson>=1.2.3 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from meson-python==0.17.1->-r requirements3.txt.tmp (line 5)) (1.7.2) Requirement already satisfied: pyproject-metadata>=0.7.1 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from meson-python==0.17.1->-r requirements3.txt.tmp (line 5)) (0.9.1) Requirement already satisfied: pathspec>=0.10.1 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.13/site-packages (from hatchling>=0.21.0->hatch-nodejs-version==0.3.2->-r requirements3.txt.tmp (line 2)) (1.0.4) Requirement already satisfied: pluggy>=1.0.0 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.13/site-packages (from hatchling>=0.21.0->hatch-nodejs-version==0.3.2->-r requirements3.txt.tmp (line 2)) (1.6.0) Requirement already satisfied: trove-classifiers in /opt/metwork-mfext-master/opt/python3_core/lib/python3.13/site-packages (from hatchling>=0.21.0->hatch-nodejs-version==0.3.2->-r requirements3.txt.tmp (line 2)) (2025.11.14.15) Installing collected packages: pybind11, pdm-backend, maturin, expandvars, meson-python, hatch-requirements-txt, hatch-nodejs-version Successfully installed expandvars-0.12.0 hatch-nodejs-version-0.3.2 hatch-requirements-txt-0.4.1 maturin-1.10.2 meson-python-0.17.1 pdm-backend-2.4.4 pybind11-2.13.6 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.13/site-packages; then mkdir -p /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages; fi if test -f /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages/requirements3.txt; then cat /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages/requirements3.txt requirements3.txt |sort |uniq |sed 's/^-e git.*egg=\(.*\)$/\1/g' >/opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages/requirements3.txt.tmp; mv /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages/requirements3.txt.tmp /opt/metwork-mfext-master/opt/python3/lib/python3.13/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.13/site-packages/requirements3.txt ;fi IFS=$'\n' ; for REQ in `cat requirements3.txt |sort |uniq| grep -v "\["`; 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-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/meson-python.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/pdm-backend.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/pybind11.yaml is ready make[3]: Leaving directory '/src/layers/layer2_python3/0403_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 tempolayer7853[/src/layers/layer2_python3/0500_extra_python_packages/tempolayer7853] 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 Checking if build backend supports build_editable: started Checking if build backend supports build_editable: finished with status 'done' 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 5)) 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 Checking if build backend supports build_editable: started Checking if build backend supports build_editable: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Obtaining bash from git+https://github.com/metwork-framework/bash.git@0.7#egg=bash (from -r requirements3.txt (line 15)) Cloning https://github.com/metwork-framework/bash.git (to revision 0.7) to ./tmp_src/bash Running command git clone --filter=blob:none --quiet https://github.com/metwork-framework/bash.git /src/layers/layer2_python3/0500_extra_python_packages/tmp_src/bash Resolved https://github.com/metwork-framework/bash.git to commit 3b1e1daf9c9713060b5762520b17b53934167770 Checking if build backend supports build_editable: started Checking if build backend supports build_editable: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Obtaining binaryornot from git+https://github.com/metwork-framework/binaryornot.git@0.4.5#egg=binaryornot (from -r requirements3.txt (line 18)) Cloning https://github.com/metwork-framework/binaryornot.git (to revision 0.4.5) to ./tmp_src/binaryornot Running command git clone --filter=blob:none --quiet https://github.com/metwork-framework/binaryornot.git /src/layers/layer2_python3/0500_extra_python_packages/tmp_src/binaryornot Resolved https://github.com/metwork-framework/binaryornot.git to commit 67a76c63a8bbc742e58dccf43a0444c8ab0ba4a1 Checking if build backend supports build_editable: started Checking if build backend supports build_editable: finished with status 'done' 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 Checking if build backend supports build_editable: started Checking if build backend supports build_editable: finished with status 'done' 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 Checking if build backend supports build_editable: started Checking if build backend supports build_editable: finished with status 'done' 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 Checking if build backend supports build_editable: started Checking if build backend supports build_editable: finished with status 'done' 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 Checking if build backend supports build_editable: started Checking if build backend supports build_editable: finished with status 'done' 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 Running command git checkout -q 4cd1056dcafc450f05cdfba53144712c65239080 Resolved https://github.com/metwork-framework/envtpl.git to commit 4cd1056dcafc450f05cdfba53144712c65239080 Checking if build backend supports build_editable: started Checking if build backend supports build_editable: finished with status 'done' 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 71)) 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 Checking if build backend supports build_editable: started Checking if build backend supports build_editable: finished with status 'done' 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 116)) 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 Checking if build backend supports build_editable: started Checking if build backend supports build_editable: finished with status 'done' 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 119)) 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 Checking if build backend supports build_editable: started Checking if build backend supports build_editable: finished with status 'done' 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 135)) 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 Checking if build backend supports build_editable: started Checking if build backend supports build_editable: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting aiofiles==24.1.0 (from -r requirements3.txt (line 2)) Downloading aiofiles-24.1.0.tar.gz (30 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting aiohappyeyeballs==2.5.0 (from -r requirements3.txt (line 3)) Downloading aiohappyeyeballs-2.5.0-py3-none-any.whl.metadata (5.9 kB) Collecting aiohttp==3.13.3 (from -r requirements3.txt (line 4)) Downloading aiohttp-3.13.3.tar.gz (7.8 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.8/7.8 MB 126.8 MB/s 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting aiosignal==1.4.0 (from -r requirements3.txt (line 6)) Downloading aiosignal-1.4.0.tar.gz (25 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 7)) 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 8)) 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 9)) 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 10)) 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 11)) Downloading attrs-25.1.0.tar.gz (810 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 810.6/810.6 kB 131.9 MB/s 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 12)) 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 13)) Downloading babel-2.17.0.tar.gz (10.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10.0/10.0 MB 179.5 MB/s 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting backcall==0.2.0 (from -r requirements3.txt (line 14)) Downloading backcall-0.2.0.tar.gz (18 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting bcrypt==5.0.0 (from -r requirements3.txt (line 16)) Downloading bcrypt-5.0.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 17)) Downloading beautifulsoup4-4.13.3.tar.gz (619 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 619.5/619.5 kB 65.1 MB/s 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting bjoern==3.2.2 (from -r requirements3.txt (line 19)) Downloading bjoern-3.2.2.tar.gz (45 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting cachetools==6.1.0 (from -r requirements3.txt (line 20)) Downloading cachetools-6.1.0.tar.gz (30 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting Cerberus==1.3.7 (from -r requirements3.txt (line 21)) 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 22)) Downloading chardet-5.2.0.tar.gz (2.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 131.2 MB/s 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting charset_normalizer==3.4.4 (from -r requirements3.txt (line 23)) Downloading charset_normalizer-3.4.4.tar.gz (129 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting Click==8.2.1 (from -r requirements3.txt (line 24)) 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 25)) Downloading colorama-0.4.6.tar.gz (27 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): 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==46.0.5 (from -r requirements3.txt (line 29)) Downloading cryptography-46.0.5.tar.gz (750 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 750.1/750.1 kB 84.3 MB/s 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.3.1 (from -r requirements3.txt (line 33)) Downloading deprecated-1.3.1.tar.gz (2.9 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.9/2.9 MB 152.8 MB/s 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 (pyproject.toml): started Preparing metadata (pyproject.toml): 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 (pyproject.toml): started Preparing metadata (pyproject.toml): 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 87.4 MB/s 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 (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting gitignore-parser==0.1.13 (from -r requirements3.txt (line 45)) Downloading gitignore_parser-0.1.13.tar.gz (5.6 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 (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting idna==3.11 (from -r requirements3.txt (line 47)) Downloading idna-3.11.tar.gz (194 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 (pyproject.toml): started Preparing metadata (pyproject.toml): 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 112.1 MB/s 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 108.8 MB/s 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): 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 (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting jmespath==1.0.1 (from -r requirements3.txt (line 58)) Downloading jmespath-1.0.1.tar.gz (25 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting joblib==1.4.2 (from -r requirements3.txt (line 59)) Downloading joblib-1.4.2.tar.gz (2.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 238.2 MB/s 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting jsonpickle==4.1.1 (from -r requirements3.txt (line 60)) Downloading jsonpickle-4.1.1.tar.gz (316 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting jsonschema==4.23.0 (from -r requirements3.txt (line 61)) 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 62)) 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 63)) Downloading lazy_import-0.2.2.tar.gz (15 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting lxml==6.0.2 (from -r requirements3.txt (line 64)) Downloading lxml-6.0.2.tar.gz (4.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.1/4.1 MB 182.0 MB/s 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting Markdown==3.10.2 (from -r requirements3.txt (line 65)) Downloading markdown-3.10.2.tar.gz (368 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 66)) 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 67)) 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 68)) 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 69)) 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 70)) 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 72)) Downloading mfutil-0.3.2.tar.gz (17 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting msgpack==1.1.2 (from -r requirements3.txt (line 73)) Downloading msgpack-1.1.2.tar.gz (173 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting multidict==6.1.0 (from -r requirements3.txt (line 74)) Downloading multidict-6.1.0.tar.gz (64 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting mypy-extensions==1.1.0 (from -r requirements3.txt (line 75)) Downloading mypy_extensions-1.1.0.tar.gz (6.3 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting netifaces2==0.0.22 (from -r requirements3.txt (line 76)) 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 77)) Downloading opinionated_configparser-1.0.1.tar.gz (6.4 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting orjson==3.11.7 (from -r requirements3.txt (line 78)) Downloading orjson-3.11.7-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (41 kB) Collecting paramiko==3.5.1 (from -r requirements3.txt (line 79)) Downloading paramiko-3.5.1.tar.gz (1.6 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 134.5 MB/s 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting parso==0.8.4 (from -r requirements3.txt (line 80)) Downloading parso-0.8.4.tar.gz (400 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pexpect==4.9.0 (from -r requirements3.txt (line 81)) Downloading pexpect-4.9.0.tar.gz (166 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pickleshare==0.7.5 (from -r requirements3.txt (line 82)) Downloading pickleshare-0.7.5.tar.gz (6.2 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pika==1.3.2 (from -r requirements3.txt (line 83)) Downloading pika-1.3.2.tar.gz (145 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting Pillow==12.1.1 (from -r requirements3.txt (line 84)) Downloading pillow-12.1.1.tar.gz (47.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 47.0/47.0 MB 143.9 MB/s 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 85)) Downloading poyo-0.5.0.tar.gz (15 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting prompt-toolkit==3.0.50 (from -r requirements3.txt (line 86)) 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 87)) 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.2.2 (from -r requirements3.txt (line 88)) Downloading psutil-7.2.2.tar.gz (493 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting ptyprocess==0.7.0 (from -r requirements3.txt (line 89)) 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 90)) 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.3 (from -r requirements3.txt (line 91)) Downloading pyasn1-0.6.3.tar.gz (148 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 92)) 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 93)) Downloading pyasyncore-1.0.4.tar.gz (15 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pycodestyle==2.12.1 (from -r requirements3.txt (line 94)) Downloading pycodestyle-2.12.1.tar.gz (39 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pydantic==2.12.5 (from -r requirements3.txt (line 95)) Downloading pydantic-2.12.5.tar.gz (821 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 821.6/821.6 kB 73.2 MB/s 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pydantic-core==2.41.5 (from -r requirements3.txt (line 96)) Downloading pydantic_core-2.41.5.tar.gz (460 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting Pygments==2.19.2 (from -r requirements3.txt (line 97)) Downloading pygments-2.19.2.tar.gz (5.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.0/5.0 MB 195.7 MB/s 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 98)) Downloading pyinotify-0.9.6.tar.gz (60 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting PyNaCl==1.6.2 (from -r requirements3.txt (line 99)) Downloading pynacl-1.6.2.tar.gz (3.5 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.5/3.5 MB 154.8 MB/s 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 100)) 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.5 (from -r requirements3.txt (line 101)) Downloading python_ldap-3.4.5.tar.gz (388 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pytz==2025.1 (from -r requirements3.txt (line 102)) Downloading pytz-2025.1.tar.gz (319 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting PyYAML==6.0.3 (from -r requirements3.txt (line 103)) Downloading pyyaml-6.0.3.tar.gz (130 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting redis==7.0.1 (from -r requirements3.txt (line 104)) Downloading redis-7.0.1.tar.gz (4.8 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.8/4.8 MB 130.0 MB/s 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting referencing==0.36.2 (from -r requirements3.txt (line 105)) 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 106)) 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.5 (from -r requirements3.txt (line 107)) Downloading requests-2.32.5.tar.gz (134 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 108)) Downloading requests_unixsocket2-0.4.2-py3-none-any.whl.metadata (3.9 kB) Collecting rich==14.2.0 (from -r requirements3.txt (line 109)) Downloading rich-14.2.0-py3-none-any.whl.metadata (18 kB) Collecting rpds-py==0.29.0 (from -r requirements3.txt (line 110)) Downloading rpds_py-0.29.0.tar.gz (69 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 111)) Downloading setuptools_git_versioning-2.1.0.tar.gz (10 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting shellingham==1.5.4 (from -r requirements3.txt (line 112)) 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.6 (from -r requirements3.txt (line 113)) Downloading simpleeval-1.0.6.tar.gz (41 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting sortedcontainers==2.4.0 (from -r requirements3.txt (line 114)) Downloading sortedcontainers-2.4.0.tar.gz (30 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting soupsieve==2.6 (from -r requirements3.txt (line 115)) 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 117)) 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 118)) Downloading structlog-23.1.0.tar.gz (746 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 746.3/746.3 kB 86.3 MB/s 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 120)) 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 121)) Downloading terminaltables3-4.0.0-py3-none-any.whl.metadata (3.7 kB) Collecting threadpoolctl==3.6.0 (from -r requirements3.txt (line 122)) 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.5 (from -r requirements3.txt (line 123)) Downloading tornado-6.5.5.tar.gz (516 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting tqdm==4.67.1 (from -r requirements3.txt (line 124)) 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 125)) 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 126)) 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 127)) Downloading types_python_dateutil-2.9.0.20241206.tar.gz (13 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 128)) Downloading typing_inspect-0.9.0.tar.gz (13 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting typing_inspection==0.4.2 (from -r requirements3.txt (line 129)) Downloading typing_inspection-0.4.2.tar.gz (75 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting Unidecode==1.3.8 (from -r requirements3.txt (line 130)) Downloading Unidecode-1.3.8.tar.gz (192 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting urllib3==2.6.3 (from -r requirements3.txt (line 131)) Downloading urllib3-2.6.3.tar.gz (435 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting wcwidth==0.2.13 (from -r requirements3.txt (line 132)) Downloading wcwidth-0.2.13.tar.gz (101 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting Werkzeug==3.1.6 (from -r requirements3.txt (line 133)) Downloading werkzeug-3.1.6.tar.gz (864 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 864.7/864.7 kB 80.8 MB/s 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting wrapt==2.1.1 (from -r requirements3.txt (line 134)) Downloading wrapt-2.1.1.tar.gz (81 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting xmltodict==0.14.2 (from -r requirements3.txt (line 136)) Downloading xmltodict-0.14.2.tar.gz (51 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting yarl==1.18.3 (from -r requirements3.txt (line 137)) 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 138)) 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 5)) Using cached setuptools-81.0.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 (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting filelock (from mfplugin->-r requirements3.txt (line 71)) Downloading filelock-3.20.3.tar.gz (19 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting ConfigUpdater (from mfplugin->-r requirements3.txt (line 71)) 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 17)) Downloading typing_extensions-4.15.0.tar.gz (109 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting cffi>=2.0.0 (from cryptography==46.0.5->-r requirements3.txt (line 29)) Using cached cffi-2.0.0-cp313-cp313-linux_x86_64.whl Collecting packaging (from deprecation==2.1.0->-r requirements3.txt (line 34)) Using cached packaging-26.0-py3-none-any.whl Collecting certifi>=2017.4.17 (from requests==2.32.5->-r requirements3.txt (line 107)) Downloading certifi-2026.1.4.tar.gz (154 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting tomlkit>=0.11.6 (from yq==3.4.3->-r requirements3.txt (line 138)) Using cached tomlkit-0.13.2-py3-none-any.whl.metadata (2.7 kB) Collecting pycparser (from cffi>=2.0.0->cryptography==46.0.5->-r requirements3.txt (line 29)) Using cached pycparser-3.0-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.11.7-cp313-cp313-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.2.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.11.7-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl Saved ./src/requests_unixsocket2-0.4.2-py3-none-any.whl Saved ./src/rich-14.2.0-py3-none-any.whl Saved ./src/terminaltables3-4.0.0-py3-none-any.whl Saved ./src/cffi-2.0.0-cp313-cp313-linux_x86_64.whl Saved ./src/tomlkit-0.13.2-py3-none-any.whl Saved ./src/configupdater-3.2-py2.py3-none-any.whl Saved ./src/packaging-26.0-py3-none-any.whl Saved ./src/pycparser-3.0-py3-none-any.whl Saved ./src/setuptools-81.0.0-py3-none-any.whl Building wheels for collected packages: acquisition, aiohttp_metwork_middlewares, bash, binaryornot, cookiecutter, cookiecutter_hooks, deploycron, directory_observer, envtpl, mfplugin, statsd, telegraf_unixsocket_client, xattrfile, aiofiles, aiohttp, multidict, yarl, aiosignal, annotated-types, argcomplete, arrow, asttokens, attrs, autopep8, Babel, backcall, bcrypt, beautifulsoup4, bjoern, cachetools, Cerberus, chardet, charset_normalizer, Click, colorama, 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, jmespath, joblib, jsonpickle, jsonschema, jsonschema_specifications, lazy-import, lxml, Markdown, markdown-it-py, mdurl, MarkupSafe, matplotlib-inline, mflog, mfutil, msgpack, 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, setuptools-git-versioning, shellingham, simpleeval, soupsieve, stack-data, structlog, termcolor, threadpoolctl, tornado, tqdm, traitlets, typer, types-python-dateutil, typing_inspect, 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=41198 sha256=59fe7b0f0249ccb8e4dbb0459e0260fd07037a2a66aaf8e8f514832e95f7ca01 Stored in directory: /src/layers/layer2_python3/0500_extra_python_packages/tempolayer7853/tmp/pip-ephem-wheel-cache-h1srqk67/wheels/05/8a/b3/cec46ef9b94d5f19fa95b5b15b01498b5eccfd76a983820578 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=3331 sha256=81559c25404a2747ebcd7016cb1a42fea84b072ff30c9dd70a218cbdff0bacff Stored in directory: /src/layers/layer2_python3/0500_extra_python_packages/tempolayer7853/tmp/pip-ephem-wheel-cache-h1srqk67/wheels/46/9b/d0/0be1d510789bc1565ecc9dc9a0dcd0a39a07320e882f2974e4 Building wheel for bash (pyproject.toml): started Building wheel for bash (pyproject.toml): finished with status 'done' Created wheel for bash: filename=bash-0.7-py3-none-any.whl size=2794 sha256=591b267aac4e392dee991af3c4b2e2c05821f2d5ff495420b257b9b50ed20c68 Stored in directory: /src/layers/layer2_python3/0500_extra_python_packages/tempolayer7853/tmp/pip-ephem-wheel-cache-h1srqk67/wheels/f5/42/9d/c199edb4f6bf321b5ec9d56c72dd4768eaabd003abecca2691 Building wheel for binaryornot (pyproject.toml): started Building wheel for binaryornot (pyproject.toml): finished with status 'done' Created wheel for binaryornot: filename=binaryornot-0.4.4-py2.py3-none-any.whl size=8215 sha256=6eb5faf005e2e9b54492bfcea75834f6d2d082980c091769fabc41d99df1fe8e Stored in directory: /src/layers/layer2_python3/0500_extra_python_packages/tempolayer7853/tmp/pip-ephem-wheel-cache-h1srqk67/wheels/43/84/38/35e90b68b841a059b120bf6d47b5e769e677e9dbd5cb024660 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=30238 sha256=4ebb7a6a71c027437973f0fe99498234199814bd90cdd5b066a07e6e077891c2 Stored in directory: /src/layers/layer2_python3/0500_extra_python_packages/tempolayer7853/tmp/pip-ephem-wheel-cache-h1srqk67/wheels/f5/5d/34/ac1c7c1f7b3cc4e57ce86febdb0fe350f24cad812cb03c1744 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=3515 sha256=f582dfa32c295b92000f55ac91224726b0c41578da70c2b711f60bf699d59560 Stored in directory: /src/layers/layer2_python3/0500_extra_python_packages/tempolayer7853/tmp/pip-ephem-wheel-cache-h1srqk67/wheels/22/74/cf/d0502761d368b4a01e869f488548a44247ff370cbe92c19ac3 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=6970 sha256=dc3d851fcd793d80120836efc422ba8dd1b23acbe1aff51dc0ba1c1d56efb07c Stored in directory: /src/layers/layer2_python3/0500_extra_python_packages/tempolayer7853/tmp/pip-ephem-wheel-cache-h1srqk67/wheels/ab/7b/36/c927389261e710e4d039cdb65cba8b48f2327c144818dd0ad1 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=9829 sha256=cfa9c76ab25d913b233f45faaedf6a43d91f9c8ef020dab38ae1fc8668a6828f Stored in directory: /src/layers/layer2_python3/0500_extra_python_packages/tempolayer7853/tmp/pip-ephem-wheel-cache-h1srqk67/wheels/f8/e8/b5/22222298c63c84a2ffe84b475ab4408bfa7369ccab0d58b7c2 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=19548 sha256=04540167bfcfd190c6efe513f1ec7880bb25bf2c47a2b9b0a928aa98a512e835 Stored in directory: /src/layers/layer2_python3/0500_extra_python_packages/tempolayer7853/tmp/pip-ephem-wheel-cache-h1srqk67/wheels/26/53/90/bff6f99cbfe8db6ac0d0b37988c28c90c4a8d6c62c8f50e58a 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=32865 sha256=f93079ad503cda00a071f2e7029a5660d098e69a1b96af0f07655404de700cd9 Stored in directory: /src/layers/layer2_python3/0500_extra_python_packages/tempolayer7853/tmp/pip-ephem-wheel-cache-h1srqk67/wheels/0c/ba/d4/0379d05c7dd36de1fdec7f66913256d1839acc5465156a63dc 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=11063 sha256=f902121113c174c394ea66f3f3d668803ee71779a1a8c818469eee94cbb856a7 Stored in directory: /src/layers/layer2_python3/0500_extra_python_packages/tempolayer7853/tmp/pip-ephem-wheel-cache-h1srqk67/wheels/78/a5/63/cda98cadf33895ef1dadb78fa42b9b0d1d17544c33b8497561 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=6370 sha256=2ea4ed36d7f46fe16b36f6c338d8330a2273a4afd49cb52ac3551cd2af157de3 Stored in directory: /src/layers/layer2_python3/0500_extra_python_packages/tempolayer7853/tmp/pip-ephem-wheel-cache-h1srqk67/wheels/7e/3a/0e/eddf1de0c416cc2185848b9a7d1834d9d275a5aa7dcdbab18e 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=11163 sha256=638702c4c9484bcde8eb902339f957bdff671a42105c1f3d8511aaf2c2e41b91 Stored in directory: /src/layers/layer2_python3/0500_extra_python_packages/tempolayer7853/tmp/pip-ephem-wheel-cache-h1srqk67/wheels/87/5a/c4/7a9fc5bd865c31a94ef0f54ce8b48d1c89d8268af855a01eba Building wheel for aiofiles (pyproject.toml): started Building wheel for aiofiles (pyproject.toml): finished with status 'done' Created wheel for aiofiles: filename=aiofiles-24.1.0-py3-none-any.whl size=15897 sha256=d8401a5d5f9236ce0ca0f1c687e6b993f5de5aa8dd57c2c9ba46a9c56e237276 Stored in directory: /root/.cache/pip/wheels/2d/48/0b/535455a3098cea35e1570eb603cb40c627a2e205d4cb5d2b48 Building wheel for aiohttp (pyproject.toml): started Building wheel for aiohttp (pyproject.toml): finished with status 'done' Created wheel for aiohttp: filename=aiohttp-3.13.3-cp313-cp313-linux_x86_64.whl size=1707138 sha256=a2891a37b11a9be9866c1eec153174ebfab3af4f766b3857f0b1f3c49798b7c3 Stored in directory: /root/.cache/pip/wheels/1e/54/56/5926413c3215cafc6eb7e4e91b5fe6064e43bb3cffdb6d52d6 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-cp313-cp313-linux_x86_64.whl size=130403 sha256=ae9377077be5af2e5d2b20e3cc9389eca7522065197bbd23319c953657425efc Stored in directory: /root/.cache/pip/wheels/6a/45/ec/0346af42277e50f74a282b6c8b3a0328794fd5e8d24004be29 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-cp313-cp313-linux_x86_64.whl size=395294 sha256=642129e70c84df470ddf504fcee35f3faac5438ec28699c8fb4598beffbd8afe Stored in directory: /root/.cache/pip/wheels/3b/4b/1e/0cd2d71ca415eb39dc9bdbaa17698fce531298b8b2c61a06e6 Building wheel for aiosignal (pyproject.toml): started Building wheel for aiosignal (pyproject.toml): finished with status 'done' Created wheel for aiosignal: filename=aiosignal-1.4.0-py3-none-any.whl size=7489 sha256=7517a8a37a5f0a30e84568d9a64a1b0def4e59979c6e29c3452e046924699ad6 Stored in directory: /root/.cache/pip/wheels/0d/56/73/8ab751b393035f64781c96a5062fa492538fb9c657d45406e4 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/dc/00/56/0226924d2f9e78539fabadacb0b1b75e13e7b1a27ea1ba331f 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/3b/62/28/9243d94b790359dbab1000ca00e45d321ca4db02140e70f24d 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/9f/fe/c6/490c9eed6b7529e33c1cb1da2e4ff49d41633fc598d3dc57e7 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=26956 sha256=331ae14d36e356edc413dc03ec9e0e1ab3ce37e813845cdb62f17ee14a677b02 Stored in directory: /root/.cache/pip/wheels/d2/4f/25/ba4653858e38d4b293501b318e6a25eaa68d8f315264dad75f 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/b4/b6/cb/92074ce97aeec13fd6cb3a18f05b3a69387fbe9fca0632c021 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=45861 sha256=bcfbce695f3e52a45b6a17e5a99a591e1c9d7ae69c6b29e9ce46b525f4078691 Stored in directory: /root/.cache/pip/wheels/82/c8/c1/46a158ccb714ed6bb434c7e847bb3fa576be8f3c8e7cae2e5d 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=10182563 sha256=2347dab2789d1a6bfd616150382079bf1c37587ed373790bbbf0aa9d6e2e3931 Stored in directory: /root/.cache/pip/wheels/28/36/69/6ef91062b9b97b438d44d912c933e0be75220c011449a35dc1 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/6e/b9/d2/f34bfc5e70c13c43c3cd7e57951b43d2c8c047bf3e0d8386bf Building wheel for bcrypt (pyproject.toml): started Building wheel for bcrypt (pyproject.toml): finished with status 'done' Created wheel for bcrypt: filename=bcrypt-5.0.0-cp313-cp313-linux_x86_64.whl size=277026 sha256=87045e6e8449c8fcd9fadd43973a852433dccfb2498475ca4cd07de355380f34 Stored in directory: /root/.cache/pip/wheels/9c/01/83/df6845f258e12a673f19c05dbc40e5b5c8e6567cc5aa537c66 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/e1/c5/77/871610c93796b354545036afe53af8db55fae815e6e466f090 Building wheel for bjoern (pyproject.toml): started Building wheel for bjoern (pyproject.toml): finished with status 'done' Created wheel for bjoern: filename=bjoern-3.2.2-cp313-cp313-linux_x86_64.whl size=95960 sha256=ca8f32a8ede82bf320e8999bed0d654bb7dba561a468a18a70db60a91a85e8ff Stored in directory: /root/.cache/pip/wheels/7a/26/da/86e98729466d24b9d10cc7f6a8942df4f2522368c4331c6045 Building wheel for cachetools (pyproject.toml): started Building wheel for cachetools (pyproject.toml): finished with status 'done' Created wheel for cachetools: filename=cachetools-6.1.0-py3-none-any.whl size=11186 sha256=6dbea58afcef5b2261eb9ef927999a4593ef0806fdb906077525a5566687d6b2 Stored in directory: /root/.cache/pip/wheels/95/cb/94/3f0b9ad097f21fe2fd170dedcd9bc2d9cb5ec55ea830deb1f1 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=30564 sha256=e3b7a345d8ab8ac6e46c6fe85e7dc2aabe13c407cb1f17cb9ff5f57d0db1071c Stored in directory: /root/.cache/pip/wheels/27/1b/61/5d10d9dda572aaf513510532a869caf79eb05b195b905d0559 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=199423 sha256=bb7edd1c0a65bd4be9e4da70a27ea588c779e20d97812c237229d8770d3b2d0c Stored in directory: /root/.cache/pip/wheels/a9/b9/e8/20d92954b37730241afbc5632321cdc07b2d00d8ca0498bd87 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.4-py3-none-any.whl size=53400 sha256=6480ce1e38cd9c53c3af1a5929f7c5d2056c89c1685bedc7260013f7c1f1930c Stored in directory: /root/.cache/pip/wheels/a6/46/c9/b3391298fbbe7b98039df3f67547f9fe15229fa97bd4626ee8 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/2e/98/5f/0d5edddc3e7237137691d666d6120fc219932182057104f559 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/7b/ad/09/b45d688a49872b2f24bec40c8aa528294ae131ff8d8e87c718 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=5314 sha256=eb757c06f7733737793881c59e4b4d41eedd23d0b5b2d6e1b99bc16c6a242d05 Stored in directory: /root/.cache/pip/wheels/67/53/3c/31f0dcdda4b759ba47326bddd8c684bbe74a8f0b2753452cea Building wheel for cryptography (pyproject.toml): started Building wheel for cryptography (pyproject.toml): finished with status 'done' Created wheel for cryptography: filename=cryptography-46.0.5-cp313-abi3-linux_x86_64.whl size=1881878 sha256=2a082aa18dd8b732c58800b01d65fc34f589752dfbd6c4ce55559f1477eeccb5 Stored in directory: /root/.cache/pip/wheels/ea/36/5a/4c051c98d01e53e9629c0f588a28b3f3ae48818265065e69ff 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=8967 sha256=09d1d7f1ed10cce19db0e8ce6f821f2e57f51fe8ab357587681d105bc0938011 Stored in directory: /root/.cache/pip/wheels/22/c3/2a/222c02b615b1ef0fbcd01202c1e9eb84407fa1a3d6822e2b8c 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=c26928c9c3edec4ffdea60c5f75a2ffd8fbff0511b2000ab8fc6c8fa9f4a8d0e Stored in directory: /root/.cache/pip/wheels/ec/93/f8/3368ae0336a8ad7159005d82ee95205a32c2689e253ce5981c Building wheel for Deprecated (pyproject.toml): started Building wheel for Deprecated (pyproject.toml): finished with status 'done' Created wheel for Deprecated: filename=deprecated-1.3.1-py2.py3-none-any.whl size=11298 sha256=3107fe0343027137993b0a58f97cfb2148a767bea529fc6d4106e6aeb3267389 Stored in directory: /root/.cache/pip/wheels/45/cf/d8/a9b206e47c937a26424b0017247da0cc2ac63f9fb0f5351c13 Building wheel for wrapt (pyproject.toml): started Building wheel for wrapt (pyproject.toml): finished with status 'done' Created wheel for wrapt: filename=wrapt-2.1.1-cp313-cp313-linux_x86_64.whl size=121697 sha256=5f8152727dc818fffc12b118ff61eb56cfdfcec69c40f2f68de86c5ef8e2a316 Stored in directory: /root/.cache/pip/wheels/bb/c6/42/9d3afde69701554d422f2789bd926bc4ac979a7dc66e5b0a33 Building wheel for deprecation (pyproject.toml): started Building wheel for deprecation (pyproject.toml): finished with status 'done' Created wheel for deprecation: filename=deprecation-2.1.0-py2.py3-none-any.whl size=11276 sha256=9e3c5daf7d1b3d254c76155604d87c6192916182924ef0e85541f932c957b639 Stored in directory: /root/.cache/pip/wheels/7b/41/a3/ab1da2147c6c2afb352b0d99479936251b06f1658fb099abd5 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=41b6673c2263575d93e6840d63e2ac409d1c294a5ec26916ac8ed6c1b05ddea4 Stored in directory: /root/.cache/pip/wheels/fe/52/d7/180055bf06e79b891e0ef4a6e16042ec88b05e2e15902e1d81 Building wheel for diskcache (pyproject.toml): started Building wheel for diskcache (pyproject.toml): finished with status 'done' Created wheel for diskcache: filename=diskcache-5.6.3-py3-none-any.whl size=45630 sha256=12dc4809d5507efd3e35f11720ddc4560ea7fcf91060dad42212c68f2de8c03a Stored in directory: /root/.cache/pip/wheels/9b/5c/89/d09e50e31a42c71416fe3849ed5a70be6753a5c7689b253cbf 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/2f/4c/f2/79e7ea89191b45e4d67dfa6ea296e53ca3be920d96be40278d 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=26739 sha256=a29ced9bfbffd6a584be34fd8e693dd319ebfb102fe54076481057280179b9cb Stored in directory: /root/.cache/pip/wheels/d5/3e/f0/b08b90c0be0e9ebfb2dc03ec47ed532f63eaae1989d3483101 Building wheel for sortedcontainers (pyproject.toml): started Building wheel for sortedcontainers (pyproject.toml): finished with status 'done' Created wheel for sortedcontainers: filename=sortedcontainers-2.4.0-py3-none-any.whl size=29634 sha256=2c599fb725113621b534a02f3be1e2da9fc09938efa409be95f9d7551a40f8ab Stored in directory: /root/.cache/pip/wheels/c5/21/b0/1157f232b4867093193ea176f55a5c11c14450e86e523c0c4f 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-cp313-cp313-linux_x86_64.whl size=280636 sha256=3337d3d5fe702fd2b35d80ceeecb7452f6a4dd9d9d6c873def807059c4e0a8bb Stored in directory: /root/.cache/pip/wheels/27/77/94/133655d37f6595e539a16fe120117ab055a7a45016803b565c 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/2f/86/59/c7d34288373f614e07615ec132f37708c9fd6041ab01f83900 Building wheel for geojson (pyproject.toml): started Building wheel for geojson (pyproject.toml): finished with status 'done' Created wheel for geojson: filename=geojson-3.2.0-py3-none-any.whl size=15128 sha256=dc2a808111551975a824f1ea987964fb69c66dd6557b1b500059f47577534dea Stored in directory: /root/.cache/pip/wheels/61/d2/56/3307afdd81ca6d4d4ff15bbfcc556707b64fb44f60e4c5c8dd 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.13-py3-none-any.whl size=5228 sha256=3416403559aace83d373fc558efef101ca94232249b130b3bb483dcb447c2e5f Stored in directory: /root/.cache/pip/wheels/82/cb/5d/fae833efab717145c772e575f1bd0355af6717f3aacb2476d4 Building wheel for hiredis (pyproject.toml): started Building wheel for hiredis (pyproject.toml): finished with status 'done' Created wheel for hiredis: filename=hiredis-3.1.0-cp313-cp313-linux_x86_64.whl size=169609 sha256=33d8cc37d85a9829c4536d704a1b956d7b6ff779d5b593a5ac0834f909be4573 Stored in directory: /root/.cache/pip/wheels/7d/00/71/07f66a4c4de6a3a57794e34c9d8bb2927e0d2af028ee3232c6 Building wheel for idna (pyproject.toml): started Building wheel for idna (pyproject.toml): finished with status 'done' Created wheel for idna: filename=idna-3.11-py3-none-any.whl size=71008 sha256=771a87f49d9defaf64091e6e6fe9c18d4833f140bd19464795bc32d966ca37ea Stored in directory: /root/.cache/pip/wheels/69/6b/2b/5cde2212addc3739ee28c616eb1282ce9b7463d81d0dc71474 Building wheel for inotify-simple (pyproject.toml): started Building wheel for inotify-simple (pyproject.toml): finished with status 'done' Created wheel for inotify-simple: filename=inotify_simple-1.3.5-py3-none-any.whl size=7762 sha256=7c41c37faf5ad7914f809a310fa444be18c5027f292da5c860a2fc54000532ce Stored in directory: /root/.cache/pip/wheels/57/8c/f9/55cf433b0059351ca6bb8832fced1fabb249074d78d2c0d073 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=600574 sha256=43e12394dbd456e4aa6c030ac36935cc83a32472e8c2a05b045ad1fc84e6994c Stored in directory: /root/.cache/pip/wheels/22/1b/11/33b8de56a34e02e2eff536de2942a1d39c30163ae71b5bd3d9 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=387868 sha256=271859e846fa0d9607c55e24316f116e21924f73609f6ea6241d56c61f06c0cd Stored in directory: /root/.cache/pip/wheels/42/32/d6/89fae2fe6579ff821f3908b6b917af3b17d8155b4ba89141be 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/61/a3/e7/4d3f95adc53679e23aec922559ead365ab2cf35322eaf270dd Building wheel for jedi (pyproject.toml): started Building wheel for jedi (pyproject.toml): finished with status 'done' Created wheel for jedi: filename=jedi-0.19.2-py2.py3-none-any.whl size=1572432 sha256=ba7eca2c9051fa9befc92b0887331324a8dab4612e5057d5aea29a654e799e52 Stored in directory: /root/.cache/pip/wheels/94/6f/fb/dd6c0e9573499e5fdd7f38b359c569feaeca6647734127b687 Building wheel for parso (pyproject.toml): started Building wheel for parso (pyproject.toml): finished with status 'done' Created wheel for parso: filename=parso-0.8.4-py2.py3-none-any.whl size=103677 sha256=89dd296d65b1ab5f1c679c3a70cb8e076c01dc77c2e5413dfa4d102cfdd24635 Stored in directory: /root/.cache/pip/wheels/43/18/2e/bc9381fd158c74736a2d6a46819246d49e722c037aa9088f1e 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/4c/17/f6/aca0772a8af26aa06649769a26d22f502386142985a0e71d90 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=2710 sha256=347f21609aa60b95ea974e0df57953e55c52bbfd1a61a05f3a3c3fe5b174ed76 Stored in directory: /root/.cache/pip/wheels/18/ba/8b/fe7749c85596199e73896b58f69449fd4d0accace8485d4ea0 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=3605 sha256=4fcf0865766ad9f52c69ce652da39dc6b09e7db770ea97ab9f8cb1cb22f0bc8b Stored in directory: /root/.cache/pip/wheels/df/9e/3d/157700ce598f057195f8e7a06ddfe050807b8f26bf18c9451f 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=eb2aec0600a20dc2b1c783436f08552b4752f49959775dededc34d2d674697f0 Stored in directory: /root/.cache/pip/wheels/c8/3c/28/1803b4649eae31f6f8e90a740f9b680580bded705b999d941c 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=3785 sha256=7ef4d3d403911fd71e4386fa67d7e5b0dfaddac8be442d51d886837cc8d7dda9 Stored in directory: /root/.cache/pip/wheels/a6/03/95/8f8a740031c8b1da6e0d69ea9f69905bf455713ff8b8f6ac68 Building wheel for jinja2-time (pyproject.toml): started Building wheel for jinja2-time (pyproject.toml): finished with status 'done' Created wheel for jinja2-time: filename=jinja2_time-0.2.0-py2.py3-none-any.whl size=4824 sha256=b07aa137ae4623188b740a2aef909b635da4e4a459fb4223aa50e84c4ef4ec2f Stored in directory: /root/.cache/pip/wheels/67/28/11/0321d09b043ad058d9e2ced314c3b5ba960401d02c1a2a88c2 Building wheel for jmespath (pyproject.toml): started Building wheel for jmespath (pyproject.toml): finished with status 'done' Created wheel for jmespath: filename=jmespath-1.0.1-py3-none-any.whl size=20338 sha256=7b232d939de883efc85c3a25179b985e58031bb6afd36b79841deb7d3c8b090c Stored in directory: /root/.cache/pip/wheels/04/ad/55/6171379116b3cda3dfb150b64db5a566e10d4a656a6bda81b8 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=301858 sha256=80e35ad39065f5a582e048542034055364b46f911b085327dc6dfec97588b801 Stored in directory: /root/.cache/pip/wheels/6e/ac/e3/a24bc733515bc85b2a4e88176550b907c8502a17794f2816bc Building wheel for jsonpickle (pyproject.toml): started Building wheel for jsonpickle (pyproject.toml): finished with status 'done' Created wheel for jsonpickle: filename=jsonpickle-4.1.1-py3-none-any.whl size=47126 sha256=428c4103d4d3b14ab05cd12ec3412247f7621b3971bac9cf6c90d19d82b3025a Stored in directory: /root/.cache/pip/wheels/68/4b/3e/fe5f5981ca28c1a7091bf72bfd2a1e366c925e5a3154de1e2a 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/15/51/85/5292657dfdddb9705146309db4fdbd024e43d43b49b1facb5a 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/94/85/1f/2d8222ef1cb0ed8bd1810fac11f25163ba0a08b07ca3ec4e05 Building wheel for lazy-import (pyproject.toml): started Building wheel for lazy-import (pyproject.toml): finished with status 'done' Created wheel for lazy-import: filename=lazy_import-0.2.2-py2.py3-none-any.whl size=16552 sha256=35f0b9d34d44e0f38d772be1bed9289799350adf3516ed84ee4adacb238baef5 Stored in directory: /root/.cache/pip/wheels/c6/f0/d4/e17036a2e0f951419d77c011f767b01502b3b813e5651f52e9 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-6.0.2-cp313-cp313-linux_x86_64.whl size=10254202 sha256=d386859783a98bcd5478d36db49a84ada0e464389e074d87441a5e1f1975334c Stored in directory: /root/.cache/pip/wheels/26/ac/9b/2bcd954ac2a1ece641652b8e0edd24d0bc359229285b30d067 Building wheel for Markdown (pyproject.toml): started Building wheel for Markdown (pyproject.toml): finished with status 'done' Created wheel for Markdown: filename=markdown-3.10.2-py3-none-any.whl size=108179 sha256=e893d5d4fb791b2d20e737cc06e6b16baeded3120906e20c4030be65c63b3968 Stored in directory: /root/.cache/pip/wheels/79/43/b2/4b2fcebd4a0b10bf521809717f6ab547f389214b15288a1fe4 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/b4/0e/8b/2a77555be7fe04a9ba66ef18f3f7fe60e77addc49f1db5e23c 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/75/58/94/b22a684be2e028740d095905aba1425f24b4d11de6a401c0ac 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-cp313-cp313-linux_x86_64.whl size=22841 sha256=349236364608e3e617f1346e0431807cb039cd77f5c02bf094bd4c58e862abdd Stored in directory: /root/.cache/pip/wheels/c9/3a/71/0ae58756520a2873f0144737a2e9d29126d6c86bf2da2b4f13 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=9935 sha256=05b92ec70dc5be8fe4682ad7cffaedc9b39e86bb3591a9fad95bd8e7e39b5694 Stored in directory: /root/.cache/pip/wheels/91/4e/c5/5e961979ab3829f12f933ee7e882e57f1cdc24af8fc2abb4bc 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=16729 sha256=d5f8b13bd5cd777335ad655e2726d62d624087c2ec4514a00360c0329c986bac Stored in directory: /root/.cache/pip/wheels/61/0b/6c/c0c90b426b4faeb9bbb0c2ce3714caa5e1e22ee729ad4db72a 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=22345 sha256=40eaced449e733a6a902062a2956e9e8f36e4a5f42c717889d3620eeb33d69a6 Stored in directory: /root/.cache/pip/wheels/f8/84/c3/87726135d3ededc129de3a2f25b3d61cb35d73015cf649b95d Building wheel for msgpack (pyproject.toml): started Building wheel for msgpack (pyproject.toml): finished with status 'done' Created wheel for msgpack: filename=msgpack-1.1.2-cp313-cp313-linux_x86_64.whl size=418798 sha256=ada1e66b15d84ac58ceaa9d5e6224f4cb204734bd3ded486d09b7ed4c5b24c5e Stored in directory: /root/.cache/pip/wheels/2d/61/b0/49af1306f8db356d4c1f4ed8818f627126d0eb1fdf86ae4bf2 Building wheel for mypy-extensions (pyproject.toml): started Building wheel for mypy-extensions (pyproject.toml): finished with status 'done' Created wheel for mypy-extensions: filename=mypy_extensions-1.1.0-py3-none-any.whl size=4963 sha256=1be4cccdb0f2482337c4743e60421de3a356cd97508abadd57d47403e94f5505 Stored in directory: /root/.cache/pip/wheels/71/28/15/32362577ac5d3f41beed5e3dc4bb99d56b45f0d1e8172cb596 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=279992 sha256=6a7aef141684c914e0e55b53b4784af5cf631107732de8bbfe961030cf781b82 Stored in directory: /root/.cache/pip/wheels/51/a7/5a/4013eb05ad9e2ced7e064820187eadb2e623ed6db0758199f4 Building wheel for opinionated-configparser (pyproject.toml): started Building wheel for opinionated-configparser (pyproject.toml): finished with status 'done' Created wheel for opinionated-configparser: filename=opinionated_configparser-1.0.1-py3-none-any.whl size=5503 sha256=d1fa496ce413a02fe7f580e3fe3ba7f13acf5d1e40627673a22dbef46448d239 Stored in directory: /root/.cache/pip/wheels/b6/aa/4e/a92609fbe3cf22cceb5b57c389a10ef1c8f828819702246acd Building wheel for paramiko (pyproject.toml): started Building wheel for paramiko (pyproject.toml): finished with status 'done' Created wheel for paramiko: filename=paramiko-3.5.1-py3-none-any.whl size=227325 sha256=bf7422b491f463e2170df212b137081c4eb8dc6b7a6c1e1d6295c861601fc83c Stored in directory: /root/.cache/pip/wheels/df/c7/36/5c22140669497af1020b950c22d1d0dd68d67099a6bf8a63c9 Building wheel for pexpect (pyproject.toml): started Building wheel for pexpect (pyproject.toml): finished with status 'done' Created wheel for pexpect: filename=pexpect-4.9.0-py2.py3-none-any.whl size=63854 sha256=680ffde80ac000fe9c07f9e5fc2838a9278c7893fc24d7696e1e83ad574b2a77 Stored in directory: /root/.cache/pip/wheels/d0/99/f5/7965fb63b543abe4e3fef5b4861d7b9e20ecb32fc411e6fb2e Building wheel for pickleshare (pyproject.toml): started Building wheel for pickleshare (pyproject.toml): finished with status 'done' Created wheel for pickleshare: filename=pickleshare-0.7.5-py2.py3-none-any.whl size=6373 sha256=8a482ad25489eacd311bb40d7c0fffa307392ad688fa086cbb01151e69d42944 Stored in directory: /root/.cache/pip/wheels/bd/51/6d/d14feb0927a59435e28680eaeea3f33ab09873aaacb56fa748 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=155452 sha256=b219c4d9ac72f5161217262c853a3775c4de8eb0319c8b056638926a46a229fe Stored in directory: /root/.cache/pip/wheels/c8/cd/ba/df17b999596bd6da106a99c690f0a3d5def026b49053fe5227 Building wheel for Pillow (pyproject.toml): started Building wheel for Pillow (pyproject.toml): finished with status 'done' Created wheel for Pillow: filename=pillow-12.1.1-cp313-cp313-linux_x86_64.whl size=1536645 sha256=09de19b1c633d4411c9068d1f8ea46e7ef517134d4eea7512bc51bed6c484363 Stored in directory: /root/.cache/pip/wheels/8a/a7/dd/e6812607f3b41c0e754e2724480a59ea9ccbfdb33abf9aed1f Building wheel for poyo (pyproject.toml): started Building wheel for poyo (pyproject.toml): finished with status 'done' Created wheel for poyo: filename=poyo-0.5.0-py2.py3-none-any.whl size=10275 sha256=291cb11f3044d3014746fc809b66fedb9777d509c24ab1f744cf7f35b4ef2f34 Stored in directory: /root/.cache/pip/wheels/70/b4/b9/1a22daf0ac192671983102c62541bb0de0e2e067be194c12ae 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-cp313-cp313-linux_x86_64.whl size=231124 sha256=142c2f5125bf1176830b0b41b16df358c14b6b133fae8b2d032cacfea6c70c58 Stored in directory: /root/.cache/pip/wheels/22/b3/2c/f65a7ba86c68435f82351336399a33fb68132496f7d44cd42c Building wheel for psutil (pyproject.toml): started Building wheel for psutil (pyproject.toml): finished with status 'done' Created wheel for psutil: filename=psutil-7.2.2-cp36-abi3-linux_x86_64.whl size=158833 sha256=1ec53b51ef431087448f907f61f0ea1f8c25f0a0d3bc7cc1f7f7401790ba13ce Stored in directory: /root/.cache/pip/wheels/83/dd/cf/b4c250d1b98c594b720ccf33e4695f72dac00ca23ea033e7e6 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/d7/46/07/e25f48e8c65a064c90fc165561f313bf59723ccc042caebd04 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=b6d09b98539deaef30b69647b1734f7b59ce99482a794c3e05d4109fcfe94653 Stored in directory: /root/.cache/pip/wheels/18/18/7d/c84e6395b1e382706345a397e4168513808bcd911f998ce04f 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.3-py3-none-any.whl size=83998 sha256=2841331df5708f7608b0af9805f413964b063551de7d17d22b57cc2d35ea5a57 Stored in directory: /root/.cache/pip/wheels/18/0b/e9/3f2ac257389b08e64f9c7ba8dbb1c5bf930fbe03d4b577be89 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=181255 sha256=ab50befcf9319343a12165a59b6da9d0de9790d0923fa1a6ae5a3bc7534079c1 Stored in directory: /root/.cache/pip/wheels/22/1f/a1/41c667c21b6708ffa6f098b6a2d293c81e3eed87666885d40d Building wheel for pyasyncore (pyproject.toml): started Building wheel for pyasyncore (pyproject.toml): finished with status 'done' Created wheel for pyasyncore: filename=pyasyncore-1.0.4-py3-none-any.whl size=10114 sha256=0a1bd649c5cbe75bdc5d1adcec39e2cd29ff7a02519c57afc7b516890aa1f524 Stored in directory: /root/.cache/pip/wheels/aa/cb/63/454ff3f7fbf163189d3df3076db8085a49cf49467efec3c10b Building wheel for pycodestyle (pyproject.toml): started Building wheel for pycodestyle (pyproject.toml): finished with status 'done' Created wheel for pycodestyle: filename=pycodestyle-2.12.1-py2.py3-none-any.whl size=31323 sha256=45bb6150564374dc9d90ca47f5372785b425135af50adef5403c26e08215fb89 Stored in directory: /root/.cache/pip/wheels/e8/64/54/ef7f11a47a9604d07e88da14ac5705ec2f70e6d5de671a6e96 Building wheel for pydantic (pyproject.toml): started Building wheel for pydantic (pyproject.toml): finished with status 'done' Created wheel for pydantic: filename=pydantic-2.12.5-py3-none-any.whl size=463580 sha256=e561593fccf61e8a20fc46dfc2dfe075b8be7d0188df33f221ad1f0139180f9d Stored in directory: /root/.cache/pip/wheels/63/78/a7/b598c5e975b3971e6a9814e3556628eeb94e587f4af20ac4d7 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.41.5-cp313-cp313-linux_x86_64.whl size=2227612 sha256=fef0045061742bb4cdad33fe8107e2eb04fa90006b9f63a1f068086f4a224671 Stored in directory: /root/.cache/pip/wheels/a5/cd/94/27a666c7a9c515a6c4d9aa20f1b298b55a60f9055263af5491 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.2-py3-none-any.whl size=1225217 sha256=86540386c03d588bb81d44bc3928634ff26449851e99741617ecb9037ee5ec0b Stored in directory: /root/.cache/pip/wheels/c4/b9/4d/882de5da51478628ba430b203c4577175d31de6f40ad9f4cf3 Building wheel for pyinotify (pyproject.toml): started Building wheel for pyinotify (pyproject.toml): finished with status 'done' Created wheel for pyinotify: filename=pyinotify-0.9.6-py3-none-any.whl size=25416 sha256=9aaee6cdee9137d32b022f3e2995ee68b9fdfb0d2e6dc6f4dc3f9d82033773ed Stored in directory: /root/.cache/pip/wheels/be/e0/29/d237cd80907dd5699eeee0237d136eae049d8edef6f5a6a6fa Building wheel for PyNaCl (pyproject.toml): started Building wheel for PyNaCl (pyproject.toml): finished with status 'done' Created wheel for PyNaCl: filename=pynacl-1.6.2-cp313-cp313-linux_x86_64.whl size=1386457 sha256=1a324d2729a8e1fb1e972ab2d6d6f89ac8e2edb12d5db8a9944fbc2a2745efd1 Stored in directory: /root/.cache/pip/wheels/23/99/9a/8d590267e80c2ae6e07b931859c7dfa24a465ee1f4daf206c0 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=230079 sha256=3d41c15d9a7bcf9e3aaba5fdc1b2eec8f45176c3680f32c1dac8865e26e7befa Stored in directory: /root/.cache/pip/wheels/dd/43/b7/0ceab2b2f58fb43a06d0a59467a4bfabb2dc8b6fb8ec7f09e5 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.5-cp313-cp313-linux_x86_64.whl size=381493 sha256=9416d554102aedd5c7667b9d8fefa4f37fa34cf758d8078a456bf62f7f9a67f5 Stored in directory: /root/.cache/pip/wheels/2d/48/b3/2a995d21151e6fbd27603592f95ee0115fd1bacc877e216754 Building wheel for pytz (pyproject.toml): started Building wheel for pytz (pyproject.toml): finished with status 'done' Created wheel for pytz: filename=pytz-2025.1-py3-none-any.whl size=508014 sha256=c0ff614f0655962db6db1f5c98de946936cc2c90d5b6f11f54fd237d3241b49d Stored in directory: /root/.cache/pip/wheels/7e/3d/81/a85d75ff07e63350c49d844ca29379a7f36dcba7df3621a98d 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.3-cp313-cp313-linux_x86_64.whl size=45462 sha256=0e453834c0e6900f63fc72cad9a0ff5f02e112d7482779a9da89885d023949e6 Stored in directory: /root/.cache/pip/wheels/aa/29/40/b2d39adcf3d4ad62005bbc244cbeb5cc01d37ffd17fdc79a4a Building wheel for redis (pyproject.toml): started Building wheel for redis (pyproject.toml): finished with status 'done' Created wheel for redis: filename=redis-7.0.1-py3-none-any.whl size=339938 sha256=4977af3c7d67f8f0eb8b6fec0dafc9605db9343142f634041fb0235f67c0588a Stored in directory: /root/.cache/pip/wheels/b0/43/52/a659ac0ec0a5eaa419b69e7987fdd0298a2f202baf4b2733d7 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/e4/b0/27/060c15f5b302e9ec2ed30cf9b7fe25984ce72752cfc7c04f02 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-cp313-cp313-linux_x86_64.whl size=796954 sha256=ea8a30110fb2510d48fa19b8b7d218d1d31fa94161f64e0f0465aa20f69af420 Stored in directory: /root/.cache/pip/wheels/78/25/fd/78977b709cb576063310b902b1a828bbb1c5f62bd4d2890332 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.5-py3-none-any.whl size=64737 sha256=c423ebeb8c9e4fce1e35cede21a062f9b8c1cc3207c4df357df3d71ffcce5dff Stored in directory: /root/.cache/pip/wheels/01/a3/78/9914900c1bc2d13716e3f8ad992ec6e8890164fc8354a00285 Building wheel for urllib3 (pyproject.toml): started Building wheel for urllib3 (pyproject.toml): finished with status 'done' Created wheel for urllib3: filename=urllib3-2.6.3-py3-none-any.whl size=131527 sha256=e984cb1798877278c173a09d0d97f77617934d4faf5cdea9f58934bfbc326114 Stored in directory: /root/.cache/pip/wheels/3c/a0/1f/8c3ee17d2867eefe61eaeb92d9638c59ce3675dfea1847040f 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.29.0-cp313-cp313-linux_x86_64.whl size=394312 sha256=c18fca1495b1091100f0d30a13e2902e2ce06565db6c0c68074a459903a9f84a Stored in directory: /root/.cache/pip/wheels/e8/01/bb/8a419ed9a3e9f703d9e66c3524a890ce6600528efb5031b763 Building wheel for setuptools-git-versioning (pyproject.toml): started Building wheel for setuptools-git-versioning (pyproject.toml): finished with status 'done' Created wheel for setuptools-git-versioning: filename=setuptools_git_versioning-2.1.0-py3-none-any.whl size=10709 sha256=a4af52c3059db3899f74bcd4dfc18b238fb0615d10797a0cba9730660246dff6 Stored in directory: /root/.cache/pip/wheels/8c/5b/1d/cf58e887e67bfea38d51c9d00c58365aa31af92b1fea604289 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=9789 sha256=58196dfdcb03f74ac042fa7354ef19810b621a7d5e7c6945b52ce7601bd2d817 Stored in directory: /root/.cache/pip/wheels/f0/8f/5c/a5e378a79dd7dc4eb17b93a9b430a5311fb1f511ed9c814cf4 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.6-py3-none-any.whl size=18661 sha256=42e2c216abdfba126345e3a7f1285dbe63415cc5a90bb26919acc4ea2cc91eee Stored in directory: /root/.cache/pip/wheels/7a/86/18/6a691e0eb8ecb3314311299c660d7cb6935fd009e8da37e02b 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/22/e2/d6/c5afaa3edcec9c16a0c03bdd3765dc1bb3f5c9e12d0f76bf54 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=24556 sha256=e06aef0c3c637a3946bd89328608dfbcfefb957047eb3ca2063d111b977da5ef Stored in directory: /root/.cache/pip/wheels/bd/52/89/dda143bdd3097ce06ba37cc978ab953084e8f1a656d69e2d14 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/b5/5b/28/44d7c99f086f96285ba4fe4de74e583ba23a1dc7931272bf0b 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/84/12/d7/1343d53052004c0f242122acd61029a801516dde70506aef4f 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/42/28/67/f2f449db346ea4db511b201a05a564c562d03a0f532f05151f 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.5-cp39-abi3-linux_x86_64.whl size=445829 sha256=fa8310c7d5249e600f87572490062499a5c3c83ab43acc8c14fc3df7080594c3 Stored in directory: /root/.cache/pip/wheels/f2/8f/37/8c2d6e42a826c5ce16ce6005f2aa41abe118881d963bf3cf06 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=8be3086ca917a41357ae44c0134705f7c604cabde30b5ef64c393cf844b4c2f1 Stored in directory: /root/.cache/pip/wheels/dc/e3/21/2f76ebd10c58a53f0a8c39cbfd9016b0da6ac5d37ed5dfd4cf 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/2b/c4/c3/a536f6eaa7b9a311108d915ed110404c9d83ac77b385513be5 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/11/43/b7/c9a9975dedd22a7ca85bf777ee7303565a1991148431953e48 Building wheel for types-python-dateutil (pyproject.toml): started Building wheel for types-python-dateutil (pyproject.toml): finished with status 'done' Created wheel for types-python-dateutil: filename=types_python_dateutil-2.9.0.20241206-py3-none-any.whl size=14462 sha256=d3551759971a0f7d47bd5d55c12c48383e9f9dc1ddf332beabe427759bbfeeec Stored in directory: /root/.cache/pip/wheels/d9/dc/8e/20e64e3ca27c8f012d19957519721634380dae4bc101ba4efa Building wheel for typing_inspect (pyproject.toml): started Building wheel for typing_inspect (pyproject.toml): finished with status 'done' Created wheel for typing_inspect: filename=typing_inspect-0.9.0-py3-none-any.whl size=8904 sha256=0e6147d3d810b1527f8a5971be4c4151dfc684bc9c0fefb4e58ed3c7ae9f9298 Stored in directory: /root/.cache/pip/wheels/b4/06/88/456da0204f02b81a441a72214335a3a7ff1ddfb9f704820576 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.2-py3-none-any.whl size=14611 sha256=4ed1cacbdc298c220f1bd249ed5287caa16f34d44ef4e9c3d0cbad5b521545e7 Stored in directory: /root/.cache/pip/wheels/36/9c/57/b13dc3da18900cf296d481d8243347c9e592c239a613123055 Building wheel for Unidecode (pyproject.toml): started Building wheel for Unidecode (pyproject.toml): finished with status 'done' Created wheel for Unidecode: filename=unidecode-1.3.8-py3-none-any.whl size=235550 sha256=e128a98b0b53d8bd7acc845a047a40eface25dd5efc87907243e0838da49476e Stored in directory: /root/.cache/pip/wheels/e2/a9/74/cc7be054b8f530331cf1ab98e857390480ab7fe12f95d998c3 Building wheel for wcwidth (pyproject.toml): started Building wheel for wcwidth (pyproject.toml): finished with status 'done' Created wheel for wcwidth: filename=wcwidth-0.2.13-py2.py3-none-any.whl size=34255 sha256=4a5345e5f560d0d925fe51a5d3a11bc347443ac1c270e483f32c9cd08f955035 Stored in directory: /root/.cache/pip/wheels/59/d0/3d/79a9c043c4277ed45f7698aad7155f7fd11bc4a094214d1d9f 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.6-py3-none-any.whl size=225166 sha256=cf384372597f51ff5ce7a3076ab08f6031050764c28d8f7b8f840c7e3e6560a3 Stored in directory: /root/.cache/pip/wheels/84/89/d6/a50d60ca630bdd6cc0c8bbee2256de8d7c5887b76d160bca4f Building wheel for xmltodict (pyproject.toml): started Building wheel for xmltodict (pyproject.toml): finished with status 'done' Created wheel for xmltodict: filename=xmltodict-0.14.2-py2.py3-none-any.whl size=10068 sha256=712692c4813a97979726ab261de3e9148aa86ada3df8ede29c50e80a1f8f2ab3 Stored in directory: /root/.cache/pip/wheels/4e/87/fa/f7aa982838ebe9be25161757b79b77b7ac3b3af127afb02be7 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=7f9c9eff8a493795b819b8b1eab7ff5f66124352a7b00179d9a09822577e75c8 Stored in directory: /root/.cache/pip/wheels/b9/aa/fc/1bbb8d1f809123442f5b57c84e002c248290aacb552a29eec9 Building wheel for certifi (pyproject.toml): started Building wheel for certifi (pyproject.toml): finished with status 'done' Created wheel for certifi: filename=certifi-2026.1.4-py3-none-any.whl size=152899 sha256=4d2efa3595b5d310e0c1eecbdda7507f8a864bbc28f8d9d21b01adb3b52e1bef Stored in directory: /root/.cache/pip/wheels/90/b9/fa/481493fe74a2a25d126287143bfbb1c5297b45ac76ea66d571 Building wheel for six (pyproject.toml): started Building wheel for six (pyproject.toml): finished with status 'done' Created wheel for six: filename=six-1.17.0-py2.py3-none-any.whl size=11130 sha256=47d69983e15e5d10abe33e7cd78394e9448f1b556c8c102eecc9a710aa38096c Stored in directory: /root/.cache/pip/wheels/5a/d9/5f/40d10edbbee7c086d4e30ff2bdb02a396f055c3ae4cb9927d9 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.15.0-py3-none-any.whl size=44614 sha256=f0fa19c6845758ab08074a0cfa8b7aecb71c999ca73d62883bc25cc018c4e548 Stored in directory: /root/.cache/pip/wheels/cc/94/cf/cff0a62ae14269478c9c5a9aed747cf7ab88ae5c63233523fe Building wheel for filelock (pyproject.toml): started Building wheel for filelock (pyproject.toml): finished with status 'done' Created wheel for filelock: filename=filelock-3.20.3-py3-none-any.whl size=16645 sha256=46ad9adffeb41b106bc55343168cc93b41a63a0ff2b7bbe15b224f1b177601ab Stored in directory: /root/.cache/pip/wheels/86/9a/0d/531a6b2828ec1982b95eaadf1064c98e2da18ec7212025a405 Successfully built acquisition aiohttp_metwork_middlewares bash binaryornot cookiecutter cookiecutter_hooks deploycron directory_observer envtpl mfplugin statsd telegraf_unixsocket_client xattrfile aiofiles aiohttp multidict yarl aiosignal annotated-types argcomplete arrow asttokens attrs autopep8 Babel backcall bcrypt beautifulsoup4 bjoern cachetools Cerberus chardet charset_normalizer Click colorama 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 jmespath joblib jsonpickle jsonschema jsonschema_specifications lazy-import lxml Markdown markdown-it-py mdurl MarkupSafe matplotlib-inline mflog mfutil msgpack 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 setuptools-git-versioning shellingham simpleeval soupsieve stack-data structlog termcolor threadpoolctl tornado tqdm traitlets typer types-python-dateutil typing_inspect 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/aiofiles-24.1.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 2)) Processing ./src/aiohappyeyeballs-2.5.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 3)) Processing ./src/aiohttp-3.13.3-cp313-cp313-linux_x86_64.whl (from -r requirements3.txt.tmp (line 4)) Processing ./src/aiohttp_metwork_middlewares-0.0.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 5)) Processing ./src/aiosignal-1.4.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 6)) Processing ./src/annotated_types-0.7.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 7)) Processing ./src/argcomplete-3.6.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 8)) Processing ./src/arrow-1.3.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 9)) Processing ./src/asttokens-3.0.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 10)) Processing ./src/attrs-25.1.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 11)) Processing ./src/autopep8-2.3.2-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 12)) Processing ./src/babel-2.17.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 13)) Processing ./src/backcall-0.2.0-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 14)) Processing ./src/bash-0.7-py3-none-any.whl (from -r requirements3.txt.tmp (line 15)) Processing ./src/bcrypt-5.0.0-cp313-cp313-linux_x86_64.whl (from -r requirements3.txt.tmp (line 16)) Processing ./src/beautifulsoup4-4.13.3-py3-none-any.whl (from -r requirements3.txt.tmp (line 17)) Processing ./src/binaryornot-0.4.4-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 18)) Processing ./src/bjoern-3.2.2-cp313-cp313-linux_x86_64.whl (from -r requirements3.txt.tmp (line 19)) Processing ./src/cachetools-6.1.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 20)) Processing ./src/cerberus-1.3.7-py3-none-any.whl (from -r requirements3.txt.tmp (line 21)) Processing ./src/chardet-5.2.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 22)) Processing ./src/charset_normalizer-3.4.4-py3-none-any.whl (from -r requirements3.txt.tmp (line 23)) Processing ./src/click-8.2.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 24)) Processing ./src/colorama-0.4.6-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 25)) Processing ./src/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-46.0.5-cp313-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.3.1-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-cp313-cp313-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.13-py3-none-any.whl (from -r requirements3.txt.tmp (line 45)) Processing ./src/hiredis-3.1.0-cp313-cp313-linux_x86_64.whl (from -r requirements3.txt.tmp (line 46)) Processing ./src/idna-3.11-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/jmespath-1.0.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 58)) Processing ./src/joblib-1.4.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 59)) Processing ./src/jsonpickle-4.1.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 60)) Processing ./src/jsonschema-4.23.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 61)) Processing ./src/jsonschema_specifications-2024.10.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 62)) Processing ./src/lazy_import-0.2.2-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 63)) Processing ./src/lxml-6.0.2-cp313-cp313-linux_x86_64.whl (from -r requirements3.txt.tmp (line 64)) Processing ./src/markdown-3.10.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 65)) Processing ./src/markdown_it_py-3.0.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 66)) Processing ./src/markupsafe-3.0.2-cp313-cp313-linux_x86_64.whl (from -r requirements3.txt.tmp (line 67)) Processing ./src/matplotlib_inline-0.1.7-py3-none-any.whl (from -r requirements3.txt.tmp (line 68)) Processing ./src/mdurl-0.1.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 69)) Processing ./src/mflog-0.1.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 70)) Processing ./src/mfplugin-0.0.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 71)) Processing ./src/mfutil-0.3.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 72)) Processing ./src/msgpack-1.1.2-cp313-cp313-linux_x86_64.whl (from -r requirements3.txt.tmp (line 73)) Processing ./src/multidict-6.1.0-cp313-cp313-linux_x86_64.whl (from -r requirements3.txt.tmp (line 74)) Processing ./src/mypy_extensions-1.1.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 75)) Processing ./src/netifaces2-0.0.22-cp37-abi3-linux_x86_64.whl (from -r requirements3.txt.tmp (line 76)) Processing ./src/opinionated_configparser-1.0.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 77)) Processing ./src/orjson-3.11.7-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (from -r requirements3.txt.tmp (line 78)) Processing ./src/paramiko-3.5.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 79)) Processing ./src/parso-0.8.4-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 80)) Processing ./src/pexpect-4.9.0-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 81)) Processing ./src/pickleshare-0.7.5-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 82)) Processing ./src/pika-1.3.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 83)) Processing ./src/pillow-12.1.1-cp313-cp313-linux_x86_64.whl (from -r requirements3.txt.tmp (line 84)) Processing ./src/poyo-0.5.0-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 85)) Processing ./src/prompt_toolkit-3.0.50-py3-none-any.whl (from -r requirements3.txt.tmp (line 86)) Processing ./src/propcache-0.3.0-cp313-cp313-linux_x86_64.whl (from -r requirements3.txt.tmp (line 87)) Processing ./src/psutil-7.2.2-cp36-abi3-linux_x86_64.whl (from -r requirements3.txt.tmp (line 88)) Processing ./src/ptyprocess-0.7.0-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 89)) Processing ./src/pure_eval-0.2.3-py3-none-any.whl (from -r requirements3.txt.tmp (line 90)) Processing ./src/pyasn1-0.6.3-py3-none-any.whl (from -r requirements3.txt.tmp (line 91)) Processing ./src/pyasn1_modules-0.4.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 92)) Processing ./src/pyasyncore-1.0.4-py3-none-any.whl (from -r requirements3.txt.tmp (line 93)) Processing ./src/pycodestyle-2.12.1-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 94)) Processing ./src/pydantic-2.12.5-py3-none-any.whl (from -r requirements3.txt.tmp (line 95)) Processing ./src/pydantic_core-2.41.5-cp313-cp313-linux_x86_64.whl (from -r requirements3.txt.tmp (line 96)) Processing ./src/pygments-2.19.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 97)) Processing ./src/pyinotify-0.9.6-py3-none-any.whl (from -r requirements3.txt.tmp (line 98)) Processing ./src/pynacl-1.6.2-cp313-cp313-linux_x86_64.whl (from -r requirements3.txt.tmp (line 99)) Processing ./src/python_dateutil-2.9.0.post0-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 100)) Processing ./src/python_ldap-3.4.5-cp313-cp313-linux_x86_64.whl (from -r requirements3.txt.tmp (line 101)) Processing ./src/pytz-2025.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 102)) Processing ./src/pyyaml-6.0.3-cp313-cp313-linux_x86_64.whl (from -r requirements3.txt.tmp (line 103)) Processing ./src/redis-7.0.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 104)) Processing ./src/referencing-0.36.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 105)) Processing ./src/regex-2024.11.6-cp313-cp313-linux_x86_64.whl (from -r requirements3.txt.tmp (line 106)) Processing ./src/requests-2.32.5-py3-none-any.whl (from -r requirements3.txt.tmp (line 107)) Processing ./src/requests_unixsocket2-0.4.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 108)) Processing ./src/rich-14.2.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 109)) Processing ./src/rpds_py-0.29.0-cp313-cp313-linux_x86_64.whl (from -r requirements3.txt.tmp (line 110)) Processing ./src/setuptools_git_versioning-2.1.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 111)) Processing ./src/shellingham-1.5.4-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 112)) Processing ./src/simpleeval-1.0.6-py3-none-any.whl (from -r requirements3.txt.tmp (line 113)) Processing ./src/sortedcontainers-2.4.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 114)) Processing ./src/soupsieve-2.6-py3-none-any.whl (from -r requirements3.txt.tmp (line 115)) Processing ./src/statsd-3.2.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 116)) Processing ./src/stack_data-0.6.3-py3-none-any.whl (from -r requirements3.txt.tmp (line 117)) Processing ./src/structlog-23.1.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 118)) Processing ./src/telegraf_unixsocket_client-0.0.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 119)) Processing ./src/termcolor-2.5.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 120)) Processing ./src/terminaltables3-4.0.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 121)) Processing ./src/threadpoolctl-3.6.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 122)) Processing ./src/tornado-6.5.5-cp39-abi3-linux_x86_64.whl (from -r requirements3.txt.tmp (line 123)) Processing ./src/tqdm-4.67.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 124)) Processing ./src/traitlets-5.14.3-py3-none-any.whl (from -r requirements3.txt.tmp (line 125)) Processing ./src/typer-0.16.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 126)) Processing ./src/types_python_dateutil-2.9.0.20241206-py3-none-any.whl (from -r requirements3.txt.tmp (line 127)) Processing ./src/typing_inspect-0.9.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 128)) Processing ./src/typing_inspection-0.4.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 129)) Processing ./src/unidecode-1.3.8-py3-none-any.whl (from -r requirements3.txt.tmp (line 130)) Processing ./src/urllib3-2.6.3-py3-none-any.whl (from -r requirements3.txt.tmp (line 131)) Processing ./src/wcwidth-0.2.13-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 132)) Processing ./src/werkzeug-3.1.6-py3-none-any.whl (from -r requirements3.txt.tmp (line 133)) Processing ./src/wrapt-2.1.1-cp313-cp313-linux_x86_64.whl (from -r requirements3.txt.tmp (line 134)) Processing ./src/xattrfile-0.0.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 135)) Processing ./src/xmltodict-0.14.2-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 136)) Processing ./src/yarl-1.18.3-cp313-cp313-linux_x86_64.whl (from -r requirements3.txt.tmp (line 137)) Processing ./src/yq-3.4.3-py3-none-any.whl (from -r requirements3.txt.tmp (line 138)) Requirement already satisfied: typing-extensions>=4.0.0 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.13/site-packages (from beautifulsoup4==4.13.3->-r requirements3.txt.tmp (line 17)) (4.15.0) Requirement already satisfied: filelock in /opt/metwork-mfext-master/opt/python3_core/lib/python3.13/site-packages (from cron-wrapper==0.1.3->-r requirements3.txt.tmp (line 28)) (3.20.3) Requirement already satisfied: setuptools in /opt/metwork-mfext-master/opt/python3_core/lib/python3.13/site-packages (from cron-wrapper==0.1.3->-r requirements3.txt.tmp (line 28)) (81.0.0) Requirement already satisfied: cffi>=2.0.0 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from cryptography==46.0.5->-r requirements3.txt.tmp (line 29)) (2.0.0) Requirement already satisfied: packaging in /opt/metwork-mfext-master/opt/python3_core/lib/python3.13/site-packages (from deprecation==2.1.0->-r requirements3.txt.tmp (line 34)) (26.0) Requirement already satisfied: six in /opt/metwork-mfext-master/opt/python3_core/lib/python3.13/site-packages (from lazy-import==0.2.2->-r requirements3.txt.tmp (line 63)) (1.17.0) Requirement already satisfied: certifi>=2017.4.17 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.13/site-packages (from requests==2.32.5->-r requirements3.txt.tmp (line 107)) (2026.1.4) Requirement already satisfied: tomlkit>=0.11.6 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from yq==3.4.3->-r requirements3.txt.tmp (line 138)) (0.13.2) Requirement already satisfied: ConfigUpdater in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from mfplugin->-r requirements3.txt.tmp (line 71)) (3.2) Requirement already satisfied: pycparser in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from cffi>=2.0.0->cryptography==46.0.5->-r requirements3.txt.tmp (line 29)) (3.0) Installing collected packages: wcwidth, statsd, sortedcontainers, pytz, pyinotify, pyasyncore, pure-eval, ptyprocess, pickleshare, gitignore-parser, deploycron, bjoern, bash, backcall, xmltodict, wrapt, urllib3, Unidecode, typing_inspection, types-python-dateutil, traitlets, tqdm, tornado, threadpoolctl, terminaltables3, termcolor, structlog, soupsieve, simpleeval, shellingham, setuptools-git-versioning, 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, msgpack, mdurl, MarkupSafe, Markdown, lxml, lazy-import, jsonpickle, joblib, jmespath, 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, aiofiles, yq, yarl, Werkzeug, typing_inspect, 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.3.1 Jinja2-3.1.6 Markdown-3.10.2 MarkupSafe-3.0.2 Pillow-12.1.1 PyNaCl-1.6.2 PyYAML-6.0.3 Pygments-2.19.2 Unidecode-1.3.8 Werkzeug-3.1.6 acquisition-0.0.0 aiofiles-24.1.0 aiohappyeyeballs-2.5.0 aiohttp-3.13.3 aiohttp_metwork_middlewares-0.0.1 aiosignal-1.4.0 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.7 bcrypt-5.0.0 beautifulsoup4-4.13.3 binaryornot-0.4.4 bjoern-3.2.2 cachetools-6.1.0 chardet-5.2.0 charset_normalizer-3.4.4 colorama-0.4.6 cookiecutter-1.6.1 cookiecutter_hooks-0.0.1 cron-wrapper-0.1.3 cryptography-46.0.5 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.13 hiredis-3.1.0 idna-3.11 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 jmespath-1.0.1 joblib-1.4.2 jsonpickle-4.1.1 jsonschema-4.23.0 jsonschema_specifications-2024.10.1 lazy-import-0.2.2 lxml-6.0.2 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 msgpack-1.1.2 multidict-6.1.0 mypy-extensions-1.1.0 netifaces2-0.0.22 opinionated-configparser-1.0.1 orjson-3.11.7 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.2.2 ptyprocess-0.7.0 pure-eval-0.2.3 pyasn1-0.6.3 pyasn1-modules-0.4.1 pyasyncore-1.0.4 pycodestyle-2.12.1 pydantic-2.12.5 pydantic-core-2.41.5 pyinotify-0.9.6 python-dateutil-2.9.0.post0 python-ldap-3.4.5 pytz-2025.1 redis-7.0.1 referencing-0.36.2 regex-2024.11.6 requests-2.32.5 requests-unixsocket2-0.4.2 rich-14.2.0 rpds-py-0.29.0 setuptools-git-versioning-2.1.0 shellingham-1.5.4 simpleeval-1.0.6 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.5 tqdm-4.67.1 traitlets-5.14.3 typer-0.16.0 types-python-dateutil-2.9.0.20241206 typing_inspect-0.9.0 typing_inspection-0.4.2 urllib3-2.6.3 wcwidth-0.2.13 wrapt-2.1.1 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.13/site-packages; then mkdir -p /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages; fi if test -f /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages/requirements3.txt; then cat /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages/requirements3.txt requirements3.txt |sort |uniq |sed 's/^-e git.*egg=\(.*\)$/\1/g' >/opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages/requirements3.txt.tmp; mv /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages/requirements3.txt.tmp /opt/metwork-mfext-master/opt/python3/lib/python3.13/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.13/site-packages/requirements3.txt ;fi IFS=$'\n' ; for REQ in `cat requirements3.txt |sort |uniq| grep -v "\["`; 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/bash.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/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/aiofiles.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/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/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/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/jmespath.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/jsonpickle.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/msgpack.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/setuptools-git-versioning.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_inspect.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_ec06b6b5008d9c95553b48c49f8f3429.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: 0c0ee6d23e2931ca1f595242102a0915 /src/adm/root.mk md5sum hash: 60c1fe308b8f0e043a4de4f24888710b core@mfext layer (dependency) hash (from cache): 944a7eeda1d1e8d37ee924016cc28d97 python3@mfext layer (dependency) hash (from cache): 9630c1359512bd5488daa3ba4f222d6f python3_core@mfext layer (dependency) hash (from cache): aa375a42b2e30118583b5d43e8bed0cb root@mfext layer (dependency) hash (from cache): dfad8a92c8772e884017daf371827769 source hash: dca4274c1f1a2082de38753a88f7ec6e cache missed (/buildcache/mfext_cache_layer_python3_circus_c59d3122ff7a52c5f713e3ac14098bcc.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 tempolayer36127[/src/layers/layer2_python3_circus/0500_circus/tempolayer36127] 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 Checking if build backend supports build_editable: started Checking if build backend supports build_editable: finished with status 'done' 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 Checking if build backend supports build_editable: started Checking if build backend supports build_editable: finished with status 'done' 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 (pyproject.toml): started Preparing metadata (pyproject.toml): 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 63.2 MB/s 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.2.2-cp36-abi3-linux_x86_64.whl Collecting tornado>=5.0.2 (from circus->-r requirements3.txt (line 2)) Using cached tornado-6.5.5-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.13-py3-none-any.whl Collecting setuptools (from circus_autorestart_plugin->-r requirements3.txt (line 3)) Using cached setuptools-81.0.0-py3-none-any.whl Saved ./src/tornado-6.5.5-cp39-abi3-linux_x86_64.whl Saved ./src/gitignore_parser-0.1.13-py3-none-any.whl Saved ./src/inotify_simple-1.3.5-py3-none-any.whl Saved ./src/psutil-7.2.2-cp36-abi3-linux_x86_64.whl Saved ./src/setuptools-81.0.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=cfbdf75004a5e07fb2590f388ef4c1dd7a36f1c17e9c98a6f7caa8196786950a Stored in directory: /src/layers/layer2_python3_circus/0500_circus/tempolayer36127/tmp/pip-ephem-wheel-cache-3xdhsa8n/wheels/f5/93/ae/ec46e7879d6c2be4c305c2d45f4e7db14b0f8653f5035cef01 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=4532 sha256=288029d5e012fdc358142cdaa5273b2c430f5b3794109082e6fdc6c69ee92ecd Stored in directory: /src/layers/layer2_python3_circus/0500_circus/tempolayer36127/tmp/pip-ephem-wheel-cache-3xdhsa8n/wheels/28/f3/6b/e65f48821ab7a16a6e3771345323d3dd16b5a42464135bff02 Building wheel for cached-property (pyproject.toml): started Building wheel for cached-property (pyproject.toml): finished with status 'done' Created wheel for cached-property: filename=cached_property-1.5.2-py2.py3-none-any.whl size=7690 sha256=313c7b38f032f768039638988fe868e20a759bc5f26c9c3f7e0fa25df490a1de Stored in directory: /root/.cache/pip/wheels/b5/25/0f/020005501d13a22f6163a3bd26b21a815509bf8afa4c1f5c74 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-cp313-cp313-linux_x86_64.whl size=1751898 sha256=c6d726dbcaa7019e94bb238d439c74e4f80b46cfa2a8c9640636e0a48ead7a79 Stored in directory: /root/.cache/pip/wheels/f4/e2/d1/6555564da8897787016ab422a018ae442da2387b98afeb5ddf 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-cp313-cp313-linux_x86_64.whl (from -r requirements3.txt.tmp (line 4)) Requirement already satisfied: psutil in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from circus->-r requirements3.txt.tmp (line 2)) (7.2.2) Requirement already satisfied: tornado>=5.0.2 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from circus->-r requirements3.txt.tmp (line 2)) (6.5.5) Requirement already satisfied: inotify_simple in /opt/metwork-mfext-master/opt/python3/lib/python3.13/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.13/site-packages (from circus_autorestart_plugin->-r requirements3.txt.tmp (line 3)) (0.1.13) Requirement already satisfied: setuptools in /opt/metwork-mfext-master/opt/python3_core/lib/python3.13/site-packages (from circus_autorestart_plugin->-r requirements3.txt.tmp (line 3)) (81.0.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.13/site-packages; then mkdir -p /opt/metwork-mfext-master/opt/python3_circus/lib/python3.13/site-packages; fi if test -f /opt/metwork-mfext-master/opt/python3_circus/lib/python3.13/site-packages/requirements3.txt; then cat /opt/metwork-mfext-master/opt/python3_circus/lib/python3.13/site-packages/requirements3.txt requirements3.txt |sort |uniq |sed 's/^-e git.*egg=\(.*\)$/\1/g' >/opt/metwork-mfext-master/opt/python3_circus/lib/python3.13/site-packages/requirements3.txt.tmp; mv /opt/metwork-mfext-master/opt/python3_circus/lib/python3.13/site-packages/requirements3.txt.tmp /opt/metwork-mfext-master/opt/python3_circus/lib/python3.13/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.13/site-packages/requirements3.txt ;fi IFS=$'\n' ; for REQ in `cat requirements3.txt |sort |uniq| grep -v "\["`; 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_c59d3122ff7a52c5f713e3ac14098bcc.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: 0c0ee6d23e2931ca1f595242102a0915 /src/adm/root.mk md5sum hash: 60c1fe308b8f0e043a4de4f24888710b core@mfext layer (dependency) hash (from cache): 944a7eeda1d1e8d37ee924016cc28d97 python3@mfext layer (dependency) hash (from cache): 9630c1359512bd5488daa3ba4f222d6f python3_core@mfext layer (dependency) hash (from cache): aa375a42b2e30118583b5d43e8bed0cb root@mfext layer (dependency) hash (from cache): dfad8a92c8772e884017daf371827769 scientific_core@mfext layer (dependency) hash (from cache): e14fbd9e332caa885a6188d03d4c7d8a source hash: 0fcef0eb534e96e04f2f9fc67178f2e6 cache missed (/buildcache/mfext_cache_layer_python3_scientific_core_ebc760614415f217fce724299c70b33b.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 tempolayer37106[/src/layers/layer2_python3_scientific_core/0500_extra_python_packages/tempolayer37106] 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 (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting psycopg==3.2.13 (from -r requirements3.txt (line 3)) Downloading psycopg-3.2.13.tar.gz (160 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting psycopg-c==3.2.13 (from -r requirements3.txt (line 4)) Downloading psycopg_c-3.2.13.tar.gz (624 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 624.4/624.4 kB 43.0 MB/s 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Downloading astral-3.2-py3-none-any.whl (38 kB) Saved ./src/astral-3.2-py3-none-any.whl Building wheels for collected packages: psycopg2, psycopg, psycopg-c Building wheel for psycopg2 (pyproject.toml): started Building wheel for psycopg2 (pyproject.toml): finished with status 'done' Created wheel for psycopg2: filename=psycopg2-2.9.10-cp313-cp313-linux_x86_64.whl size=528403 sha256=885b23ac604c468c8cb4762fd3e4297ce2172121cb9808e8c9b652534bfa9ced Stored in directory: /root/.cache/pip/wheels/d1/02/6b/6fab072a7ac365814e6d6217fef5525fa5ac3c64204a418040 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.13-py3-none-any.whl size=206797 sha256=cc5ada4514503d552cb12a4d94326e09f0022825a41dd367113e38700a3747cb Stored in directory: /root/.cache/pip/wheels/2b/d9/24/13db1dfa2b638ce6fdd6ae03e8543857e3b089827172de5af8 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.13-cp313-cp313-linux_x86_64.whl size=2311331 sha256=48d5de5204c4d2d3f980974a35e9a9c040cc33c70520d0e3bfc726196ffeb700 Stored in directory: /root/.cache/pip/wheels/94/0f/02/0b4f79966211934a70967f5be7d40d97c1589c8ba0547cadcd 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-cp313-cp313-linux_x86_64.whl (from -r requirements3.txt.tmp (line 2)) Processing ./src/psycopg-3.2.13-py3-none-any.whl (from -r requirements3.txt.tmp (line 3)) Processing ./src/psycopg_c-3.2.13-cp313-cp313-linux_x86_64.whl (from -r requirements3.txt.tmp (line 4)) Installing collected packages: psycopg2, psycopg-c, psycopg, astral Successfully installed astral-3.2 psycopg-3.2.13 psycopg-c-3.2.13 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.13/site-packages; then mkdir -p /opt/metwork-mfext-master/opt/python3_scientific_core/lib/python3.13/site-packages; fi if test -f /opt/metwork-mfext-master/opt/python3_scientific_core/lib/python3.13/site-packages/requirements3.txt; then cat /opt/metwork-mfext-master/opt/python3_scientific_core/lib/python3.13/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.13/site-packages/requirements3.txt.tmp; mv /opt/metwork-mfext-master/opt/python3_scientific_core/lib/python3.13/site-packages/requirements3.txt.tmp /opt/metwork-mfext-master/opt/python3_scientific_core/lib/python3.13/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.13/site-packages/requirements3.txt ;fi IFS=$'\n' ; for REQ in `cat requirements3.txt |sort |uniq| grep -v "\["`; 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_ebc760614415f217fce724299c70b33b.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: 0c0ee6d23e2931ca1f595242102a0915 /src/adm/root.mk md5sum hash: 60c1fe308b8f0e043a4de4f24888710b core@mfext layer (dependency) hash (from cache): 944a7eeda1d1e8d37ee924016cc28d97 root@mfext layer (dependency) hash (from cache): dfad8a92c8772e884017daf371827769 source hash: abe8ded1987308f954f02fad0bd24e79 cache hit (used: /buildcache/mfext_cache_layer_nodejs_03f19adce279cf3d67dfa9f13d17357b.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_03f19adce279cf3d67dfa9f13d17357b.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: 0c0ee6d23e2931ca1f595242102a0915 /src/adm/root.mk md5sum hash: 60c1fe308b8f0e043a4de4f24888710b core@mfext layer (dependency) hash (from cache): 944a7eeda1d1e8d37ee924016cc28d97 root@mfext layer (dependency) hash (from cache): dfad8a92c8772e884017daf371827769 source hash: 9bcbee843ac24140ecd45227e705f6df cache hit (used: /buildcache/mfext_cache_layer_devtools_c07f89654c90538c1daf5d2805144562.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_c07f89654c90538c1daf5d2805144562.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: 0c0ee6d23e2931ca1f595242102a0915 /src/adm/root.mk md5sum hash: 60c1fe308b8f0e043a4de4f24888710b core@mfext layer (dependency) hash (from cache): 944a7eeda1d1e8d37ee924016cc28d97 devtools@mfext layer (dependency) hash (from cache): d504b8f970c8f00c01d2f0effd741887 python3@mfext layer (dependency) hash (from cache): 9630c1359512bd5488daa3ba4f222d6f python3_core@mfext layer (dependency) hash (from cache): aa375a42b2e30118583b5d43e8bed0cb root@mfext layer (dependency) hash (from cache): dfad8a92c8772e884017daf371827769 source hash: 91330c6e2fa601a7953426e0668008d6 cache missed (/buildcache/mfext_cache_layer_python3_devtools_e9dfe1ceff6ebe0b49a98335ce56d57e.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 tempolayer38430[/src/layers/layer7_python3_devtools/0400_prereq_extra_python_packages/tempolayer38430] 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 librt==0.8.1 (from -r requirements3.txt (line 2)) Downloading librt-0.8.1.tar.gz (177 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting mypy==1.19.1 (from -r requirements3.txt (line 3)) Downloading mypy-1.19.1.tar.gz (3.6 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.6/3.6 MB 132.8 MB/s 0:00:00 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 typing_extensions>=4.6.0 (from mypy==1.19.1->-r requirements3.txt (line 3)) Using cached typing_extensions-4.15.0-py3-none-any.whl Collecting mypy_extensions>=1.0.0 (from mypy==1.19.1->-r requirements3.txt (line 3)) Using cached mypy_extensions-1.1.0-py3-none-any.whl Collecting pathspec>=0.9.0 (from mypy==1.19.1->-r requirements3.txt (line 3)) Using cached pathspec-1.0.4-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-26.0-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-81.0.0-py3-none-any.whl Saved ./src/mypy_extensions-1.1.0-py3-none-any.whl Saved ./src/pathspec-1.0.4-py3-none-any.whl Saved ./src/setuptools_scm-8.2.0-py3-none-any.whl Saved ./src/packaging-26.0-py3-none-any.whl Saved ./src/setuptools-81.0.0-py3-none-any.whl Saved ./src/typing_extensions-4.15.0-py3-none-any.whl Building wheels for collected packages: flit-scm, librt, mypy, 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=3846ec39f959a2736a54d36c7871d934cf4e1b79069e6c45ebff24850adfb2e0 Stored in directory: /root/.cache/pip/wheels/86/55/4a/1a1e802f468e5bcae4f89a10fac75ce47d4c81c4d7a0a2bfa0 Building wheel for librt (pyproject.toml): started Building wheel for librt (pyproject.toml): finished with status 'done' Created wheel for librt: filename=librt-0.8.1-cp313-cp313-linux_x86_64.whl size=332343 sha256=c7d85097529369fb7f19904d919e2e44cdc28fe274900aa544dd98858e704e0d Stored in directory: /root/.cache/pip/wheels/74/77/a3/703d786a781088140152be23b8cb4406b7d008a2c48b0c30dc Building wheel for mypy (pyproject.toml): started Building wheel for mypy (pyproject.toml): finished with status 'done' Created wheel for mypy: filename=mypy-1.19.1-py3-none-any.whl size=2471239 sha256=ed46c635b4d1af4253c0f192370d86bbddf9cf4ac57ff598ef4c28d469d39d65 Stored in directory: /root/.cache/pip/wheels/db/72/43/32adabb71471b32a7845a847bb19a64efb397e9c5b8cf880df 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/e2/12/8f/cf657f0f843e6149ca018afeab2f64d2ad88732b87f4b415aa Successfully built flit-scm librt mypy 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)) Processing ./src/librt-0.8.1-cp313-cp313-linux_x86_64.whl (from -r requirements3.txt.tmp (line 2)) Processing ./src/mypy-1.19.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 3)) Requirement already satisfied: flit-core~=3.5 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.13/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.13/site-packages (from flit-scm==1.7.0->-r requirements3.txt.tmp (line 1)) (8.2.0) Requirement already satisfied: typing_extensions>=4.6.0 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.13/site-packages (from mypy==1.19.1->-r requirements3.txt.tmp (line 3)) (4.15.0) Requirement already satisfied: mypy_extensions>=1.0.0 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from mypy==1.19.1->-r requirements3.txt.tmp (line 3)) (1.1.0) Requirement already satisfied: pathspec>=0.9.0 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.13/site-packages (from mypy==1.19.1->-r requirements3.txt.tmp (line 3)) (1.0.4) Requirement already satisfied: packaging>=20 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.13/site-packages (from setuptools_scm>=6.4->flit-scm==1.7.0->-r requirements3.txt.tmp (line 1)) (26.0) Requirement already satisfied: setuptools>=61 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.13/site-packages (from setuptools_scm>=6.4->flit-scm==1.7.0->-r requirements3.txt.tmp (line 1)) (81.0.0) Installing collected packages: librt, mypy, flit-scm Successfully installed flit-scm-1.7.0 librt-0.8.1 mypy-1.19.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_devtools/lib/python3.13/site-packages; then mkdir -p /opt/metwork-mfext-master/opt/python3_devtools/lib/python3.13/site-packages; fi if test -f /opt/metwork-mfext-master/opt/python3_devtools/lib/python3.13/site-packages/requirements3.txt; then cat /opt/metwork-mfext-master/opt/python3_devtools/lib/python3.13/site-packages/requirements3.txt requirements3.txt |sort |uniq |sed 's/^-e git.*egg=\(.*\)$/\1/g' >/opt/metwork-mfext-master/opt/python3_devtools/lib/python3.13/site-packages/requirements3.txt.tmp; mv /opt/metwork-mfext-master/opt/python3_devtools/lib/python3.13/site-packages/requirements3.txt.tmp /opt/metwork-mfext-master/opt/python3_devtools/lib/python3.13/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.13/site-packages/requirements3.txt ;fi IFS=$'\n' ; for REQ in `cat requirements3.txt |sort |uniq| grep -v "\["`; 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 /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/librt.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/mypy.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 tempolayer38803[/src/layers/layer7_python3_devtools/0500_extra_python_packages/tempolayer38803] Collecting apipkg==3.0.2 (from -r requirements3.txt (line 1)) Downloading apipkg-3.0.2.tar.gz (6.6 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting altgraph==0.17.5 (from -r requirements3.txt (line 2)) Downloading altgraph-0.17.5.tar.gz (48 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 155.9 MB/s 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 188.4 MB/s 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting black==26.3.1 (from -r requirements3.txt (line 6)) Downloading black-26.3.1.tar.gz (666 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 666.2/666.2 kB 73.4 MB/s 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 (pyproject.toml): started Preparing metadata (pyproject.toml): 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 108.6 MB/s 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-cp313-cp313-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 (pyproject.toml): started Preparing metadata (pyproject.toml): 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 (pyproject.toml): started Preparing metadata (pyproject.toml): 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 (pyproject.toml): started Preparing metadata (pyproject.toml): 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 (pyproject.toml): started Preparing metadata (pyproject.toml): 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 (pyproject.toml): started Preparing metadata (pyproject.toml): 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 (pyproject.toml): started Preparing metadata (pyproject.toml): 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 jschema-to-python==1.2.3 (from -r requirements3.txt (line 24)) Downloading jschema_to_python-1.2.3.tar.gz (10 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): 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.8.6 (from -r requirements3.txt (line 26)) Downloading libcst-1.8.6.tar.gz (891 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 891.4/891.4 kB 114.4 MB/s 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 (pyproject.toml): started Preparing metadata (pyproject.toml): 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 109.5 MB/s 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 (pyproject.toml): started Preparing metadata (pyproject.toml): 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 (pyproject.toml): started Preparing metadata (pyproject.toml): 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 162.8 MB/s 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 (pyproject.toml): started Preparing metadata (pyproject.toml): 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 (pyproject.toml): started Preparing metadata (pyproject.toml): 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 166.9 MB/s 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 (pyproject.toml): started Preparing metadata (pyproject.toml): 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 (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting nltk==3.9.3 (from -r requirements3.txt (line 43)) Downloading nltk-3.9.3.tar.gz (2.9 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.9/2.9 MB 132.1 MB/s 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): 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 (pyproject.toml): started Preparing metadata (pyproject.toml): 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 (pyproject.toml): started Preparing metadata (pyproject.toml): 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 (pyproject.toml): started Preparing metadata (pyproject.toml): 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 (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pyinstaller-hooks-contrib==2025.10 (from -r requirements3.txt (line 53)) Downloading pyinstaller_hooks_contrib-2025.10.tar.gz (168 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pyinstaller==6.18.0 (from -r requirements3.txt (line 54)) Downloading pyinstaller-6.18.0.tar.gz (4.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.0/4.0 MB 150.1 MB/s 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 126.3 MB/s 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pymdown-extensions==10.19.1 (from -r requirements3.txt (line 56)) Downloading pymdown_extensions-10.19.1.tar.gz (847 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 847.8/847.8 kB 108.3 MB/s 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pyproject-api==1.9.1 (from -r requirements3.txt (line 57)) Downloading pyproject_api-1.9.1.tar.gz (22 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pytest==9.0.2 (from -r requirements3.txt (line 58)) Downloading pytest-9.0.2.tar.gz (1.6 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 109.7 MB/s 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pytest-asyncio==1.3.0 (from -r requirements3.txt (line 59)) Downloading pytest_asyncio-1.3.0.tar.gz (50 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.2.0 (from -r requirements3.txt (line 61)) Downloading pytest_html-4.2.0.tar.gz (108 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 (pyproject.toml): started Preparing metadata (pyproject.toml): 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 pytokens==0.4.1 (from -r requirements3.txt (line 67)) Downloading pytokens-0.4.1.tar.gz (23 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 68)) 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 pyyaml-ft==8.0.0 (from -r requirements3.txt (line 69)) Downloading pyyaml_ft-8.0.0.tar.gz (141 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting sarif-om==1.0.4 (from -r requirements3.txt (line 70)) Downloading sarif_om-1.0.4.tar.gz (28 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting sftp-py==0.2.1 (from -r requirements3.txt (line 71)) Downloading sftp_py-0.2.1.tar.gz (6.1 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting simple-term-menu==1.6.6 (from -r requirements3.txt (line 72)) Downloading simple_term_menu-1.6.6.tar.gz (35 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting smmap==5.0.2 (from -r requirements3.txt (line 73)) Downloading smmap-5.0.2.tar.gz (22 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting snowballstemmer==2.2.0 (from -r requirements3.txt (line 74)) Downloading snowballstemmer-2.2.0.tar.gz (86 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting stevedore==5.4.1 (from -r requirements3.txt (line 75)) Downloading stevedore-5.4.1.tar.gz (513 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting super-collections==0.5.3 (from -r requirements3.txt (line 76)) 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.28.4 (from -r requirements3.txt (line 77)) Downloading tox-4.28.4.tar.gz (199 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting watchdog==6.0.0 (from -r requirements3.txt (line 78)) 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 79)) 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.3-cp313-cp313-linux_x86_64.whl Collecting rich (from bandit==1.8.3->-r requirements3.txt (line 5)) Using cached rich-14.2.0-py3-none-any.whl.metadata (18 kB) Collecting click>=8.0.0 (from black==26.3.1->-r requirements3.txt (line 6)) Using cached click-8.2.1-py3-none-any.whl Collecting mypy-extensions>=0.4.3 (from black==26.3.1->-r requirements3.txt (line 6)) Using cached mypy_extensions-1.1.0-py3-none-any.whl Collecting packaging>=22.0 (from black==26.3.1->-r requirements3.txt (line 6)) Using cached packaging-26.0-py3-none-any.whl Collecting pathspec>=1.0.0 (from black==26.3.1->-r requirements3.txt (line 6)) Using cached pathspec-1.0.4-py3-none-any.whl Collecting platformdirs>=2 (from black==26.3.1->-r requirements3.txt (line 6)) Using cached platformdirs-4.5.0-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.15.0-py3-none-any.whl Collecting threadpoolctl (from filprofiler==2024.11.2->-r requirements3.txt (line 13)) Using cached threadpoolctl-3.6.0-py3-none-any.whl Collecting pycodestyle<2.13.0,>=2.12.0 (from flake8==7.1.2->-r requirements3.txt (line 14)) Using cached pycodestyle-2.12.1-py2.py3-none-any.whl Collecting python-dateutil>=2.7 (from freezegun==1.5.1->-r requirements3.txt (line 16)) Using cached python_dateutil-2.9.0.post0-py2.py3-none-any.whl Collecting attrs (from jschema-to-python==1.2.3->-r requirements3.txt (line 24)) Using cached attrs-25.1.0-py3-none-any.whl Collecting jsonpickle (from jschema-to-python==1.2.3->-r requirements3.txt (line 24)) Using cached jsonpickle-4.1.1-py3-none-any.whl Collecting pbr (from jschema-to-python==1.2.3->-r requirements3.txt (line 24)) Using cached pbr-7.0.3-py2.py3-none-any.whl Collecting tornado (from livereload==2.7.1->-r requirements3.txt (line 27)) Using cached tornado-6.5.5-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-cp313-cp313-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.10.2-py3-none-any.whl Collecting pydantic>=2.8.1 (from mkdocs-awesome-nav==3.0.0->-r requirements3.txt (line 34)) Using cached pydantic-2.12.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.2-py3-none-any.whl Collecting requests~=2.26 (from mkdocs-material==9.6.9->-r requirements3.txt (line 38)) Using cached requests-2.32.5-py3-none-any.whl Collecting joblib (from nltk==3.9.3->-r requirements3.txt (line 43)) Using cached joblib-1.4.2-py3-none-any.whl Collecting regex>=2021.8.3 (from nltk==3.9.3->-r requirements3.txt (line 43)) Using cached regex-2024.11.6-cp313-cp313-linux_x86_64.whl Collecting tqdm (from nltk==3.9.3->-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-26.0.1.tar.gz (1.8 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 134.3 MB/s 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.36.1.tar.gz (6.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.0/6.0 MB 190.4 MB/s 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.10->-r requirements3.txt (line 53)) Using cached setuptools-81.0.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==9.0.2->-r requirements3.txt (line 58)) Using cached pluggy-1.6.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.6-py3-none-any.whl Collecting paramiko>=2.7.1 (from sftp-py==0.2.1->-r requirements3.txt (line 71)) Using cached paramiko-3.5.1-py3-none-any.whl Collecting cachetools>=6.1 (from tox==4.28.4->-r requirements3.txt (line 77)) Using cached cachetools-6.1.0-py3-none-any.whl Collecting chardet>=5.2 (from tox==4.28.4->-r requirements3.txt (line 77)) Using cached chardet-5.2.0-py3-none-any.whl Collecting filelock>=3.18 (from tox==4.28.4->-r requirements3.txt (line 77)) Using cached filelock-3.20.3-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.4-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.11-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.6.3-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-2026.1.4-py3-none-any.whl Collecting bcrypt>=3.2 (from paramiko>=2.7.1->sftp-py==0.2.1->-r requirements3.txt (line 71)) Using cached bcrypt-5.0.0-cp313-cp313-linux_x86_64.whl Collecting cryptography>=3.3 (from paramiko>=2.7.1->sftp-py==0.2.1->-r requirements3.txt (line 71)) Using cached cryptography-46.0.5-cp313-abi3-linux_x86_64.whl Collecting pynacl>=1.5 (from paramiko>=2.7.1->sftp-py==0.2.1->-r requirements3.txt (line 71)) Using cached pynacl-1.6.2-cp313-cp313-linux_x86_64.whl Collecting cffi>=2.0.0 (from cryptography>=3.3->paramiko>=2.7.1->sftp-py==0.2.1->-r requirements3.txt (line 71)) Using cached cffi-2.0.0-cp313-cp313-linux_x86_64.whl Collecting pycparser (from cffi>=2.0.0->cryptography>=3.3->paramiko>=2.7.1->sftp-py==0.2.1->-r requirements3.txt (line 71)) Using cached pycparser-3.0-py3-none-any.whl Collecting annotated-types>=0.6.0 (from pydantic>=2.8.1->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.41.5 (from pydantic>=2.8.1->mkdocs-awesome-nav==3.0.0->-r requirements3.txt (line 34)) Using cached pydantic_core-2.41.5-cp313-cp313-linux_x86_64.whl Collecting typing-inspection>=0.4.2 (from pydantic>=2.8.1->mkdocs-awesome-nav==3.0.0->-r requirements3.txt (line 34)) Using cached typing_inspection-0.4.2-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.4.0.tar.gz (614 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 614.6/614.6 kB 67.6 MB/s 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Downloading filprofiler-2024.11.2-cp313-cp313-manylinux_2_28_x86_64.whl (1.5 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.5/1.5 MB 157.1 MB/s 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 206.5 MB/s 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.2.0-py3-none-any.whl (243 kB) Saved ./src/filprofiler-2024.11.2-cp313-cp313-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.10.2-py3-none-any.whl Saved ./src/pluggy-1.6.0-py3-none-any.whl Saved ./src/pycodestyle-2.12.1-py2.py3-none-any.whl Saved ./src/pygments-2.19.2-py3-none-any.whl Saved ./src/requests-2.32.5-py3-none-any.whl Saved ./src/charset_normalizer-3.4.4-py3-none-any.whl Saved ./src/idna-3.11-py3-none-any.whl Saved ./src/urllib3-2.6.3-py3-none-any.whl Saved ./src/cachetools-6.1.0-py3-none-any.whl Saved ./src/certifi-2026.1.4-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.20.3-py3-none-any.whl Saved ./src/markupsafe-3.0.2-cp313-cp313-linux_x86_64.whl Saved ./src/mypy_extensions-1.1.0-py3-none-any.whl Saved ./src/packaging-26.0-py3-none-any.whl Saved ./src/paramiko-3.5.1-py3-none-any.whl Saved ./src/bcrypt-5.0.0-cp313-cp313-linux_x86_64.whl Saved ./src/cryptography-46.0.5-cp313-abi3-linux_x86_64.whl Saved ./src/cffi-2.0.0-cp313-cp313-linux_x86_64.whl Saved ./src/pathspec-1.0.4-py3-none-any.whl Saved ./src/pbr-7.0.3-py2.py3-none-any.whl Saved ./src/platformdirs-4.5.0-py3-none-any.whl Saved ./src/pydantic-2.12.5-py3-none-any.whl Saved ./src/pydantic_core-2.41.5-cp313-cp313-linux_x86_64.whl Saved ./src/annotated_types-0.7.0-py3-none-any.whl Saved ./src/pynacl-1.6.2-cp313-cp313-linux_x86_64.whl Saved ./src/python_dateutil-2.9.0.post0-py2.py3-none-any.whl Saved ./src/pyyaml-6.0.3-cp313-cp313-linux_x86_64.whl Saved ./src/regex-2024.11.6-cp313-cp313-linux_x86_64.whl Saved ./src/setuptools-81.0.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.2.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.15.0-py3-none-any.whl Saved ./src/typing_inspection-0.4.2-py3-none-any.whl Saved ./src/werkzeug-3.1.6-py3-none-any.whl Saved ./src/attrs-25.1.0-py3-none-any.whl Saved ./src/joblib-1.4.2-py3-none-any.whl Saved ./src/jsonpickle-4.1.1-py3-none-any.whl Saved ./src/pycparser-3.0-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.5-cp39-abi3-linux_x86_64.whl Saved ./src/tqdm-4.67.1-py3-none-any.whl Building wheels for collected packages: apipkg, altgraph, astroid, backrefs, bandit, black, pytokens, bracex, bump-pydantic, cfgv, coverage, exceptiongroup, execnet, flake8, mccabe, pyflakes, flake8-docstrings, freezegun, ghp-import, gitdb, smmap, GitPython, hjson, identify, iniconfig, jschema-to-python, 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, pyyaml-ft, sarif-om, sftp-py, snowballstemmer, stevedore, super-collections, tox, watchdog, wcmatch, pip, virtualenv, distlib 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/a9/e6/8a/6f38d8a51a7075f6f6b6763bde94125ef9f798fb54bf97621b Building wheel for altgraph (pyproject.toml): started Building wheel for altgraph (pyproject.toml): finished with status 'done' Created wheel for altgraph: filename=altgraph-0.17.5-py2.py3-none-any.whl size=21327 sha256=5b60cd59efd32377e5a9dcde36bf03e1775df79d998244c195b70b3bb314e546 Stored in directory: /root/.cache/pip/wheels/16/ee/4a/93f6106a84acc413ff74d0ef434bc329b24a84ad428a7878c5 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=0fbe52c02cdeb6532359258624484d05596abeb0136dda3b788579918bd44cdb Stored in directory: /root/.cache/pip/wheels/e5/dc/96/e159a7992b902bb9c56182b4be683ac99640c4c67ecf612c2d 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-py313-none-any.whl size=399915 sha256=e3a63b073867dbefd0536425f43db618578528e3896fb77be7141328642a1585 Stored in directory: /root/.cache/pip/wheels/ae/23/50/32457bb5a9d99d3692507791f78ecd3d3f4dc48446b5895537 Building wheel for bandit (pyproject.toml): started Building wheel for bandit (pyproject.toml): finished with status 'done' Created wheel for bandit: filename=bandit-1.8.3-py3-none-any.whl size=132878 sha256=59183b52d9a9ef043bcb31dbbc0cc70c3f343663e20cc90093a733808454ea9d Stored in directory: /root/.cache/pip/wheels/25/20/2c/64cf8d672afdb9dfcb91df6fc5485e225f0534a7557d464f3e Building wheel for black (pyproject.toml): started Building wheel for black (pyproject.toml): finished with status 'done' Created wheel for black: filename=black-26.3.1-py3-none-any.whl size=207543 sha256=f746ae7d88de9363109dc2bd883be8ffe6d9daa7edc60647142e48f37e36e39e Stored in directory: /root/.cache/pip/wheels/67/1f/94/71dc4a5b77a4ab4872baf645d5be3f9daf4c2758d5e2264cbb Building wheel for pytokens (pyproject.toml): started Building wheel for pytokens (pyproject.toml): finished with status 'done' Created wheel for pytokens: filename=pytokens-0.4.1-cp313-cp313-linux_x86_64.whl size=265879 sha256=233874a125d336373738c3357a714febaff8861895492c3c721dbfef2bd09015 Stored in directory: /root/.cache/pip/wheels/41/9e/41/c578a4c8e3dae250dc6d3b1cfbb30c2fa93ea4e933dc13fbc2 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/e9/54/d1/683b993190377a2bd5a427bea202bc8b23f9d76df822dea88e 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/a1/41/fb/86ec569f7eeae6b4d6adba10806886fb91c2579e384ea4da6c Building wheel for cfgv (pyproject.toml): started Building wheel for cfgv (pyproject.toml): finished with status 'done' Created wheel for cfgv: filename=cfgv-3.4.0-py2.py3-none-any.whl size=7284 sha256=0bfaef2316817ab1a1fefeef26f5668eafad7a1fb5d5d8c86525f65c93330fd7 Stored in directory: /root/.cache/pip/wheels/57/6f/69/55b007b6790c369c3d118f273027bc8d1784ac12b6a9402f76 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-cp313-cp313-linux_x86_64.whl size=243568 sha256=e149720b63db87d615e3c0a9790576b4ff3e29ab8e883f3fcfe0f865ee519cf3 Stored in directory: /root/.cache/pip/wheels/36/fa/f4/d6f4179e2a231eac7e4e46d77173b2de151e062f6d10a41af8 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=f5cd17d7290d75d78b2827620b98bf26317851ba834bf314e79d060069cac2d7 Stored in directory: /root/.cache/pip/wheels/06/84/db/252b19bd0143a1c462b2c7d40e4e7bbbb02ca54603e6de213a 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/a3/3e/ea/f08bb4600f93706f7c7990c5c3e1f1660b5cb526d77c042301 Building wheel for flake8 (pyproject.toml): started Building wheel for flake8 (pyproject.toml): finished with status 'done' Created wheel for flake8: filename=flake8-7.1.2-py2.py3-none-any.whl size=57782 sha256=f56aa28eba830e98da235b04debff173b1ea69b825a7698a5b838e4700a8baf0 Stored in directory: /root/.cache/pip/wheels/eb/ce/1e/d5208fd6657dfcd6369f477db553711731cf453222b0eb9859 Building wheel for mccabe (pyproject.toml): started Building wheel for mccabe (pyproject.toml): finished with status 'done' Created wheel for mccabe: filename=mccabe-0.7.0-py2.py3-none-any.whl size=7420 sha256=a894c68a55a4f13c827dcf1560ee731afccfca84f333147e9858f2ca649f71e0 Stored in directory: /root/.cache/pip/wheels/27/0a/1c/9c5a5d16f9156c078b737adbc4d1324df234b448819e24d20e Building wheel for pyflakes (pyproject.toml): started Building wheel for pyflakes (pyproject.toml): finished with status 'done' Created wheel for pyflakes: filename=pyflakes-3.2.0-py2.py3-none-any.whl size=62802 sha256=ce3976d547609919564977ab95c12c6258641f195821909ca75cdf27291f54ef Stored in directory: /root/.cache/pip/wheels/84/f7/e7/5dfb285f5a8d5371edba8b574dcecbd47f298f7ec2ee87b8ab Building wheel for flake8-docstrings (pyproject.toml): started Building wheel for flake8-docstrings (pyproject.toml): finished with status 'done' Created wheel for flake8-docstrings: filename=flake8_docstrings-1.7.0-py2.py3-none-any.whl size=5031 sha256=fc605ab44867cdfc9c583f410627fa6c6b4028f5240db2cdee4ef14126e5ccf1 Stored in directory: /root/.cache/pip/wheels/93/4b/16/52dc05e9b0483cc45a19faa0310e0edddc9466a4fa0fa3c19c 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=17630 sha256=6552a8129a34c615968f2541a1445f3321471b94ae23b0f291589fc096339ddc Stored in directory: /root/.cache/pip/wheels/bf/b6/5a/9f3bec51db953beab6db63f5fbf817cdb68de1aa248126e587 Building wheel for ghp-import (pyproject.toml): started Building wheel for ghp-import (pyproject.toml): finished with status 'done' Created wheel for ghp-import: filename=ghp_import-2.1.0-py3-none-any.whl size=11102 sha256=356827dacc20d097949acbe7ce58579f39155a16d9adc36541d687ff347a0975 Stored in directory: /root/.cache/pip/wheels/e2/88/ea/b2ba83cd2a1786453df8e2636fc31cfc51779e8325bcad867e Building wheel for gitdb (pyproject.toml): started Building wheel for gitdb (pyproject.toml): finished with status 'done' Created wheel for gitdb: filename=gitdb-4.0.12-py3-none-any.whl size=62897 sha256=49915ad847123c9a83fb6aca529e93681798f3cc6c6438b9814b711478e5b4b4 Stored in directory: /root/.cache/pip/wheels/7d/d4/5f/dacc50beb33051a0672e34c0f78e4012a720014078433d2aa4 Building wheel for smmap (pyproject.toml): started Building wheel for smmap (pyproject.toml): finished with status 'done' Created wheel for smmap: filename=smmap-5.0.2-py3-none-any.whl size=24384 sha256=3a215b395a5f8134ea4258735337bb2930a2724f62e183af0d5e84d8476ad37e Stored in directory: /root/.cache/pip/wheels/5b/17/fe/d291bed4d086f8dfce17868892ad61833e94987beb168ff30d 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=41fc9ca716a2dcd10f9d63ed6bf1fbfbb2e07acfef30ef80890bd406e5dc61f4 Stored in directory: /root/.cache/pip/wheels/13/c7/6c/74d3c8be2c6de2a49870d5aa34b6b294c4e5cfcda1d395c395 Building wheel for hjson (pyproject.toml): started Building wheel for hjson (pyproject.toml): finished with status 'done' Created wheel for hjson: filename=hjson-3.1.0-py3-none-any.whl size=54102 sha256=c3e0447dbb5d800c762745ad5a3d672b65bb720a0b7e89fb8e5ebf268eb02d30 Stored in directory: /root/.cache/pip/wheels/d2/57/85/5823ba6bb3b2bcf4186bf45ca99d454f1c340a99ce83550e80 Building wheel for identify (pyproject.toml): started Building wheel for identify (pyproject.toml): finished with status 'done' Created wheel for identify: filename=identify-2.6.9-py2.py3-none-any.whl size=99130 sha256=6e36cec16ee330eaa3b22880811dc0ad84776e345aba6586f35e7628f21d0ed4 Stored in directory: /root/.cache/pip/wheels/96/0f/93/6193512edf4eb18574e4f5cc5fea1df9fea2a9ed196158c4fd 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/46/fd/d2/2ee3a070a4168590a12ed80fb75cdb0643aba569ae4ab751c0 Building wheel for jschema-to-python (pyproject.toml): started Building wheel for jschema-to-python (pyproject.toml): finished with status 'done' Created wheel for jschema-to-python: filename=jschema_to_python-1.2.3-py3-none-any.whl size=10491 sha256=aeb18395989d55ff9a1e5f50c1edc466e6404d9ae55997eb37191a4ffa85a125 Stored in directory: /root/.cache/pip/wheels/d7/e5/7f/6f655ecd1f4a46c7a01eee16e7f9c10e095350a21bd47abfe7 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-cp313-cp313-linux_x86_64.whl size=71786 sha256=05a5c2aef36ae96d8186262e669d3cb6941185a96eb48034805f652378b75205 Stored in directory: /root/.cache/pip/wheels/5a/8a/a3/6b270f863df3862ab7e401bc1c97bebee5b87452b51189ebea Building wheel for libcst (pyproject.toml): started Building wheel for libcst (pyproject.toml): finished with status 'done' Created wheel for libcst: filename=libcst-1.8.6-cp313-cp313-linux_x86_64.whl size=2326443 sha256=0ff9c61bff33204931b39818a1fe52a69b0bf06b0a5a5c53a6457fbd79ac6a8d Stored in directory: /root/.cache/pip/wheels/e3/4b/47/fff9ca86b75f50422c5ebb4c09207e632193ee400c6e979e63 Building wheel for livereload (pyproject.toml): started Building wheel for livereload (pyproject.toml): finished with status 'done' Created wheel for livereload: filename=livereload-2.7.1-py3-none-any.whl size=22746 sha256=4a8a687542d66316bb9aa3592991a6d0acae529d944a3fd2986a78cdbdea198b Stored in directory: /root/.cache/pip/wheels/40/af/de/a215c2a07bc1d8ffc8de4092337dc671004b894d39fee921d6 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/7f/ef/ae/c39d83756be012df7e538a56e097c59f3951f1afffc1936be5 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=78731 sha256=b86c3c50ca8359650083c1e48e5931aa92eeba08e0111be88a677b3b5b360c90 Stored in directory: /root/.cache/pip/wheels/51/f3/44/4f59ba6720deb10059d18396cbefe5a511c3ff53e7d1ec5415 Building wheel for mergedeep (pyproject.toml): started Building wheel for mergedeep (pyproject.toml): finished with status 'done' Created wheel for mergedeep: filename=mergedeep-1.3.4-py3-none-any.whl size=4827 sha256=8f100fa00d4e2842301e97f6a8e5abe5bd80a3fc2bd425daf43a4d571296d769 Stored in directory: /root/.cache/pip/wheels/bc/a3/fe/0ff2c34569b8ae24e89a30b7939d3940b1fea7a13919c4c57d 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/65/fc/29/64ff3442bb2510bb0efe2a570924f09f30ec2ae81f20894e7b Building wheel for mkdocs-add-number-plugin (pyproject.toml): started Building wheel for mkdocs-add-number-plugin (pyproject.toml): finished with status 'done' Created wheel for mkdocs-add-number-plugin: filename=mkdocs_add_number_plugin-1.2.2-py3-none-any.whl size=9215 sha256=e46354e8a40151bfd22dbbebefc41386949be3f706a6e4f3d53ebfc7a3e34061 Stored in directory: /root/.cache/pip/wheels/78/53/59/2362692d4eb1fd51b59cfcf742cd3971890addf1418b652885 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/5f/3e/56/a8b4073cfc3877da2fc2004f9097b05b2ab173b50b6dc89d84 Building wheel for mkdocs-exclude (pyproject.toml): started Building wheel for mkdocs-exclude (pyproject.toml): finished with status 'done' Created wheel for mkdocs-exclude: filename=mkdocs_exclude-1.0.2-py3-none-any.whl size=7433 sha256=933d787057bc8e039ea46e9d00f396e19cf734b30dd75e5dd87b828dcdf99bc7 Stored in directory: /root/.cache/pip/wheels/d1/89/07/c8377f172ba2690b8e1f6f547529d36f9ea80ca8d011fc173f 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/12/e6/9d/1f014120cfc5aee0a9d1dacc2569821c8cc752cc616b5ea485 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=37836 sha256=74c6f6de09b4d13dc83a869ebcef18518a78df6478f5ea252c30d5088ad65826 Stored in directory: /root/.cache/pip/wheels/d3/2f/d2/d83677d1d068397624a83debdf42c7cf4ca9a5458b2a2c6e99 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/b3/be/a3/5c92221450a2959332cb3ab9af54caaf161fb780513ee895f8 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/3b/71/0c/aa0f4f3afc511882b6ab917981569cce943bc23c1670831b23 Building wheel for paginate (pyproject.toml): started Building wheel for paginate (pyproject.toml): finished with status 'done' Created wheel for paginate: filename=paginate-0.5.7-py2.py3-none-any.whl size=13830 sha256=014a8adb2fcfd1bd465dbf553e322edd432cc95ea393fe44ea3cd06e2f12cb85 Stored in directory: /root/.cache/pip/wheels/b3/44/36/36b7b7bef4609b7669d41b59bc74b4c15e424b0753d04ec15b 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.19.1-py3-none-any.whl size=266695 sha256=3de52ffba8c5e785ba65b76c2ff43e037fe6df4467b85a07cdbc5d5143565946 Stored in directory: /root/.cache/pip/wheels/fe/ab/e6/fe59515eba9f95fa4f08906260150d1b9ad293fab30f57d7c7 Building wheel for mock (pyproject.toml): started Building wheel for mock (pyproject.toml): finished with status 'done' Created wheel for mock: filename=mock-5.2.0-py3-none-any.whl size=31649 sha256=fa1a16cf13f08708141bfba37d4b3bf2a1d733e10b1c2d0795a3ddd6574e944a Stored in directory: /root/.cache/pip/wheels/46/29/3b/0ed30d48430f66e9b05dca99622fdb9b71b27fa440aa0bca75 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/79/f7/7e/c6bf90de941a79fd8344584cd69f3721bb0bc89bf4ea5cb5b4 Building wheel for natsort (pyproject.toml): started Building wheel for natsort (pyproject.toml): finished with status 'done' Created wheel for natsort: filename=natsort-8.4.0-py3-none-any.whl size=38303 sha256=bd9269603be3079e71b0cbe7d2dd49ecb0b6f0963b65f5f58cdc6aa26a7de98a Stored in directory: /root/.cache/pip/wheels/ae/80/a0/e2d01b9483234967fd57b20ce8fdb188485b06ab871b5d5392 Building wheel for nltk (pyproject.toml): started Building wheel for nltk (pyproject.toml): finished with status 'done' Created wheel for nltk: filename=nltk-3.9.3-py3-none-any.whl size=1525385 sha256=49d7bd29debef09ec648b92e73f427ed42efca8cde282ff204338a5cb54f4244 Stored in directory: /root/.cache/pip/wheels/64/da/f8/9b71506803efd9205c66d91d13ff6ec4dfd8a21d7d93d68400 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=22415 sha256=0182fae2ebfd599707317c52ccef8bce012d72ba7a327f9863900b16b127c25d Stored in directory: /root/.cache/pip/wheels/af/1f/56/4b5b737b20c4f956fc712f120cdd8512e0aec16590730766e1 Building wheel for simple-term-menu (pyproject.toml): started Building wheel for simple-term-menu (pyproject.toml): finished with status 'done' Created wheel for simple-term-menu: filename=simple_term_menu-1.6.6-py3-none-any.whl size=27687 sha256=126b427337ea3c699bac065475bf99bd0e2016f9fd88dd811f05d1db7b87b51d Stored in directory: /root/.cache/pip/wheels/00/e9/09/b8ae5ad86d10b8a7c2c9b229b55872b6bb215b6467978b20b4 Building wheel for pdoc3 (pyproject.toml): started Building wheel for pdoc3 (pyproject.toml): finished with status 'done' Created wheel for pdoc3: filename=pdoc3-0.11.6-py3-none-any.whl size=237992 sha256=2af971a8f8f3daf66c5a6f32d41635f30b533dacd909e2f19c073ffa42da454e Stored in directory: /root/.cache/pip/wheels/88/66/7c/4053b09078ea4dc988c6f5d18e05f8ecb0d4c9b0c1587be210 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/3e/d2/97/13718f39b5cfc69b1c9f519b0e9b5b7f018bd90af21b2da8c3 Building wheel for pre-commit (pyproject.toml): started Building wheel for pre-commit (pyproject.toml): finished with status 'done' Created wheel for pre-commit: filename=pre_commit-4.2.0-py2.py3-none-any.whl size=220745 sha256=b6bfde258a77294aeadacd34801188d9160303e66de7f768acb94774ae77a5c1 Stored in directory: /root/.cache/pip/wheels/a8/59/0b/d06531be88897676a88a364379245d5f3eeea93e9b7891b7c2 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.10-py3-none-any.whl size=447760 sha256=23a5f28feb2078267f59ff6c922dc795f2c7f6258df10b8cc7d8a39925f92a7f Stored in directory: /root/.cache/pip/wheels/37/5e/6f/ec0029619cb4848dfda92155a4d005288a51f4dafd96580837 Building wheel for pyinstaller (pyproject.toml): started Building wheel for pyinstaller (pyproject.toml): finished with status 'done' Created wheel for pyinstaller: filename=pyinstaller-6.18.0-py3-none-any.whl size=2342229 sha256=f2c5808bef5e4f181f3d92e83280051928a7f307b897b868457b6cffa874e14f Stored in directory: /root/.cache/pip/wheels/88/22/20/a4e65b44dd65d5ccbfc135b63f6c58a99b511a9f707963ed3e 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=522460 sha256=cf1a7e0a8cedd476f742862487e9de90ac9a2984e1e5a307f254674e9cba8f3e Stored in directory: /root/.cache/pip/wheels/fd/9a/83/4e0571100b7fdaa3e5c2b08cc24990dc42cf1d31ed3d7a6e08 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.1-py3-none-any.whl size=13158 sha256=7d6238d92f8962773dd75b5f0c4a6a27cce092a14b623b811dba656f3b628948 Stored in directory: /root/.cache/pip/wheels/6c/32/b6/84798eb9467eae52bb5aca4db325313a2a4b7b2dc0ddcecd22 Building wheel for pytest (pyproject.toml): started Building wheel for pytest (pyproject.toml): finished with status 'done' Created wheel for pytest: filename=pytest-9.0.2-py3-none-any.whl size=374744 sha256=5b93b1f6f8938c2359b0e2e5f87fa58ba9829b16aedd97e412a24507fbd9a886 Stored in directory: /root/.cache/pip/wheels/dc/14/11/53be7b1cdfc534a21104c84f0b8cdacf93011a64f8a1b6782f 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-1.3.0-py3-none-any.whl size=15078 sha256=f9536df3702bb65d0d5a37ec1d00d8a2be8d96fb806b32b9acaa25079206e725 Stored in directory: /root/.cache/pip/wheels/86/c2/64/87c0117784d6fb3bedecae9f6848ffec54f8d8c29d38f3eecb 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=23124 sha256=4a06be5153e242b858de5d683e6c9016fb4bc18811248613d172c51a7040f607 Stored in directory: /root/.cache/pip/wheels/c8/d0/cc/cc596bb8018809b1221739ed81719006c4757882969c884afa 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.2.0-py3-none-any.whl size=23746 sha256=81c75aea9895ecb580ca332acbb86312b91c2147a8de95c8d735259a0c3f8848 Stored in directory: /root/.cache/pip/wheels/9d/c0/4f/d916de7dc9590b1ae5038951c377028eb930c6c0e06de13ea1 Building wheel for pytest-json-report (pyproject.toml): started Building wheel for pytest-json-report (pyproject.toml): finished with status 'done' Created wheel for pytest-json-report: filename=pytest_json_report-1.5.0-py3-none-any.whl size=13286 sha256=6845ac2ae014f2bc371a5b2f31722acc0bd519543f28766638704ef52bd2e7c8 Stored in directory: /root/.cache/pip/wheels/b1/65/93/63128e2221450a8bf7671eb454eef0a4b2c1eed0beed185d14 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=9931 sha256=ec77e97cb22f7843777644df385478858213ee20821fcfa48159aba767200bfb Stored in directory: /root/.cache/pip/wheels/e8/3a/2a/b8afa7f1499c32db2cc322044310cabce612d3cddb72d4243a 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=46179 sha256=fe800caef225d06b344943bee3ff59782e0d1bdd72d094a5f11db0ab92c23c88 Stored in directory: /root/.cache/pip/wheels/dc/4f/32/9643a32567d97cd5c2799d79afe9f5afeb2367c0e0964f013e 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/6d/96/cc/27bc7f91ebff403c5fb230b1fe64b630687f030ecbb141b28c Building wheel for pyyaml-ft (pyproject.toml): started Building wheel for pyyaml-ft (pyproject.toml): finished with status 'done' Created wheel for pyyaml-ft: filename=pyyaml_ft-8.0.0-cp313-cp313-linux_x86_64.whl size=50482 sha256=65debf7fc294bfbfc8baaf15ddf43584d863af0c783d920c50d8e55d25b42191 Stored in directory: /root/.cache/pip/wheels/fb/0c/79/c320e9710f8d2758750c42cdff842759743a10fbad7c3f3888 Building wheel for sarif-om (pyproject.toml): started Building wheel for sarif-om (pyproject.toml): finished with status 'done' Created wheel for sarif-om: filename=sarif_om-1.0.4-py3-none-any.whl size=30286 sha256=21881b1db25929c1c4feaeef8a75bcf0160499ba47eaf23e06122202da1b85b3 Stored in directory: /root/.cache/pip/wheels/4e/bf/ca/47529e24f2ce3c9706a053b6fdbeb98ce2ce62eef4a3fa7bfd Building wheel for sftp-py (pyproject.toml): started Building wheel for sftp-py (pyproject.toml): finished with status 'done' Created wheel for sftp-py: filename=sftp_py-0.2.1-py3-none-any.whl size=5940 sha256=f7901b3aae5cbb8bdca37991bdf4473a85c9635f739a3d9678aa36aa9be15867 Stored in directory: /root/.cache/pip/wheels/ad/be/78/82fdcdc8e0132a4b1edc38a2e17f1b17e58b58299b7b815adf Building wheel for snowballstemmer (pyproject.toml): started Building wheel for snowballstemmer (pyproject.toml): finished with status 'done' Created wheel for snowballstemmer: filename=snowballstemmer-2.2.0-py2.py3-none-any.whl size=93058 sha256=f72e3634f5a8059b549effbce8908919957a3b66428c6b058457f09b6f7a815d Stored in directory: /root/.cache/pip/wheels/a3/21/e9/c97662c28cf6dd521512899697f41e07f29b514eaef9684059 Building wheel for stevedore (pyproject.toml): started Building wheel for stevedore (pyproject.toml): finished with status 'done' Created wheel for stevedore: filename=stevedore-5.4.1-py3-none-any.whl size=49638 sha256=12cdf0a7397ba82169ac21467cecd7f49e0b67837e9969d9ca3729474598ecfc Stored in directory: /root/.cache/pip/wheels/c5/7a/20/47c38855fe98c83552b45d1c2384f04240834090690e6ed775 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=8469 sha256=fafeede142168a53fc6940ccb48afb90fddb469b5e2398e652f099d13dc941f0 Stored in directory: /root/.cache/pip/wheels/59/b7/30/c006c50b70cf2965c4e10e684a99022699038025738f5c4163 Building wheel for tox (pyproject.toml): started Building wheel for tox (pyproject.toml): finished with status 'done' Created wheel for tox: filename=tox-4.28.4-py3-none-any.whl size=174058 sha256=8d4ad9ee916ebbb59272bb045e154a10fa12e3bbdcf94cc5185cbdaf9b241f99 Stored in directory: /root/.cache/pip/wheels/17/ba/bd/b0bb211f7c798c2d6ce34f67d609fbb35a91f01d4f9eb4f62f 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=565bd652c38d45d9bdb064075fbadf24b09f204f4897f029bf47fc7c854f0be5 Stored in directory: /root/.cache/pip/wheels/52/12/15/787e7227180d07fe9b7f25301345fcb7f66a02d23270f279b9 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/3c/9f/f6/4df499777cc27d9cb4bfa08f44c1f6c611de384c5c36e508b0 Building wheel for pip (pyproject.toml): started Building wheel for pip (pyproject.toml): finished with status 'done' Created wheel for pip: filename=pip-26.0.1-py3-none-any.whl size=1787723 sha256=73c49d7461c78a19b94e8c7859225f64f9b6897fedeb7dd73086ef8d49412856 Stored in directory: /root/.cache/pip/wheels/51/07/ca/25f90de3b2a3721213da0fbbdd51a8d00f8c42d4b3a4f8b25c Building wheel for virtualenv (pyproject.toml): started Building wheel for virtualenv (pyproject.toml): finished with status 'done' Created wheel for virtualenv: filename=virtualenv-20.36.1-py3-none-any.whl size=6008200 sha256=c678ed7447224ec066f93e202e5aa367a3e6ea8619b98fca051b8c181be490f4 Stored in directory: /root/.cache/pip/wheels/f3/fa/12/1d60cd238089c9b4d1701c4013e8e8a47db5e26676dbec418b Building wheel for distlib (pyproject.toml): started Building wheel for distlib (pyproject.toml): finished with status 'done' Created wheel for distlib: filename=distlib-0.4.0-py2.py3-none-any.whl size=469084 sha256=1c1bd82f85f02f965d1cf87d13ca2426fca4bd4b71ce5c12898e4b79f055bcee Stored in directory: /root/.cache/pip/wheels/8f/63/52/0548d6c9da77174ec08d4226bcf18265e19855e3c362bf9254 Successfully built apipkg altgraph astroid backrefs bandit black pytokens bracex bump-pydantic cfgv coverage exceptiongroup execnet flake8 mccabe pyflakes flake8-docstrings freezegun ghp-import gitdb smmap GitPython hjson identify iniconfig jschema-to-python 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 pyyaml-ft sarif-om sftp-py snowballstemmer stevedore super-collections tox 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/apipkg-3.0.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 1)) Processing ./src/altgraph-0.17.5-py2.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-py313-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-26.3.1-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-cp313-cp313-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-cp313-cp313-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/jschema_to_python-1.2.3-py3-none-any.whl (from -r requirements3.txt.tmp (line 24)) Processing ./src/lazy_object_proxy-1.10.0-cp313-cp313-linux_x86_64.whl (from -r requirements3.txt.tmp (line 25)) Processing ./src/libcst-1.8.6-cp313-cp313-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.3-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.10-py3-none-any.whl (from -r requirements3.txt.tmp (line 53)) Processing ./src/pyinstaller-6.18.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.19.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 56)) Processing ./src/pyproject_api-1.9.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 57)) Processing ./src/pytest-9.0.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 58)) Processing ./src/pytest_asyncio-1.3.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.2.0-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/pytokens-0.4.1-cp313-cp313-linux_x86_64.whl (from -r requirements3.txt.tmp (line 67)) Processing ./src/pyyaml_env_tag-0.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 68)) Processing ./src/pyyaml_ft-8.0.0-cp313-cp313-linux_x86_64.whl (from -r requirements3.txt.tmp (line 69)) Processing ./src/sarif_om-1.0.4-py3-none-any.whl (from -r requirements3.txt.tmp (line 70)) Processing ./src/sftp_py-0.2.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 71)) Processing ./src/simple_term_menu-1.6.6-py3-none-any.whl (from -r requirements3.txt.tmp (line 72)) Processing ./src/smmap-5.0.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 73)) Processing ./src/snowballstemmer-2.2.0-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 74)) Processing ./src/stevedore-5.4.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 75)) Processing ./src/super_collections-0.5.3-py3-none-any.whl (from -r requirements3.txt.tmp (line 76)) Processing ./src/tox-4.28.4-py3-none-any.whl (from -r requirements3.txt.tmp (line 77)) Processing ./src/watchdog-6.0.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 78)) Processing ./src/wcmatch-10.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 79)) Requirement already satisfied: PyYAML>=5.3.1 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from bandit==1.8.3->-r requirements3.txt.tmp (line 5)) (6.0.3) Requirement already satisfied: rich in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from bandit==1.8.3->-r requirements3.txt.tmp (line 5)) (14.2.0) Requirement already satisfied: click>=8.0.0 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from black==26.3.1->-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.13/site-packages (from black==26.3.1->-r requirements3.txt.tmp (line 6)) (1.1.0) Requirement already satisfied: packaging>=22.0 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.13/site-packages (from black==26.3.1->-r requirements3.txt.tmp (line 6)) (26.0) Requirement already satisfied: pathspec>=1.0.0 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.13/site-packages (from black==26.3.1->-r requirements3.txt.tmp (line 6)) (1.0.4) Requirement already satisfied: platformdirs>=2 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.13/site-packages (from black==26.3.1->-r requirements3.txt.tmp (line 6)) (4.5.0) Requirement already satisfied: typer>=0.7.0 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/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.13/site-packages (from bump-pydantic==0.8.0->-r requirements3.txt.tmp (line 8)) (4.15.0) Requirement already satisfied: threadpoolctl in /opt/metwork-mfext-master/opt/python3/lib/python3.13/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.13/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.13/site-packages (from freezegun==1.5.1->-r requirements3.txt.tmp (line 16)) (2.9.0.post0) Requirement already satisfied: attrs in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from jschema-to-python==1.2.3->-r requirements3.txt.tmp (line 24)) (25.1.0) Requirement already satisfied: jsonpickle in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from jschema-to-python==1.2.3->-r requirements3.txt.tmp (line 24)) (4.1.1) Requirement already satisfied: pbr in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from jschema-to-python==1.2.3->-r requirements3.txt.tmp (line 24)) (7.0.3) Requirement already satisfied: tornado in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from livereload==2.7.1->-r requirements3.txt.tmp (line 27)) (6.5.5) Requirement already satisfied: MarkupSafe>=0.9.2 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/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.13/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.13/site-packages (from mkdocs==1.6.1->-r requirements3.txt.tmp (line 32)) (3.10.2) Requirement already satisfied: pydantic>=2.8.1 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from mkdocs-awesome-nav==3.0.0->-r requirements3.txt.tmp (line 34)) (2.12.5) Requirement already satisfied: termcolor in /opt/metwork-mfext-master/opt/python3/lib/python3.13/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.13/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.13/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.13/site-packages (from mkdocs-material==9.6.9->-r requirements3.txt.tmp (line 38)) (2.19.2) Requirement already satisfied: requests~=2.26 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from mkdocs-material==9.6.9->-r requirements3.txt.tmp (line 38)) (2.32.5) Requirement already satisfied: joblib in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from nltk==3.9.3->-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.13/site-packages (from nltk==3.9.3->-r requirements3.txt.tmp (line 43)) (2024.11.6) Requirement already satisfied: tqdm in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from nltk==3.9.3->-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.13/site-packages (from pipdeptree==2.26.0->-r requirements3.txt.tmp (line 48)) (26.0.1) Requirement already satisfied: virtualenv>=20.10.0 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.13/site-packages (from pre-commit==4.2.0->-r requirements3.txt.tmp (line 49)) (20.36.1) Requirement already satisfied: setuptools>=42.0.0 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.13/site-packages (from pyinstaller-hooks-contrib==2025.10->-r requirements3.txt.tmp (line 53)) (81.0.0) Requirement already satisfied: dill>=0.3.6 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/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.13/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.13/site-packages (from pytest==9.0.2->-r requirements3.txt.tmp (line 58)) (1.6.0) Requirement already satisfied: Werkzeug>=2.0.0 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from pytest-httpserver==1.1.2->-r requirements3.txt.tmp (line 62)) (3.1.6) Requirement already satisfied: paramiko>=2.7.1 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from sftp-py==0.2.1->-r requirements3.txt.tmp (line 71)) (3.5.1) Requirement already satisfied: cachetools>=6.1 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from tox==4.28.4->-r requirements3.txt.tmp (line 77)) (6.1.0) Requirement already satisfied: chardet>=5.2 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from tox==4.28.4->-r requirements3.txt.tmp (line 77)) (5.2.0) Requirement already satisfied: filelock>=3.18 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.13/site-packages (from tox==4.28.4->-r requirements3.txt.tmp (line 77)) (3.20.3) Requirement already satisfied: charset_normalizer<4,>=2 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from requests~=2.26->mkdocs-material==9.6.9->-r requirements3.txt.tmp (line 38)) (3.4.4) Requirement already satisfied: idna<4,>=2.5 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from requests~=2.26->mkdocs-material==9.6.9->-r requirements3.txt.tmp (line 38)) (3.11) Requirement already satisfied: urllib3<3,>=1.21.1 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from requests~=2.26->mkdocs-material==9.6.9->-r requirements3.txt.tmp (line 38)) (2.6.3) Requirement already satisfied: certifi>=2017.4.17 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.13/site-packages (from requests~=2.26->mkdocs-material==9.6.9->-r requirements3.txt.tmp (line 38)) (2026.1.4) Requirement already satisfied: bcrypt>=3.2 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from paramiko>=2.7.1->sftp-py==0.2.1->-r requirements3.txt.tmp (line 71)) (5.0.0) Requirement already satisfied: cryptography>=3.3 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from paramiko>=2.7.1->sftp-py==0.2.1->-r requirements3.txt.tmp (line 71)) (46.0.5) Requirement already satisfied: pynacl>=1.5 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from paramiko>=2.7.1->sftp-py==0.2.1->-r requirements3.txt.tmp (line 71)) (1.6.2) Requirement already satisfied: cffi>=2.0.0 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from cryptography>=3.3->paramiko>=2.7.1->sftp-py==0.2.1->-r requirements3.txt.tmp (line 71)) (2.0.0) Requirement already satisfied: pycparser in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from cffi>=2.0.0->cryptography>=3.3->paramiko>=2.7.1->sftp-py==0.2.1->-r requirements3.txt.tmp (line 71)) (3.0) Requirement already satisfied: annotated-types>=0.6.0 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from pydantic>=2.8.1->mkdocs-awesome-nav==3.0.0->-r requirements3.txt.tmp (line 34)) (0.7.0) Requirement already satisfied: pydantic-core==2.41.5 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from pydantic>=2.8.1->mkdocs-awesome-nav==3.0.0->-r requirements3.txt.tmp (line 34)) (2.41.5) Requirement already satisfied: typing-inspection>=0.4.2 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from pydantic>=2.8.1->mkdocs-awesome-nav==3.0.0->-r requirements3.txt.tmp (line 34)) (0.4.2) Requirement already satisfied: six>=1.5 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.13/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.13/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.13/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.13/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.13/site-packages (from virtualenv>=20.10.0->pre-commit==4.2.0->-r requirements3.txt.tmp (line 49)) (0.4.0) Installing collected packages: snowballstemmer, py-spy, paginate, hjson, altgraph, watchdog, super-collections, smmap, simple-term-menu, pyyaml-ft, pyyaml-env-tag, pytokens, pyproject-api, pymdown-extensions, pyinstaller-hooks-contrib, pyflakes, pydocstyle, pipdeptree, nodeenv, nltk, natsort, more-itertools, mock, mkdocs-material-extensions, mergedeep, mccabe, Mako, lunr, livereload, lazy-object-proxy, isort, iniconfig, identify, filprofiler, execnet, exceptiongroup, coverage, cfgv, bracex, backrefs, astroid, apipkg, wcmatch, tox, stevedore, sarif-om, pytest-httpserver, pytest, pylint, pyinstaller, pre-commit, pdoc3, panoply, mkdocs-get-deps, libcst, jschema-to-python, gitdb, ghp-import, freezegun, flake8, black, 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.5 apipkg-3.0.2 astroid-3.3.9 backrefs-5.8 bandit-1.8.3 black-26.3.1 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 jschema-to-python-1.2.3 lazy-object-proxy-1.10.0 libcst-1.8.6 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.3 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.18.0 pyinstaller-hooks-contrib-2025.10 pylint-3.3.6 pymdown-extensions-10.19.1 pyproject-api-1.9.1 pytest-9.0.2 pytest-asyncio-1.3.0 pytest-cov-6.0.0 pytest-html-4.2.0 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 pytokens-0.4.1 pyyaml-env-tag-0.1 pyyaml-ft-8.0.0 sarif-om-1.0.4 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.28.4 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.13/site-packages; then mkdir -p /opt/metwork-mfext-master/opt/python3_devtools/lib/python3.13/site-packages; fi if test -f /opt/metwork-mfext-master/opt/python3_devtools/lib/python3.13/site-packages/requirements3.txt; then cat /opt/metwork-mfext-master/opt/python3_devtools/lib/python3.13/site-packages/requirements3.txt requirements3.txt |sort |uniq |sed 's/^-e git.*egg=\(.*\)$/\1/g' >/opt/metwork-mfext-master/opt/python3_devtools/lib/python3.13/site-packages/requirements3.txt.tmp; mv /opt/metwork-mfext-master/opt/python3_devtools/lib/python3.13/site-packages/requirements3.txt.tmp /opt/metwork-mfext-master/opt/python3_devtools/lib/python3.13/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.13/site-packages/requirements3.txt ;fi IFS=$'\n' ; for REQ in `cat requirements3.txt |sort |uniq| grep -v "\["`; 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/jschema_to_python.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/pytokens.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/PyYAML-ft.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/sarif_om.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/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_e9dfe1ceff6ebe0b49a98335ce56d57e.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: 0c0ee6d23e2931ca1f595242102a0915 /src/adm/root.mk md5sum hash: 60c1fe308b8f0e043a4de4f24888710b core@mfext layer (dependency) hash (from cache): 944a7eeda1d1e8d37ee924016cc28d97 root@mfext layer (dependency) hash (from cache): dfad8a92c8772e884017daf371827769 source hash: bb6f4ce6d0360d816d7105ca51c83502 cache hit (used: /buildcache/mfext_cache_layer_java_f137c8497d6fda1d0afad36aa0af6ea9.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_f137c8497d6fda1d0afad36aa0af6ea9.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: 0c0ee6d23e2931ca1f595242102a0915 /src/adm/root.mk md5sum hash: 60c1fe308b8f0e043a4de4f24888710b core@mfext layer (dependency) hash (from cache): 944a7eeda1d1e8d37ee924016cc28d97 root@mfext layer (dependency) hash (from cache): dfad8a92c8772e884017daf371827769 source hash: ea76c7c5377ba8712aa56774dd674f46 cache hit (used: /buildcache/mfext_cache_layer_monitoring_52c4a78000cb40a2c8e8f0b29461352a.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_52c4a78000cb40a2c8e8f0b29461352a.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: 0c0ee6d23e2931ca1f595242102a0915 /src/adm/root.mk md5sum hash: 60c1fe308b8f0e043a4de4f24888710b core@mfext layer (dependency) hash (from cache): 944a7eeda1d1e8d37ee924016cc28d97 devtools@mfext layer (dependency) hash (from cache): d504b8f970c8f00c01d2f0effd741887 java@mfext layer (dependency) hash (from cache): d44c9f631e67572181ce302377a67699 monitoring@mfext layer (dependency) hash (from cache): c9aece4e9211657894328aa35b86daf1 nodejs@mfext layer (dependency) hash (from cache): 7587604eb6bfba21b9e905b7feb961f6 openresty@mfext layer (dependency) hash (from cache): 1c9b3f047dfeaa01b314a824754673e0 python3@mfext layer (dependency) hash (from cache): 9630c1359512bd5488daa3ba4f222d6f python3_core@mfext layer (dependency) hash (from cache): aa375a42b2e30118583b5d43e8bed0cb python3_devtools@mfext layer (dependency) hash (from cache): cebc08f434e4375c67f7a98660e07669 python3_scientific_core@mfext layer (dependency) hash (from cache): 8121ed6524d685d3dfbfa77fdaf967f9 root@mfext layer (dependency) hash (from cache): dfad8a92c8772e884017daf371827769 scientific_core@mfext layer (dependency) hash (from cache): e14fbd9e332caa885a6188d03d4c7d8a source hash: 558c6b0abbb332346c98bcb655b28c46 cache missed (/buildcache/mfext_cache_layer_default_d25eec0c6eb7dfe475cb9846c9301a1c.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_d25eec0c6eb7dfe475cb9846c9301a1c.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 -f save_perm_and_acl.sh /opt/metwork-mfext-master/bin/save_perm_and_acl.sh chmod a+rx /opt/metwork-mfext-master/bin/save_perm_and_acl.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