cp -f .layerapi2_label /opt/metwork-mfext-master/.layerapi2_label cp -f .layerapi2_dependencies /opt/metwork-mfext-master/.layerapi2_dependencies rm -f /opt/metwork-mfext-master/.dhash_ignore_hash touch /opt/metwork-mfext-master/.dhash_ignore_hash echo "bin/python3" >>/opt/metwork-mfext-master/.dhash_ignore_hash cd adm && make before_layers make[1]: Entering directory '/src/adm' cp -f guess_version.sh /opt/metwork-mfext-master/bin/guess_version.sh chmod a+rx /opt/metwork-mfext-master/bin/guess_version.sh cp -f _make_file_from_template.sh /opt/metwork-mfext-master/bin/_make_file_from_template.sh chmod a+rx /opt/metwork-mfext-master/bin/_make_file_from_template.sh cp -f envtpl /opt/metwork-mfext-master/bin/envtpl chmod a+rx /opt/metwork-mfext-master/bin/envtpl cp -f _proxy_set.sh /opt/metwork-mfext-master/bin/_proxy_set.sh chmod a+rx /opt/metwork-mfext-master/bin/_proxy_set.sh cp -f dhash /opt/metwork-mfext-master/bin/dhash chmod a+rx /opt/metwork-mfext-master/bin/dhash cp -f layer_hash /opt/metwork-mfext-master/bin/layer_hash chmod a+rx /opt/metwork-mfext-master/bin/layer_hash cp -f _cache_path.sh /opt/metwork-mfext-master/bin/_cache_path.sh chmod a+rx /opt/metwork-mfext-master/bin/_cache_path.sh cp -f _cache_logic_before_layer.sh /opt/metwork-mfext-master/bin/_cache_logic_before_layer.sh chmod a+rx /opt/metwork-mfext-master/bin/_cache_logic_before_layer.sh cp -f _cache_logic_after_layer.sh /opt/metwork-mfext-master/bin/_cache_logic_after_layer.sh chmod a+rx /opt/metwork-mfext-master/bin/_cache_logic_after_layer.sh cp -f _layer_hash /opt/metwork-mfext-master/bin/_layer_hash chmod a+rx /opt/metwork-mfext-master/bin/_layer_hash cp -f module_hash /opt/metwork-mfext-master/bin/module_hash chmod a+rx /opt/metwork-mfext-master/bin/module_hash cp -f _layer_dhash /opt/metwork-mfext-master/bin/_layer_dhash chmod a+rx /opt/metwork-mfext-master/bin/_layer_dhash cp -f _check_layers_hash /opt/metwork-mfext-master/bin/_check_layers_hash chmod a+rx /opt/metwork-mfext-master/bin/_check_layers_hash cp -f outside /opt/metwork-mfext-master/bin/outside chmod a+rx /opt/metwork-mfext-master/bin/outside cp --preserve=mode --dereference -Rf main_root.mk /opt/metwork-mfext-master/share/main_root.mk cp --preserve=mode --dereference -Rf subdir_root.mk /opt/metwork-mfext-master/share/subdir_root.mk cp -f bash_utils.sh /opt/metwork-mfext-master/lib/bash_utils.sh make[1]: Leaving directory '/src/adm' cd config && make make[1]: Entering directory '/src/config' cp -f dhash_ignore_all /opt/metwork-mfext-master/config/dhash_ignore_all cp -f dhash_ignore_hash /opt/metwork-mfext-master/config/dhash_ignore_hash cp -f mflog_override.conf /opt/metwork-mfext-master/config/mflog_override.conf cp -f sysctl_metwork.conf /opt/metwork-mfext-master/config/sysctl_metwork.conf guess_version.sh >/opt/metwork-mfext-master/config/version || { rm -f /opt/metwork-mfext-master/config/version ; false ; } make[1]: Leaving directory '/src/config' cd layers && make helpers make[1]: Entering directory '/src/layers' cp -f _uncompress_helper.sh /opt/metwork-mfext-master/bin/_uncompress_helper.sh chmod a+rx /opt/metwork-mfext-master/bin/_uncompress_helper.sh cp -f _download_helper.sh /opt/metwork-mfext-master/bin/_download_helper.sh chmod a+rx /opt/metwork-mfext-master/bin/_download_helper.sh cp -f _checksum_helper.sh /opt/metwork-mfext-master/bin/_checksum_helper.sh chmod a+rx /opt/metwork-mfext-master/bin/_checksum_helper.sh cp -f _pip_package_to_yaml.sh /opt/metwork-mfext-master/bin/_pip_package_to_yaml.sh chmod a+rx /opt/metwork-mfext-master/bin/_pip_package_to_yaml.sh make[1]: Leaving directory '/src/layers' cd layers && make makefiles make[1]: Entering directory '/src/layers' cat python_layer.mk |sed 's/PYTHONMAJORVERSION/3/g' >python3_layer.mk cp -f python3_layer.mk /opt/metwork-mfext-master/share/python3_layer.mk cp --preserve=mode --dereference -Rf package.mk /opt/metwork-mfext-master/share/package.mk cp --preserve=mode --dereference -Rf layer.mk /opt/metwork-mfext-master/share/layer.mk cp --preserve=mode --dereference -Rf Makefile.standard /opt/metwork-mfext-master/share/Makefile.standard cp --preserve=mode --dereference -Rf core_layer.mk /opt/metwork-mfext-master/share/core_layer.mk cp --preserve=mode --dereference -Rf simple_layer.mk /opt/metwork-mfext-master/share/simple_layer.mk cp --preserve=mode --dereference -Rf layer_wrapper.mk /opt/metwork-mfext-master/share/layer_wrapper.mk cp --preserve=mode --dereference -Rf package_python3.mk /opt/metwork-mfext-master/share/package_python3.mk make[1]: Leaving directory '/src/layers' _layer_dhash root@mfext >/opt/metwork-mfext-master/.dhash cd layers && make make[1]: Entering directory '/src/layers' make[2]: Entering directory '/src/layers/layer0_core' if test "MFEXT" = "MFEXT" -a "" != "1"; then cat .layerapi2_label |/src/adm/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/core/.layerapi2_label; else cat .layerapi2_label |/opt/metwork-mfext-master/bin/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/core/.layerapi2_label; fi if test "MFEXT" = "MFEXT" -a "" != "1"; then cat .system_dependencies |/src/adm/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/core/.system_dependencies; else cat .system_dependencies |/opt/metwork-mfext-master/bin/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/core/.system_dependencies; fi if test "MFEXT" = "MFEXT" -a "" != "1"; then cat .layerapi2_dependencies |/src/adm/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/core/.layerapi2_dependencies; else cat .layerapi2_dependencies |/opt/metwork-mfext-master/bin/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/core/.layerapi2_dependencies; fi if test "MFEXT" = "MFEXT" -a "" != "1"; then cat dhash_ignore_hash |/src/adm/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/core/.dhash_ignore_hash; else cat dhash_ignore_hash |/opt/metwork-mfext-master/bin/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/core/.dhash_ignore_hash; fi _cache_logic_before_layer.sh "/opt/metwork-mfext-master/opt/core" "core" /etc/buildimage_hash: 7287d05885b641033e3d2e66ec030375 /src/adm/root.mk md5sum hash: 2015ef15586bdf3948c47cec964182a5 root@mfext layer (dependency) hash (from cache): f10ced89e93f340f4a19b4f76d658719 source hash: 9176ae33acd416b6a8a76410979701c3 cache hit (used: /buildcache/mfext_cache_layer_core_4ed51d1ee36d42e8f327df51289eb1e9.tar) if ! test -f cache/hit; then \ for SUBDIR in 0001_scientific_system_libraries 0005_readline 0010_liquidprompt 0020_sqlite 0025_openssl 0028_cyrus_sasl 0030_openldap 0032_curl 0035_dtreetrawl 0045_mfutil_c 0070_layerapi2 0080_log_proxy 0100_redis 0110_hiredis 0117_yajl 0130_tcping 0210_jq 0320_libevent 0330_zeromq 0340_libtirpc; do \ OLDPWD=`pwd`; \ cd $SUBDIR || exit 1; \ make all || exit 1; \ cd ${OLDPWD}; \ done ; \ chmod -R a+rX,g-w,o-w,u+w /opt/metwork-mfext-master/opt/core ; \ fi if test "" = "1"; then echo > /opt/metwork-mfext-master/opt/core/.mfextaddon; fi _layer_dhash "core@mfext" >/opt/metwork-mfext-master/opt/core/.dhash if ! test -f cache/hit; then \ _check_layers_hash >/dev/null ; \ fi _cache_logic_after_layer.sh "/opt/metwork-mfext-master/opt/core" cache already exist (/buildcache/mfext_cache_layer_core_4ed51d1ee36d42e8f327df51289eb1e9.tar) make[2]: Leaving directory '/src/layers/layer0_core' make[2]: Entering directory '/src/layers/layer1_openresty' if test "MFEXT" = "MFEXT" -a "" != "1"; then cat .layerapi2_label |/src/adm/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/openresty/.layerapi2_label; else cat .layerapi2_label |/opt/metwork-mfext-master/bin/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/openresty/.layerapi2_label; fi if test "MFEXT" = "MFEXT" -a "" != "1"; then cat .layerapi2_dependencies |/src/adm/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/openresty/.layerapi2_dependencies; else cat .layerapi2_dependencies |/opt/metwork-mfext-master/bin/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/openresty/.layerapi2_dependencies; fi _cache_logic_before_layer.sh "/opt/metwork-mfext-master/opt/openresty" "openresty" /etc/buildimage_hash: 7287d05885b641033e3d2e66ec030375 /src/adm/root.mk md5sum hash: 2015ef15586bdf3948c47cec964182a5 core@mfext layer (dependency) hash (from cache): b53e6eb49d2bf55335b815a5d393c20f root@mfext layer (dependency) hash (from cache): f10ced89e93f340f4a19b4f76d658719 source hash: e68fbe595ae7d0648b52e9e0518cf174 cache hit (used: /buildcache/mfext_cache_layer_openresty_bd8029f9bcb64788b9a977ec5df01fd5.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_bd8029f9bcb64788b9a977ec5df01fd5.tar) make[2]: Leaving directory '/src/layers/layer1_openresty' make[2]: Entering directory '/src/layers/layer1_python3_core' if test "MFEXT" = "MFEXT" -a "" != "1"; then cat .layerapi2_label |/src/adm/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/python3_core/.layerapi2_label; else cat .layerapi2_label |/opt/metwork-mfext-master/bin/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/python3_core/.layerapi2_label; fi if test "MFEXT" = "MFEXT" -a "" != "1"; then cat .system_dependencies |/src/adm/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/python3_core/.system_dependencies; else cat .system_dependencies |/opt/metwork-mfext-master/bin/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/python3_core/.system_dependencies; fi if test "MFEXT" = "MFEXT" -a "" != "1"; then cat .layerapi2_dependencies |/src/adm/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/python3_core/.layerapi2_dependencies; else cat .layerapi2_dependencies |/opt/metwork-mfext-master/bin/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/python3_core/.layerapi2_dependencies; fi if test "MFEXT" = "MFEXT" -a "" != "1"; then cat .layerapi2_extra_env |/src/adm/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/python3_core/.layerapi2_extra_env; else cat .layerapi2_extra_env |/opt/metwork-mfext-master/bin/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/python3_core/.layerapi2_extra_env; fi _cache_logic_before_layer.sh "/opt/metwork-mfext-master/opt/python3_core" "python3_core" /etc/buildimage_hash: 7287d05885b641033e3d2e66ec030375 /src/adm/root.mk md5sum hash: 2015ef15586bdf3948c47cec964182a5 core@mfext layer (dependency) hash (from cache): b53e6eb49d2bf55335b815a5d393c20f root@mfext layer (dependency) hash (from cache): f10ced89e93f340f4a19b4f76d658719 source hash: a05ca11b2c8b6314a525f6654ab61545 cache hit (used: /buildcache/mfext_cache_layer_python3_core_ac184720c51ee8fbd953e22b9315ddbe.tar) if ! test -f cache/hit; then \ for SUBDIR in 0000_adm 0030_python3 0031_wheel 0032_setuptools 0033_update_pip 0034_certifi 0400_prereq_extra_python_packages 0405_prereq_extra_python_packages 0410_prereq_extra_python_packages 0420_prereq_extra_python_packages 0430_prereq_extra_python_packages 0440_prereq_extra_python_packages 0500_extra_python_packages 9999_requirements; do \ OLDPWD=`pwd`; \ cd $SUBDIR || exit 1; \ make all || exit 1; \ cd ${OLDPWD}; \ done ; \ chmod -R a+rX,g-w,o-w,u+w /opt/metwork-mfext-master/opt/python3_core ; \ fi 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_ac184720c51ee8fbd953e22b9315ddbe.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: 7287d05885b641033e3d2e66ec030375 /src/adm/root.mk md5sum hash: 2015ef15586bdf3948c47cec964182a5 core@mfext layer (dependency) hash (from cache): b53e6eb49d2bf55335b815a5d393c20f root@mfext layer (dependency) hash (from cache): f10ced89e93f340f4a19b4f76d658719 source hash: c293059876dadcd261182ece6435ff11 cache hit (used: /buildcache/mfext_cache_layer_scientific_core_7fbf31ed9d68f9635bf7a132fd876990.tar) if ! test -f cache/hit; then \ for SUBDIR in 0001_scientific_system_libraries 0006_protobuf 0007_protobuf_c 0008_postgresql 0009_pgbouncer 0010_hdf4 0011_hdf5 0012_netcdf_c 0013_netcdf_cxx 0015_proj 0020_libgeotiff 0021_geos 0022_libspatialite 0023_gdal 0070_postgis 0071_postgresql_airtide 0072_postgis_geohash 0073_pg_partman 0074_pg_uuidv7; do \ OLDPWD=`pwd`; \ cd $SUBDIR || exit 1; \ make all || exit 1; \ cd ${OLDPWD}; \ done ; \ chmod -R a+rX,g-w,o-w,u+w /opt/metwork-mfext-master/opt/scientific_core ; \ fi if test "" = "1"; then echo > /opt/metwork-mfext-master/opt/scientific_core/.mfextaddon; fi _layer_dhash "scientific_core@mfext" >/opt/metwork-mfext-master/opt/scientific_core/.dhash if ! test -f cache/hit; then \ _check_layers_hash >/dev/null ; \ fi _cache_logic_after_layer.sh "/opt/metwork-mfext-master/opt/scientific_core" cache already exist (/buildcache/mfext_cache_layer_scientific_core_7fbf31ed9d68f9635bf7a132fd876990.tar) make[2]: Leaving directory '/src/layers/layer1_scientific_core' make[2]: Entering directory '/src/layers/layer2_python3' if test "MFEXT" = "MFEXT" -a "" != "1"; then cat .layerapi2_label |/src/adm/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/python3/.layerapi2_label; else cat .layerapi2_label |/opt/metwork-mfext-master/bin/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/python3/.layerapi2_label; fi if test "MFEXT" = "MFEXT" -a "" != "1"; then cat .layerapi2_dependencies |/src/adm/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/python3/.layerapi2_dependencies; else cat .layerapi2_dependencies |/opt/metwork-mfext-master/bin/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/python3/.layerapi2_dependencies; fi _cache_logic_before_layer.sh "/opt/metwork-mfext-master/opt/python3" "python3" /etc/buildimage_hash: 7287d05885b641033e3d2e66ec030375 /src/adm/root.mk md5sum hash: 2015ef15586bdf3948c47cec964182a5 core@mfext layer (dependency) hash (from cache): b53e6eb49d2bf55335b815a5d393c20f python3_core@mfext layer (dependency) hash (from cache): 6d90fc338f8d11f5ad17cf88e9d805da root@mfext layer (dependency) hash (from cache): f10ced89e93f340f4a19b4f76d658719 source hash: b756a467ccfd299da0f7b2d65bada481 cache missed (/buildcache/mfext_cache_layer_python3_e6e8f2f42d69b64ccc1db9d45a1296d6.tar) if ! test -f cache/hit; then \ for SUBDIR in 0400_prereq_extra_python_packages 0402_prereq_extra_python_packages 0500_extra_python_packages; do \ OLDPWD=`pwd`; \ cd $SUBDIR || exit 1; \ make all || exit 1; \ cd ${OLDPWD}; \ done ; \ chmod -R a+rX,g-w,o-w,u+w /opt/metwork-mfext-master/opt/python3 ; \ fi make[3]: Entering directory '/src/layers/layer2_python3/0400_prereq_extra_python_packages' layer_wrapper --empty-env --empty-env-keeps=LANG,PATH,LAYERAPI2_LAYERS_PATH,PYTHON3_SHORT_VERSION,FORCED_PATHS,BUILDCACHE --force-prepend --layers=python3_core@mfext,python3@mfext -- make -f Makefile.mk all for REQ in requirements3.txt; do if test -s ${REQ}; then download_compile_requirements ${REQ} || { echo "ERROR WITH download_compile_requirements ${REQ}"; exit 1; }; fi; done [DEBUG]: loading tempolayer1430[/src/layers/layer2_python3/0400_prereq_extra_python_packages/tempolayer1430] Collecting cffi==1.17.1 (from -r requirements3.txt (line 1)) Downloading cffi-1.17.1.tar.gz (516 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting ConfigUpdater==3.1.1 (from -r requirements3.txt (line 2)) Downloading ConfigUpdater-3.1.1.tar.gz (139 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting Cython==3.0.11 (from -r requirements3.txt (line 3)) Downloading cython-3.0.11.tar.gz (2.8 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.8/2.8 MB 45.6 MB/s eta 0:00:00 Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting fastentrypoints==0.12 (from -r requirements3.txt (line 4)) Downloading fastentrypoints-0.12.tar.gz (4.0 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting pbr==5.11.1 (from -r requirements3.txt (line 5)) Downloading pbr-5.11.1.tar.gz (127 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting pycparser==2.21 (from -r requirements3.txt (line 6)) Downloading pycparser-2.21.tar.gz (170 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting PyScaffold==4.5 (from -r requirements3.txt (line 7)) Downloading PyScaffold-4.5.tar.gz (5.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.2/5.2 MB 139.4 MB/s eta 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pytest-runner==6.0.0 (from -r requirements3.txt (line 8)) Downloading pytest-runner-6.0.0.tar.gz (15 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting semantic-version==2.10.0 (from -r requirements3.txt (line 9)) Downloading semantic_version-2.10.0.tar.gz (52 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting setuptools-git==1.2 (from -r requirements3.txt (line 10)) Downloading setuptools-git-1.2.tar.gz (10 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting setuptools-rust==1.7.0 (from -r requirements3.txt (line 11)) Downloading setuptools-rust-1.7.0.tar.gz (303 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting tomlkit==0.12.1 (from -r requirements3.txt (line 12)) Downloading tomlkit-0.12.1-py3-none-any.whl.metadata (2.7 kB) Collecting platformdirs<4,>=2 (from PyScaffold==4.5->-r requirements3.txt (line 7)) Downloading platformdirs-3.10.0.tar.gz (19 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting setuptools>=46.1.0 (from PyScaffold==4.5->-r requirements3.txt (line 7)) Downloading setuptools-70.3.0.tar.gz (2.3 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 73.0 MB/s eta 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting setuptools-scm>=5 (from PyScaffold==4.5->-r requirements3.txt (line 7)) Downloading setuptools_scm-8.1.0.tar.gz (76 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting packaging>=20.7 (from PyScaffold==4.5->-r requirements3.txt (line 7)) Downloading packaging-23.1.tar.gz (134 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting typing-extensions>=3.7.4.3 (from setuptools-rust==1.7.0->-r requirements3.txt (line 11)) Downloading typing_extensions-4.12.2.tar.gz (85 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Downloading tomlkit-0.12.1-py3-none-any.whl (37 kB) Saved ./src/tomlkit-0.12.1-py3-none-any.whl Building wheels for collected packages: cffi, ConfigUpdater, Cython, fastentrypoints, pbr, pycparser, PyScaffold, pytest-runner, semantic-version, setuptools-git, setuptools-rust, packaging, platformdirs, setuptools, setuptools-scm, typing-extensions Building wheel for cffi (pyproject.toml): started Building wheel for cffi (pyproject.toml): finished with status 'done' Created wheel for cffi: filename=cffi-1.17.1-cp312-cp312-linux_x86_64.whl size=455779 sha256=a41fdfb6c21dea02b2b93b423311b746ba142d8c183c52e84d9d64d651e8c708 Stored in directory: /root/.cache/pip/wheels/2e/18/23/10f816dc1f57d13a6c8d6525d442e74d82e772bb60f864afbe Building wheel for ConfigUpdater (pyproject.toml): started Building wheel for ConfigUpdater (pyproject.toml): finished with status 'done' Created wheel for ConfigUpdater: filename=ConfigUpdater-3.1.1-py2.py3-none-any.whl size=34256 sha256=542079fce19dfef70cb1bb85468b3d0df1c135210802e44eec42b75cf54cdd46 Stored in directory: /root/.cache/pip/wheels/87/7a/0c/bc5e785b39794c690dab220c6afeb073f95d46ebfec8ee9e3c Building wheel for Cython (setup.py): started Building wheel for Cython (setup.py): still running... Building wheel for Cython (setup.py): still running... Building wheel for Cython (setup.py): finished with status 'done' Created wheel for Cython: filename=Cython-3.0.11-cp312-cp312-linux_x86_64.whl size=12753364 sha256=0add03a29b0d8058dc755289d16b405d79d3c060ea94076c62da647143f0611e Stored in directory: /root/.cache/pip/wheels/20/47/5f/7d7ee39f24717c715e2b95731463373805c402acb7548e9bbc Building wheel for fastentrypoints (setup.py): started Building wheel for fastentrypoints (setup.py): finished with status 'done' Created wheel for fastentrypoints: filename=fastentrypoints-0.12-py3-none-any.whl size=4559 sha256=a9571f9b798a668d1b35a97f2ed25d83773c71050caaa3d9c62403160b065193 Stored in directory: /root/.cache/pip/wheels/a9/aa/f6/2904bc584b2cfecb4bdae5d17d3f63004c4e10fd6e9947762e Building wheel for pbr (setup.py): started Building wheel for pbr (setup.py): finished with status 'done' Created wheel for pbr: filename=pbr-5.11.1-py2.py3-none-any.whl size=110374 sha256=27335ece19962fba80690deb3e196206d7234528fbb1c3c52666e542f33e8dad Stored in directory: /root/.cache/pip/wheels/31/4b/a3/bf49f0594a33955a0b76bd6ad92613ef94896766bfff65e433 Building wheel for pycparser (setup.py): started Building wheel for pycparser (setup.py): finished with status 'done' Created wheel for pycparser: filename=pycparser-2.21-py2.py3-none-any.whl size=118720 sha256=32572a8a1d00acd4297c72099df6a064d985171c260e4057919ea4db0d67328b Stored in directory: /root/.cache/pip/wheels/a7/87/dd/b205800ee8f03e5fb4b8f5742c10bb31cd67b2cc52f2c3c142 Building wheel for PyScaffold (pyproject.toml): started Building wheel for PyScaffold (pyproject.toml): finished with status 'done' Created wheel for PyScaffold: filename=PyScaffold-4.5-py3-none-any.whl size=174945 sha256=55cc5e053efd2c744932574cd21fa41aafbd322c77caacc25387a550e0d37465 Stored in directory: /root/.cache/pip/wheels/55/2f/38/531cab14e33538a4dcce78f5d0ce5be7a3c6e24f18cede786e Building wheel for pytest-runner (pyproject.toml): started Building wheel for pytest-runner (pyproject.toml): finished with status 'done' Created wheel for pytest-runner: filename=pytest_runner-6.0.0-py3-none-any.whl size=7194 sha256=def71ec10cce5ea05ce3ff43c26b1350852cc95f9dc7782dbaa66bb49b269652 Stored in directory: /root/.cache/pip/wheels/27/0d/05/44022ee6073bebc9580b4ba93ede1effcc520bd233c971eeb5 Building wheel for semantic-version (setup.py): started Building wheel for semantic-version (setup.py): finished with status 'done' Created wheel for semantic-version: filename=semantic_version-2.10.0-py2.py3-none-any.whl size=15544 sha256=961378de57c09aaa56bf65900a8d7c7370a2f71426a15d2bd5a96d02b9dc4c7e Stored in directory: /root/.cache/pip/wheels/07/5c/ce/4ad8b1a479450c54f5e26bc35796a998d408e7c666ded2a856 Building wheel for setuptools-git (setup.py): started Building wheel for setuptools-git (setup.py): finished with status 'done' Created wheel for setuptools-git: filename=setuptools_git-1.2-py2.py3-none-any.whl size=9603 sha256=7039af8b75011e44dd347d9bea06d9c84f013b85dd1ba4b637085e34401aefd4 Stored in directory: /root/.cache/pip/wheels/da/e5/ac/85207a93882e088bcb45725b6621a0a56d501aa1b1ff654f91 Building wheel for setuptools-rust (pyproject.toml): started Building wheel for setuptools-rust (pyproject.toml): finished with status 'done' Created wheel for setuptools-rust: filename=setuptools_rust-1.7.0-py3-none-any.whl size=25172 sha256=582414fec9c95214df4997a92d41e2f4d16025843c2419b06e6e59c13ad27d29 Stored in directory: /root/.cache/pip/wheels/26/69/a5/ac1ee7b9c1587530898f918dd562d00f62907650950a7a748f Building wheel for packaging (pyproject.toml): started Building wheel for packaging (pyproject.toml): finished with status 'done' Created wheel for packaging: filename=packaging-23.1-py3-none-any.whl size=48907 sha256=58ce658223d59449dc55183037197a970e4d8e84b04e4b1dda30cfd3771c3069 Stored in directory: /root/.cache/pip/wheels/27/8c/e2/2413919246ef4bf1608a46ce5c8cc3026d5180ffeb203f187c Building wheel for platformdirs (pyproject.toml): started Building wheel for platformdirs (pyproject.toml): finished with status 'done' Created wheel for platformdirs: filename=platformdirs-3.10.0-py3-none-any.whl size=17310 sha256=6bacae24fd8ffbdd9520d51408fee19b475118024b4d8de9e60de930773c0dea Stored in directory: /root/.cache/pip/wheels/0b/eb/0d/556997229c9013a43a25dff158bab25c7b9bed6cf641b07d62 Building wheel for setuptools (pyproject.toml): started Building wheel for setuptools (pyproject.toml): finished with status 'done' Created wheel for setuptools: filename=setuptools-70.3.0-py3-none-any.whl size=931070 sha256=7327a40e2e6d770df48e695feef144b6e031847928b9d988bb9bb5917a498b4e Stored in directory: /root/.cache/pip/wheels/d7/31/cf/835925c9dc398cbda5aae6cbd5ff7275a7c39c83eee3e5305b Building wheel for setuptools-scm (pyproject.toml): started Building wheel for setuptools-scm (pyproject.toml): finished with status 'done' Created wheel for setuptools-scm: filename=setuptools_scm-8.1.0-py3-none-any.whl size=43665 sha256=1dec48cb548761002ca619c5f1735fadf2a2f92d3ab5cad9b05dbc7995cac30d Stored in directory: /root/.cache/pip/wheels/44/01/cc/b63b7dbc0b070b049285a8b15f4669ea05f31e50195f4a81f1 Building wheel for typing-extensions (pyproject.toml): started Building wheel for typing-extensions (pyproject.toml): finished with status 'done' Created wheel for typing-extensions: filename=typing_extensions-4.12.2-py3-none-any.whl size=37438 sha256=04e5ca0351e0f3f85c6853954072df659d0d13fac324d0072316b67d7794700d Stored in directory: /root/.cache/pip/wheels/cc/d7/e0/01a4e9a11dee2698cfa7e32d2cdb65ade91303986b2fc7d84f Successfully built cffi ConfigUpdater Cython fastentrypoints pbr pycparser PyScaffold pytest-runner semantic-version setuptools-git setuptools-rust packaging platformdirs setuptools setuptools-scm typing-extensions if test -d ../../download_archive; then cp -Rf src/* ../../download_archive/ 2>/dev/null; fi mkdir -p /opt/metwork-mfext-master/opt/python3/share/metwork_packages for REQ in requirements3.txt; do if test -s ${REQ}; then install_requirements /opt/metwork-mfext-master/opt/python3 ${REQ} ./src || { echo "ERROR WITH install_requirements ${REQ} /opt/metwork-mfext-master/opt/python3 ${REQ} ./src"; exit 1; }; fi; done [DEBUG]: layer python3@mfext[/opt/metwork-mfext-master/opt/python3] is already loaded Looking in links: ./src Processing ./src/cffi-1.17.1-cp312-cp312-linux_x86_64.whl (from -r requirements3.txt.tmp (line 1)) Processing ./src/ConfigUpdater-3.1.1-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 2)) Processing ./src/Cython-3.0.11-cp312-cp312-linux_x86_64.whl (from -r requirements3.txt.tmp (line 3)) Processing ./src/fastentrypoints-0.12-py3-none-any.whl (from -r requirements3.txt.tmp (line 4)) Processing ./src/pbr-5.11.1-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 5)) Processing ./src/pycparser-2.21-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 6)) Processing ./src/PyScaffold-4.5-py3-none-any.whl (from -r requirements3.txt.tmp (line 7)) Processing ./src/pytest_runner-6.0.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 8)) Processing ./src/semantic_version-2.10.0-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 9)) Processing ./src/setuptools_git-1.2-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 10)) Processing ./src/setuptools_rust-1.7.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 11)) Processing ./src/tomlkit-0.12.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 12)) Requirement already satisfied: platformdirs<4,>=2 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages (from PyScaffold==4.5->-r requirements3.txt.tmp (line 7)) (3.10.0) Requirement already satisfied: setuptools>=46.1.0 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages (from PyScaffold==4.5->-r requirements3.txt.tmp (line 7)) (70.3.0) Requirement already satisfied: setuptools-scm>=5 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages (from PyScaffold==4.5->-r requirements3.txt.tmp (line 7)) (8.1.0) Requirement already satisfied: packaging>=20.7 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages (from PyScaffold==4.5->-r requirements3.txt.tmp (line 7)) (23.1) Requirement already satisfied: typing-extensions>=3.7.4.3 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages (from setuptools-rust==1.7.0->-r requirements3.txt.tmp (line 11)) (4.12.2) Installing collected packages: setuptools-git, fastentrypoints, tomlkit, semantic-version, pytest-runner, pycparser, pbr, Cython, ConfigUpdater, setuptools-rust, PyScaffold, cffi Successfully installed ConfigUpdater-3.1.1 Cython-3.0.11 PyScaffold-4.5 cffi-1.17.1 fastentrypoints-0.12 pbr-5.11.1 pycparser-2.21 pytest-runner-6.0.0 semantic-version-2.10.0 setuptools-git-1.2 setuptools-rust-1.7.0 tomlkit-0.12.1 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable.It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. if ! test -d /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages; then mkdir -p /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages; fi if test -f /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages/requirements3.txt; then cat /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages/requirements3.txt requirements3.txt |sort |uniq |sed 's/^-e git.*egg=\(.*\)$/\1/g' >/opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages/requirements3.txt.tmp; mv /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages/requirements3.txt.tmp /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages/requirements3.txt; else cat requirements3.txt |sort |uniq |sed 's/^-e git.*egg=\(.*\)$/\1/g' >/opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages/requirements3.txt ;fi IFS=$'\n' ; for REQ in `cat requirements3.txt |sort |uniq`; do _pip_package_to_yaml.sh "${REQ}" "/opt/metwork-mfext-master/opt/python3/share/metwork_packages" || { echo "ERROR WITH _pip_package_to_yaml.sh ${REQ} /opt/metwork-mfext-master/opt/python3/share/metwork_packages"; exit 1; } done /opt/metwork-mfext-master/opt/python3/share/metwork_packages/ConfigUpdater.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/Cython.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/PyScaffold.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/cffi.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/fastentrypoints.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/pbr.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/pycparser.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/pytest-runner.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/semantic_version.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/setuptools-git.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/setuptools-rust.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/tomlkit.yaml is ready make[3]: Leaving directory '/src/layers/layer2_python3/0400_prereq_extra_python_packages' make[3]: Entering directory '/src/layers/layer2_python3/0402_prereq_extra_python_packages' layer_wrapper --empty-env --empty-env-keeps=LANG,PATH,LAYERAPI2_LAYERS_PATH,PYTHON3_SHORT_VERSION,FORCED_PATHS,BUILDCACHE --force-prepend --layers=python3_core@mfext,python3@mfext -- make -f Makefile.mk all for REQ in requirements3.txt; do if test -s ${REQ}; then download_compile_requirements ${REQ} || { echo "ERROR WITH download_compile_requirements ${REQ}"; exit 1; }; fi; done [DEBUG]: loading tempolayer2286[/src/layers/layer2_python3/0402_prereq_extra_python_packages/tempolayer2286] Collecting expandvars==0.12.0 (from -r requirements3.txt (line 1)) Downloading expandvars-0.12.0.tar.gz (10 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting hatch-fancy-pypi-readme==23.1.0 (from -r requirements3.txt (line 2)) Downloading hatch_fancy_pypi_readme-23.1.0.tar.gz (28 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting hatch-nodejs-version==0.3.2 (from -r requirements3.txt (line 3)) Downloading hatch_nodejs_version-0.3.2.tar.gz (16 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting hatch-requirements-txt==0.4.0 (from -r requirements3.txt (line 4)) Downloading hatch_requirements_txt-0.4.0.tar.gz (6.4 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting maturin==1.3.1 (from -r requirements3.txt (line 5)) Downloading maturin-1.3.1.tar.gz (176 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting hatchling (from hatch-fancy-pypi-readme==23.1.0->-r requirements3.txt (line 2)) Downloading hatchling-1.18.0.tar.gz (57 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting packaging>=21.3 (from hatch-requirements-txt==0.4.0->-r requirements3.txt (line 4)) Using cached packaging-23.1-py3-none-any.whl Collecting editables>=0.3 (from hatchling->hatch-fancy-pypi-readme==23.1.0->-r requirements3.txt (line 2)) Downloading editables-0.5.tar.gz (14 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==23.1.0->-r requirements3.txt (line 2)) Downloading pathspec-0.11.2.tar.gz (47 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pluggy>=1.0.0 (from hatchling->hatch-fancy-pypi-readme==23.1.0->-r requirements3.txt (line 2)) Downloading pluggy-1.3.0.tar.gz (63 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting trove-classifiers (from hatchling->hatch-fancy-pypi-readme==23.1.0->-r requirements3.txt (line 2)) Downloading trove-classifiers-2023.8.7.tar.gz (15 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Saved ./src/packaging-23.1-py3-none-any.whl Building wheels for collected packages: expandvars, hatch-fancy-pypi-readme, hatch-nodejs-version, hatch-requirements-txt, maturin, hatchling, editables, pathspec, pluggy, trove-classifiers Building wheel for expandvars (pyproject.toml): started Building wheel for expandvars (pyproject.toml): finished with status 'done' Created wheel for expandvars: filename=expandvars-0.12.0-py3-none-any.whl size=7306 sha256=7432c1c2ae50c671a8146583177d60020dd210ada7d940e52af91f1f84f753b2 Stored in directory: /root/.cache/pip/wheels/0b/fa/f0/c1f342c86c8efe29e7dd6a00de086c45035cff5a6ecdf8bcd9 Building wheel for hatch-fancy-pypi-readme (pyproject.toml): started Building wheel for hatch-fancy-pypi-readme (pyproject.toml): finished with status 'done' Created wheel for hatch-fancy-pypi-readme: filename=hatch_fancy_pypi_readme-23.1.0-py3-none-any.whl size=10490 sha256=efd812df785d8ffeb1e29b55e46738a2b6e3c99fac9f947908a725f682af73ee Stored in directory: /root/.cache/pip/wheels/83/d8/63/310327e4c35628387bfa01356ca6aa64a3ba2186ab854089b6 Building wheel for hatch-nodejs-version (pyproject.toml): started Building wheel for hatch-nodejs-version (pyproject.toml): finished with status 'done' Created wheel for hatch-nodejs-version: filename=hatch_nodejs_version-0.3.2-py3-none-any.whl size=8539 sha256=d73e728f1a262d214afe9c0a40e161013ef0b7a6c78ff843293880f6a46ede79 Stored in directory: /root/.cache/pip/wheels/7b/70/58/1d051d6cefc2347d705c0a302a3c86938990a4dee55023d90d Building wheel for hatch-requirements-txt (pyproject.toml): started Building wheel for hatch-requirements-txt (pyproject.toml): finished with status 'done' Created wheel for hatch-requirements-txt: filename=hatch_requirements_txt-0.4.0-py3-none-any.whl size=7759 sha256=cf115745f16d4d4386900d54bc2635d7522ec81e9d61d39eec97071a396df8d4 Stored in directory: /root/.cache/pip/wheels/2d/df/a1/918f455b647ed0bcbde074f19f4b6437296425578299f17ec5 Building wheel for maturin (pyproject.toml): started Building wheel for maturin (pyproject.toml): still running... Building wheel for maturin (pyproject.toml): finished with status 'done' Created wheel for maturin: filename=maturin-1.3.1-cp312-cp312-linux_x86_64.whl size=4692260 sha256=a1cde923b12b97528a2209a0db9e99729ca4ee798caa6923b5288d0341ce7334 Stored in directory: /root/.cache/pip/wheels/5b/fb/a7/0e07464aa654f7d1c8d4f22f4f78a0c1e734330ade4603144a Building wheel for hatchling (pyproject.toml): started Building wheel for hatchling (pyproject.toml): finished with status 'done' Created wheel for hatchling: filename=hatchling-1.18.0-py3-none-any.whl size=75746 sha256=b66dc254931ec42aa68b5febd1d342c58142cc5267b7ff3b12ba3fa5b4900c93 Stored in directory: /root/.cache/pip/wheels/4a/1f/6c/f4244c2ce69d834419b426b2872c6bcb2bad47923a3855a1fb Building wheel for editables (pyproject.toml): started Building wheel for editables (pyproject.toml): finished with status 'done' Created wheel for editables: filename=editables-0.5-py3-none-any.whl size=5098 sha256=6b60544522883c34b65f3c5a96ae49423653595d58f33b4cd9ec3c4a2e757334 Stored in directory: /root/.cache/pip/wheels/81/29/f1/325bdc31997ef0ffdc678443749d6531570ef46520643299b6 Building wheel for pathspec (pyproject.toml): started Building wheel for pathspec (pyproject.toml): finished with status 'done' Created wheel for pathspec: filename=pathspec-0.11.2-py3-none-any.whl size=29603 sha256=f84591e8abba2bf8747cdaa4d864bc0584d4fc2d45b55a65f3318d417b1281c5 Stored in directory: /root/.cache/pip/wheels/dd/88/90/b2c5f02fc845784214297cc1b66116947f93ed8d4dec0acf07 Building wheel for pluggy (pyproject.toml): started Building wheel for pluggy (pyproject.toml): finished with status 'done' Created wheel for pluggy: filename=pluggy-1.3.0-py3-none-any.whl size=19054 sha256=5aafbc2db53b1317c12b5e483ef45e86ecd7ace4ad8ae596270734a12feb2fcd Stored in directory: /root/.cache/pip/wheels/7e/16/cf/4fdf67b6a6dad20523d8fc11ac6cc3f1c95ed164badbcc9c49 Building wheel for trove-classifiers (pyproject.toml): started Building wheel for trove-classifiers (pyproject.toml): finished with status 'done' Created wheel for trove-classifiers: filename=trove_classifiers-2023.8.7-py3-none-any.whl size=13229 sha256=42bf81abdd6af30cad1982f43d3f1d1b1798c36ecb52bba544388ed7cd05c3b3 Stored in directory: /root/.cache/pip/wheels/e0/7e/ac/97f0e0d2ec3a2a59525ec2fde31ea4e475e15b96008c2a8a36 Successfully built expandvars hatch-fancy-pypi-readme hatch-nodejs-version hatch-requirements-txt maturin hatchling editables pathspec pluggy trove-classifiers if test -d ../../download_archive; then cp -Rf src/* ../../download_archive/ 2>/dev/null; fi mkdir -p /opt/metwork-mfext-master/opt/python3/share/metwork_packages for REQ in requirements3.txt; do if test -s ${REQ}; then install_requirements /opt/metwork-mfext-master/opt/python3 ${REQ} ./src || { echo "ERROR WITH install_requirements ${REQ} /opt/metwork-mfext-master/opt/python3 ${REQ} ./src"; exit 1; }; fi; done [DEBUG]: layer python3@mfext[/opt/metwork-mfext-master/opt/python3] is already loaded Looking in links: ./src Processing ./src/expandvars-0.12.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 1)) Processing ./src/hatch_fancy_pypi_readme-23.1.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 2)) Processing ./src/hatch_nodejs_version-0.3.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 3)) Processing ./src/hatch_requirements_txt-0.4.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 4)) Processing ./src/maturin-1.3.1-cp312-cp312-linux_x86_64.whl (from -r requirements3.txt.tmp (line 5)) Requirement already satisfied: hatchling in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages (from hatch-fancy-pypi-readme==23.1.0->-r requirements3.txt.tmp (line 2)) (1.18.0) Requirement already satisfied: packaging>=21.3 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages (from hatch-requirements-txt==0.4.0->-r requirements3.txt.tmp (line 4)) (23.1) Requirement already satisfied: editables>=0.3 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages (from hatchling->hatch-fancy-pypi-readme==23.1.0->-r requirements3.txt.tmp (line 2)) (0.5) Requirement already satisfied: pathspec>=0.10.1 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages (from hatchling->hatch-fancy-pypi-readme==23.1.0->-r requirements3.txt.tmp (line 2)) (0.11.2) Requirement already satisfied: pluggy>=1.0.0 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages (from hatchling->hatch-fancy-pypi-readme==23.1.0->-r requirements3.txt.tmp (line 2)) (1.3.0) Requirement already satisfied: trove-classifiers in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages (from hatchling->hatch-fancy-pypi-readme==23.1.0->-r requirements3.txt.tmp (line 2)) (2023.8.7) Installing collected packages: maturin, expandvars, hatch-requirements-txt, hatch-nodejs-version, hatch-fancy-pypi-readme Successfully installed expandvars-0.12.0 hatch-fancy-pypi-readme-23.1.0 hatch-nodejs-version-0.3.2 hatch-requirements-txt-0.4.0 maturin-1.3.1 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable.It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. if ! test -d /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages; then mkdir -p /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages; fi if test -f /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages/requirements3.txt; then cat /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages/requirements3.txt requirements3.txt |sort |uniq |sed 's/^-e git.*egg=\(.*\)$/\1/g' >/opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages/requirements3.txt.tmp; mv /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages/requirements3.txt.tmp /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages/requirements3.txt; else cat requirements3.txt |sort |uniq |sed 's/^-e git.*egg=\(.*\)$/\1/g' >/opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages/requirements3.txt ;fi IFS=$'\n' ; for REQ in `cat requirements3.txt |sort |uniq`; do _pip_package_to_yaml.sh "${REQ}" "/opt/metwork-mfext-master/opt/python3/share/metwork_packages" || { echo "ERROR WITH _pip_package_to_yaml.sh ${REQ} /opt/metwork-mfext-master/opt/python3/share/metwork_packages"; exit 1; } done /opt/metwork-mfext-master/opt/python3/share/metwork_packages/expandvars.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/hatch-fancy-pypi-readme.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/hatch-nodejs-version.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/hatch-requirements-txt.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/maturin.yaml is ready make[3]: Leaving directory '/src/layers/layer2_python3/0402_prereq_extra_python_packages' make[3]: Entering directory '/src/layers/layer2_python3/0500_extra_python_packages' layer_wrapper --empty-env --empty-env-keeps=LANG,PATH,LAYERAPI2_LAYERS_PATH,PYTHON3_SHORT_VERSION,FORCED_PATHS,BUILDCACHE --force-prepend --layers=python3_core@mfext,python3@mfext -- make -f Makefile.mk all for REQ in requirements3.txt; do if test -s ${REQ}; then download_compile_requirements ${REQ} || { echo "ERROR WITH download_compile_requirements ${REQ}"; exit 1; }; fi; done [DEBUG]: loading tempolayer5406[/src/layers/layer2_python3/0500_extra_python_packages/tempolayer5406] Obtaining acquisition from git+https://github.com/metwork-framework/acquisition.git@8205f0c2fcd323d7e36cbeecac05e74935def06c#egg=acquisition (from -r requirements3.txt (line 1)) Cloning https://github.com/metwork-framework/acquisition.git (to revision 8205f0c2fcd323d7e36cbeecac05e74935def06c) to ./tmp_src/acquisition Running command git clone --filter=blob:none --quiet https://github.com/metwork-framework/acquisition.git /src/layers/layer2_python3/0500_extra_python_packages/tmp_src/acquisition Running command git rev-parse -q --verify 'sha^8205f0c2fcd323d7e36cbeecac05e74935def06c' Running command git fetch -q https://github.com/metwork-framework/acquisition.git 8205f0c2fcd323d7e36cbeecac05e74935def06c Running command git checkout -q 8205f0c2fcd323d7e36cbeecac05e74935def06c Resolved https://github.com/metwork-framework/acquisition.git to commit 8205f0c2fcd323d7e36cbeecac05e74935def06c Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Obtaining aiohttp_metwork_middlewares from git+https://github.com/metwork-framework/aiohttp_metwork_middlewares.git@6ec9424f24b7b89298dfcabde36ad49332cbecc4#egg=aiohttp_metwork_middlewares (from -r requirements3.txt (line 4)) Cloning https://github.com/metwork-framework/aiohttp_metwork_middlewares.git (to revision 6ec9424f24b7b89298dfcabde36ad49332cbecc4) to ./tmp_src/aiohttp-metwork-middlewares Running command git clone --filter=blob:none --quiet https://github.com/metwork-framework/aiohttp_metwork_middlewares.git /src/layers/layer2_python3/0500_extra_python_packages/tmp_src/aiohttp-metwork-middlewares Running command git rev-parse -q --verify 'sha^6ec9424f24b7b89298dfcabde36ad49332cbecc4' Running command git fetch -q https://github.com/metwork-framework/aiohttp_metwork_middlewares.git 6ec9424f24b7b89298dfcabde36ad49332cbecc4 Resolved https://github.com/metwork-framework/aiohttp_metwork_middlewares.git to commit 6ec9424f24b7b89298dfcabde36ad49332cbecc4 Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Obtaining cookiecutter from git+https://github.com/metwork-framework/cookiecutter.git@6d12c5bc04390cb019d9d01b47cb3d50e6276a9d#egg=cookiecutter (from -r requirements3.txt (line 27)) Cloning https://github.com/metwork-framework/cookiecutter.git (to revision 6d12c5bc04390cb019d9d01b47cb3d50e6276a9d) to ./tmp_src/cookiecutter Running command git clone --filter=blob:none --quiet https://github.com/metwork-framework/cookiecutter.git /src/layers/layer2_python3/0500_extra_python_packages/tmp_src/cookiecutter Running command git rev-parse -q --verify 'sha^6d12c5bc04390cb019d9d01b47cb3d50e6276a9d' Running command git fetch -q https://github.com/metwork-framework/cookiecutter.git 6d12c5bc04390cb019d9d01b47cb3d50e6276a9d Resolved https://github.com/metwork-framework/cookiecutter.git to commit 6d12c5bc04390cb019d9d01b47cb3d50e6276a9d Running command git submodule update --init --recursive -q Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Obtaining cookiecutter_hooks from git+https://github.com/metwork-framework/cookiecutter_hooks.git@c9124c2b54c1c05cd83eb3d3454cc4214485c45d#egg=cookiecutter_hooks (from -r requirements3.txt (line 28)) Cloning https://github.com/metwork-framework/cookiecutter_hooks.git (to revision c9124c2b54c1c05cd83eb3d3454cc4214485c45d) to ./tmp_src/cookiecutter-hooks Running command git clone --filter=blob:none --quiet https://github.com/metwork-framework/cookiecutter_hooks.git /src/layers/layer2_python3/0500_extra_python_packages/tmp_src/cookiecutter-hooks Running command git rev-parse -q --verify 'sha^c9124c2b54c1c05cd83eb3d3454cc4214485c45d' Running command git fetch -q https://github.com/metwork-framework/cookiecutter_hooks.git c9124c2b54c1c05cd83eb3d3454cc4214485c45d Running command git checkout -q c9124c2b54c1c05cd83eb3d3454cc4214485c45d Resolved https://github.com/metwork-framework/cookiecutter_hooks.git to commit c9124c2b54c1c05cd83eb3d3454cc4214485c45d Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Obtaining deploycron from git+https://github.com/metwork-framework/deploycron.git@27342219bc00ce9c90b18107ec321b722b3c90bb#egg=deploycron (from -r requirements3.txt (line 32)) Cloning https://github.com/metwork-framework/deploycron.git (to revision 27342219bc00ce9c90b18107ec321b722b3c90bb) to ./tmp_src/deploycron Running command git clone --filter=blob:none --quiet https://github.com/metwork-framework/deploycron.git /src/layers/layer2_python3/0500_extra_python_packages/tmp_src/deploycron Running command git rev-parse -q --verify 'sha^27342219bc00ce9c90b18107ec321b722b3c90bb' Running command git fetch -q https://github.com/metwork-framework/deploycron.git 27342219bc00ce9c90b18107ec321b722b3c90bb Resolved https://github.com/metwork-framework/deploycron.git to commit 27342219bc00ce9c90b18107ec321b722b3c90bb Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Obtaining directory_observer from git+https://github.com/metwork-framework/directory_observer.git@03770b7876990803cc3b271e78b3c0a2364cdf3c#egg=directory_observer (from -r requirements3.txt (line 35)) Cloning https://github.com/metwork-framework/directory_observer.git (to revision 03770b7876990803cc3b271e78b3c0a2364cdf3c) to ./tmp_src/directory-observer Running command git clone --filter=blob:none --quiet https://github.com/metwork-framework/directory_observer.git /src/layers/layer2_python3/0500_extra_python_packages/tmp_src/directory-observer Running command git rev-parse -q --verify 'sha^03770b7876990803cc3b271e78b3c0a2364cdf3c' Running command git fetch -q https://github.com/metwork-framework/directory_observer.git 03770b7876990803cc3b271e78b3c0a2364cdf3c Running command git checkout -q 03770b7876990803cc3b271e78b3c0a2364cdf3c Resolved https://github.com/metwork-framework/directory_observer.git to commit 03770b7876990803cc3b271e78b3c0a2364cdf3c Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Obtaining envtpl from git+https://github.com/metwork-framework/envtpl.git@136972101464853a57b61e485608167fe75f5f71#egg=envtpl (from -r requirements3.txt (line 38)) Cloning https://github.com/metwork-framework/envtpl.git (to revision 136972101464853a57b61e485608167fe75f5f71) to ./tmp_src/envtpl Running command git clone --filter=blob:none --quiet https://github.com/metwork-framework/envtpl.git /src/layers/layer2_python3/0500_extra_python_packages/tmp_src/envtpl Running command git rev-parse -q --verify 'sha^136972101464853a57b61e485608167fe75f5f71' Running command git fetch -q https://github.com/metwork-framework/envtpl.git 136972101464853a57b61e485608167fe75f5f71 Running command git checkout -q 136972101464853a57b61e485608167fe75f5f71 Resolved https://github.com/metwork-framework/envtpl.git to commit 136972101464853a57b61e485608167fe75f5f71 Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Obtaining mfplugin from git+https://github.com/metwork-framework/mfplugin.git@5de463640d478622309d6949d21075c6810f1344#egg=mfplugin (from -r requirements3.txt (line 65)) Cloning https://github.com/metwork-framework/mfplugin.git (to revision 5de463640d478622309d6949d21075c6810f1344) to ./tmp_src/mfplugin Running command git clone --filter=blob:none --quiet https://github.com/metwork-framework/mfplugin.git /src/layers/layer2_python3/0500_extra_python_packages/tmp_src/mfplugin Running command git rev-parse -q --verify 'sha^5de463640d478622309d6949d21075c6810f1344' Running command git fetch -q https://github.com/metwork-framework/mfplugin.git 5de463640d478622309d6949d21075c6810f1344 Running command git checkout -q 5de463640d478622309d6949d21075c6810f1344 Resolved https://github.com/metwork-framework/mfplugin.git to commit 5de463640d478622309d6949d21075c6810f1344 Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Obtaining statsd from git+https://github.com/thefab/pystatsd.git@075001fef55d1caefdd74a55c40db84d829e7edd#egg=statsd (from -r requirements3.txt (line 104)) Cloning https://github.com/thefab/pystatsd.git (to revision 075001fef55d1caefdd74a55c40db84d829e7edd) to ./tmp_src/statsd Running command git clone --filter=blob:none --quiet https://github.com/thefab/pystatsd.git /src/layers/layer2_python3/0500_extra_python_packages/tmp_src/statsd Running command git rev-parse -q --verify 'sha^075001fef55d1caefdd74a55c40db84d829e7edd' Running command git fetch -q https://github.com/thefab/pystatsd.git 075001fef55d1caefdd74a55c40db84d829e7edd Resolved https://github.com/thefab/pystatsd.git to commit 075001fef55d1caefdd74a55c40db84d829e7edd Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Obtaining telegraf_unixsocket_client from git+https://github.com/metwork-framework/telegraf-unixsocket-python-client@d41af1a6af7c796cd835c1a98c773989cdb0897e#egg=telegraf_unixsocket_client (from -r requirements3.txt (line 107)) Cloning https://github.com/metwork-framework/telegraf-unixsocket-python-client (to revision d41af1a6af7c796cd835c1a98c773989cdb0897e) to ./tmp_src/telegraf-unixsocket-client Running command git clone --filter=blob:none --quiet https://github.com/metwork-framework/telegraf-unixsocket-python-client /src/layers/layer2_python3/0500_extra_python_packages/tmp_src/telegraf-unixsocket-client Running command git rev-parse -q --verify 'sha^d41af1a6af7c796cd835c1a98c773989cdb0897e' Running command git fetch -q https://github.com/metwork-framework/telegraf-unixsocket-python-client d41af1a6af7c796cd835c1a98c773989cdb0897e Running command git checkout -q d41af1a6af7c796cd835c1a98c773989cdb0897e Resolved https://github.com/metwork-framework/telegraf-unixsocket-python-client to commit d41af1a6af7c796cd835c1a98c773989cdb0897e Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Obtaining xattrfile from git+https://github.com/metwork-framework/xattrfile.git@6df2a841127cc24775961164e9c07095e3f6007b#egg=xattrfile (from -r requirements3.txt (line 120)) Cloning https://github.com/metwork-framework/xattrfile.git (to revision 6df2a841127cc24775961164e9c07095e3f6007b) to ./tmp_src/xattrfile Running command git clone --filter=blob:none --quiet https://github.com/metwork-framework/xattrfile.git /src/layers/layer2_python3/0500_extra_python_packages/tmp_src/xattrfile Running command git rev-parse -q --verify 'sha^6df2a841127cc24775961164e9c07095e3f6007b' Running command git fetch -q https://github.com/metwork-framework/xattrfile.git 6df2a841127cc24775961164e9c07095e3f6007b Running command git checkout -q 6df2a841127cc24775961164e9c07095e3f6007b Resolved https://github.com/metwork-framework/xattrfile.git to commit 6df2a841127cc24775961164e9c07095e3f6007b Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting aiohappyeyeballs==2.4.0 (from -r requirements3.txt (line 2)) Downloading aiohappyeyeballs-2.4.0-py3-none-any.whl.metadata (5.9 kB) Collecting aiohttp==3.10.5 (from -r requirements3.txt (line 3)) Downloading aiohttp-3.10.5.tar.gz (7.5 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.5/7.5 MB 118.8 MB/s eta 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting aiosignal==1.3.1 (from -r requirements3.txt (line 5)) Downloading aiosignal-1.3.1.tar.gz (19 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting annotated-types==0.6.0 (from -r requirements3.txt (line 6)) Downloading annotated_types-0.6.0.tar.gz (14 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting argcomplete==3.1.1 (from -r requirements3.txt (line 7)) Downloading argcomplete-3.1.1.tar.gz (79 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting arrow==1.2.3 (from -r requirements3.txt (line 8)) Downloading arrow-1.2.3.tar.gz (127 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting asttokens==2.4.0 (from -r requirements3.txt (line 9)) Downloading asttokens-2.4.0.tar.gz (61 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting async-timeout==4.0.3 (from -r requirements3.txt (line 10)) Downloading async-timeout-4.0.3.tar.gz (8.3 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting attrs==23.2.0 (from -r requirements3.txt (line 11)) Downloading attrs-23.2.0.tar.gz (780 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 780.8/780.8 kB 44.8 MB/s eta 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting autopep8==2.0.4 (from -r requirements3.txt (line 12)) Downloading autopep8-2.0.4.tar.gz (116 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting Babel==2.13.0 (from -r requirements3.txt (line 13)) Downloading Babel-2.13.0.tar.gz (9.9 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.9/9.9 MB 139.8 MB/s eta 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting backcall==0.2.0 (from -r requirements3.txt (line 14)) Downloading backcall-0.2.0.tar.gz (18 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting bash==0.6 (from -r requirements3.txt (line 15)) Downloading bash-0.6.tar.gz (2.8 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting bcrypt==4.0.1 (from -r requirements3.txt (line 16)) Downloading bcrypt-4.0.1.tar.gz (25 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting beautifulsoup4==4.12.2 (from -r requirements3.txt (line 17)) Downloading beautifulsoup4-4.12.2.tar.gz (505 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting binaryornot==0.4.4 (from -r requirements3.txt (line 18)) Downloading binaryornot-0.4.4.tar.gz (371 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting bjoern==3.2.2 (from -r requirements3.txt (line 19)) Downloading bjoern-3.2.2.tar.gz (45 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting cachetools==5.3.1 (from -r requirements3.txt (line 20)) Downloading cachetools-5.3.1.tar.gz (27 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting Cerberus==1.3.5 (from -r requirements3.txt (line 21)) Downloading Cerberus-1.3.5.tar.gz (29 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting chardet==5.2.0 (from -r requirements3.txt (line 22)) Downloading chardet-5.2.0.tar.gz (2.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 111.1 MB/s eta 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting charset_normalizer==3.2.0 (from -r requirements3.txt (line 23)) Downloading charset-normalizer-3.2.0.tar.gz (97 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting Click==8.1.7 (from -r requirements3.txt (line 24)) Downloading click-8.1.7.tar.gz (336 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting colorama==0.4.6 (from -r requirements3.txt (line 25)) Downloading colorama-0.4.6.tar.gz (27 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting commonmark==0.9.1 (from -r requirements3.txt (line 26)) Downloading commonmark-0.9.1.tar.gz (95 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting cron-wrapper==0.1.2 (from -r requirements3.txt (line 29)) Downloading cron-wrapper-0.1.2.tar.gz (6.1 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting cryptography==43.0.1 (from -r requirements3.txt (line 30)) Downloading cryptography-43.0.1.tar.gz (686 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 686.9/686.9 kB 40.9 MB/s eta 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting decorator==5.1.1 (from -r requirements3.txt (line 31)) Downloading decorator-5.1.1.tar.gz (35 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting Deprecated==1.2.14 (from -r requirements3.txt (line 33)) Downloading Deprecated-1.2.14.tar.gz (3.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.0/3.0 MB 154.1 MB/s eta 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting dill==0.3.7 (from -r requirements3.txt (line 34)) Downloading dill-0.3.7.tar.gz (183 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting diskcache==5.6.3 (from -r requirements3.txt (line 36)) Downloading diskcache-5.6.3.tar.gz (67 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting entrypoints==0.4 (from -r requirements3.txt (line 37)) Downloading entrypoints-0.4.tar.gz (13 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting executing==2.0.1 (from -r requirements3.txt (line 39)) Downloading executing-2.0.1.tar.gz (836 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 836.5/836.5 kB 53.9 MB/s eta 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting frozenlist==1.5.0 (from -r requirements3.txt (line 40)) Downloading frozenlist-1.5.0.tar.gz (39 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting fsspec==2023.9.2 (from -r requirements3.txt (line 41)) Downloading fsspec-2023.9.2.tar.gz (161 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting geojson==3.1.0 (from -r requirements3.txt (line 42)) Downloading geojson-3.1.0.tar.gz (24 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting gitignore-parser==0.1.11 (from -r requirements3.txt (line 43)) Downloading gitignore_parser-0.1.11.tar.gz (5.3 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting hiredis==2.2.3 (from -r requirements3.txt (line 44)) Downloading hiredis-2.2.3.tar.gz (84 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting idna==3.7 (from -r requirements3.txt (line 45)) Downloading idna-3.7.tar.gz (189 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting inotify-simple==1.3.5 (from -r requirements3.txt (line 46)) Downloading inotify_simple-1.3.5.tar.gz (9.7 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting ipython==8.16.1 (from -r requirements3.txt (line 47)) Downloading ipython-8.16.1.tar.gz (5.5 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.5/5.5 MB 170.0 MB/s eta 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting jedi==0.19.1 (from -r requirements3.txt (line 48)) Downloading jedi-0.19.1.tar.gz (1.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 52.5 MB/s eta 0:00:00 Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting Jinja2==3.1.4 (from -r requirements3.txt (line 49)) Downloading jinja2-3.1.4.tar.gz (240 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting jinja2-from-json-extension==1.0.0 (from -r requirements3.txt (line 50)) Downloading jinja2_from_json_extension-1.0.0.tar.gz (2.6 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting jinja2-fnmatch-extension==1.0.2 (from -r requirements3.txt (line 51)) Downloading jinja2_fnmatch_extension-1.0.2.tar.gz (3.3 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting jinja2-getenv-extension==1.0.2 (from -r requirements3.txt (line 52)) Downloading jinja2_getenv_extension-1.0.2.tar.gz (3.5 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting jinja2-shell-extension==2.0.1 (from -r requirements3.txt (line 53)) Downloading jinja2_shell_extension-2.0.1.tar.gz (3.5 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting jinja2-time==0.2.0 (from -r requirements3.txt (line 54)) Downloading jinja2-time-0.2.0.tar.gz (5.7 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting joblib==1.3.2 (from -r requirements3.txt (line 55)) Downloading joblib-1.3.2.tar.gz (2.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.0/2.0 MB 107.1 MB/s eta 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting jsonschema==4.19.2 (from -r requirements3.txt (line 56)) Downloading jsonschema-4.19.2.tar.gz (318 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting jsonschema_specifications==2023.11.1 (from -r requirements3.txt (line 57)) Downloading jsonschema_specifications-2023.11.1.tar.gz (12 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting lazy-import==0.2.2 (from -r requirements3.txt (line 58)) Downloading lazy_import-0.2.2.tar.gz (15 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting Markdown==3.4.4 (from -r requirements3.txt (line 59)) Downloading Markdown-3.4.4.tar.gz (324 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting markdown-it-py==3.0.0 (from -r requirements3.txt (line 60)) Downloading markdown-it-py-3.0.0.tar.gz (74 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting MarkupSafe==2.1.3 (from -r requirements3.txt (line 61)) Downloading MarkupSafe-2.1.3.tar.gz (19 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting matplotlib-inline==0.1.6 (from -r requirements3.txt (line 62)) Downloading matplotlib-inline-0.1.6.tar.gz (7.8 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting mdurl==0.1.2 (from -r requirements3.txt (line 63)) Downloading mdurl-0.1.2.tar.gz (8.7 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting mflog==0.1.0 (from -r requirements3.txt (line 64)) Downloading mflog-0.1.0.tar.gz (21 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting mfutil==0.2.0 (from -r requirements3.txt (line 66)) Downloading mfutil-0.2.0.tar.gz (17 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting mockredispy==2.9.3 (from -r requirements3.txt (line 67)) Downloading mockredispy-2.9.3.tar.gz (17 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting multidict==6.0.4 (from -r requirements3.txt (line 68)) Downloading multidict-6.0.4.tar.gz (51 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting mypy-extensions==1.0.0 (from -r requirements3.txt (line 69)) Downloading mypy_extensions-1.0.0.tar.gz (4.4 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting netifaces==0.11.0 (from -r requirements3.txt (line 70)) Downloading netifaces-0.11.0.tar.gz (30 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting opinionated-configparser==1.0.1 (from -r requirements3.txt (line 71)) Downloading opinionated_configparser-1.0.1.tar.gz (6.4 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting paramiko==3.4.1 (from -r requirements3.txt (line 72)) Downloading paramiko-3.4.1.tar.gz (1.7 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.7/1.7 MB 112.7 MB/s eta 0:00:00 Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting parso==0.8.3 (from -r requirements3.txt (line 73)) Downloading parso-0.8.3.tar.gz (400 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting pexpect==4.8.0 (from -r requirements3.txt (line 74)) Downloading pexpect-4.8.0.tar.gz (157 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting pickleshare==0.7.5 (from -r requirements3.txt (line 75)) Downloading pickleshare-0.7.5.tar.gz (6.2 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting pika==1.3.2 (from -r requirements3.txt (line 76)) Downloading pika-1.3.2.tar.gz (145 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting poyo==0.5.0 (from -r requirements3.txt (line 77)) Downloading poyo-0.5.0.tar.gz (15 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting prompt-toolkit==3.0.36 (from -r requirements3.txt (line 78)) Downloading prompt_toolkit-3.0.36.tar.gz (423 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting psutil==5.9.8 (from -r requirements3.txt (line 79)) Downloading psutil-5.9.8.tar.gz (503 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting ptyprocess==0.7.0 (from -r requirements3.txt (line 80)) Downloading ptyprocess-0.7.0.tar.gz (70 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pure-eval==0.2.2 (from -r requirements3.txt (line 81)) Downloading pure_eval-0.2.2.tar.gz (19 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pyasn1==0.4.8 (from -r requirements3.txt (line 82)) Downloading pyasn1-0.4.8.tar.gz (146 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting pyasn1-modules==0.2.8 (from -r requirements3.txt (line 83)) Downloading pyasn1-modules-0.2.8.tar.gz (242 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting pyasyncore==1.0.4 (from -r requirements3.txt (line 84)) Downloading pyasyncore-1.0.4.tar.gz (15 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting pycodestyle==2.11.0 (from -r requirements3.txt (line 85)) Downloading pycodestyle-2.11.0.tar.gz (38 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting pydantic==2.8.2 (from -r requirements3.txt (line 86)) Downloading pydantic-2.8.2.tar.gz (739 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 739.8/739.8 kB 47.9 MB/s eta 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pydantic-core==2.20.1 (from -r requirements3.txt (line 87)) Downloading pydantic_core-2.20.1.tar.gz (388 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting Pygments==2.16.1 (from -r requirements3.txt (line 88)) Downloading Pygments-2.16.1.tar.gz (4.9 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.9/4.9 MB 139.3 MB/s eta 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pyinotify==0.9.6 (from -r requirements3.txt (line 89)) Downloading pyinotify-0.9.6.tar.gz (60 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting PyNaCl==1.5.0 (from -r requirements3.txt (line 90)) Downloading PyNaCl-1.5.0.tar.gz (3.4 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.4/3.4 MB 106.2 MB/s eta 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting python-dateutil==2.8.2 (from -r requirements3.txt (line 91)) Downloading python-dateutil-2.8.2.tar.gz (357 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting python-ldap==3.4.3 (from -r requirements3.txt (line 92)) Downloading python-ldap-3.4.3.tar.gz (377 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pytz==2023.3.post1 (from -r requirements3.txt (line 93)) Downloading pytz-2023.3.post1.tar.gz (316 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting PyYAML==6.0.2 (from -r requirements3.txt (line 94)) Downloading pyyaml-6.0.2.tar.gz (130 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting redis==5.0.6 (from -r requirements3.txt (line 95)) Downloading redis-5.0.6.tar.gz (4.6 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.6/4.6 MB 97.3 MB/s eta 0:00:00 Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting referencing==0.31.0 (from -r requirements3.txt (line 96)) Downloading referencing-0.31.0.tar.gz (53 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting regex==2023.8.8 (from -r requirements3.txt (line 97)) Downloading regex-2023.8.8.tar.gz (392 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting requests==2.32.3 (from -r requirements3.txt (line 98)) Downloading requests-2.32.3.tar.gz (131 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting requests-unixsocket2==0.4.0 (from -r requirements3.txt (line 99)) Downloading requests_unixsocket2-0.4.0-py3-none-any.whl.metadata (3.9 kB) Collecting rich==13.5.2 (from -r requirements3.txt (line 100)) Downloading rich-13.5.2-py3-none-any.whl.metadata (18 kB) Collecting rpds-py==0.12.0 (from -r requirements3.txt (line 101)) Downloading rpds_py-0.12.0.tar.gz (16 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting simpleeval==0.9.13 (from -r requirements3.txt (line 102)) Downloading simpleeval-0.9.13.tar.gz (24 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting soupsieve==2.5 (from -r requirements3.txt (line 103)) Downloading soupsieve-2.5.tar.gz (100 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting stack-data==0.6.3 (from -r requirements3.txt (line 105)) Downloading stack_data-0.6.3.tar.gz (44 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting structlog==23.1.0 (from -r requirements3.txt (line 106)) Downloading structlog-23.1.0.tar.gz (746 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 746.3/746.3 kB 42.1 MB/s eta 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting termcolor==2.3.0 (from -r requirements3.txt (line 108)) Downloading termcolor-2.3.0.tar.gz (12 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting terminaltables==3.1.10 (from -r requirements3.txt (line 109)) Downloading terminaltables-3.1.10-py2.py3-none-any.whl.metadata (3.5 kB) Collecting threadpoolctl==3.2.0 (from -r requirements3.txt (line 110)) Downloading threadpoolctl-3.2.0.tar.gz (36 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting tornado==6.4.1 (from -r requirements3.txt (line 111)) Downloading tornado-6.4.1.tar.gz (500 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting tqdm==4.66.4 (from -r requirements3.txt (line 112)) Downloading tqdm-4.66.4.tar.gz (169 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting traitlets==5.9.0 (from -r requirements3.txt (line 113)) Downloading traitlets-5.9.0.tar.gz (150 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting Unidecode==1.3.6 (from -r requirements3.txt (line 114)) Downloading Unidecode-1.3.6.tar.gz (192 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting urllib3==2.2.2 (from -r requirements3.txt (line 115)) Downloading urllib3-2.2.2.tar.gz (292 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting wcwidth==0.2.8 (from -r requirements3.txt (line 116)) Downloading wcwidth-0.2.8.tar.gz (61 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting Werkzeug==3.0.6 (from -r requirements3.txt (line 117)) Downloading werkzeug-3.0.6.tar.gz (805 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 805.2/805.2 kB 47.2 MB/s eta 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting whichcraft==0.6.1 (from -r requirements3.txt (line 118)) Downloading whichcraft-0.6.1.tar.gz (6.9 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting wrapt==1.16.0 (from -r requirements3.txt (line 119)) Downloading wrapt-1.16.0.tar.gz (53 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting xmltodict==0.13.0 (from -r requirements3.txt (line 121)) Downloading xmltodict-0.13.0.tar.gz (33 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting yarl==1.9.11 (from -r requirements3.txt (line 122)) Downloading yarl-1.9.11.tar.gz (156 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting yq==3.2.2 (from -r requirements3.txt (line 123)) Downloading yq-3.2.2.tar.gz (30 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting six>=1.12.0 (from asttokens==2.4.0->-r requirements3.txt (line 9)) Downloading six-1.16.0.tar.gz (34 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting filelock (from cron-wrapper==0.1.2->-r requirements3.txt (line 29)) Downloading filelock-3.12.3.tar.gz (13 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting cffi>=1.12 (from cryptography==43.0.1->-r requirements3.txt (line 30)) Using cached cffi-1.17.1-cp312-cp312-linux_x86_64.whl Collecting typing-extensions>=4.6.1 (from pydantic==2.8.2->-r requirements3.txt (line 86)) Using cached typing_extensions-4.12.2-py3-none-any.whl Collecting certifi>=2017.4.17 (from requests==2.32.3->-r requirements3.txt (line 98)) Downloading certifi-2024.7.4.tar.gz (164 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting tomlkit>=0.11.6 (from yq==3.2.2->-r requirements3.txt (line 123)) Using cached tomlkit-0.12.1-py3-none-any.whl.metadata (2.7 kB) Collecting ConfigUpdater (from mfplugin->-r requirements3.txt (line 65)) Using cached ConfigUpdater-3.1.1-py2.py3-none-any.whl Collecting pycparser (from cffi>=1.12->cryptography==43.0.1->-r requirements3.txt (line 30)) Using cached pycparser-2.21-py2.py3-none-any.whl Downloading aiohappyeyeballs-2.4.0-py3-none-any.whl (12 kB) Downloading requests_unixsocket2-0.4.0-py3-none-any.whl (7.9 kB) Downloading rich-13.5.2-py3-none-any.whl (239 kB) Downloading terminaltables-3.1.10-py2.py3-none-any.whl (15 kB) Using cached tomlkit-0.12.1-py3-none-any.whl (37 kB) Saved ./src/aiohappyeyeballs-2.4.0-py3-none-any.whl Saved ./src/requests_unixsocket2-0.4.0-py3-none-any.whl Saved ./src/rich-13.5.2-py3-none-any.whl Saved ./src/terminaltables-3.1.10-py2.py3-none-any.whl Saved ./src/cffi-1.17.1-cp312-cp312-linux_x86_64.whl Saved ./src/tomlkit-0.12.1-py3-none-any.whl Saved ./src/typing_extensions-4.12.2-py3-none-any.whl Saved ./src/ConfigUpdater-3.1.1-py2.py3-none-any.whl Saved ./src/pycparser-2.21-py2.py3-none-any.whl Building wheels for collected packages: aiohttp, aiosignal, annotated-types, argcomplete, arrow, asttokens, async-timeout, attrs, autopep8, Babel, backcall, bash, bcrypt, beautifulsoup4, binaryornot, bjoern, cachetools, Cerberus, chardet, charset_normalizer, Click, colorama, commonmark, cron-wrapper, cryptography, decorator, Deprecated, dill, diskcache, entrypoints, executing, frozenlist, fsspec, geojson, gitignore-parser, hiredis, idna, inotify-simple, ipython, jedi, Jinja2, jinja2-from-json-extension, jinja2-fnmatch-extension, jinja2-getenv-extension, jinja2-shell-extension, jinja2-time, joblib, jsonschema, jsonschema_specifications, lazy-import, Markdown, markdown-it-py, MarkupSafe, matplotlib-inline, mdurl, mflog, mfutil, mockredispy, multidict, mypy-extensions, netifaces, opinionated-configparser, paramiko, parso, pexpect, pickleshare, pika, poyo, prompt-toolkit, psutil, ptyprocess, pure-eval, pyasn1, pyasn1-modules, pyasyncore, pycodestyle, pydantic, pydantic-core, Pygments, pyinotify, PyNaCl, python-dateutil, python-ldap, pytz, PyYAML, redis, referencing, regex, requests, rpds-py, simpleeval, soupsieve, stack-data, structlog, termcolor, threadpoolctl, tornado, tqdm, traitlets, Unidecode, urllib3, wcwidth, Werkzeug, whichcraft, wrapt, xmltodict, yarl, yq, acquisition, aiohttp_metwork_middlewares, cookiecutter, cookiecutter_hooks, deploycron, directory_observer, envtpl, mfplugin, statsd, telegraf_unixsocket_client, xattrfile, certifi, six, filelock Building wheel for aiohttp (pyproject.toml): started Building wheel for aiohttp (pyproject.toml): finished with status 'done' Created wheel for aiohttp: filename=aiohttp-3.10.5-cp312-cp312-linux_x86_64.whl size=1291216 sha256=fa5a841c006c8cc1bfc6486fdff307cd78310a75886de9267ceda6a461d06d45 Stored in directory: /root/.cache/pip/wheels/76/c3/e5/e0f571afa71bb97104330c8adf3800dad0ad9863423d35894b Building wheel for aiosignal (pyproject.toml): started Building wheel for aiosignal (pyproject.toml): finished with status 'done' Created wheel for aiosignal: filename=aiosignal-1.3.1-py3-none-any.whl size=7613 sha256=5c9576d43e0e5c34762065cd4114bc3acd713c3d64e7acf44c6cc592bd14fd32 Stored in directory: /root/.cache/pip/wheels/52/b6/98/9db9ecd54a156a085ca03dd0613859a4d9befcd50539d779dc Building wheel for annotated-types (pyproject.toml): started Building wheel for annotated-types (pyproject.toml): finished with status 'done' Created wheel for annotated-types: filename=annotated_types-0.6.0-py3-none-any.whl size=12360 sha256=0641064de18ba7a25dee8f96403ebc39113d0cb953a01429249d5c7564666a43 Stored in directory: /root/.cache/pip/wheels/b3/dd/ce/51febabd265e8efb16489bd05b2361cc907a07fdc7e13d72e9 Building wheel for argcomplete (pyproject.toml): started Building wheel for argcomplete (pyproject.toml): finished with status 'done' Created wheel for argcomplete: filename=argcomplete-3.1.1-py3-none-any.whl size=41485 sha256=3d32507c38c9a2c1b3c0f5eb3ae4cfb19dbb3dffc264c95a9bc55dc1667b52f3 Stored in directory: /root/.cache/pip/wheels/9b/e1/d4/f3e06d6ec0fc5f41055a8a399340360ed3682bae166bc5aeda Building wheel for arrow (setup.py): started Building wheel for arrow (setup.py): finished with status 'done' Created wheel for arrow: filename=arrow-1.2.3-py3-none-any.whl size=66381 sha256=1a2d246349d427147f1a50217c9f16ecfa6bbf6fd670dfb9947ed69236d60d5a Stored in directory: /root/.cache/pip/wheels/4c/89/77/d737e7c60dad5c6cb521f7b93d54a197f3b837981e748c9f8e Building wheel for asttokens (pyproject.toml): started Building wheel for asttokens (pyproject.toml): finished with status 'done' Created wheel for asttokens: filename=asttokens-2.4.0-py2.py3-none-any.whl size=27670 sha256=4393e743a5a4ea17f6b0d6fe633979a6d8972ae3f10960fa9f4c2ec5d7b9ff25 Stored in directory: /root/.cache/pip/wheels/30/2a/a9/d88219921830efee5b354eb2849c6db50e26a760e0eb9990ad Building wheel for async-timeout (pyproject.toml): started Building wheel for async-timeout (pyproject.toml): finished with status 'done' Created wheel for async-timeout: filename=async_timeout-4.0.3-py3-none-any.whl size=5719 sha256=e5f0d0114c3d50ce9a05bbce8531f7b1529ff0418c6e943fe95828b280bc9dbd Stored in directory: /root/.cache/pip/wheels/e1/b3/58/6a31eb99d5e01d91c212be5feee6f34253faef3f96d2c35855 Building wheel for attrs (pyproject.toml): started Building wheel for attrs (pyproject.toml): finished with status 'done' Created wheel for attrs: filename=attrs-23.2.0-py3-none-any.whl size=60760 sha256=3fcb6d3cc7c093ace2f4658ed64dd3fc415d9db4d45d96b1191a6cf8a5564c7a Stored in directory: /root/.cache/pip/wheels/13/97/a1/1422ad52d139f365c86c5d8d4066051e93ebd4f404996ff881 Building wheel for autopep8 (setup.py): started Building wheel for autopep8 (setup.py): finished with status 'done' Created wheel for autopep8: filename=autopep8-2.0.4-py2.py3-none-any.whl size=45339 sha256=8405d4a001b20a6f1eea29d3b94400684a5b3af250039b7393aca758aacd8223 Stored in directory: /root/.cache/pip/wheels/c0/b5/30/f70f4ee034b817fceec78ed1a9996c719d3785499dda90150c Building wheel for Babel (pyproject.toml): started Building wheel for Babel (pyproject.toml): finished with status 'done' Created wheel for Babel: filename=Babel-2.13.0-py3-none-any.whl size=10073414 sha256=e62831f3a000b05d7ab500d4bcbade37d6039615e49fbe704f28eb315ab4e73d Stored in directory: /root/.cache/pip/wheels/07/57/0d/53eb7f8c5df9c9f785991d1ab141ed19e44a150054f4fc9e30 Building wheel for backcall (pyproject.toml): started Building wheel for backcall (pyproject.toml): finished with status 'done' Created wheel for backcall: filename=backcall-0.2.0-py2.py3-none-any.whl size=11143 sha256=8a627d66e6cfe38b584c980b504e871af7a2c362dcb74257cfc70d396b7777db Stored in directory: /root/.cache/pip/wheels/7d/54/e0/f3419c5dca17d743319d62ff471c0fad47a06e85d533816d1d Building wheel for bash (setup.py): started Building wheel for bash (setup.py): finished with status 'done' Created wheel for bash: filename=bash-0.6-py3-none-any.whl size=2982 sha256=cabb23d934b07908d375b4621af0679d56230af46d85c75839213abd8e495b92 Stored in directory: /root/.cache/pip/wheels/e5/1e/ca/b2913c8f410010df399763e0fea1ba492f47d4d597aa484458 Building wheel for bcrypt (pyproject.toml): started Building wheel for bcrypt (pyproject.toml): finished with status 'done' Created wheel for bcrypt: filename=bcrypt-4.0.1-cp312-cp312-linux_x86_64.whl size=1276966 sha256=ec3f7dd0f865164f50cce86468c6584c2b797b9da76022397cb995eb254b7c26 Stored in directory: /root/.cache/pip/wheels/80/53/90/0db3b974823c1eb9ea0612fda6da5a9bc9b7823f9751127172 Building wheel for beautifulsoup4 (pyproject.toml): started Building wheel for beautifulsoup4 (pyproject.toml): finished with status 'done' Created wheel for beautifulsoup4: filename=beautifulsoup4-4.12.2-py3-none-any.whl size=142980 sha256=2bc543de7fe6453ceb21f7fdaf5e6cd435ebc61cf2e8ef53259da030a732fb8d Stored in directory: /root/.cache/pip/wheels/d1/ae/2d/0e3002331496b3b878ebd4c7d6033ba4e5add596fea637ec01 Building wheel for binaryornot (setup.py): started Building wheel for binaryornot (setup.py): finished with status 'done' Created wheel for binaryornot: filename=binaryornot-0.4.4-py2.py3-none-any.whl size=7493 sha256=30c0cfc5d4666283c8e84015c26a6f6064e3caeaebda203fb1db636b9b8cde10 Stored in directory: /root/.cache/pip/wheels/d3/f1/a9/0c15a828f3278d74d70e09e9aa1448647c32c7242c1a930598 Building wheel for bjoern (setup.py): started Building wheel for bjoern (setup.py): finished with status 'done' Created wheel for bjoern: filename=bjoern-3.2.2-cp312-cp312-linux_x86_64.whl size=114838 sha256=bbcdd34c236a03382c224d5997806c68ab7f10d079d2ddc365c2873019e12f80 Stored in directory: /root/.cache/pip/wheels/16/71/1b/7771cf211888fa8fbdf562a64f8eede383bacc0e57b7969cff Building wheel for cachetools (pyproject.toml): started Building wheel for cachetools (pyproject.toml): finished with status 'done' Created wheel for cachetools: filename=cachetools-5.3.1-py3-none-any.whl size=9288 sha256=d457bf7a1351db5987c9bd0580bd4b7521a7954a18d1de52b237fc58fb08ddff Stored in directory: /root/.cache/pip/wheels/04/6a/09/8ac75d8a1dbfac6cf84c83483e90c61e69632950991c0d9c54 Building wheel for Cerberus (pyproject.toml): started Building wheel for Cerberus (pyproject.toml): finished with status 'done' Created wheel for Cerberus: filename=Cerberus-1.3.5-py3-none-any.whl size=30778 sha256=a6bc935f814651e94475d61a47132e1f0c417105bee9279debfc69542acc6b8e Stored in directory: /root/.cache/pip/wheels/27/9a/7f/9d65556f8b7a355aed415ae4a0752bdf83eedbaaa9fb98b50d Building wheel for chardet (pyproject.toml): started Building wheel for chardet (pyproject.toml): finished with status 'done' Created wheel for chardet: filename=chardet-5.2.0-py3-none-any.whl size=199384 sha256=1c0dc6f1bab5e8347b01150b568a158506d4850e6b85423dbaf0b6e3a06c9477 Stored in directory: /root/.cache/pip/wheels/0c/f1/b6/742a749bb8f5f84225f7a761ead7dff684b6421cc3d9f12954 Building wheel for charset_normalizer (setup.py): started Building wheel for charset_normalizer (setup.py): finished with status 'done' Created wheel for charset_normalizer: filename=charset_normalizer-3.2.0-py3-none-any.whl size=46666 sha256=eabafb243c1613e3273358e67d16ec2846832ff764ff7e1428938602bbb581d8 Stored in directory: /root/.cache/pip/wheels/e8/2c/41/2479e88a743418e0664a23e028a65525ff8b5d70a08cd7ca51 Building wheel for Click (setup.py): started Building wheel for Click (setup.py): finished with status 'done' Created wheel for Click: filename=click-8.1.7-py3-none-any.whl size=97939 sha256=bba358b54bd38dc835db826e24407886c45d2c21a705ab45d6529ad360eea3eb Stored in directory: /root/.cache/pip/wheels/d9/3c/47/cf8c69f963f2fbc79ac3a3c63417206a220ce595c271359e61 Building wheel for colorama (pyproject.toml): started Building wheel for colorama (pyproject.toml): finished with status 'done' Created wheel for colorama: filename=colorama-0.4.6-py2.py3-none-any.whl size=25348 sha256=0b364a2f0e3ad8e5a488420fed12fdb6bdeb36703873aa611e2db52255838a3c Stored in directory: /root/.cache/pip/wheels/d5/c8/86/227ba5c9e6f5a03c4b78bcb40ba723ab0541fb1249eec6277f Building wheel for commonmark (setup.py): started Building wheel for commonmark (setup.py): finished with status 'done' Created wheel for commonmark: filename=commonmark-0.9.1-py2.py3-none-any.whl size=51070 sha256=f5ece1e3eddb632acd0d0f605229ab740da202f763c6a54d785d59ef09408d4d Stored in directory: /root/.cache/pip/wheels/4f/12/6d/428f185122ecf670125f670f7c8c7d36f63fdbddb889207741 Building wheel for cron-wrapper (setup.py): started Building wheel for cron-wrapper (setup.py): finished with status 'done' Created wheel for cron-wrapper: filename=cron_wrapper-0.1.2-py3-none-any.whl size=5278 sha256=cc690cda89c85e5e118345f6dc32296ede3fe23b54634e9bc75e671034e39446 Stored in directory: /root/.cache/pip/wheels/68/63/80/7a4375b1cf9c90784f2c80be6bd77e8828b4c001384ccd562a Building wheel for cryptography (pyproject.toml): started Building wheel for cryptography (pyproject.toml): finished with status 'done' Created wheel for cryptography: filename=cryptography-43.0.1-cp37-abi3-linux_x86_64.whl size=1545659 sha256=ffd939777c0e1f88fedbb0bff716837abfd255fead83e7aa5af274c1e584e921 Stored in directory: /root/.cache/pip/wheels/b7/4d/48/d7a49f5fc8cc148b1ca925f291043b85712467c4cf11cb7a22 Building wheel for decorator (setup.py): started Building wheel for decorator (setup.py): finished with status 'done' Created wheel for decorator: filename=decorator-5.1.1-py3-none-any.whl size=9089 sha256=ad5cf2bb34102ced7a0f7dd8c2cad2872ca111fd9983f9b0065d94ea12df9a0d Stored in directory: /root/.cache/pip/wheels/d3/f1/1c/73783440c5b51ad6867cf45bc109e50a5c451ec50c513d6046 Building wheel for Deprecated (pyproject.toml): started Building wheel for Deprecated (pyproject.toml): finished with status 'done' Created wheel for Deprecated: filename=Deprecated-1.2.14-py2.py3-none-any.whl size=9559 sha256=5db8a8fec9df0c8b8da3e0aed22f2c75ba6399922538e33d6ca6e87cd8abbcf9 Stored in directory: /root/.cache/pip/wheels/fd/01/e9/ed621a092a02c63af118ecea9d7e064bfa7883ef230ab7c14a Building wheel for dill (pyproject.toml): started Building wheel for dill (pyproject.toml): finished with status 'done' Created wheel for dill: filename=dill-0.3.7-py3-none-any.whl size=115252 sha256=b3dcc5b1748681395a0a1ea774c1ec3448f3333f8fa7888264f5aaa94c7304b9 Stored in directory: /root/.cache/pip/wheels/77/63/c0/6e427bd0e618af370f5aff6ebca50527627ec6b2229c39cd37 Building wheel for diskcache (setup.py): started Building wheel for diskcache (setup.py): finished with status 'done' Created wheel for diskcache: filename=diskcache-5.6.3-py3-none-any.whl size=45550 sha256=d949f70c72c941ebef6fb02962b135ee46557763e5c4eafee67c43bce5a1d1e2 Stored in directory: /root/.cache/pip/wheels/d5/a4/cc/268ab78a71eb7bbc17212285593f94ea2b724e74f5d365109c Building wheel for entrypoints (pyproject.toml): started Building wheel for entrypoints (pyproject.toml): finished with status 'done' Created wheel for entrypoints: filename=entrypoints-0.4-py3-none-any.whl size=5294 sha256=32348c15346f5b244727556bcfc17d098dafdb215c40ce681f956da027029a1d Stored in directory: /root/.cache/pip/wheels/88/32/a8/5c83b283b73174a8912082936be24e3c739d6b83fcf5ced68c Building wheel for executing (pyproject.toml): started Building wheel for executing (pyproject.toml): finished with status 'done' Created wheel for executing: filename=executing-2.0.1-py2.py3-none-any.whl size=24924 sha256=4528bc8cbc4150fe6dd15d7f2e380f6c1469927d35a9d537da98d378741022a1 Stored in directory: /root/.cache/pip/wheels/80/7b/59/43ee4b621afe98c0fc0a3f255f67985f09e678bb4e6b5cbd44 Building wheel for frozenlist (pyproject.toml): started Building wheel for frozenlist (pyproject.toml): finished with status 'done' Created wheel for frozenlist: filename=frozenlist-1.5.0-cp312-cp312-linux_x86_64.whl size=261470 sha256=93123b32f82ab3af1a1ccd05801296737950a3cf1e40e095a269f025bd63243f Stored in directory: /root/.cache/pip/wheels/80/ec/87/d9667bf0ec14efb7bf3c69e2899f7b8f63150a4f1e8ed76c14 Building wheel for fsspec (pyproject.toml): started Building wheel for fsspec (pyproject.toml): finished with status 'done' Created wheel for fsspec: filename=fsspec-2023.9.2-py3-none-any.whl size=164963 sha256=458406fb777851287211b1b2b58421b23b0161ee7087cc4869ac85d81dc9663b Stored in directory: /root/.cache/pip/wheels/0d/5f/0b/53b2715fd800551fe11af3d31bf91a0d63eb5f073c7eea1ba0 Building wheel for geojson (setup.py): started Building wheel for geojson (setup.py): finished with status 'done' Created wheel for geojson: filename=geojson-3.1.0-py3-none-any.whl size=15045 sha256=1b29cc7628c79f35658b1a6e21dced40d6739ee25035056d93b432675b83ea77 Stored in directory: /root/.cache/pip/wheels/69/50/4c/2a0ba236c7fa93607da191d817673e30b9f2d5064b159ca44e Building wheel for gitignore-parser (pyproject.toml): started Building wheel for gitignore-parser (pyproject.toml): finished with status 'done' Created wheel for gitignore-parser: filename=gitignore_parser-0.1.11-py3-none-any.whl size=4921 sha256=afaa420d80f2ea624327ec08b3255eb36c33ea595961ad2ff9fc19c0cd3c085a Stored in directory: /root/.cache/pip/wheels/84/65/49/555096c0ba08c9f6383d1450e88626d07059b1995920ff00e5 Building wheel for hiredis (setup.py): started Building wheel for hiredis (setup.py): finished with status 'done' Created wheel for hiredis: filename=hiredis-2.2.3-cp312-cp312-linux_x86_64.whl size=177282 sha256=6013735c925cbbf7699eba7105414148b09ec261e19b9bcc01dbb99f2f58d665 Stored in directory: /root/.cache/pip/wheels/36/ad/9f/64091a4c64c0537983a04ad1e6e726eadc7681e8788e5520c9 Building wheel for idna (pyproject.toml): started Building wheel for idna (pyproject.toml): finished with status 'done' Created wheel for idna: filename=idna-3.7-py3-none-any.whl size=66836 sha256=f1899a303d2ddadbfb9ec6fcd6682b77ed087e1ccf2c0a7face410ad0c4b9baa Stored in directory: /root/.cache/pip/wheels/bf/52/96/3e941a689700f28b32e6a5022052afb477369c535a7c34485f Building wheel for inotify-simple (setup.py): started Building wheel for inotify-simple (setup.py): finished with status 'done' Created wheel for inotify-simple: filename=inotify_simple-1.3.5-py3-none-any.whl size=7684 sha256=54ba5c17e86cd0c5308f3a7af72d63526492024ffe4cd733975754929fcc6cfb Stored in directory: /root/.cache/pip/wheels/89/e9/48/e4607c1046febffffe68a7751ac54cfaded951ba92808af87a Building wheel for ipython (pyproject.toml): started Building wheel for ipython (pyproject.toml): finished with status 'done' Created wheel for ipython: filename=ipython-8.16.1-py3-none-any.whl size=806964 sha256=5e70455528c1c2968cb0a8b6dd93dc9c110143fbe5c5234ebdba088ccbd8a257 Stored in directory: /root/.cache/pip/wheels/e2/1e/0b/cea2d4a6cbcfa98d82a322cfe7ddccd2344a547a49ee5b4b07 Building wheel for jedi (setup.py): started Building wheel for jedi (setup.py): finished with status 'done' Created wheel for jedi: filename=jedi-0.19.1-py2.py3-none-any.whl size=1569381 sha256=a68dd26f7c312668822ea4640175336eb670888aabf045c5f9b4575bd7dcaf85 Stored in directory: /root/.cache/pip/wheels/b7/03/f4/1c32269c6d0b4db278404c15dce732d9cccc7b0b41a964acd8 Building wheel for Jinja2 (pyproject.toml): started Building wheel for Jinja2 (pyproject.toml): finished with status 'done' Created wheel for Jinja2: filename=jinja2-3.1.4-py3-none-any.whl size=133271 sha256=2cc61acdcd68c66df952089a1f22f3a5047ecf02a4598de6d82ec2991f701077 Stored in directory: /root/.cache/pip/wheels/7f/67/67/b63139f529294cf991d5ae0fcb029d540c4107042912afd508 Building wheel for jinja2-from-json-extension (setup.py): started Building wheel for jinja2-from-json-extension (setup.py): finished with status 'done' Created wheel for jinja2-from-json-extension: filename=jinja2_from_json_extension-1.0.0-py3-none-any.whl size=2658 sha256=3259f28a457521066267b3aad346d9d12a7eca3a7e122064ea5e1ead97a32437 Stored in directory: /root/.cache/pip/wheels/8e/60/d1/88f10272ecedb88b04729a1e6f2d504739a33a8d57f4ba7d4a Building wheel for jinja2-fnmatch-extension (setup.py): started Building wheel for jinja2-fnmatch-extension (setup.py): finished with status 'done' Created wheel for jinja2-fnmatch-extension: filename=jinja2_fnmatch_extension-1.0.2-py3-none-any.whl size=3535 sha256=e97290fb61df3a0f56b4d93da934b99727debf205f01699e6a64939d38edbdec Stored in directory: /root/.cache/pip/wheels/71/31/5c/da659245dae6ff77a565e93a5bcf0fea46d60382812367bf49 Building wheel for jinja2-getenv-extension (setup.py): started Building wheel for jinja2-getenv-extension (setup.py): finished with status 'done' Created wheel for jinja2-getenv-extension: filename=jinja2_getenv_extension-1.0.2-py3-none-any.whl size=3702 sha256=12141c8f4d62225ad5ede50ad3ab0d202ad88a7b4a1bbbced642f5c74b6019d9 Stored in directory: /root/.cache/pip/wheels/11/1a/45/ed1a434922cc399579c7cbca87fad62189c297670c0582c274 Building wheel for jinja2-shell-extension (setup.py): started Building wheel for jinja2-shell-extension (setup.py): finished with status 'done' Created wheel for jinja2-shell-extension: filename=jinja2_shell_extension-2.0.1-py3-none-any.whl size=3710 sha256=80a423eb6c191000af76ad4bb444ecd7eddbe46eb2a0d39f069ef759db162fed Stored in directory: /root/.cache/pip/wheels/8d/50/5e/3aa9a06b728f520d359773dc0746a4a74e158705b1ad573eb8 Building wheel for jinja2-time (setup.py): started Building wheel for jinja2-time (setup.py): finished with status 'done' Created wheel for jinja2-time: filename=jinja2_time-0.2.0-py2.py3-none-any.whl size=4737 sha256=bef1b6f126fb9f9fb4f182eccf72828ad14cbd793b0cb6765b0cfb4a0a4d559a Stored in directory: /root/.cache/pip/wheels/66/b8/d3/d021f99b67f79bf32f7c5951a7a633684087a72724c24c8de1 Building wheel for joblib (pyproject.toml): started Building wheel for joblib (pyproject.toml): finished with status 'done' Created wheel for joblib: filename=joblib-1.3.2-py3-none-any.whl size=302204 sha256=3dc5998feaf254919a5ff266f642b189bd5a8fd11d072473703e268e9d1c42d5 Stored in directory: /root/.cache/pip/wheels/4b/2d/b4/3b481bde9d87480bc8516a8fa9f7cc516bd311491c7f92d661 Building wheel for jsonschema (pyproject.toml): started Building wheel for jsonschema (pyproject.toml): finished with status 'done' Created wheel for jsonschema: filename=jsonschema-4.19.2-py3-none-any.whl size=83639 sha256=eee9e502c788e89cb166d4d37f43084e3b64ab405c795c03d343a4dbc2c810fc Stored in directory: /root/.cache/pip/wheels/a9/9f/38/8023032873101aa9a6d2f2c9c1a79134cde4745e06a08bbcff Building wheel for jsonschema_specifications (pyproject.toml): started Building wheel for jsonschema_specifications (pyproject.toml): finished with status 'done' Created wheel for jsonschema_specifications: filename=jsonschema_specifications-2023.11.1-py3-none-any.whl size=17840 sha256=f596778ab612b3fd29f72ea0d990393d0540a5aab18bf0407a46632eab540779 Stored in directory: /root/.cache/pip/wheels/00/a1/77/459a3c1b36ede09b6855967459578094b63895ef99eacd7d33 Building wheel for lazy-import (setup.py): started Building wheel for lazy-import (setup.py): finished with status 'done' Created wheel for lazy-import: filename=lazy_import-0.2.2-py2.py3-none-any.whl size=16493 sha256=c7a0341b3b20f25c26fdb357a9e82e6681c3457d7395869adef47aaeae007da1 Stored in directory: /root/.cache/pip/wheels/53/39/fd/6e74643ad16a5b74e6dff64a2ea3db4c7cb725a8992c55c52d Building wheel for Markdown (pyproject.toml): started Building wheel for Markdown (pyproject.toml): finished with status 'done' Created wheel for Markdown: filename=Markdown-3.4.4-py3-none-any.whl size=94167 sha256=bdffba1990cc2495a0d8f481fbaf1d567a942defe49bbdce632b6d1d647e4b75 Stored in directory: /root/.cache/pip/wheels/a3/44/60/81382cb300f56a9fefd70790ca00df4dfb144b6e3c0dd46b2b Building wheel for markdown-it-py (pyproject.toml): started Building wheel for markdown-it-py (pyproject.toml): finished with status 'done' Created wheel for markdown-it-py: filename=markdown_it_py-3.0.0-py3-none-any.whl size=87526 sha256=6d00561ef69282f31c923e5520f8f7025f6c2bbd1d7796f3d730840cc54130a6 Stored in directory: /root/.cache/pip/wheels/19/77/58/74d52672b43e0ee5a9737255de8a7b9cbfdd7be24575559162 Building wheel for MarkupSafe (setup.py): started Building wheel for MarkupSafe (setup.py): finished with status 'done' Created wheel for MarkupSafe: filename=MarkupSafe-2.1.3-cp312-cp312-linux_x86_64.whl size=33069 sha256=bdd71b26bd8bf0c2c3daccdc7ac569896a1adaf79b6576d4b6f9158469d817eb Stored in directory: /root/.cache/pip/wheels/c2/bd/c4/f13a19279cf9072aeb000631eeedb8f80ab9b91a6851054592 Building wheel for matplotlib-inline (setup.py): started Building wheel for matplotlib-inline (setup.py): finished with status 'done' Created wheel for matplotlib-inline: filename=matplotlib_inline-0.1.6-py3-none-any.whl size=9405 sha256=b361d256f7be9778307b2e7f6b2eb3045e91c8138bd2b028a4b9f8fbe2ed0bc1 Stored in directory: /root/.cache/pip/wheels/88/00/14/a25dd1672f728070a15dbb9155295d9972428daf103e728b4f Building wheel for mdurl (pyproject.toml): started Building wheel for mdurl (pyproject.toml): finished with status 'done' Created wheel for mdurl: filename=mdurl-0.1.2-py3-none-any.whl size=9979 sha256=4a1d36c303799b925ac67bc0635055ca21c11a184fd6e6cdb4e0e9ade753770e Stored in directory: /root/.cache/pip/wheels/ca/6d/55/6ac682351d5b9b87e313eafa21f4c600d263b411a798851d5d Building wheel for mflog (setup.py): started Building wheel for mflog (setup.py): finished with status 'done' Created wheel for mflog: filename=mflog-0.1.0-py3-none-any.whl size=15680 sha256=a9ffeea2458da8febccdfec88d970d481eced03fd73dd3c8ed9b05715323e6f5 Stored in directory: /root/.cache/pip/wheels/0e/c0/29/cb4e35003e047e0c1a5c39aae61fe9547f9f12aafb8f6ecaec Building wheel for mfutil (setup.py): started Building wheel for mfutil (setup.py): finished with status 'done' Created wheel for mfutil: filename=mfutil-0.2.0-py3-none-any.whl size=22224 sha256=05fbe33379c53880e9007ee1e2b08222fd68d0209a1eebca8d398c692abbc534 Stored in directory: /root/.cache/pip/wheels/76/a7/6c/f46fa45f011c2c354542dff0ae5fc0aeec9eaddcf1c1ba0be9 Building wheel for mockredispy (setup.py): started Building wheel for mockredispy (setup.py): finished with status 'done' Created wheel for mockredispy: filename=mockredispy-2.9.3-py3-none-any.whl size=20298 sha256=5271d424fa3bf51b243dfe5b2cd4af5178cf45bf3921cb4ba6c77b34913586c2 Stored in directory: /root/.cache/pip/wheels/59/1e/66/a8b260e77d8e51694fb0e0b94b7392acbfc36b1d9606347ce6 Building wheel for multidict (pyproject.toml): started Building wheel for multidict (pyproject.toml): finished with status 'done' Created wheel for multidict: filename=multidict-6.0.4-cp312-cp312-linux_x86_64.whl size=182954 sha256=7dfdef0fd85450bbb3838b0e7ef50ce7401499e77d50e9bf2b15f3d47685748e Stored in directory: /root/.cache/pip/wheels/f6/d8/ff/3c14a64b8f2ab1aa94ba2888f5a988be6ab446ec5c8d1a82da Building wheel for mypy-extensions (setup.py): started Building wheel for mypy-extensions (setup.py): finished with status 'done' Created wheel for mypy-extensions: filename=mypy_extensions-1.0.0-py3-none-any.whl size=4691 sha256=d2933d6a0c06f0017792450e77d4a825c25b7cb1472c88be31de692090fa9b8a Stored in directory: /root/.cache/pip/wheels/5c/05/f1/415c56c98a4f5f94d5a4a2035f97d7cd7888ae4893aa4b2f2e Building wheel for netifaces (setup.py): started Building wheel for netifaces (setup.py): finished with status 'done' Created wheel for netifaces: filename=netifaces-0.11.0-cp312-cp312-linux_x86_64.whl size=41599 sha256=a5efcc749a634cf9d913b061c820a4a0891e49e7edc60af8d248f8b5adcb5a74 Stored in directory: /root/.cache/pip/wheels/63/fa/57/da80d0ffc8f993315c479b7cd4c8fb1c23910c8baccf6b1b27 Building wheel for opinionated-configparser (setup.py): started Building wheel for opinionated-configparser (setup.py): finished with status 'done' Created wheel for opinionated-configparser: filename=opinionated_configparser-1.0.1-py3-none-any.whl size=5414 sha256=87d2bfe9d4a0fc542ad01ef8f65a0e3ca7398f88767fb58adf6ee256a5a135df Stored in directory: /root/.cache/pip/wheels/5e/29/9a/7b14cd4e8b947eb5457b88e986efca1130e578c8836eafb998 Building wheel for paramiko (setup.py): started Building wheel for paramiko (setup.py): finished with status 'done' Created wheel for paramiko: filename=paramiko-3.4.1-py3-none-any.whl size=226230 sha256=9af12d59f531f4afa0bff2896d22212d7811dce0c369c61bf954c5b81894bfc3 Stored in directory: /root/.cache/pip/wheels/ce/08/53/153f71c1f36ef5b1aa7d3e6e49272f8bb73e12a80ff74485e2 Building wheel for parso (setup.py): started Building wheel for parso (setup.py): finished with status 'done' Created wheel for parso: filename=parso-0.8.3-py2.py3-none-any.whl size=100690 sha256=e44536d0f08ec6d6c63cda0e7ea64b1634d49bb2d80224cd4f66e16e91e14234 Stored in directory: /root/.cache/pip/wheels/ac/0c/db/92253f1efa450d7c7a27dade6e869cd3ba715f5bbf7f05d52e Building wheel for pexpect (setup.py): started Building wheel for pexpect (setup.py): finished with status 'done' Created wheel for pexpect: filename=pexpect-4.8.0-py2.py3-none-any.whl size=59037 sha256=13524b13a5bd7122d02fb77f632afa868751465349abdbeedd6d13d05fb8a34d Stored in directory: /root/.cache/pip/wheels/95/90/f6/0d3952e5a5d3213951b5c88a6806d59398d431365384c9c230 Building wheel for pickleshare (setup.py): started Building wheel for pickleshare (setup.py): finished with status 'done' Created wheel for pickleshare: filename=pickleshare-0.7.5-py2.py3-none-any.whl size=6283 sha256=d4f4a1e92febb8e086aade0b1507035ab944cdfc2987eaf5eac6e5b5fc2859f2 Stored in directory: /root/.cache/pip/wheels/1e/07/04/5224c0d7c7dfd64bb8e8801b411511769e469943db180fb583 Building wheel for pika (pyproject.toml): started Building wheel for pika (pyproject.toml): finished with status 'done' Created wheel for pika: filename=pika-1.3.2-py3-none-any.whl size=155414 sha256=51d3f01e5146edfcd1ee4c65f2dc4bd7e27bdf597000de7d4954899a4a0c4a53 Stored in directory: /root/.cache/pip/wheels/1a/61/ab/43f288b78d4549f4d954c7caa1c635b3ff9c2292a26b50f92b Building wheel for poyo (setup.py): started Building wheel for poyo (setup.py): finished with status 'done' Created wheel for poyo: filename=poyo-0.5.0-py2.py3-none-any.whl size=10173 sha256=80af7a91f1bfdd27256e2de340f155b4c2a55f68a6f69be5f886719275862b5d Stored in directory: /root/.cache/pip/wheels/9c/af/e7/56cfdd90eed1643011454bf5954b84db780c7e87d675abc02c Building wheel for prompt-toolkit (pyproject.toml): started Building wheel for prompt-toolkit (pyproject.toml): finished with status 'done' Created wheel for prompt-toolkit: filename=prompt_toolkit-3.0.36-py3-none-any.whl size=386410 sha256=838ee6c6796ea72dc5f87233ee8311d95c2885c209a2b3bd6bf4d040416799c6 Stored in directory: /root/.cache/pip/wheels/8a/f6/a5/33c149b0cdd9921f3471563ae8d890c53c3c31bcedd666fc04 Building wheel for psutil (pyproject.toml): started Building wheel for psutil (pyproject.toml): finished with status 'done' Created wheel for psutil: filename=psutil-5.9.8-cp312-abi3-linux_x86_64.whl size=305809 sha256=84dd7cda156a69c3f00963db9db1aac459e29e479463e17655768ef6fb83eccf Stored in directory: /root/.cache/pip/wheels/ea/db/87/379059ff5efa4e13c17206320a5a1cb52b4efe5eeb70a12c3d Building wheel for ptyprocess (pyproject.toml): started Building wheel for ptyprocess (pyproject.toml): finished with status 'done' Created wheel for ptyprocess: filename=ptyprocess-0.7.0-py2.py3-none-any.whl size=13980 sha256=abeb86223681c1a33de8b500fbf128cfb17fabb7d57ffbf6f5321b06b9c72cce Stored in directory: /root/.cache/pip/wheels/8e/5d/60/dca793e0afb1272e5182436b54e5278142f3a0d7e59fee7d90 Building wheel for pure-eval (pyproject.toml): started Building wheel for pure-eval (pyproject.toml): finished with status 'done' Created wheel for pure-eval: filename=pure_eval-0.2.2-py3-none-any.whl size=11670 sha256=f77338a39a2ae721cc85909e91aa2d552f717149db8da1c1259c957c2d5889ba Stored in directory: /root/.cache/pip/wheels/b9/56/41/4317e271e1ab2ffa70fd681b4b454b786bfbca79f188e5941d Building wheel for pyasn1 (setup.py): started Building wheel for pyasn1 (setup.py): finished with status 'done' Created wheel for pyasn1: filename=pyasn1-0.4.8-py2.py3-none-any.whl size=77160 sha256=7b2c59d99ba7a219ed58991a3b97069ef5f55aef089cc7ac662c515e233e7b92 Stored in directory: /root/.cache/pip/wheels/19/f2/4c/aad5c580e00cac5b4b66ff5f324078ff5fd9acfffc7060e6fe Building wheel for pyasn1-modules (setup.py): started Building wheel for pyasn1-modules (setup.py): finished with status 'done' Created wheel for pyasn1-modules: filename=pyasn1_modules-0.2.8-py2.py3-none-any.whl size=155281 sha256=da8461df323ad2581abf12c76c306fac0751ed98d475acbbec537f92300c4fa7 Stored in directory: /root/.cache/pip/wheels/ec/8c/7a/e8495647e69ca4475702aae28dad869ea4f26cc505e432692a Building wheel for pyasyncore (setup.py): started Building wheel for pyasyncore (setup.py): finished with status 'done' Created wheel for pyasyncore: filename=pyasyncore-1.0.4-py3-none-any.whl size=10033 sha256=e20bbebe0088a0a2f6ccd114cb2bf886f1cabd8d6d4a6faa520e943d7b9d62b7 Stored in directory: /root/.cache/pip/wheels/ff/c5/7e/5b840efa5d43c00231e6a0b3afc0895a0e23e4c0b3ffa01e6b Building wheel for pycodestyle (setup.py): started Building wheel for pycodestyle (setup.py): finished with status 'done' Created wheel for pycodestyle: filename=pycodestyle-2.11.0-py2.py3-none-any.whl size=31122 sha256=87920e3eddc570477992548c1b095e5303a4dcba63d5d47084d13131baea4389 Stored in directory: /root/.cache/pip/wheels/72/ef/e6/206b9f9d3bab60c512d7ad83924548d8939ab0a1e1835cc0a0 Building wheel for pydantic (pyproject.toml): started Building wheel for pydantic (pyproject.toml): finished with status 'done' Created wheel for pydantic: filename=pydantic-2.8.2-py3-none-any.whl size=423877 sha256=bc70d2a3720c5fab6c893aa91813360cbc3e0cf0ff65d8aea58d472376ca4f47 Stored in directory: /root/.cache/pip/wheels/bd/38/53/6049084109c1eddb79f50e40636465239bb5d7bbf9a50bb4c1 Building wheel for pydantic-core (pyproject.toml): started Building wheel for pydantic-core (pyproject.toml): still running... Building wheel for pydantic-core (pyproject.toml): finished with status 'done' Created wheel for pydantic-core: filename=pydantic_core-2.20.1-cp312-cp312-linux_x86_64.whl size=1998317 sha256=2037083147b4e074247692cfa97862b8cfda9d03996983d10b38879e68d30ff1 Stored in directory: /root/.cache/pip/wheels/e0/4d/3d/2b1b1d6f72ac69748171a0bf268dc686931080a19aa9418dcb Building wheel for Pygments (pyproject.toml): started Building wheel for Pygments (pyproject.toml): finished with status 'done' Created wheel for Pygments: filename=Pygments-2.16.1-py3-none-any.whl size=1164749 sha256=aff522188f3f887f45d63e78c01c1c556d4292b40a3edbff82821c06059dae51 Stored in directory: /root/.cache/pip/wheels/9d/0e/4d/83afeb43e6b37171bd7a3d202fe2e475884c29bbd233487965 Building wheel for pyinotify (setup.py): started Building wheel for pyinotify (setup.py): finished with status 'done' Created wheel for pyinotify: filename=pyinotify-0.9.6-py3-none-any.whl size=25341 sha256=098b0adada3fee7d29272461d9aa82c9646057850a2102fdd0b410ede192e2f4 Stored in directory: /root/.cache/pip/wheels/82/58/ba/385f4cd1bd80f075a1a9a0b39c5c9e2a11704c085fdd09063e Building wheel for PyNaCl (pyproject.toml): started Building wheel for PyNaCl (pyproject.toml): still running... Building wheel for PyNaCl (pyproject.toml): finished with status 'done' Created wheel for PyNaCl: filename=PyNaCl-1.5.0-cp312-cp312-linux_x86_64.whl size=1136951 sha256=015a01ed2674162e78257a92a0b4c81c8144bdfd0c836b2ec2140e26ea38d0b5 Stored in directory: /root/.cache/pip/wheels/eb/89/16/447043df6095a2249118072701557685f2c58d7b31c8926ddf Building wheel for python-dateutil (pyproject.toml): started Building wheel for python-dateutil (pyproject.toml): finished with status 'done' Created wheel for python-dateutil: filename=python_dateutil-2.8.2-py2.py3-none-any.whl size=247801 sha256=734266505f57005f615f98b7b4ad7026cad4ae9967d89d4bce4373f728d9da88 Stored in directory: /root/.cache/pip/wheels/80/1c/9e/e4f0ede617dfb9e565c3b077e020f868ac4d65b74147b72516 Building wheel for python-ldap (pyproject.toml): started Building wheel for python-ldap (pyproject.toml): finished with status 'done' Created wheel for python-ldap: filename=python_ldap-3.4.3-cp312-cp312-linux_x86_64.whl size=390243 sha256=209cb3ed780ef3b01ab87ad589003844722ee3ee8082df865f449bed6d01f101 Stored in directory: /root/.cache/pip/wheels/2a/3c/0b/bb78e8cd392711ad470f4fab5cf6da2b17270667f8ff5bb49a Building wheel for pytz (setup.py): started Building wheel for pytz (setup.py): finished with status 'done' Created wheel for pytz: filename=pytz-2023.3.post1-py3-none-any.whl size=502471 sha256=690e8794ecc39f271c3ff2cb91831f5562d78cc065c5c33410a481e251ddd943 Stored in directory: /root/.cache/pip/wheels/c2/47/49/a6963b7734d113ab9dc8ba39ae73dccdb6bba6f36c38a821b9 Building wheel for PyYAML (pyproject.toml): started Building wheel for PyYAML (pyproject.toml): finished with status 'done' Created wheel for PyYAML: filename=PyYAML-6.0.2-cp312-cp312-linux_x86_64.whl size=45360 sha256=2fbe31116ff9859f03214f27ecb34e13a7a83017a6fef3b63707c60fe945871e Stored in directory: /root/.cache/pip/wheels/db/db/e2/4a1264f6c5192c518338cd8c226caae9f43c610fdb76c1ebcb Building wheel for redis (setup.py): started Building wheel for redis (setup.py): finished with status 'done' Created wheel for redis: filename=redis-5.0.6-py3-none-any.whl size=251871 sha256=3b0284114ca6a3bf698049450622c3170006b773b1ced34d2a7216ab425ba7aa Stored in directory: /root/.cache/pip/wheels/aa/f9/18/5ab11a3dce6f65186ccf6fd771e7a7643b753274cc590d352c Building wheel for referencing (pyproject.toml): started Building wheel for referencing (pyproject.toml): finished with status 'done' Created wheel for referencing: filename=referencing-0.31.0-py3-none-any.whl size=25733 sha256=381b11e53dd93babb55696c71cf42aef2d36b8a150c49bf0bc301e36d536c882 Stored in directory: /root/.cache/pip/wheels/ec/f5/76/8994b277a317425debc64bf886444a52f13441dd138ca99ee8 Building wheel for regex (pyproject.toml): started Building wheel for regex (pyproject.toml): finished with status 'done' Created wheel for regex: filename=regex-2023.8.8-cp312-cp312-linux_x86_64.whl size=695170 sha256=867b321e8ff313a0d2d704e0254136c76c86fdadc199d77cab646f0108b1470a Stored in directory: /root/.cache/pip/wheels/12/c4/b4/73602a095bf7c687563c1613f83c92aa520ed38cdb3b2cdf7f Building wheel for requests (pyproject.toml): started Building wheel for requests (pyproject.toml): finished with status 'done' Created wheel for requests: filename=requests-2.32.3-py3-none-any.whl size=64928 sha256=050294384c83d22f6896e60c4fb2917737761eba29c55bc810e30361f52c1987 Stored in directory: /root/.cache/pip/wheels/33/0f/67/609cc7e3d03673f4b5ee2bd90e3f03e76779a9b3fa2777660b Building wheel for rpds-py (pyproject.toml): started Building wheel for rpds-py (pyproject.toml): finished with status 'done' Created wheel for rpds-py: filename=rpds_py-0.12.0-cp312-cp312-linux_x86_64.whl size=325829 sha256=6ec6c21c15dd54cbe181b1edd47b65371a81f1c4c91152a1b236a7e23528dcbd Stored in directory: /root/.cache/pip/wheels/6f/b7/76/9b2317e8f8ed88d151a92f1f9336b08041567b622518f76802 Building wheel for simpleeval (pyproject.toml): started Building wheel for simpleeval (pyproject.toml): finished with status 'done' Created wheel for simpleeval: filename=simpleeval-0.9.13-py2.py3-none-any.whl size=15278 sha256=0186e84cdbcf77af6d24f9d69dd1d5ef7deddf7a4c0d6d1475f62c72b9d94bb0 Stored in directory: /root/.cache/pip/wheels/2b/c8/42/824566e466047f234f37785675fde6aeef8ad104f7e74ad639 Building wheel for soupsieve (pyproject.toml): started Building wheel for soupsieve (pyproject.toml): finished with status 'done' Created wheel for soupsieve: filename=soupsieve-2.5-py3-none-any.whl size=36131 sha256=eaa337ff55a1579b6549dc679565eac1e3d000563bcb1c8ab0d0fefbc0c2cdc7 Stored in directory: /root/.cache/pip/wheels/1d/4a/72/f42971ad929241a295514ac36394e46271f06d77ac12147a4c Building wheel for stack-data (pyproject.toml): started Building wheel for stack-data (pyproject.toml): finished with status 'done' Created wheel for stack-data: filename=stack_data-0.6.3-py3-none-any.whl size=24517 sha256=eec6ae281bfc47a1bc603fab27a3e09c1e78c641209e30ece7d0b751f1ab0faa Stored in directory: /root/.cache/pip/wheels/66/d8/c9/2976572d16ab76fc1cfbdeb325de8befc07b98d43d8cdaff67 Building wheel for structlog (pyproject.toml): started Building wheel for structlog (pyproject.toml): finished with status 'done' Created wheel for structlog: filename=structlog-23.1.0-py3-none-any.whl size=62427 sha256=98e9f8d64960644daab1ce2f6ff24ac766281bccc47f3b9882564ffe4599e8e4 Stored in directory: /root/.cache/pip/wheels/af/bd/85/840ff77eeb1ce94bb5dfb1d1c18e391bab83d7c4a814dbb5cf Building wheel for termcolor (pyproject.toml): started Building wheel for termcolor (pyproject.toml): finished with status 'done' Created wheel for termcolor: filename=termcolor-2.3.0-py3-none-any.whl size=6871 sha256=a840aad17720930a7ef57f447cdadc5766a6d4fdc9ae0caace375db55cab031a Stored in directory: /root/.cache/pip/wheels/11/ee/21/3fc5c1f21aad888939f5879079ac1dfb82321181c3df3b8390 Building wheel for threadpoolctl (pyproject.toml): started Building wheel for threadpoolctl (pyproject.toml): finished with status 'done' Created wheel for threadpoolctl: filename=threadpoolctl-3.2.0-py3-none-any.whl size=15539 sha256=0a06811898b37bb24cc31089111c3e3ec35e3724967b870fe0a1b3dafd9907ff Stored in directory: /root/.cache/pip/wheels/1d/b4/27/feed83df5dcec03782a361a70a8dabe37ad0f34a544eccb703 Building wheel for tornado (pyproject.toml): started Building wheel for tornado (pyproject.toml): finished with status 'done' Created wheel for tornado: filename=tornado-6.4.1-cp38-abi3-linux_x86_64.whl size=437885 sha256=952f92bafb291e56c3dfba60f84cf5f950ed58252b31a23e53d009fff07f0616 Stored in directory: /root/.cache/pip/wheels/f8/82/97/6ed70b005a2ab620dc717ba8587c4f91ca6089fabf4b6c1af0 Building wheel for tqdm (pyproject.toml): started Building wheel for tqdm (pyproject.toml): finished with status 'done' Created wheel for tqdm: filename=tqdm-4.66.4-py3-none-any.whl size=78275 sha256=126b3849c6715658973a12c7acd5234d2215a30d6ddb201e856b1dbfe85fa9b5 Stored in directory: /root/.cache/pip/wheels/52/c2/af/12bcf98722de62c127bf746b39fa400510484aa2d04acde808 Building wheel for traitlets (pyproject.toml): started Building wheel for traitlets (pyproject.toml): finished with status 'done' Created wheel for traitlets: filename=traitlets-5.9.0-py3-none-any.whl size=117376 sha256=dc6e0bf78f9001b253cf1a1396ecbc16539514670cfc8f980f79ef64a066e413 Stored in directory: /root/.cache/pip/wheels/2e/74/dc/858fa3f55aee6094c3c76fd93a7211066a3dd21eb1e85568ef Building wheel for Unidecode (setup.py): started Building wheel for Unidecode (setup.py): finished with status 'done' Created wheel for Unidecode: filename=Unidecode-1.3.6-py3-none-any.whl size=235470 sha256=c9a83a423dc70a6af0dc049fb4f8451216a8d761e56cf491786596bbeee369c5 Stored in directory: /root/.cache/pip/wheels/5f/6d/fb/83de9e13da0d900beda01dcdce12e21b36a1a27d2ee8d197c5 Building wheel for urllib3 (pyproject.toml): started Building wheel for urllib3 (pyproject.toml): finished with status 'done' Created wheel for urllib3: filename=urllib3-2.2.2-py3-none-any.whl size=121442 sha256=e2444bbe7b39dc077296c5161fa12f8254c42864eef78f9e67af22f9c8ac669e Stored in directory: /root/.cache/pip/wheels/a8/75/cc/a17ccc2390d324190feae94b6f8141f9032c1b4ed081e20fbd Building wheel for wcwidth (setup.py): started Building wheel for wcwidth (setup.py): finished with status 'done' Created wheel for wcwidth: filename=wcwidth-0.2.8-py2.py3-none-any.whl size=31297 sha256=fa21da60aea01e5ccf59a16497d3b64af8d60172b39c1e7b0adcb39720659821 Stored in directory: /root/.cache/pip/wheels/68/ad/f7/b58eaa44b86fe54e6cbbe8ddcbdc97934a1864ac355c587767 Building wheel for Werkzeug (pyproject.toml): started Building wheel for Werkzeug (pyproject.toml): finished with status 'done' Created wheel for Werkzeug: filename=werkzeug-3.0.6-py3-none-any.whl size=227979 sha256=8143cc2a4cece557b6090a6891e99f57c4016db6e752822f6b59d796a3545a63 Stored in directory: /root/.cache/pip/wheels/ff/fd/62/148fe1810701604dd6fa657ed6b00ce94ae82f64a331dae7ea Building wheel for whichcraft (setup.py): started Building wheel for whichcraft (setup.py): finished with status 'done' Created wheel for whichcraft: filename=whichcraft-0.6.1-py2.py3-none-any.whl size=5242 sha256=f9d1f5d3c97a4f3a2f29c5626b0d5f33b166e1ea7460d5c9be2b685bbc09d557 Stored in directory: /root/.cache/pip/wheels/bd/b4/aa/5cbf6213a558c921565d2c58e512d702b4cf8fe96391768bc4 Building wheel for wrapt (setup.py): started Building wheel for wrapt (setup.py): finished with status 'done' Created wheel for wrapt: filename=wrapt-1.16.0-cp312-cp312-linux_x86_64.whl size=91850 sha256=82203bc6e842b73ecb196c584b6b20a2378cb548487e0658ef3dc51d41a3012e Stored in directory: /root/.cache/pip/wheels/40/44/d3/ffbde56a7a69654df752645d4c5ca2773c953d184ffee0b764 Building wheel for xmltodict (setup.py): started Building wheel for xmltodict (setup.py): finished with status 'done' Created wheel for xmltodict: filename=xmltodict-0.13.0-py2.py3-none-any.whl size=9973 sha256=ca4f0b57bd7fae523ac587f9edba1ab0bb3be589d87ed2496c4a27ef4813b96a Stored in directory: /root/.cache/pip/wheels/55/e1/64/5768e258b22cb72b385ec2181f466a4819f713dd9bafd18439 Building wheel for yarl (pyproject.toml): started Building wheel for yarl (pyproject.toml): finished with status 'done' Created wheel for yarl: filename=yarl-1.9.11-cp312-cp312-linux_x86_64.whl size=486470 sha256=cb6ce58ee61c388a83b9230f2348b7775b78f40ac6269c5108a511ef4a7324de Stored in directory: /root/.cache/pip/wheels/89/92/c3/a978930967b34ce684677c1805e189a53acebd4377963bc0dc Building wheel for yq (pyproject.toml): started Building wheel for yq (pyproject.toml): finished with status 'done' Created wheel for yq: filename=yq-3.2.2-py3-none-any.whl size=17658 sha256=102f625088aa765f0fe0b68ab2894de187997c37eb584614d89647ebea1da3a0 Stored in directory: /root/.cache/pip/wheels/26/0b/f2/63861cd8175af6dae3d7ed9427665462207b343095eb7e019c Building wheel for acquisition (setup.py): started Building wheel for acquisition (setup.py): finished with status 'done' Created wheel for acquisition: filename=acquisition-0.0.0-py3-none-any.whl size=41080 sha256=1a3c184c3884129087cab394f7e66a23ec39b712925ad346aecd1da10b92b529 Stored in directory: /src/layers/layer2_python3/0500_extra_python_packages/tempolayer5406/tmp/pip-ephem-wheel-cache-j0yyfjoj/wheels/aa/dd/2b/33ce8fbf0526048c3d6a132ca980eb6e2f2e22a87022f07e39 Building wheel for aiohttp_metwork_middlewares (setup.py): started Building wheel for aiohttp_metwork_middlewares (setup.py): finished with status 'done' Created wheel for aiohttp_metwork_middlewares: filename=aiohttp_metwork_middlewares-0.0.1-py3-none-any.whl size=3214 sha256=b495ebbd5efc0ee7f016a6339292d71cbc38b5a97b195658304aa05e74f5090c Stored in directory: /src/layers/layer2_python3/0500_extra_python_packages/tempolayer5406/tmp/pip-ephem-wheel-cache-j0yyfjoj/wheels/f6/bc/3f/7a767913fec47d5563009a82b073d7b9ae8e69aab1351a1620 Building wheel for cookiecutter (setup.py): started Building wheel for cookiecutter (setup.py): finished with status 'done' Created wheel for cookiecutter: filename=cookiecutter-1.6.0-py2.py3-none-any.whl size=30183 sha256=287aeb814666cbda62bb42355ae1881c802a1f2d2de522666a3b2e7614e8b7e0 Stored in directory: /src/layers/layer2_python3/0500_extra_python_packages/tempolayer5406/tmp/pip-ephem-wheel-cache-j0yyfjoj/wheels/34/0c/68/7c2af858edc928cc55479aea073c71a0e15d68baddab0934b2 Building wheel for cookiecutter_hooks (setup.py): started Building wheel for cookiecutter_hooks (setup.py): finished with status 'done' Created wheel for cookiecutter_hooks: filename=cookiecutter_hooks-0.0.1-py3-none-any.whl size=3461 sha256=e9d66f6303d2964b5f13ac9ee6d8d73f6a09a64cfe2aad865d03e287a5db8b82 Stored in directory: /src/layers/layer2_python3/0500_extra_python_packages/tempolayer5406/tmp/pip-ephem-wheel-cache-j0yyfjoj/wheels/a0/d5/ce/c074854de60fd7c662c50872313e5210a3dae0956b0feccee6 Building wheel for deploycron (setup.py): started Building wheel for deploycron (setup.py): finished with status 'done' Created wheel for deploycron: filename=deploycron-0.0.1-py3-none-any.whl size=6916 sha256=7cb815273dee0acee80225b31c500ef00e75b9b75ad439261fa2be14fdeeb8e8 Stored in directory: /src/layers/layer2_python3/0500_extra_python_packages/tempolayer5406/tmp/pip-ephem-wheel-cache-j0yyfjoj/wheels/8d/d6/94/80a69de3301f3a503c5cc7b3fe57bef4f45ef7dfff14aca2c9 Building wheel for directory_observer (setup.py): started Building wheel for directory_observer (setup.py): finished with status 'done' Created wheel for directory_observer: filename=directory_observer-0.0.1-py3-none-any.whl size=9758 sha256=c3adfc998526ec9b3d3ec01a2218018445e8a43e1073cc0ba23179b1c0090c29 Stored in directory: /src/layers/layer2_python3/0500_extra_python_packages/tempolayer5406/tmp/pip-ephem-wheel-cache-j0yyfjoj/wheels/44/c9/70/ef43554f0d3978c93249840001a7b0a59079a74f1ea5029009 Building wheel for envtpl (setup.py): started Building wheel for envtpl (setup.py): finished with status 'done' Created wheel for envtpl: filename=envtpl-0.5.3-py3-none-any.whl size=19478 sha256=b366d3599852efd4575df4bc82d14323a449d8e7e2d57fe6bd4853e6aa8a8f23 Stored in directory: /src/layers/layer2_python3/0500_extra_python_packages/tempolayer5406/tmp/pip-ephem-wheel-cache-j0yyfjoj/wheels/51/f5/37/63494e35874000015408fa20d76bf5c8184c48045bb3b59a48 Building wheel for mfplugin (setup.py): started Building wheel for mfplugin (setup.py): finished with status 'done' Created wheel for mfplugin: filename=mfplugin-0.0.0-py3-none-any.whl size=32312 sha256=1da8f2f71b8bfa491f7015dfb6fcf2c5f0fa718b6261ed999580ba1e01c821c7 Stored in directory: /src/layers/layer2_python3/0500_extra_python_packages/tempolayer5406/tmp/pip-ephem-wheel-cache-j0yyfjoj/wheels/83/36/a0/53485092a2231fe877a5cad08844f4e0e99eeaf882ced6549d Building wheel for statsd (setup.py): started Building wheel for statsd (setup.py): finished with status 'done' Created wheel for statsd: filename=statsd-3.2.1-py2.py3-none-any.whl size=10993 sha256=be48f18a342b606e32ae092e8f82a66317df1792bea6b4f4f3fe00db57715025 Stored in directory: /src/layers/layer2_python3/0500_extra_python_packages/tempolayer5406/tmp/pip-ephem-wheel-cache-j0yyfjoj/wheels/d1/53/04/ff09ba0c05e8f3cde8605b44e7748f0aeea6abb533105c5be4 Building wheel for telegraf_unixsocket_client (setup.py): started Building wheel for telegraf_unixsocket_client (setup.py): finished with status 'done' Created wheel for telegraf_unixsocket_client: filename=telegraf_unixsocket_client-0.0.1-py3-none-any.whl size=6306 sha256=718cbad5427ab5677a4ed0819b7878f65e2e4acf8333e7582de3521469f1b9e8 Stored in directory: /src/layers/layer2_python3/0500_extra_python_packages/tempolayer5406/tmp/pip-ephem-wheel-cache-j0yyfjoj/wheels/51/9a/06/1e09cf06c4bb5fc911575da8a6e0add2f103a2496efe15c3f0 Building wheel for xattrfile (setup.py): started Building wheel for xattrfile (setup.py): finished with status 'done' Created wheel for xattrfile: filename=xattrfile-0.0.0-py3-none-any.whl size=11127 sha256=189284dca106ef240cf8d987a543ee862a8dccd6d5a2f1bd2fbc6c68f38805a6 Stored in directory: /src/layers/layer2_python3/0500_extra_python_packages/tempolayer5406/tmp/pip-ephem-wheel-cache-j0yyfjoj/wheels/a8/64/a4/c2aaea1f81eb8304f2703919655616138663174b80ec162d6b Building wheel for certifi (setup.py): started Building wheel for certifi (setup.py): finished with status 'done' Created wheel for certifi: filename=certifi-2024.7.4-py3-none-any.whl size=162959 sha256=ce712cbf624fd4315c9406635f765ecaa9869c9822a2f1b0ca99f31b0b3249f5 Stored in directory: /root/.cache/pip/wheels/67/51/d3/6d7959274c1f51d32371fe752b8f409e3e912af017eef76976 Building wheel for six (setup.py): started Building wheel for six (setup.py): finished with status 'done' Created wheel for six: filename=six-1.16.0-py2.py3-none-any.whl size=11042 sha256=eddef4b9bbcf9a8c65bf86b996a1dabf9af916b6101e08949bc9dda2b4bca4c8 Stored in directory: /root/.cache/pip/wheels/2d/44/a6/eaa84ad030d2047bb916e0740a9ec8b0ee9d23127bb389728f Building wheel for filelock (pyproject.toml): started Building wheel for filelock (pyproject.toml): finished with status 'done' Created wheel for filelock: filename=filelock-3.12.3-py3-none-any.whl size=11327 sha256=ee458bbb3177bc34781117ad1de811ce1c378484990c81696c748e9b49797fba Stored in directory: /root/.cache/pip/wheels/de/3b/53/a4282abfa7acfb4642f6e607b1cf1982fa4603a412e633fb05 Successfully built aiohttp aiosignal annotated-types argcomplete arrow asttokens async-timeout attrs autopep8 Babel backcall bash bcrypt beautifulsoup4 binaryornot bjoern cachetools Cerberus chardet charset_normalizer Click colorama commonmark cron-wrapper cryptography decorator Deprecated dill diskcache entrypoints executing frozenlist fsspec geojson gitignore-parser hiredis idna inotify-simple ipython jedi Jinja2 jinja2-from-json-extension jinja2-fnmatch-extension jinja2-getenv-extension jinja2-shell-extension jinja2-time joblib jsonschema jsonschema_specifications lazy-import Markdown markdown-it-py MarkupSafe matplotlib-inline mdurl mflog mfutil mockredispy multidict mypy-extensions netifaces opinionated-configparser paramiko parso pexpect pickleshare pika poyo prompt-toolkit psutil ptyprocess pure-eval pyasn1 pyasn1-modules pyasyncore pycodestyle pydantic pydantic-core Pygments pyinotify PyNaCl python-dateutil python-ldap pytz PyYAML redis referencing regex requests rpds-py simpleeval soupsieve stack-data structlog termcolor threadpoolctl tornado tqdm traitlets Unidecode urllib3 wcwidth Werkzeug whichcraft wrapt xmltodict yarl yq acquisition aiohttp_metwork_middlewares cookiecutter cookiecutter_hooks deploycron directory_observer envtpl mfplugin statsd telegraf_unixsocket_client xattrfile certifi six filelock if test -d ../../download_archive; then cp -Rf src/* ../../download_archive/ 2>/dev/null; fi mkdir -p /opt/metwork-mfext-master/opt/python3/share/metwork_packages for REQ in requirements3.txt; do if test -s ${REQ}; then install_requirements /opt/metwork-mfext-master/opt/python3 ${REQ} ./src || { echo "ERROR WITH install_requirements ${REQ} /opt/metwork-mfext-master/opt/python3 ${REQ} ./src"; exit 1; }; fi; done [DEBUG]: layer python3@mfext[/opt/metwork-mfext-master/opt/python3] is already loaded Looking in links: ./src Processing ./src/acquisition-0.0.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 1)) Processing ./src/aiohappyeyeballs-2.4.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 2)) Processing ./src/aiohttp-3.10.5-cp312-cp312-linux_x86_64.whl (from -r requirements3.txt.tmp (line 3)) Processing ./src/aiohttp_metwork_middlewares-0.0.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 4)) Processing ./src/aiosignal-1.3.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 5)) Processing ./src/annotated_types-0.6.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 6)) Processing ./src/argcomplete-3.1.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 7)) Processing ./src/arrow-1.2.3-py3-none-any.whl (from -r requirements3.txt.tmp (line 8)) Processing ./src/asttokens-2.4.0-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 9)) Processing ./src/async_timeout-4.0.3-py3-none-any.whl (from -r requirements3.txt.tmp (line 10)) Processing ./src/attrs-23.2.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 11)) Processing ./src/autopep8-2.0.4-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 12)) Processing ./src/Babel-2.13.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 13)) Processing ./src/backcall-0.2.0-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 14)) Processing ./src/bash-0.6-py3-none-any.whl (from -r requirements3.txt.tmp (line 15)) Processing ./src/bcrypt-4.0.1-cp312-cp312-linux_x86_64.whl (from -r requirements3.txt.tmp (line 16)) Processing ./src/beautifulsoup4-4.12.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 17)) Processing ./src/binaryornot-0.4.4-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 18)) Processing ./src/bjoern-3.2.2-cp312-cp312-linux_x86_64.whl (from -r requirements3.txt.tmp (line 19)) Processing ./src/cachetools-5.3.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 20)) Processing ./src/Cerberus-1.3.5-py3-none-any.whl (from -r requirements3.txt.tmp (line 21)) Processing ./src/chardet-5.2.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 22)) Processing ./src/charset_normalizer-3.2.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 23)) Processing ./src/click-8.1.7-py3-none-any.whl (from -r requirements3.txt.tmp (line 24)) Processing ./src/colorama-0.4.6-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 25)) Processing ./src/commonmark-0.9.1-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 26)) Processing ./src/cookiecutter-1.6.0-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 27)) Processing ./src/cookiecutter_hooks-0.0.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 28)) Processing ./src/cron_wrapper-0.1.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 29)) Processing ./src/cryptography-43.0.1-cp37-abi3-linux_x86_64.whl (from -r requirements3.txt.tmp (line 30)) Processing ./src/decorator-5.1.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 31)) Processing ./src/deploycron-0.0.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 32)) Processing ./src/Deprecated-1.2.14-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 33)) Processing ./src/dill-0.3.7-py3-none-any.whl (from -r requirements3.txt.tmp (line 34)) Processing ./src/directory_observer-0.0.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 35)) Processing ./src/diskcache-5.6.3-py3-none-any.whl (from -r requirements3.txt.tmp (line 36)) Processing ./src/entrypoints-0.4-py3-none-any.whl (from -r requirements3.txt.tmp (line 37)) Processing ./src/envtpl-0.5.3-py3-none-any.whl (from -r requirements3.txt.tmp (line 38)) Processing ./src/executing-2.0.1-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 39)) Processing ./src/frozenlist-1.5.0-cp312-cp312-linux_x86_64.whl (from -r requirements3.txt.tmp (line 40)) Processing ./src/fsspec-2023.9.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 41)) Processing ./src/geojson-3.1.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 42)) Processing ./src/gitignore_parser-0.1.11-py3-none-any.whl (from -r requirements3.txt.tmp (line 43)) Processing ./src/hiredis-2.2.3-cp312-cp312-linux_x86_64.whl (from -r requirements3.txt.tmp (line 44)) Processing ./src/idna-3.7-py3-none-any.whl (from -r requirements3.txt.tmp (line 45)) Processing ./src/inotify_simple-1.3.5-py3-none-any.whl (from -r requirements3.txt.tmp (line 46)) Processing ./src/ipython-8.16.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 47)) Processing ./src/jedi-0.19.1-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 48)) Processing ./src/jinja2-3.1.4-py3-none-any.whl (from -r requirements3.txt.tmp (line 49)) Processing ./src/jinja2_from_json_extension-1.0.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 50)) Processing ./src/jinja2_fnmatch_extension-1.0.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 51)) Processing ./src/jinja2_getenv_extension-1.0.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 52)) Processing ./src/jinja2_shell_extension-2.0.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 53)) Processing ./src/jinja2_time-0.2.0-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 54)) Processing ./src/joblib-1.3.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 55)) Processing ./src/jsonschema-4.19.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 56)) Processing ./src/jsonschema_specifications-2023.11.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 57)) Processing ./src/lazy_import-0.2.2-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 58)) Processing ./src/Markdown-3.4.4-py3-none-any.whl (from -r requirements3.txt.tmp (line 59)) Processing ./src/markdown_it_py-3.0.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 60)) Processing ./src/MarkupSafe-2.1.3-cp312-cp312-linux_x86_64.whl (from -r requirements3.txt.tmp (line 61)) Processing ./src/matplotlib_inline-0.1.6-py3-none-any.whl (from -r requirements3.txt.tmp (line 62)) Processing ./src/mdurl-0.1.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 63)) Processing ./src/mflog-0.1.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 64)) Processing ./src/mfplugin-0.0.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 65)) Processing ./src/mfutil-0.2.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 66)) Processing ./src/mockredispy-2.9.3-py3-none-any.whl (from -r requirements3.txt.tmp (line 67)) Processing ./src/multidict-6.0.4-cp312-cp312-linux_x86_64.whl (from -r requirements3.txt.tmp (line 68)) Processing ./src/mypy_extensions-1.0.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 69)) Processing ./src/netifaces-0.11.0-cp312-cp312-linux_x86_64.whl (from -r requirements3.txt.tmp (line 70)) Processing ./src/opinionated_configparser-1.0.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 71)) Processing ./src/paramiko-3.4.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 72)) Processing ./src/parso-0.8.3-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 73)) Processing ./src/pexpect-4.8.0-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 74)) Processing ./src/pickleshare-0.7.5-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 75)) Processing ./src/pika-1.3.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 76)) Processing ./src/poyo-0.5.0-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 77)) Processing ./src/prompt_toolkit-3.0.36-py3-none-any.whl (from -r requirements3.txt.tmp (line 78)) Processing ./src/psutil-5.9.8-cp312-abi3-linux_x86_64.whl (from -r requirements3.txt.tmp (line 79)) Processing ./src/ptyprocess-0.7.0-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 80)) Processing ./src/pure_eval-0.2.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 81)) Processing ./src/pyasn1-0.4.8-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 82)) Processing ./src/pyasn1_modules-0.2.8-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 83)) Processing ./src/pyasyncore-1.0.4-py3-none-any.whl (from -r requirements3.txt.tmp (line 84)) Processing ./src/pycodestyle-2.11.0-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 85)) Processing ./src/pydantic-2.8.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 86)) Processing ./src/pydantic_core-2.20.1-cp312-cp312-linux_x86_64.whl (from -r requirements3.txt.tmp (line 87)) Processing ./src/Pygments-2.16.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 88)) Processing ./src/pyinotify-0.9.6-py3-none-any.whl (from -r requirements3.txt.tmp (line 89)) Processing ./src/PyNaCl-1.5.0-cp312-cp312-linux_x86_64.whl (from -r requirements3.txt.tmp (line 90)) Processing ./src/python_dateutil-2.8.2-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 91)) Processing ./src/python_ldap-3.4.3-cp312-cp312-linux_x86_64.whl (from -r requirements3.txt.tmp (line 92)) Processing ./src/pytz-2023.3.post1-py3-none-any.whl (from -r requirements3.txt.tmp (line 93)) Processing ./src/PyYAML-6.0.2-cp312-cp312-linux_x86_64.whl (from -r requirements3.txt.tmp (line 94)) Processing ./src/redis-5.0.6-py3-none-any.whl (from -r requirements3.txt.tmp (line 95)) Processing ./src/referencing-0.31.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 96)) Processing ./src/regex-2023.8.8-cp312-cp312-linux_x86_64.whl (from -r requirements3.txt.tmp (line 97)) Processing ./src/requests-2.32.3-py3-none-any.whl (from -r requirements3.txt.tmp (line 98)) Processing ./src/requests_unixsocket2-0.4.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 99)) Processing ./src/rich-13.5.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 100)) Processing ./src/rpds_py-0.12.0-cp312-cp312-linux_x86_64.whl (from -r requirements3.txt.tmp (line 101)) Processing ./src/simpleeval-0.9.13-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 102)) Processing ./src/soupsieve-2.5-py3-none-any.whl (from -r requirements3.txt.tmp (line 103)) Processing ./src/statsd-3.2.1-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 104)) Processing ./src/stack_data-0.6.3-py3-none-any.whl (from -r requirements3.txt.tmp (line 105)) Processing ./src/structlog-23.1.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 106)) Processing ./src/telegraf_unixsocket_client-0.0.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 107)) Processing ./src/termcolor-2.3.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 108)) Processing ./src/terminaltables-3.1.10-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 109)) Processing ./src/threadpoolctl-3.2.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 110)) Processing ./src/tornado-6.4.1-cp38-abi3-linux_x86_64.whl (from -r requirements3.txt.tmp (line 111)) Processing ./src/tqdm-4.66.4-py3-none-any.whl (from -r requirements3.txt.tmp (line 112)) Processing ./src/traitlets-5.9.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 113)) Processing ./src/Unidecode-1.3.6-py3-none-any.whl (from -r requirements3.txt.tmp (line 114)) Processing ./src/urllib3-2.2.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 115)) Processing ./src/wcwidth-0.2.8-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 116)) Processing ./src/werkzeug-3.0.6-py3-none-any.whl (from -r requirements3.txt.tmp (line 117)) Processing ./src/whichcraft-0.6.1-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 118)) Processing ./src/wrapt-1.16.0-cp312-cp312-linux_x86_64.whl (from -r requirements3.txt.tmp (line 119)) Processing ./src/xattrfile-0.0.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 120)) Processing ./src/xmltodict-0.13.0-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 121)) Processing ./src/yarl-1.9.11-cp312-cp312-linux_x86_64.whl (from -r requirements3.txt.tmp (line 122)) Processing ./src/yq-3.2.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 123)) Requirement already satisfied: six>=1.12.0 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages (from asttokens==2.4.0->-r requirements3.txt.tmp (line 9)) (1.16.0) Requirement already satisfied: filelock in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages (from cron-wrapper==0.1.2->-r requirements3.txt.tmp (line 29)) (3.12.3) Requirement already satisfied: cffi>=1.12 in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from cryptography==43.0.1->-r requirements3.txt.tmp (line 30)) (1.17.1) Requirement already satisfied: typing-extensions>=4.6.1 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages (from pydantic==2.8.2->-r requirements3.txt.tmp (line 86)) (4.12.2) Requirement already satisfied: certifi>=2017.4.17 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages (from requests==2.32.3->-r requirements3.txt.tmp (line 98)) (2024.7.4) Requirement already satisfied: tomlkit>=0.11.6 in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from yq==3.2.2->-r requirements3.txt.tmp (line 123)) (0.12.1) Requirement already satisfied: ConfigUpdater in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from mfplugin->-r requirements3.txt.tmp (line 65)) (3.1.1) Requirement already satisfied: pycparser in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from cffi>=1.12->cryptography==43.0.1->-r requirements3.txt.tmp (line 30)) (2.21) Installing collected packages: whichcraft, wcwidth, statsd, simpleeval, pytz, pyinotify, pyasyncore, pyasn1, pure-eval, ptyprocess, pickleshare, netifaces, mockredispy, gitignore-parser, deploycron, commonmark, Cerberus, bjoern, bash, backcall, xmltodict, wrapt, urllib3, Unidecode, traitlets, tqdm, tornado, threadpoolctl, terminaltables, termcolor, structlog, soupsieve, rpds-py, regex, redis, PyYAML, python-dateutil, Pygments, pydantic-core, pycodestyle, pyasn1-modules, psutil, prompt-toolkit, poyo, pika, pexpect, parso, mypy-extensions, multidict, mdurl, MarkupSafe, Markdown, lazy-import, joblib, inotify-simple, idna, hiredis, geojson, fsspec, frozenlist, executing, entrypoints, diskcache, dill, decorator, colorama, Click, charset_normalizer, chardet, cachetools, bcrypt, Babel, attrs, async-timeout, asttokens, argcomplete, annotated-types, aiohappyeyeballs, yq, yarl, xattrfile, Werkzeug, telegraf_unixsocket_client, stack-data, requests, referencing, python-ldap, PyNaCl, pydantic, mflog, matplotlib-inline, markdown-it-py, Jinja2, jedi, Deprecated, cryptography, cron-wrapper, binaryornot, beautifulsoup4, autopep8, arrow, aiosignal, rich, requests-unixsocket2, paramiko, opinionated-configparser, jsonschema_specifications, jinja2-time, jinja2-shell-extension, jinja2-getenv-extension, jinja2-from-json-extension, jinja2-fnmatch-extension, ipython, envtpl, cookiecutter_hooks, aiohttp, mfutil, jsonschema, directory_observer, cookiecutter, aiohttp_metwork_middlewares, mfplugin, acquisition Successfully installed Babel-2.13.0 Cerberus-1.3.5 Click-8.1.7 Deprecated-1.2.14 Jinja2-3.1.4 Markdown-3.4.4 MarkupSafe-2.1.3 PyNaCl-1.5.0 PyYAML-6.0.2 Pygments-2.16.1 Unidecode-1.3.6 Werkzeug-3.0.6 acquisition-0.0.0 aiohappyeyeballs-2.4.0 aiohttp-3.10.5 aiohttp_metwork_middlewares-0.0.1 aiosignal-1.3.1 annotated-types-0.6.0 argcomplete-3.1.1 arrow-1.2.3 asttokens-2.4.0 async-timeout-4.0.3 attrs-23.2.0 autopep8-2.0.4 backcall-0.2.0 bash-0.6 bcrypt-4.0.1 beautifulsoup4-4.12.2 binaryornot-0.4.4 bjoern-3.2.2 cachetools-5.3.1 chardet-5.2.0 charset_normalizer-3.2.0 colorama-0.4.6 commonmark-0.9.1 cookiecutter-1.6.0 cookiecutter_hooks-0.0.1 cron-wrapper-0.1.2 cryptography-43.0.1 decorator-5.1.1 deploycron-0.0.1 dill-0.3.7 directory_observer-0.0.1 diskcache-5.6.3 entrypoints-0.4 envtpl-0.5.3 executing-2.0.1 frozenlist-1.5.0 fsspec-2023.9.2 geojson-3.1.0 gitignore-parser-0.1.11 hiredis-2.2.3 idna-3.7 inotify-simple-1.3.5 ipython-8.16.1 jedi-0.19.1 jinja2-fnmatch-extension-1.0.2 jinja2-from-json-extension-1.0.0 jinja2-getenv-extension-1.0.2 jinja2-shell-extension-2.0.1 jinja2-time-0.2.0 joblib-1.3.2 jsonschema-4.19.2 jsonschema_specifications-2023.11.1 lazy-import-0.2.2 markdown-it-py-3.0.0 matplotlib-inline-0.1.6 mdurl-0.1.2 mflog-0.1.0 mfplugin-0.0.0 mfutil-0.2.0 mockredispy-2.9.3 multidict-6.0.4 mypy-extensions-1.0.0 netifaces-0.11.0 opinionated-configparser-1.0.1 paramiko-3.4.1 parso-0.8.3 pexpect-4.8.0 pickleshare-0.7.5 pika-1.3.2 poyo-0.5.0 prompt-toolkit-3.0.36 psutil-5.9.8 ptyprocess-0.7.0 pure-eval-0.2.2 pyasn1-0.4.8 pyasn1-modules-0.2.8 pyasyncore-1.0.4 pycodestyle-2.11.0 pydantic-2.8.2 pydantic-core-2.20.1 pyinotify-0.9.6 python-dateutil-2.8.2 python-ldap-3.4.3 pytz-2023.3.post1 redis-5.0.6 referencing-0.31.0 regex-2023.8.8 requests-2.32.3 requests-unixsocket2-0.4.0 rich-13.5.2 rpds-py-0.12.0 simpleeval-0.9.13 soupsieve-2.5 stack-data-0.6.3 statsd-3.2.1 structlog-23.1.0 telegraf_unixsocket_client-0.0.1 termcolor-2.3.0 terminaltables-3.1.10 threadpoolctl-3.2.0 tornado-6.4.1 tqdm-4.66.4 traitlets-5.9.0 urllib3-2.2.2 wcwidth-0.2.8 whichcraft-0.6.1 wrapt-1.16.0 xattrfile-0.0.0 xmltodict-0.13.0 yarl-1.9.11 yq-3.2.2 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable.It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. if ! test -d /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages; then mkdir -p /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages; fi if test -f /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages/requirements3.txt; then cat /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages/requirements3.txt requirements3.txt |sort |uniq |sed 's/^-e git.*egg=\(.*\)$/\1/g' >/opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages/requirements3.txt.tmp; mv /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages/requirements3.txt.tmp /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages/requirements3.txt; else cat requirements3.txt |sort |uniq |sed 's/^-e git.*egg=\(.*\)$/\1/g' >/opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages/requirements3.txt ;fi IFS=$'\n' ; for REQ in `cat requirements3.txt |sort |uniq`; do _pip_package_to_yaml.sh "${REQ}" "/opt/metwork-mfext-master/opt/python3/share/metwork_packages" || { echo "ERROR WITH _pip_package_to_yaml.sh ${REQ} /opt/metwork-mfext-master/opt/python3/share/metwork_packages"; exit 1; } done /opt/metwork-mfext-master/opt/python3/share/metwork_packages/acquisition.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/aiohttp_metwork_middlewares.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/cookiecutter.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/cookiecutter_hooks.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/deploycron.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/directory_observer.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/envtpl.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/mfplugin.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/telegraf-unixsocket-client.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/xattrfile.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/statsd.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/Babel.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/Cerberus.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/click.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/Deprecated.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/Jinja2.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/Markdown.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/MarkupSafe.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/PyNaCl.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/PyYAML.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/Pygments.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/Unidecode.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/Werkzeug.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/aiohappyeyeballs.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/aiohttp.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/aiosignal.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/annotated-types.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/argcomplete.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/arrow.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/asttokens.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/async-timeout.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/attrs.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/autopep8.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/backcall.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/bash.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/bcrypt.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/beautifulsoup4.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/binaryornot.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/bjoern.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/cachetools.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/chardet.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/charset-normalizer.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/colorama.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/commonmark.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/cron-wrapper.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/cryptography.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/decorator.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/dill.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/diskcache.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/entrypoints.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/executing.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/frozenlist.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/fsspec.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/geojson.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/gitignore_parser.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/hiredis.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/idna.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/inotify_simple.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/ipython.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/jedi.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/jinja2_fnmatch_extension.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/jinja2_from_json_extension.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/jinja2_getenv_extension.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/jinja2_shell_extension.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/jinja2-time.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/joblib.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/jsonschema.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/jsonschema-specifications.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/lazy_import.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/markdown-it-py.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/matplotlib-inline.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/mdurl.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/mflog.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/mfutil.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/mockredispy.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/multidict.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/mypy_extensions.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/netifaces.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/opinionated_configparser.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/paramiko.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/parso.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/pexpect.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/pickleshare.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/pika.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/poyo.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/prompt_toolkit.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/psutil.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/ptyprocess.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/pure_eval.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/pyasn1-modules.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/pyasn1.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/pyasyncore.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/pycodestyle.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/pydantic_core.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/pydantic.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/pyinotify.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/python-dateutil.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/python-ldap.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/pytz.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/redis.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/referencing.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/regex.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/requests-unixsocket2.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/requests.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/rich.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/rpds-py.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/simpleeval.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/soupsieve.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/stack_data.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/structlog.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/termcolor.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/terminaltables.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/threadpoolctl.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/tornado.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/tqdm.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/traitlets.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/urllib3.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/wcwidth.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/whichcraft.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/wrapt.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/xmltodict.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/yarl.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/yq.yaml is ready make[3]: Leaving directory '/src/layers/layer2_python3/0500_extra_python_packages' if test "" = "1"; then echo > /opt/metwork-mfext-master/opt/python3/.mfextaddon; fi _layer_dhash "python3@mfext" >/opt/metwork-mfext-master/opt/python3/.dhash if ! test -f cache/hit; then \ _check_layers_hash >/dev/null ; \ fi _cache_logic_after_layer.sh "/opt/metwork-mfext-master/opt/python3" cache: /buildcache/mfext_cache_layer_python3_e6e8f2f42d69b64ccc1db9d45a1296d6.tar created make[2]: Leaving directory '/src/layers/layer2_python3' make[2]: Entering directory '/src/layers/layer2_python3_circus' if test "MFEXT" = "MFEXT" -a "" != "1"; then cat .layerapi2_label |/src/adm/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/python3_circus/.layerapi2_label; else cat .layerapi2_label |/opt/metwork-mfext-master/bin/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/python3_circus/.layerapi2_label; fi if test "MFEXT" = "MFEXT" -a "" != "1"; then cat .system_dependencies |/src/adm/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/python3_circus/.system_dependencies; else cat .system_dependencies |/opt/metwork-mfext-master/bin/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/python3_circus/.system_dependencies; fi if test "MFEXT" = "MFEXT" -a "" != "1"; then cat .layerapi2_dependencies |/src/adm/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/python3_circus/.layerapi2_dependencies; else cat .layerapi2_dependencies |/opt/metwork-mfext-master/bin/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/python3_circus/.layerapi2_dependencies; fi _cache_logic_before_layer.sh "/opt/metwork-mfext-master/opt/python3_circus" "python3_circus" /etc/buildimage_hash: 7287d05885b641033e3d2e66ec030375 /src/adm/root.mk md5sum hash: 2015ef15586bdf3948c47cec964182a5 core@mfext layer (dependency) hash (from cache): b53e6eb49d2bf55335b815a5d393c20f python3@mfext layer (dependency) hash (from cache): 30c97746a79beee6a36775f7043190ad python3_core@mfext layer (dependency) hash (from cache): 6d90fc338f8d11f5ad17cf88e9d805da root@mfext layer (dependency) hash (from cache): f10ced89e93f340f4a19b4f76d658719 source hash: 5ae44998653d2023ae1cab11f4efdfb0 cache missed (/buildcache/mfext_cache_layer_python3_circus_8c9a1de2c0eec971da4c2fbd7d941b45.tar) if ! test -f cache/hit; then \ for SUBDIR in 0500_circus; do \ OLDPWD=`pwd`; \ cd $SUBDIR || exit 1; \ make all || exit 1; \ cd ${OLDPWD}; \ done ; \ chmod -R a+rX,g-w,o-w,u+w /opt/metwork-mfext-master/opt/python3_circus ; \ fi make[3]: Entering directory '/src/layers/layer2_python3_circus/0500_circus' layer_wrapper --empty-env --empty-env-keeps=LANG,PATH,LAYERAPI2_LAYERS_PATH,PYTHON3_SHORT_VERSION,FORCED_PATHS,BUILDCACHE --force-prepend --layers=python3@mfext,python3_circus@mfext -- make -f Makefile.mk all for REQ in requirements3.txt; do if test -s ${REQ}; then download_compile_requirements ${REQ} || { echo "ERROR WITH download_compile_requirements ${REQ}"; exit 1; }; fi; done [DEBUG]: loading tempolayer64527[/src/layers/layer2_python3_circus/0500_circus/tempolayer64527] Obtaining circus from git+https://github.com/metwork-framework/circus.git@2d5b6d69bae3b7c6780a78ec474c951c030a06c1#egg=circus (from -r requirements3.txt (line 2)) Cloning https://github.com/metwork-framework/circus.git (to revision 2d5b6d69bae3b7c6780a78ec474c951c030a06c1) to ./tmp_src/circus Running command git clone --filter=blob:none --quiet https://github.com/metwork-framework/circus.git /src/layers/layer2_python3_circus/0500_circus/tmp_src/circus Running command git rev-parse -q --verify 'sha^2d5b6d69bae3b7c6780a78ec474c951c030a06c1' Running command git fetch -q https://github.com/metwork-framework/circus.git 2d5b6d69bae3b7c6780a78ec474c951c030a06c1 Resolved https://github.com/metwork-framework/circus.git to commit 2d5b6d69bae3b7c6780a78ec474c951c030a06c1 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Obtaining circus_autorestart_plugin from git+https://github.com/metwork-framework/circus_autorestart_plugin.git@9d208a18248d5ee131efa99a0af815c19ba398e4#egg=circus_autorestart_plugin (from -r requirements3.txt (line 3)) Cloning https://github.com/metwork-framework/circus_autorestart_plugin.git (to revision 9d208a18248d5ee131efa99a0af815c19ba398e4) to ./tmp_src/circus-autorestart-plugin Running command git clone --filter=blob:none --quiet https://github.com/metwork-framework/circus_autorestart_plugin.git /src/layers/layer2_python3_circus/0500_circus/tmp_src/circus-autorestart-plugin Running command git rev-parse -q --verify 'sha^9d208a18248d5ee131efa99a0af815c19ba398e4' Running command git fetch -q https://github.com/metwork-framework/circus_autorestart_plugin.git 9d208a18248d5ee131efa99a0af815c19ba398e4 Running command git checkout -q 9d208a18248d5ee131efa99a0af815c19ba398e4 Resolved https://github.com/metwork-framework/circus_autorestart_plugin.git to commit 9d208a18248d5ee131efa99a0af815c19ba398e4 Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting cached-property==1.5.2 (from -r requirements3.txt (line 1)) Downloading cached-property-1.5.2.tar.gz (12 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting pyzmq==25.1.1 (from -r requirements3.txt (line 4)) Downloading pyzmq-25.1.1.tar.gz (1.4 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.4/1.4 MB 40.6 MB/s eta 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting psutil (from circus->-r requirements3.txt (line 2)) Using cached psutil-5.9.8-cp312-abi3-linux_x86_64.whl Collecting tornado>=5.0.2 (from circus->-r requirements3.txt (line 2)) Using cached tornado-6.4.1-cp38-abi3-linux_x86_64.whl Collecting inotify_simple (from circus_autorestart_plugin->-r requirements3.txt (line 3)) Using cached inotify_simple-1.3.5-py3-none-any.whl Collecting gitignore_parser (from circus_autorestart_plugin->-r requirements3.txt (line 3)) Using cached gitignore_parser-0.1.11-py3-none-any.whl Collecting setuptools (from circus_autorestart_plugin->-r requirements3.txt (line 3)) Using cached setuptools-70.3.0-py3-none-any.whl Saved ./src/tornado-6.4.1-cp38-abi3-linux_x86_64.whl Saved ./src/gitignore_parser-0.1.11-py3-none-any.whl Saved ./src/inotify_simple-1.3.5-py3-none-any.whl Saved ./src/psutil-5.9.8-cp312-abi3-linux_x86_64.whl Saved ./src/setuptools-70.3.0-py3-none-any.whl Building wheels for collected packages: cached-property, pyzmq, circus, circus_autorestart_plugin Building wheel for cached-property (setup.py): started Building wheel for cached-property (setup.py): finished with status 'done' Created wheel for cached-property: filename=cached_property-1.5.2-py2.py3-none-any.whl size=7587 sha256=7f51e7f12872c9da491f372d5fd562898411816b5121ba411c18a4b92c3fdc7b Stored in directory: /root/.cache/pip/wheels/18/8e/2f/414c8bb22b55709428dc30792247e77ad37bd11851d7aa261f Building wheel for pyzmq (pyproject.toml): started Building wheel for pyzmq (pyproject.toml): finished with status 'done' Created wheel for pyzmq: filename=pyzmq-25.1.1-cp312-cp312-linux_x86_64.whl size=1826837 sha256=ff565860c9660e4c473e8426d046bf8462f89da56208a42baf46050c605a6fd1 Stored in directory: /root/.cache/pip/wheels/79/1d/2b/3ca9a885a32f012cddd2d2fc0f76fdfd98d8541e7d5d764243 Building wheel for circus (pyproject.toml): started Building wheel for circus (pyproject.toml): finished with status 'done' Created wheel for circus: filename=circus-0.18.0+mf.2-py3-none-any.whl size=212529 sha256=00855d9bce0b2087b2d5f3048dcbde02b2cf5fbc686543f5c5c6af20e2f0b0a1 Stored in directory: /src/layers/layer2_python3_circus/0500_circus/tempolayer64527/tmp/pip-ephem-wheel-cache-88_cqm_g/wheels/6d/9d/83/4e176b6014bf9ab3c082e03ecc1cdcf756b2b0992c5e32af5b Building wheel for circus_autorestart_plugin (setup.py): started Building wheel for circus_autorestart_plugin (setup.py): finished with status 'done' Created wheel for circus_autorestart_plugin: filename=circus_autorestart_plugin-0.0.1-py3-none-any.whl size=4514 sha256=a46c1659f97c11c95a445b334b30de80f7cda51aa74aadfb8d68e2917ad1aaf6 Stored in directory: /src/layers/layer2_python3_circus/0500_circus/tempolayer64527/tmp/pip-ephem-wheel-cache-88_cqm_g/wheels/2c/b3/6a/0bbdd9d43f45bbc51feeed6becbcce8d5652ffcb5f19e50b2a Successfully built cached-property pyzmq circus circus_autorestart_plugin if test -d ../../download_archive; then cp -Rf src/* ../../download_archive/ 2>/dev/null; fi mkdir -p /opt/metwork-mfext-master/opt/python3_circus/share/metwork_packages for REQ in requirements3.txt; do if test -s ${REQ}; then install_requirements /opt/metwork-mfext-master/opt/python3_circus ${REQ} ./src || { echo "ERROR WITH install_requirements ${REQ} /opt/metwork-mfext-master/opt/python3_circus ${REQ} ./src"; exit 1; }; fi; done [DEBUG]: layer python3_circus@mfext[/opt/metwork-mfext-master/opt/python3_circus] is already loaded Looking in links: ./src Processing ./src/cached_property-1.5.2-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 1)) Processing ./src/circus-0.18.0+mf.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 2)) Processing ./src/circus_autorestart_plugin-0.0.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 3)) Processing ./src/pyzmq-25.1.1-cp312-cp312-linux_x86_64.whl (from -r requirements3.txt.tmp (line 4)) Requirement already satisfied: psutil in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from circus->-r requirements3.txt.tmp (line 2)) (5.9.8) Requirement already satisfied: tornado>=5.0.2 in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from circus->-r requirements3.txt.tmp (line 2)) (6.4.1) Requirement already satisfied: inotify-simple in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from circus_autorestart_plugin->-r requirements3.txt.tmp (line 3)) (1.3.5) Requirement already satisfied: gitignore-parser in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from circus_autorestart_plugin->-r requirements3.txt.tmp (line 3)) (0.1.11) Requirement already satisfied: setuptools in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages (from circus_autorestart_plugin->-r requirements3.txt.tmp (line 3)) (70.3.0) Installing collected packages: cached-property, pyzmq, circus, circus_autorestart_plugin Successfully installed cached-property-1.5.2 circus-0.18.0+mf.2 circus_autorestart_plugin-0.0.1 pyzmq-25.1.1 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable.It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. if ! test -d /opt/metwork-mfext-master/opt/python3_circus/lib/python3.12/site-packages; then mkdir -p /opt/metwork-mfext-master/opt/python3_circus/lib/python3.12/site-packages; fi if test -f /opt/metwork-mfext-master/opt/python3_circus/lib/python3.12/site-packages/requirements3.txt; then cat /opt/metwork-mfext-master/opt/python3_circus/lib/python3.12/site-packages/requirements3.txt requirements3.txt |sort |uniq |sed 's/^-e git.*egg=\(.*\)$/\1/g' >/opt/metwork-mfext-master/opt/python3_circus/lib/python3.12/site-packages/requirements3.txt.tmp; mv /opt/metwork-mfext-master/opt/python3_circus/lib/python3.12/site-packages/requirements3.txt.tmp /opt/metwork-mfext-master/opt/python3_circus/lib/python3.12/site-packages/requirements3.txt; else cat requirements3.txt |sort |uniq |sed 's/^-e git.*egg=\(.*\)$/\1/g' >/opt/metwork-mfext-master/opt/python3_circus/lib/python3.12/site-packages/requirements3.txt ;fi IFS=$'\n' ; for REQ in `cat requirements3.txt |sort |uniq`; do _pip_package_to_yaml.sh "${REQ}" "/opt/metwork-mfext-master/opt/python3_circus/share/metwork_packages" || { echo "ERROR WITH _pip_package_to_yaml.sh ${REQ} /opt/metwork-mfext-master/opt/python3_circus/share/metwork_packages"; exit 1; } done /opt/metwork-mfext-master/opt/python3_circus/share/metwork_packages/circus.yaml is ready /opt/metwork-mfext-master/opt/python3_circus/share/metwork_packages/circus_autorestart_plugin.yaml is ready /opt/metwork-mfext-master/opt/python3_circus/share/metwork_packages/cached-property.yaml is ready /opt/metwork-mfext-master/opt/python3_circus/share/metwork_packages/pyzmq.yaml is ready make[3]: Leaving directory '/src/layers/layer2_python3_circus/0500_circus' if test "" = "1"; then echo > /opt/metwork-mfext-master/opt/python3_circus/.mfextaddon; fi _layer_dhash "python3_circus@mfext" >/opt/metwork-mfext-master/opt/python3_circus/.dhash if ! test -f cache/hit; then \ _check_layers_hash >/dev/null ; \ fi _cache_logic_after_layer.sh "/opt/metwork-mfext-master/opt/python3_circus" cache: /buildcache/mfext_cache_layer_python3_circus_8c9a1de2c0eec971da4c2fbd7d941b45.tar created make[2]: Leaving directory '/src/layers/layer2_python3_circus' make[2]: Entering directory '/src/layers/layer2_python3_scientific_core' if test "MFEXT" = "MFEXT" -a "" != "1"; then cat .layerapi2_label |/src/adm/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/python3_scientific_core/.layerapi2_label; else cat .layerapi2_label |/opt/metwork-mfext-master/bin/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/python3_scientific_core/.layerapi2_label; fi if test "MFEXT" = "MFEXT" -a "" != "1"; then cat .layerapi2_dependencies |/src/adm/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/python3_scientific_core/.layerapi2_dependencies; else cat .layerapi2_dependencies |/opt/metwork-mfext-master/bin/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/python3_scientific_core/.layerapi2_dependencies; fi _cache_logic_before_layer.sh "/opt/metwork-mfext-master/opt/python3_scientific_core" "python3_scientific_core" /etc/buildimage_hash: 7287d05885b641033e3d2e66ec030375 /src/adm/root.mk md5sum hash: 2015ef15586bdf3948c47cec964182a5 core@mfext layer (dependency) hash (from cache): b53e6eb49d2bf55335b815a5d393c20f python3@mfext layer (dependency) hash (from cache): 30c97746a79beee6a36775f7043190ad python3_core@mfext layer (dependency) hash (from cache): 6d90fc338f8d11f5ad17cf88e9d805da root@mfext layer (dependency) hash (from cache): f10ced89e93f340f4a19b4f76d658719 scientific_core@mfext layer (dependency) hash (from cache): 7cf639eacc70df8936f725cb9375af57 source hash: eace6b071151a7397674ec70946026d1 cache missed (/buildcache/mfext_cache_layer_python3_scientific_core_5b62a25b5b6662709663d106823b1f6d.tar) if ! test -f cache/hit; then \ for SUBDIR in 0500_extra_python_packages; do \ OLDPWD=`pwd`; \ cd $SUBDIR || exit 1; \ make all || exit 1; \ cd ${OLDPWD}; \ done ; \ chmod -R a+rX,g-w,o-w,u+w /opt/metwork-mfext-master/opt/python3_scientific_core ; \ fi make[3]: Entering directory '/src/layers/layer2_python3_scientific_core/0500_extra_python_packages' layer_wrapper --empty-env --empty-env-keeps=LANG,PATH,LAYERAPI2_LAYERS_PATH,PYTHON3_SHORT_VERSION,FORCED_PATHS,BUILDCACHE --force-prepend --layers=python3@mfext,scientific_core@mfext,python3_scientific_core@mfext -- make -f Makefile.mk all for REQ in requirements3.txt; do if test -s ${REQ}; then download_compile_requirements ${REQ} || { echo "ERROR WITH download_compile_requirements ${REQ}"; exit 1; }; fi; done [DEBUG]: loading tempolayer65509[/src/layers/layer2_python3_scientific_core/0500_extra_python_packages/tempolayer65509] Collecting astral==3.2 (from -r requirements3.txt (line 1)) Downloading astral-3.2-py3-none-any.whl.metadata (1.7 kB) Collecting psycopg2==2.9.9 (from -r requirements3.txt (line 2)) Downloading psycopg2-2.9.9.tar.gz (384 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting psycopg==3.1.20 (from -r requirements3.txt (line 3)) Downloading psycopg-3.1.20.tar.gz (147 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting psycopg-c==3.1.20 (from -r requirements3.txt (line 4)) Downloading psycopg_c-3.1.20.tar.gz (562 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 562.1/562.1 kB 19.8 MB/s eta 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting typing-extensions>=4.1 (from psycopg==3.1.20->-r requirements3.txt (line 3)) Using cached typing_extensions-4.12.2-py3-none-any.whl Downloading astral-3.2-py3-none-any.whl (38 kB) Saved ./src/astral-3.2-py3-none-any.whl Saved ./src/typing_extensions-4.12.2-py3-none-any.whl Building wheels for collected packages: psycopg2, psycopg, psycopg-c Building wheel for psycopg2 (setup.py): started Building wheel for psycopg2 (setup.py): finished with status 'done' Created wheel for psycopg2: filename=psycopg2-2.9.9-cp312-cp312-linux_x86_64.whl size=583260 sha256=7d77414bb364deec42bf0080f623c3480113d2e8c4c8d945063e781051e8a08d Stored in directory: /root/.cache/pip/wheels/ff/ac/80/7ccec163e3d05ae2112311b895132409b9abfd7e0c1c6b5183 Building wheel for psycopg (pyproject.toml): started Building wheel for psycopg (pyproject.toml): finished with status 'done' Created wheel for psycopg: filename=psycopg-3.1.20-py3-none-any.whl size=179474 sha256=9eca64878d1e2d260129073c1b01d3dcc44cba132b5541d08b7912ac0207eaf0 Stored in directory: /root/.cache/pip/wheels/d5/49/17/bf27aadcbfc47df39a8a4e5501f4dd295570eb5cc2dc84ab00 Building wheel for psycopg-c (pyproject.toml): started Building wheel for psycopg-c (pyproject.toml): finished with status 'done' Created wheel for psycopg-c: filename=psycopg_c-3.1.20-cp312-cp312-linux_x86_64.whl size=2013784 sha256=f3b0a6dd3facdd016a5f1f27e652fcd970b7774823675ec30cfacad301a7189a Stored in directory: /root/.cache/pip/wheels/99/6b/e4/ac0f065f7d7caced971ec17f559284252dfb3bbdb76010e090 Successfully built psycopg2 psycopg psycopg-c if test -d ../../download_archive; then cp -Rf src/* ../../download_archive/ 2>/dev/null; fi mkdir -p /opt/metwork-mfext-master/opt/python3_scientific_core/share/metwork_packages for REQ in requirements3.txt; do if test -s ${REQ}; then install_requirements /opt/metwork-mfext-master/opt/python3_scientific_core ${REQ} ./src || { echo "ERROR WITH install_requirements ${REQ} /opt/metwork-mfext-master/opt/python3_scientific_core ${REQ} ./src"; exit 1; }; fi; done [DEBUG]: layer python3_scientific_core@mfext[/opt/metwork-mfext-master/opt/python3_scientific_core] is already loaded Looking in links: ./src Processing ./src/astral-3.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 1)) Processing ./src/psycopg2-2.9.9-cp312-cp312-linux_x86_64.whl (from -r requirements3.txt.tmp (line 2)) Processing ./src/psycopg-3.1.20-py3-none-any.whl (from -r requirements3.txt.tmp (line 3)) Processing ./src/psycopg_c-3.1.20-cp312-cp312-linux_x86_64.whl (from -r requirements3.txt.tmp (line 4)) Requirement already satisfied: typing-extensions>=4.1 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages (from psycopg==3.1.20->-r requirements3.txt.tmp (line 3)) (4.12.2) Installing collected packages: psycopg2, psycopg-c, psycopg, astral Successfully installed astral-3.2 psycopg-3.1.20 psycopg-c-3.1.20 psycopg2-2.9.9 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable.It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. if ! test -d /opt/metwork-mfext-master/opt/python3_scientific_core/lib/python3.12/site-packages; then mkdir -p /opt/metwork-mfext-master/opt/python3_scientific_core/lib/python3.12/site-packages; fi if test -f /opt/metwork-mfext-master/opt/python3_scientific_core/lib/python3.12/site-packages/requirements3.txt; then cat /opt/metwork-mfext-master/opt/python3_scientific_core/lib/python3.12/site-packages/requirements3.txt requirements3.txt |sort |uniq |sed 's/^-e git.*egg=\(.*\)$/\1/g' >/opt/metwork-mfext-master/opt/python3_scientific_core/lib/python3.12/site-packages/requirements3.txt.tmp; mv /opt/metwork-mfext-master/opt/python3_scientific_core/lib/python3.12/site-packages/requirements3.txt.tmp /opt/metwork-mfext-master/opt/python3_scientific_core/lib/python3.12/site-packages/requirements3.txt; else cat requirements3.txt |sort |uniq |sed 's/^-e git.*egg=\(.*\)$/\1/g' >/opt/metwork-mfext-master/opt/python3_scientific_core/lib/python3.12/site-packages/requirements3.txt ;fi IFS=$'\n' ; for REQ in `cat requirements3.txt |sort |uniq`; do _pip_package_to_yaml.sh "${REQ}" "/opt/metwork-mfext-master/opt/python3_scientific_core/share/metwork_packages" || { echo "ERROR WITH _pip_package_to_yaml.sh ${REQ} /opt/metwork-mfext-master/opt/python3_scientific_core/share/metwork_packages"; exit 1; } done /opt/metwork-mfext-master/opt/python3_scientific_core/share/metwork_packages/astral.yaml is ready /opt/metwork-mfext-master/opt/python3_scientific_core/share/metwork_packages/psycopg-c.yaml is ready /opt/metwork-mfext-master/opt/python3_scientific_core/share/metwork_packages/psycopg2.yaml is ready /opt/metwork-mfext-master/opt/python3_scientific_core/share/metwork_packages/psycopg.yaml is ready make[3]: Leaving directory '/src/layers/layer2_python3_scientific_core/0500_extra_python_packages' if test "" = "1"; then echo > /opt/metwork-mfext-master/opt/python3_scientific_core/.mfextaddon; fi _layer_dhash "python3_scientific_core@mfext" >/opt/metwork-mfext-master/opt/python3_scientific_core/.dhash if ! test -f cache/hit; then \ _check_layers_hash >/dev/null ; \ fi _cache_logic_after_layer.sh "/opt/metwork-mfext-master/opt/python3_scientific_core" cache: /buildcache/mfext_cache_layer_python3_scientific_core_5b62a25b5b6662709663d106823b1f6d.tar created make[2]: Leaving directory '/src/layers/layer2_python3_scientific_core' make[2]: Entering directory '/src/layers/layer6_nodejs' if test "MFEXT" = "MFEXT" -a "" != "1"; then cat .layerapi2_label |/src/adm/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/nodejs/.layerapi2_label; else cat .layerapi2_label |/opt/metwork-mfext-master/bin/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/nodejs/.layerapi2_label; fi if test "MFEXT" = "MFEXT" -a "" != "1"; then cat .layerapi2_dependencies |/src/adm/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/nodejs/.layerapi2_dependencies; else cat .layerapi2_dependencies |/opt/metwork-mfext-master/bin/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/nodejs/.layerapi2_dependencies; fi if test "MFEXT" = "MFEXT" -a "" != "1"; then cat .layerapi2_extra_env |/src/adm/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/nodejs/.layerapi2_extra_env; else cat .layerapi2_extra_env |/opt/metwork-mfext-master/bin/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/nodejs/.layerapi2_extra_env; fi _cache_logic_before_layer.sh "/opt/metwork-mfext-master/opt/nodejs" "nodejs" /etc/buildimage_hash: 7287d05885b641033e3d2e66ec030375 /src/adm/root.mk md5sum hash: 2015ef15586bdf3948c47cec964182a5 core@mfext layer (dependency) hash (from cache): b53e6eb49d2bf55335b815a5d393c20f root@mfext layer (dependency) hash (from cache): f10ced89e93f340f4a19b4f76d658719 source hash: 2c241b734b6b48c5ec160cb7997f185f cache hit (used: /buildcache/mfext_cache_layer_nodejs_0303f19a72e9a6f077b31bd21dc75f24.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_0303f19a72e9a6f077b31bd21dc75f24.tar) make[2]: Leaving directory '/src/layers/layer6_nodejs' make[2]: Entering directory '/src/layers/layer7_devtools' if test "MFEXT" = "MFEXT" -a "" != "1"; then cat .layerapi2_label |/src/adm/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/devtools/.layerapi2_label; else cat .layerapi2_label |/opt/metwork-mfext-master/bin/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/devtools/.layerapi2_label; fi if test "MFEXT" = "MFEXT" -a "" != "1"; then cat .system_dependencies |/src/adm/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/devtools/.system_dependencies; else cat .system_dependencies |/opt/metwork-mfext-master/bin/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/devtools/.system_dependencies; fi if test "MFEXT" = "MFEXT" -a "" != "1"; then cat .layerapi2_dependencies |/src/adm/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/devtools/.layerapi2_dependencies; else cat .layerapi2_dependencies |/opt/metwork-mfext-master/bin/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/devtools/.layerapi2_dependencies; fi if test "MFEXT" = "MFEXT" -a "" != "1"; then cat .layerapi2_extra_env |/src/adm/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/devtools/.layerapi2_extra_env; else cat .layerapi2_extra_env |/opt/metwork-mfext-master/bin/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/devtools/.layerapi2_extra_env; fi if test "MFEXT" = "MFEXT" -a "" != "1"; then cat .layerapi2_interactive_profile |/src/adm/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/devtools/.layerapi2_interactive_profile; else cat .layerapi2_interactive_profile |/opt/metwork-mfext-master/bin/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/devtools/.layerapi2_interactive_profile; fi if test "MFEXT" = "MFEXT" -a "" != "1"; then cat .layerapi2_interactive_unprofile |/src/adm/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/devtools/.layerapi2_interactive_unprofile; else cat .layerapi2_interactive_unprofile |/opt/metwork-mfext-master/bin/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/devtools/.layerapi2_interactive_unprofile; fi _cache_logic_before_layer.sh "/opt/metwork-mfext-master/opt/devtools" "devtools" /etc/buildimage_hash: 7287d05885b641033e3d2e66ec030375 /src/adm/root.mk md5sum hash: 2015ef15586bdf3948c47cec964182a5 core@mfext layer (dependency) hash (from cache): b53e6eb49d2bf55335b815a5d393c20f root@mfext layer (dependency) hash (from cache): f10ced89e93f340f4a19b4f76d658719 source hash: ab26a0f48465d3207a4ec0f0b702dce8 cache hit (used: /buildcache/mfext_cache_layer_devtools_70544cd8c838d7d1122ccae2ad923be0.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_70544cd8c838d7d1122ccae2ad923be0.tar) make[2]: Leaving directory '/src/layers/layer7_devtools' make[2]: Entering directory '/src/layers/layer7_python3_devtools' if test "MFEXT" = "MFEXT" -a "" != "1"; then cat .layerapi2_label |/src/adm/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/python3_devtools/.layerapi2_label; else cat .layerapi2_label |/opt/metwork-mfext-master/bin/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/python3_devtools/.layerapi2_label; fi if test "MFEXT" = "MFEXT" -a "" != "1"; then cat .system_dependencies |/src/adm/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/python3_devtools/.system_dependencies; else cat .system_dependencies |/opt/metwork-mfext-master/bin/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/python3_devtools/.system_dependencies; fi if test "MFEXT" = "MFEXT" -a "" != "1"; then cat .layerapi2_dependencies |/src/adm/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/python3_devtools/.layerapi2_dependencies; else cat .layerapi2_dependencies |/opt/metwork-mfext-master/bin/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/python3_devtools/.layerapi2_dependencies; fi _cache_logic_before_layer.sh "/opt/metwork-mfext-master/opt/python3_devtools" "python3_devtools" /etc/buildimage_hash: 7287d05885b641033e3d2e66ec030375 /src/adm/root.mk md5sum hash: 2015ef15586bdf3948c47cec964182a5 core@mfext layer (dependency) hash (from cache): b53e6eb49d2bf55335b815a5d393c20f devtools@mfext layer (dependency) hash (from cache): 804779cf3ec64321cb9b6eac93435821 python3@mfext layer (dependency) hash (from cache): 30c97746a79beee6a36775f7043190ad python3_core@mfext layer (dependency) hash (from cache): 6d90fc338f8d11f5ad17cf88e9d805da root@mfext layer (dependency) hash (from cache): f10ced89e93f340f4a19b4f76d658719 source hash: 42c8ceefa7f37dede20339d9a510df34 cache missed (/buildcache/mfext_cache_layer_python3_devtools_877197cd2b47c5a2296077e62a72f89f.tar) if ! test -f cache/hit; then \ for SUBDIR in 0400_prereq_extra_python_packages 0500_extra_python_packages; do \ OLDPWD=`pwd`; \ cd $SUBDIR || exit 1; \ make all || exit 1; \ cd ${OLDPWD}; \ done ; \ chmod -R a+rX,g-w,o-w,u+w /opt/metwork-mfext-master/opt/python3_devtools ; \ fi make[3]: Entering directory '/src/layers/layer7_python3_devtools/0400_prereq_extra_python_packages' layer_wrapper --empty-env --empty-env-keeps=LANG,PATH,LAYERAPI2_LAYERS_PATH,PYTHON3_SHORT_VERSION,FORCED_PATHS,BUILDCACHE --force-prepend --layers=python3@mfext,devtools@mfext,python3_devtools@mfext -- make -f Makefile.mk all for REQ in requirements3.txt; do if test -s ${REQ}; then download_compile_requirements ${REQ} || { echo "ERROR WITH download_compile_requirements ${REQ}"; exit 1; }; fi; done [DEBUG]: loading tempolayer66846[/src/layers/layer7_python3_devtools/0400_prereq_extra_python_packages/tempolayer66846] Collecting flit-scm==1.7.0 (from -r requirements3.txt (line 1)) Downloading flit_scm-1.7.0.tar.gz (2.4 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting flit-core~=3.5 (from flit-scm==1.7.0->-r requirements3.txt (line 1)) Downloading flit_core-3.9.0.tar.gz (41 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.1.0-py3-none-any.whl Collecting packaging>=20 (from setuptools_scm>=6.4->flit-scm==1.7.0->-r requirements3.txt (line 1)) Using cached packaging-23.1-py3-none-any.whl Collecting setuptools (from setuptools_scm>=6.4->flit-scm==1.7.0->-r requirements3.txt (line 1)) Using cached setuptools-70.3.0-py3-none-any.whl Saved ./src/setuptools_scm-8.1.0-py3-none-any.whl Saved ./src/packaging-23.1-py3-none-any.whl Saved ./src/setuptools-70.3.0-py3-none-any.whl Building wheels for collected packages: flit-scm, 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=3140 sha256=df098e41fd0f6628e8f76d5bf22dd6f7380a786bcbeeccee1985a2bf124535cf Stored in directory: /root/.cache/pip/wheels/c2/f1/ea/5485a4fee6c56a37de10fb225da42433a67a58de1a6f5a7a4e Building wheel for flit-core (pyproject.toml): started Building wheel for flit-core (pyproject.toml): finished with status 'done' Created wheel for flit-core: filename=flit_core-3.9.0-py3-none-any.whl size=63141 sha256=e5b2a84881cf1f40eb5b0115e1d3a429765e0f43743b79e871352bb8e0c95952 Stored in directory: /root/.cache/pip/wheels/9b/06/fe/88ff8f71552db9e4b83ecb3b52e117265449bd6824702739b0 Successfully built flit-scm flit-core if test -d ../../download_archive; then cp -Rf src/* ../../download_archive/ 2>/dev/null; fi mkdir -p /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages for REQ in requirements3.txt; do if test -s ${REQ}; then install_requirements /opt/metwork-mfext-master/opt/python3_devtools ${REQ} ./src || { echo "ERROR WITH install_requirements ${REQ} /opt/metwork-mfext-master/opt/python3_devtools ${REQ} ./src"; exit 1; }; fi; done [DEBUG]: layer python3_devtools@mfext[/opt/metwork-mfext-master/opt/python3_devtools] is already loaded Looking in links: ./src Processing ./src/flit_scm-1.7.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 1)) Requirement already satisfied: flit-core~=3.5 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages (from flit-scm==1.7.0->-r requirements3.txt.tmp (line 1)) (3.9.0) Requirement already satisfied: setuptools_scm>=6.4 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages (from flit-scm==1.7.0->-r requirements3.txt.tmp (line 1)) (8.1.0) Requirement already satisfied: packaging>=20 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages (from setuptools_scm>=6.4->flit-scm==1.7.0->-r requirements3.txt.tmp (line 1)) (23.1) Requirement already satisfied: setuptools in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages (from setuptools_scm>=6.4->flit-scm==1.7.0->-r requirements3.txt.tmp (line 1)) (70.3.0) Installing collected packages: flit-scm Successfully installed flit-scm-1.7.0 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable.It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. if ! test -d /opt/metwork-mfext-master/opt/python3_devtools/lib/python3.12/site-packages; then mkdir -p /opt/metwork-mfext-master/opt/python3_devtools/lib/python3.12/site-packages; fi if test -f /opt/metwork-mfext-master/opt/python3_devtools/lib/python3.12/site-packages/requirements3.txt; then cat /opt/metwork-mfext-master/opt/python3_devtools/lib/python3.12/site-packages/requirements3.txt requirements3.txt |sort |uniq |sed 's/^-e git.*egg=\(.*\)$/\1/g' >/opt/metwork-mfext-master/opt/python3_devtools/lib/python3.12/site-packages/requirements3.txt.tmp; mv /opt/metwork-mfext-master/opt/python3_devtools/lib/python3.12/site-packages/requirements3.txt.tmp /opt/metwork-mfext-master/opt/python3_devtools/lib/python3.12/site-packages/requirements3.txt; else cat requirements3.txt |sort |uniq |sed 's/^-e git.*egg=\(.*\)$/\1/g' >/opt/metwork-mfext-master/opt/python3_devtools/lib/python3.12/site-packages/requirements3.txt ;fi IFS=$'\n' ; for REQ in `cat requirements3.txt |sort |uniq`; do _pip_package_to_yaml.sh "${REQ}" "/opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages" || { echo "ERROR WITH _pip_package_to_yaml.sh ${REQ} /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages"; exit 1; } done /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/flit_scm.yaml is ready make[3]: Leaving directory '/src/layers/layer7_python3_devtools/0400_prereq_extra_python_packages' make[3]: Entering directory '/src/layers/layer7_python3_devtools/0500_extra_python_packages' layer_wrapper --empty-env --empty-env-keeps=LANG,PATH,LAYERAPI2_LAYERS_PATH,PYTHON3_SHORT_VERSION,FORCED_PATHS,BUILDCACHE --force-prepend --layers=python3@mfext,devtools@mfext,python3_devtools@mfext -- make -f Makefile.mk all for REQ in requirements3.txt; do if test -s ${REQ}; then download_compile_requirements ${REQ} || { echo "ERROR WITH download_compile_requirements ${REQ}"; exit 1; }; fi; done [DEBUG]: loading tempolayer66981[/src/layers/layer7_python3_devtools/0500_extra_python_packages/tempolayer66981] Collecting altgraph==0.17.4 (from -r requirements3.txt (line 1)) Downloading altgraph-0.17.4.tar.gz (48 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting apipkg==3.0.2 (from -r requirements3.txt (line 2)) Downloading apipkg-3.0.2.tar.gz (6.6 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting astroid==3.0.0 (from -r requirements3.txt (line 3)) Downloading astroid-3.0.0.tar.gz (394 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting bandit==1.7.6 (from -r requirements3.txt (line 4)) Downloading bandit-1.7.6.tar.gz (2.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.0/2.0 MB 118.7 MB/s eta 0:00:00 Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting bracex==2.4 (from -r requirements3.txt (line 5)) Downloading bracex-2.4.tar.gz (26 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting black==24.3.0 (from -r requirements3.txt (line 6)) Downloading black-24.3.0.tar.gz (634 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 634.3/634.3 kB 36.9 MB/s eta 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting bump-pydantic==0.8.0 (from -r requirements3.txt (line 7)) Downloading bump_pydantic-0.8.0.tar.gz (28 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting cfgv==3.4.0 (from -r requirements3.txt (line 8)) Downloading cfgv-3.4.0.tar.gz (7.1 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting coverage==7.3.2 (from -r requirements3.txt (line 9)) Downloading coverage-7.3.2.tar.gz (764 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 764.5/764.5 kB 47.5 MB/s eta 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting exceptiongroup==1.1.3 (from -r requirements3.txt (line 10)) Downloading exceptiongroup-1.1.3.tar.gz (23 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting execnet==2.0.2 (from -r requirements3.txt (line 11)) Downloading execnet-2.0.2.tar.gz (161 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting filprofiler==2024.11.2 (from -r requirements3.txt (line 12)) Downloading filprofiler-2024.11.2-cp312-cp312-manylinux_2_28_x86_64.whl.metadata (3.8 kB) Collecting flake8==6.1.0 (from -r requirements3.txt (line 13)) Downloading flake8-6.1.0.tar.gz (48 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting flake8-docstrings==1.7.0 (from -r requirements3.txt (line 14)) Downloading flake8_docstrings-1.7.0.tar.gz (6.0 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting freezegun==1.2.2 (from -r requirements3.txt (line 15)) Downloading freezegun-1.2.2.tar.gz (30 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting ghp-import==2.1.0 (from -r requirements3.txt (line 16)) Downloading ghp-import-2.1.0.tar.gz (10 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting gitdb==4.0.11 (from -r requirements3.txt (line 17)) Downloading gitdb-4.0.11.tar.gz (394 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting GitPython==3.1.41 (from -r requirements3.txt (line 18)) Downloading GitPython-3.1.41.tar.gz (209 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting identify==2.6.2 (from -r requirements3.txt (line 19)) Downloading identify-2.6.2.tar.gz (99 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting iniconfig==2.0.0 (from -r requirements3.txt (line 20)) Downloading iniconfig-2.0.0.tar.gz (4.6 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting isort==5.12.0 (from -r requirements3.txt (line 21)) Downloading isort-5.12.0-py3-none-any.whl.metadata (12 kB) Collecting jmespath==1.0.1 (from -r requirements3.txt (line 22)) Downloading jmespath-1.0.1.tar.gz (25 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting lazy-object-proxy==1.9.0 (from -r requirements3.txt (line 23)) Downloading lazy-object-proxy-1.9.0.tar.gz (42 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting libcst==1.1.0 (from -r requirements3.txt (line 24)) Downloading libcst-1.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (17 kB) Collecting livereload==2.6.3 (from -r requirements3.txt (line 25)) Downloading livereload-2.6.3.tar.gz (25 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting lunr==0.7.0.post1 (from -r requirements3.txt (line 26)) Downloading lunr-0.7.0.post1.tar.gz (1.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 82.6 MB/s eta 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting Mako==1.2.4 (from -r requirements3.txt (line 27)) Downloading Mako-1.2.4.tar.gz (497 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting mccabe==0.7.0 (from -r requirements3.txt (line 28)) Downloading mccabe-0.7.0.tar.gz (9.7 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting mergedeep==1.3.4 (from -r requirements3.txt (line 29)) Downloading mergedeep-1.3.4.tar.gz (4.7 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting mkdocs==1.5.3 (from -r requirements3.txt (line 30)) Downloading mkdocs-1.5.3.tar.gz (3.7 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.7/3.7 MB 132.0 MB/s eta 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting mkdocs-add-number-plugin==1.2.2 (from -r requirements3.txt (line 31)) Downloading mkdocs-add-number-plugin-1.2.2.tar.gz (8.8 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting mkdocs-awesome-pages-plugin==2.9.2 (from -r requirements3.txt (line 32)) Downloading mkdocs_awesome_pages_plugin-2.9.2-py3-none-any.whl.metadata (13 kB) Collecting mkdocs-exclude==1.0.2 (from -r requirements3.txt (line 33)) Downloading mkdocs-exclude-1.0.2.tar.gz (6.8 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting mkdocs-macros-plugin==1.0.4 (from -r requirements3.txt (line 34)) Downloading mkdocs-macros-plugin-1.0.4.tar.gz (556 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 556.0/556.0 kB 33.2 MB/s eta 0:00:00 Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting mkdocs-material==9.4.5 (from -r requirements3.txt (line 35)) Downloading mkdocs_material-9.4.5.tar.gz (3.9 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.9/3.9 MB 121.6 MB/s eta 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting mkdocs-material-extensions==1.2 (from -r requirements3.txt (line 36)) Downloading mkdocs_material_extensions-1.2.tar.gz (11 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting mock==5.1.0 (from -r requirements3.txt (line 37)) Downloading mock-5.1.0.tar.gz (80 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting more-itertools==10.1.0 (from -r requirements3.txt (line 38)) Downloading more-itertools-10.1.0.tar.gz (111 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting natsort==8.4.0 (from -r requirements3.txt (line 39)) Downloading natsort-8.4.0.tar.gz (76 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting nltk==3.9.1 (from -r requirements3.txt (line 40)) Downloading nltk-3.9.1.tar.gz (2.9 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.9/2.9 MB 152.9 MB/s eta 0:00:00 Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting nodeenv==1.9.1 (from -r requirements3.txt (line 41)) Downloading nodeenv-1.9.1.tar.gz (47 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting paginate==0.5.6 (from -r requirements3.txt (line 42)) Downloading paginate-0.5.6.tar.gz (12 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting panoply==0.1.56 (from -r requirements3.txt (line 43)) Downloading panoply-0.1.56-py3-none-any.whl.metadata (525 bytes) Collecting pdoc3==0.10.0 (from -r requirements3.txt (line 44)) Downloading pdoc3-0.10.0.tar.gz (86 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting pipdeptree==2.13.1 (from -r requirements3.txt (line 45)) Downloading pipdeptree-2.13.1.tar.gz (33 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pre-commit==4.0.1 (from -r requirements3.txt (line 46)) Downloading pre_commit-4.0.1.tar.gz (191 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting py-spy==0.3.14 (from -r requirements3.txt (line 47)) Downloading py_spy-0.3.14-py2.py3-none-manylinux_2_5_x86_64.manylinux1_x86_64.whl.metadata (16 kB) Collecting pydocstyle==6.1.1 (from -r requirements3.txt (line 48)) Downloading pydocstyle-6.1.1.tar.gz (35 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pyflakes==3.1.0 (from -r requirements3.txt (line 49)) Downloading pyflakes-3.1.0.tar.gz (63 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting pyinstaller-hooks-contrib==2024.0 (from -r requirements3.txt (line 50)) Downloading pyinstaller-hooks-contrib-2024.0.tar.gz (121 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pyinstaller==6.3.0 (from -r requirements3.txt (line 51)) Downloading pyinstaller-6.3.0.tar.gz (4.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.1/4.1 MB 162.4 MB/s eta 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pylint==3.0.1 (from -r requirements3.txt (line 52)) Downloading pylint-3.0.1.tar.gz (441 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pymdown-extensions==10.3 (from -r requirements3.txt (line 53)) Downloading pymdown_extensions-10.3.tar.gz (784 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 784.9/784.9 kB 58.1 MB/s eta 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pytest==7.4.4 (from -r requirements3.txt (line 54)) Downloading pytest-7.4.4.tar.gz (1.4 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.4/1.4 MB 71.6 MB/s eta 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pytest-asyncio==0.21.1 (from -r requirements3.txt (line 55)) Downloading pytest-asyncio-0.21.1.tar.gz (30 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pytest-cov==4.1.0 (from -r requirements3.txt (line 56)) Downloading pytest-cov-4.1.0.tar.gz (63 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting pytest-html==4.1.1 (from -r requirements3.txt (line 57)) Downloading pytest_html-4.1.1.tar.gz (150 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pytest-httpserver==1.0.8 (from -r requirements3.txt (line 58)) Downloading pytest_httpserver-1.0.8-py3-none-any.whl.metadata (5.9 kB) Collecting pytest-metadata==3.0.0 (from -r requirements3.txt (line 59)) Downloading pytest_metadata-3.0.0-py3-none-any.whl.metadata (8.6 kB) Collecting pytest-json-report==1.5.0 (from -r requirements3.txt (line 60)) Downloading pytest-json-report-1.5.0.tar.gz (21 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting pytest-mock==3.11.1 (from -r requirements3.txt (line 61)) Downloading pytest-mock-3.11.1.tar.gz (31 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting pytest-xdist==3.3.1 (from -r requirements3.txt (line 62)) Downloading pytest-xdist-3.3.1.tar.gz (77 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pyyaml-env-tag==0.1 (from -r requirements3.txt (line 63)) Downloading pyyaml_env_tag-0.1.tar.gz (5.6 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting repackage==0.7.3 (from -r requirements3.txt (line 64)) Downloading repackage-0.7.3.tar.gz (5.0 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting setuptools-git-versioning==1.13.5 (from -r requirements3.txt (line 65)) Downloading setuptools-git-versioning-1.13.5.tar.gz (10 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting sftp-py==0.2.1 (from -r requirements3.txt (line 66)) Downloading sftp_py-0.2.1.tar.gz (6.1 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting simple-term-menu==1.6.4 (from -r requirements3.txt (line 67)) Downloading simple-term-menu-1.6.4.tar.gz (35 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting smmap==5.0.1 (from -r requirements3.txt (line 68)) Downloading smmap-5.0.1.tar.gz (22 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting snowballstemmer==2.2.0 (from -r requirements3.txt (line 69)) Downloading snowballstemmer-2.2.0.tar.gz (86 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting stevedore==5.1.0 (from -r requirements3.txt (line 70)) Downloading stevedore-5.1.0.tar.gz (514 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting typer==0.9.0 (from -r requirements3.txt (line 71)) Downloading typer-0.9.0.tar.gz (273 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting typing-inspect==0.9.0 (from -r requirements3.txt (line 72)) Downloading typing_inspect-0.9.0.tar.gz (13 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting watchdog==3.0.0 (from -r requirements3.txt (line 73)) Downloading watchdog-3.0.0.tar.gz (124 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting wcmatch==8.5 (from -r requirements3.txt (line 74)) Downloading wcmatch-8.5.tar.gz (114 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting PyYAML>=5.3.1 (from bandit==1.7.6->-r requirements3.txt (line 4)) Using cached PyYAML-6.0.2-cp312-cp312-linux_x86_64.whl Collecting rich (from bandit==1.7.6->-r requirements3.txt (line 4)) Using cached rich-13.5.2-py3-none-any.whl.metadata (18 kB) Collecting click>=8.0.0 (from black==24.3.0->-r requirements3.txt (line 6)) Using cached click-8.1.7-py3-none-any.whl Collecting mypy-extensions>=0.4.3 (from black==24.3.0->-r requirements3.txt (line 6)) Using cached mypy_extensions-1.0.0-py3-none-any.whl Collecting packaging>=22.0 (from black==24.3.0->-r requirements3.txt (line 6)) Using cached packaging-23.1-py3-none-any.whl Collecting pathspec>=0.9.0 (from black==24.3.0->-r requirements3.txt (line 6)) Using cached pathspec-0.11.2-py3-none-any.whl Collecting platformdirs>=2 (from black==24.3.0->-r requirements3.txt (line 6)) Using cached platformdirs-3.10.0-py3-none-any.whl Collecting aiohttp>=3.7.4 (from black==24.3.0->-r requirements3.txt (line 6)) Using cached aiohttp-3.10.5-cp312-cp312-linux_x86_64.whl Collecting typing-extensions (from bump-pydantic==0.8.0->-r requirements3.txt (line 7)) Using cached typing_extensions-4.12.2-py3-none-any.whl Collecting threadpoolctl (from filprofiler==2024.11.2->-r requirements3.txt (line 12)) Using cached threadpoolctl-3.2.0-py3-none-any.whl Collecting pycodestyle<2.12.0,>=2.11.0 (from flake8==6.1.0->-r requirements3.txt (line 13)) Using cached pycodestyle-2.11.0-py2.py3-none-any.whl Collecting python-dateutil>=2.7 (from freezegun==1.2.2->-r requirements3.txt (line 15)) Using cached python_dateutil-2.8.2-py2.py3-none-any.whl Collecting tornado (from livereload==2.6.3->-r requirements3.txt (line 25)) Using cached tornado-6.4.1-cp38-abi3-linux_x86_64.whl Collecting six (from livereload==2.6.3->-r requirements3.txt (line 25)) Using cached six-1.16.0-py2.py3-none-any.whl Collecting MarkupSafe>=0.9.2 (from Mako==1.2.4->-r requirements3.txt (line 27)) Using cached MarkupSafe-2.1.3-cp312-cp312-linux_x86_64.whl Collecting jinja2>=2.11.1 (from mkdocs==1.5.3->-r requirements3.txt (line 30)) Using cached jinja2-3.1.4-py3-none-any.whl Collecting markdown>=3.2.1 (from mkdocs==1.5.3->-r requirements3.txt (line 30)) Using cached Markdown-3.4.4-py3-none-any.whl Collecting termcolor (from mkdocs-macros-plugin==1.0.4->-r requirements3.txt (line 34)) Using cached termcolor-2.3.0-py3-none-any.whl Collecting babel~=2.10 (from mkdocs-material==9.4.5->-r requirements3.txt (line 35)) Using cached Babel-2.13.0-py3-none-any.whl Collecting colorama~=0.4 (from mkdocs-material==9.4.5->-r requirements3.txt (line 35)) Using cached colorama-0.4.6-py2.py3-none-any.whl Collecting pygments~=2.16 (from mkdocs-material==9.4.5->-r requirements3.txt (line 35)) Using cached Pygments-2.16.1-py3-none-any.whl Collecting regex>=2022.4 (from mkdocs-material==9.4.5->-r requirements3.txt (line 35)) Using cached regex-2023.8.8-cp312-cp312-linux_x86_64.whl Collecting requests~=2.26 (from mkdocs-material==9.4.5->-r requirements3.txt (line 35)) Using cached requests-2.32.3-py3-none-any.whl Collecting joblib (from nltk==3.9.1->-r requirements3.txt (line 40)) Using cached joblib-1.3.2-py3-none-any.whl Collecting tqdm (from nltk==3.9.1->-r requirements3.txt (line 40)) Using cached tqdm-4.66.4-py3-none-any.whl Collecting virtualenv>=20.10.0 (from pre-commit==4.0.1->-r requirements3.txt (line 46)) Downloading virtualenv-20.24.6.tar.gz (7.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.1/7.1 MB 27.0 MB/s eta 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting setuptools>=42.0.0 (from pyinstaller-hooks-contrib==2024.0->-r requirements3.txt (line 50)) Using cached setuptools-70.3.0-py3-none-any.whl Collecting tomlkit>=0.10.1 (from pylint==3.0.1->-r requirements3.txt (line 52)) Using cached tomlkit-0.12.1-py3-none-any.whl.metadata (2.7 kB) Collecting dill>=0.3.6 (from pylint==3.0.1->-r requirements3.txt (line 52)) Using cached dill-0.3.7-py3-none-any.whl Collecting pluggy<2.0,>=0.12 (from pytest==7.4.4->-r requirements3.txt (line 54)) Using cached pluggy-1.3.0-py3-none-any.whl Collecting Werkzeug>=2.0.0 (from pytest-httpserver==1.0.8->-r requirements3.txt (line 58)) Using cached werkzeug-3.0.6-py3-none-any.whl Collecting paramiko>=2.7.1 (from sftp-py==0.2.1->-r requirements3.txt (line 66)) Using cached paramiko-3.4.1-py3-none-any.whl Collecting pbr!=2.1.0,>=2.0.0 (from stevedore==5.1.0->-r requirements3.txt (line 70)) Using cached pbr-5.11.1-py2.py3-none-any.whl Collecting aiohappyeyeballs>=2.3.0 (from aiohttp>=3.7.4->black==24.3.0->-r requirements3.txt (line 6)) Using cached aiohappyeyeballs-2.4.0-py3-none-any.whl.metadata (5.9 kB) Collecting aiosignal>=1.1.2 (from aiohttp>=3.7.4->black==24.3.0->-r requirements3.txt (line 6)) Using cached aiosignal-1.3.1-py3-none-any.whl Collecting attrs>=17.3.0 (from aiohttp>=3.7.4->black==24.3.0->-r requirements3.txt (line 6)) Using cached attrs-23.2.0-py3-none-any.whl Collecting frozenlist>=1.1.1 (from aiohttp>=3.7.4->black==24.3.0->-r requirements3.txt (line 6)) Using cached frozenlist-1.5.0-cp312-cp312-linux_x86_64.whl Collecting multidict<7.0,>=4.5 (from aiohttp>=3.7.4->black==24.3.0->-r requirements3.txt (line 6)) Using cached multidict-6.0.4-cp312-cp312-linux_x86_64.whl Collecting yarl<2.0,>=1.0 (from aiohttp>=3.7.4->black==24.3.0->-r requirements3.txt (line 6)) Using cached yarl-1.9.11-cp312-cp312-linux_x86_64.whl Collecting bcrypt>=3.2 (from paramiko>=2.7.1->sftp-py==0.2.1->-r requirements3.txt (line 66)) Using cached bcrypt-4.0.1-cp312-cp312-linux_x86_64.whl Collecting cryptography>=3.3 (from paramiko>=2.7.1->sftp-py==0.2.1->-r requirements3.txt (line 66)) Using cached cryptography-43.0.1-cp37-abi3-linux_x86_64.whl Collecting pynacl>=1.5 (from paramiko>=2.7.1->sftp-py==0.2.1->-r requirements3.txt (line 66)) Using cached PyNaCl-1.5.0-cp312-cp312-linux_x86_64.whl Collecting charset-normalizer<4,>=2 (from requests~=2.26->mkdocs-material==9.4.5->-r requirements3.txt (line 35)) Using cached charset_normalizer-3.2.0-py3-none-any.whl Collecting idna<4,>=2.5 (from requests~=2.26->mkdocs-material==9.4.5->-r requirements3.txt (line 35)) Using cached idna-3.7-py3-none-any.whl Collecting urllib3<3,>=1.21.1 (from requests~=2.26->mkdocs-material==9.4.5->-r requirements3.txt (line 35)) Using cached urllib3-2.2.2-py3-none-any.whl Collecting certifi>=2017.4.17 (from requests~=2.26->mkdocs-material==9.4.5->-r requirements3.txt (line 35)) Using cached certifi-2024.7.4-py3-none-any.whl Collecting distlib<1,>=0.3.7 (from virtualenv>=20.10.0->pre-commit==4.0.1->-r requirements3.txt (line 46)) Downloading distlib-0.3.7.tar.gz (609 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 609.5/609.5 kB 37.1 MB/s eta 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting filelock<4,>=3.12.2 (from virtualenv>=20.10.0->pre-commit==4.0.1->-r requirements3.txt (line 46)) Using cached filelock-3.12.3-py3-none-any.whl Collecting markdown-it-py>=2.2.0 (from rich->bandit==1.7.6->-r requirements3.txt (line 4)) Using cached markdown_it_py-3.0.0-py3-none-any.whl Collecting cffi>=1.12 (from cryptography>=3.3->paramiko>=2.7.1->sftp-py==0.2.1->-r requirements3.txt (line 66)) Using cached cffi-1.17.1-cp312-cp312-linux_x86_64.whl Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich->bandit==1.7.6->-r requirements3.txt (line 4)) Using cached mdurl-0.1.2-py3-none-any.whl Collecting pycparser (from cffi>=1.12->cryptography>=3.3->paramiko>=2.7.1->sftp-py==0.2.1->-r requirements3.txt (line 66)) Using cached pycparser-2.21-py2.py3-none-any.whl Downloading filprofiler-2024.11.2-cp312-cp312-manylinux_2_28_x86_64.whl (1.5 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.5/1.5 MB 80.9 MB/s eta 0:00:00 Downloading isort-5.12.0-py3-none-any.whl (91 kB) Downloading libcst-1.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.2/3.2 MB 141.0 MB/s eta 0:00:00 Downloading mkdocs_awesome_pages_plugin-2.9.2-py3-none-any.whl (14 kB) Downloading panoply-0.1.56-py3-none-any.whl (3.1 kB) Downloading py_spy-0.3.14-py2.py3-none-manylinux_2_5_x86_64.manylinux1_x86_64.whl (3.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.0/3.0 MB 110.7 MB/s eta 0:00:00 Downloading pytest_httpserver-1.0.8-py3-none-any.whl (18 kB) Downloading pytest_metadata-3.0.0-py3-none-any.whl (10 kB) Using cached tomlkit-0.12.1-py3-none-any.whl (37 kB) Using cached rich-13.5.2-py3-none-any.whl (239 kB) Using cached aiohappyeyeballs-2.4.0-py3-none-any.whl (12 kB) Saved ./src/filprofiler-2024.11.2-cp312-cp312-manylinux_2_28_x86_64.whl Saved ./src/isort-5.12.0-py3-none-any.whl Saved ./src/libcst-1.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl Saved ./src/mkdocs_awesome_pages_plugin-2.9.2-py3-none-any.whl Saved ./src/panoply-0.1.56-py3-none-any.whl Saved ./src/py_spy-0.3.14-py2.py3-none-manylinux_2_5_x86_64.manylinux1_x86_64.whl Saved ./src/pytest_httpserver-1.0.8-py3-none-any.whl Saved ./src/pytest_metadata-3.0.0-py3-none-any.whl Saved ./src/aiohttp-3.10.5-cp312-cp312-linux_x86_64.whl Saved ./src/Babel-2.13.0-py3-none-any.whl Saved ./src/click-8.1.7-py3-none-any.whl Saved ./src/colorama-0.4.6-py2.py3-none-any.whl Saved ./src/dill-0.3.7-py3-none-any.whl Saved ./src/jinja2-3.1.4-py3-none-any.whl Saved ./src/Markdown-3.4.4-py3-none-any.whl Saved ./src/MarkupSafe-2.1.3-cp312-cp312-linux_x86_64.whl Saved ./src/mypy_extensions-1.0.0-py3-none-any.whl Saved ./src/packaging-23.1-py3-none-any.whl Saved ./src/paramiko-3.4.1-py3-none-any.whl Saved ./src/pathspec-0.11.2-py3-none-any.whl Saved ./src/pbr-5.11.1-py2.py3-none-any.whl Saved ./src/platformdirs-3.10.0-py3-none-any.whl Saved ./src/pluggy-1.3.0-py3-none-any.whl Saved ./src/pycodestyle-2.11.0-py2.py3-none-any.whl Saved ./src/Pygments-2.16.1-py3-none-any.whl Saved ./src/python_dateutil-2.8.2-py2.py3-none-any.whl Saved ./src/PyYAML-6.0.2-cp312-cp312-linux_x86_64.whl Saved ./src/regex-2023.8.8-cp312-cp312-linux_x86_64.whl Saved ./src/requests-2.32.3-py3-none-any.whl Saved ./src/setuptools-70.3.0-py3-none-any.whl Saved ./src/six-1.16.0-py2.py3-none-any.whl Saved ./src/tomlkit-0.12.1-py3-none-any.whl Saved ./src/typing_extensions-4.12.2-py3-none-any.whl Saved ./src/werkzeug-3.0.6-py3-none-any.whl Saved ./src/joblib-1.3.2-py3-none-any.whl Saved ./src/rich-13.5.2-py3-none-any.whl Saved ./src/termcolor-2.3.0-py3-none-any.whl Saved ./src/threadpoolctl-3.2.0-py3-none-any.whl Saved ./src/tornado-6.4.1-cp38-abi3-linux_x86_64.whl Saved ./src/tqdm-4.66.4-py3-none-any.whl Saved ./src/aiohappyeyeballs-2.4.0-py3-none-any.whl Saved ./src/aiosignal-1.3.1-py3-none-any.whl Saved ./src/attrs-23.2.0-py3-none-any.whl Saved ./src/bcrypt-4.0.1-cp312-cp312-linux_x86_64.whl Saved ./src/certifi-2024.7.4-py3-none-any.whl Saved ./src/charset_normalizer-3.2.0-py3-none-any.whl Saved ./src/cryptography-43.0.1-cp37-abi3-linux_x86_64.whl Saved ./src/filelock-3.12.3-py3-none-any.whl Saved ./src/frozenlist-1.5.0-cp312-cp312-linux_x86_64.whl Saved ./src/idna-3.7-py3-none-any.whl Saved ./src/markdown_it_py-3.0.0-py3-none-any.whl Saved ./src/multidict-6.0.4-cp312-cp312-linux_x86_64.whl Saved ./src/PyNaCl-1.5.0-cp312-cp312-linux_x86_64.whl Saved ./src/urllib3-2.2.2-py3-none-any.whl Saved ./src/yarl-1.9.11-cp312-cp312-linux_x86_64.whl Saved ./src/cffi-1.17.1-cp312-cp312-linux_x86_64.whl Saved ./src/mdurl-0.1.2-py3-none-any.whl Saved ./src/pycparser-2.21-py2.py3-none-any.whl Building wheels for collected packages: altgraph, apipkg, astroid, bandit, bracex, black, bump-pydantic, cfgv, coverage, exceptiongroup, execnet, flake8, flake8-docstrings, freezegun, ghp-import, gitdb, GitPython, identify, iniconfig, jmespath, lazy-object-proxy, livereload, lunr, Mako, mccabe, mergedeep, mkdocs, mkdocs-add-number-plugin, mkdocs-exclude, mkdocs-macros-plugin, mkdocs-material, mkdocs-material-extensions, mock, more-itertools, natsort, nltk, nodeenv, paginate, pdoc3, pipdeptree, pre-commit, pydocstyle, pyflakes, pyinstaller-hooks-contrib, pyinstaller, pylint, pymdown-extensions, pytest, pytest-asyncio, pytest-cov, pytest-html, pytest-json-report, pytest-mock, pytest-xdist, pyyaml-env-tag, repackage, setuptools-git-versioning, sftp-py, simple-term-menu, smmap, snowballstemmer, stevedore, typer, typing-inspect, watchdog, wcmatch, virtualenv, distlib Building wheel for altgraph (setup.py): started Building wheel for altgraph (setup.py): finished with status 'done' Created wheel for altgraph: filename=altgraph-0.17.4-py2.py3-none-any.whl size=21210 sha256=3e69e73e0b412e5012e7f3696074bf143c052aa3c2a445bc1c4e03bd2028d1ec Stored in directory: /root/.cache/pip/wheels/97/3f/ab/d906b07d2b91038bb82ac1e699381882f47c08df1c255cbe4b Building wheel for apipkg (pyproject.toml): started Building wheel for apipkg (pyproject.toml): finished with status 'done' Created wheel for apipkg: filename=apipkg-3.0.2-py3-none-any.whl size=8432 sha256=2f357ecfc630989751d18b0a49cf41108bad60480651e935a40d0b486938aeaa Stored in directory: /root/.cache/pip/wheels/c6/e2/3d/ef0f052b1307a757c6aa139280e4f7f651baca03d695fb0740 Building wheel for astroid (pyproject.toml): started Building wheel for astroid (pyproject.toml): finished with status 'done' Created wheel for astroid: filename=astroid-3.0.0-py3-none-any.whl size=275096 sha256=512b69a025d02931bdbc338c29bebd48707de9660e0b9b773fde70cc5723af4b Stored in directory: /root/.cache/pip/wheels/16/03/c2/2fce4929b140b7b59de3d978f11535cdcd5c5cf5137d063284 Building wheel for bandit (setup.py): started Building wheel for bandit (setup.py): finished with status 'done' Created wheel for bandit: filename=bandit-1.7.6-py3-none-any.whl size=120559 sha256=e0e0a1d831e3fc5275f4a4c6129b6ab7e15e67d79e79a04e5e7b9895529d8a0f Stored in directory: /root/.cache/pip/wheels/7e/25/a1/0785f2356d415d03e4e9c7616292d08fa5955e65ba6e95a699 Building wheel for bracex (pyproject.toml): started Building wheel for bracex (pyproject.toml): finished with status 'done' Created wheel for bracex: filename=bracex-2.4-py3-none-any.whl size=11608 sha256=efdc71eff95eaff5e0f8cfebe7d01adf2c8637c8c92edaf63ef348c241a82418 Stored in directory: /root/.cache/pip/wheels/81/01/e6/483f15283cd365390c95370da347decc225d88f46613339b64 Building wheel for black (pyproject.toml): started Building wheel for black (pyproject.toml): finished with status 'done' Created wheel for black: filename=black-24.3.0-py3-none-any.whl size=201491 sha256=eabd91bb1ee59b354fc069d1754e3cea57fa6253b1d013790ec6108ab0d1ef36 Stored in directory: /root/.cache/pip/wheels/7f/e3/3e/fd2c5566935d616d171829bd44ba4d3316f7d6e6e4cdc7a58c Building wheel for bump-pydantic (pyproject.toml): started Building wheel for bump-pydantic (pyproject.toml): finished with status 'done' Created wheel for bump-pydantic: filename=bump_pydantic-0.8.0-py3-none-any.whl size=27527 sha256=be861bb16ebde3ac344273d358b67a53b27d240abf0110b3c20d0d011ad2d53e Stored in directory: /root/.cache/pip/wheels/7b/3b/41/30c72c780e93588d32400fec73c6d4e9343e4b32c7e60317f2 Building wheel for cfgv (setup.py): started Building wheel for cfgv (setup.py): finished with status 'done' Created wheel for cfgv: filename=cfgv-3.4.0-py2.py3-none-any.whl size=7249 sha256=ca0ebc6f8b5a9f60e7a0f5ebbb3b6d81690401b734ba61502d369aac416ca061 Stored in directory: /root/.cache/pip/wheels/63/a9/99/78cc5c47cf3dbed8d32d9f6caf919cc7fe90392db98a0ddbd6 Building wheel for coverage (pyproject.toml): started Building wheel for coverage (pyproject.toml): finished with status 'done' Created wheel for coverage: filename=coverage-7.3.2-cp312-cp312-linux_x86_64.whl size=240459 sha256=dc7eb132e033e22288d492a2868cb744a9519e4bf5b3dd89ab318d45b461a5ac Stored in directory: /root/.cache/pip/wheels/03/d6/42/5c9e62cf097751662a538bbbb92dd406f595c1669ef3720357 Building wheel for exceptiongroup (pyproject.toml): started Building wheel for exceptiongroup (pyproject.toml): finished with status 'done' Created wheel for exceptiongroup: filename=exceptiongroup-1.1.3-py3-none-any.whl size=14830 sha256=83cc6afeda7a942d8e90d2fda8c92be82b12cf9a80c66f05e470d94a7019ede7 Stored in directory: /root/.cache/pip/wheels/90/ac/af/bc85e66d7fdc3714ad20b72d30b34b94aed31399095def3412 Building wheel for execnet (pyproject.toml): started Building wheel for execnet (pyproject.toml): finished with status 'done' Created wheel for execnet: filename=execnet-2.0.2-py3-none-any.whl size=37218 sha256=bc1cc936aa13cbb0ffa816d0d61cd00eb50cf84667ab749b4c7345971353c0b4 Stored in directory: /root/.cache/pip/wheels/39/49/d7/52fbb787c3d8217e90cb06a5153114b60fe6b25368af96664a Building wheel for flake8 (setup.py): started Building wheel for flake8 (setup.py): finished with status 'done' Created wheel for flake8: filename=flake8-6.1.0-py2.py3-none-any.whl size=58256 sha256=49230e3e0ac872a379168aad73b53117b67450cb4f3b0f637b9c11d7a7674f37 Stored in directory: /root/.cache/pip/wheels/e5/26/2a/e751e89d1ece6f7d60ae82a802890619c64d287377cbf311d8 Building wheel for flake8-docstrings (setup.py): started Building wheel for flake8-docstrings (setup.py): finished with status 'done' Created wheel for flake8-docstrings: filename=flake8_docstrings-1.7.0-py2.py3-none-any.whl size=4987 sha256=5fb2df6ba16e97a0117f1cf8c9f6493b3151c7b2d8689506f6f41c362610a884 Stored in directory: /root/.cache/pip/wheels/c2/30/66/652006520292f82f013791d08540fe058d38e4c239ee251841 Building wheel for freezegun (pyproject.toml): started Building wheel for freezegun (pyproject.toml): finished with status 'done' Created wheel for freezegun: filename=freezegun-1.2.2-py3-none-any.whl size=17055 sha256=3c9a8749787a40c99ec2236f907ac70af51539f8651d1c368bfdc11d92778016 Stored in directory: /root/.cache/pip/wheels/cb/9a/8c/54acdba7ed2c07c0ad3ee03f95659abf79c603d0208216a271 Building wheel for ghp-import (setup.py): started Building wheel for ghp-import (setup.py): finished with status 'done' Created wheel for ghp-import: filename=ghp_import-2.1.0-py3-none-any.whl size=11008 sha256=7b7d16a9974c45df1d6234d0287ecc0644a07bfcaac5e9c7ae59d9f2331e89b6 Stored in directory: /root/.cache/pip/wheels/d2/40/bd/27f0aed2ced09768a700ef94678d96ee68cf9226cff8e40532 Building wheel for gitdb (setup.py): started Building wheel for gitdb (setup.py): finished with status 'done' Created wheel for gitdb: filename=gitdb-4.0.11-py3-none-any.whl size=62721 sha256=1ab067922329b193fc1ceaca7207e28760f9fab8e98b6116b118c983763b50a0 Stored in directory: /root/.cache/pip/wheels/cf/5e/d8/05e77ecdf262317fa16439e0f29a0e0b5f79bc4eabcb723c40 Building wheel for GitPython (pyproject.toml): started Building wheel for GitPython (pyproject.toml): finished with status 'done' Created wheel for GitPython: filename=GitPython-3.1.41-py3-none-any.whl size=196355 sha256=a25504676967025c514fe73f4619ef6144049ef774f6d3e7b3addda8ba4433d7 Stored in directory: /root/.cache/pip/wheels/13/d3/98/33eb4f11f5a45b97adc419db1b2f1f96da595a1ae7c04234a0 Building wheel for identify (setup.py): started Building wheel for identify (setup.py): finished with status 'done' Created wheel for identify: filename=identify-2.6.2-py2.py3-none-any.whl size=98982 sha256=2c175892983be5588035543055e73f1d40916324abdcee8cea2d0cff26b987c6 Stored in directory: /root/.cache/pip/wheels/75/24/e4/04e598adb757874bf8de0acfc5e5b8d198971d7d668f9eaf1e Building wheel for iniconfig (pyproject.toml): started Building wheel for iniconfig (pyproject.toml): finished with status 'done' Created wheel for iniconfig: filename=iniconfig-2.0.0-py3-none-any.whl size=6012 sha256=733ed78a0dd6d0cbf5f729d8c09ebf466fdcac4fee7e923d1b136631b320ebdc Stored in directory: /root/.cache/pip/wheels/4f/81/33/929b637af7e4571d46dbf6b08dbb003739f7b1dcf4727b6cad Building wheel for jmespath (setup.py): started Building wheel for jmespath (setup.py): finished with status 'done' Created wheel for jmespath: filename=jmespath-1.0.1-py3-none-any.whl size=20255 sha256=d934fdfce3744cd19de33f8856bf63a95128b05b5bbc51c5989ee62dfcdb4362 Stored in directory: /root/.cache/pip/wheels/b0/b5/20/25b820b4e2a6169b9366a7f2d72cc29602b4bef7c4cde2c960 Building wheel for lazy-object-proxy (pyproject.toml): started Building wheel for lazy-object-proxy (pyproject.toml): finished with status 'done' Created wheel for lazy-object-proxy: filename=lazy_object_proxy-1.9.0-cp312-cp312-linux_x86_64.whl size=71225 sha256=351e843d229b71c6f1e74e05dc37f23447e901fcb000472aff047244ecaf1cee Stored in directory: /root/.cache/pip/wheels/7d/51/68/bdceebf943cb8671e0202d5b0c59883aab206b7f2ed18cd287 Building wheel for livereload (setup.py): started Building wheel for livereload (setup.py): finished with status 'done' Created wheel for livereload: filename=livereload-2.6.3-py2.py3-none-any.whl size=24708 sha256=ae0b7ca1b89318a77c1b5ff87a1e8030677a54681098973e97658e1ed801df90 Stored in directory: /root/.cache/pip/wheels/a5/22/b4/3a40b757b1e10c7793e150472bd6cb446360381ab4e28183b8 Building wheel for lunr (pyproject.toml): started Building wheel for lunr (pyproject.toml): finished with status 'done' Created wheel for lunr: filename=lunr-0.7.0.post1-py3-none-any.whl size=35209 sha256=77cce585d195d412cff362698799c9571ff3e285fc6bd8816ecbc9ec82dbb368 Stored in directory: /root/.cache/pip/wheels/86/4e/13/c7b5452e37f594838970bef748579cdd15080b45246406ad95 Building wheel for Mako (pyproject.toml): started Building wheel for Mako (pyproject.toml): finished with status 'done' Created wheel for Mako: filename=Mako-1.2.4-py3-none-any.whl size=78669 sha256=da82c5729489bb1e03b47dbf29ef13e8ffc64207280622082c73ab612c13ed0c Stored in directory: /root/.cache/pip/wheels/81/51/44/34a027b829343f13abcc8280b64ccc4794bbd0760c4a294e58 Building wheel for mccabe (setup.py): started Building wheel for mccabe (setup.py): finished with status 'done' Created wheel for mccabe: filename=mccabe-0.7.0-py2.py3-none-any.whl size=7332 sha256=24a34b3e19b4b67dccc69a39e90464e781cce5171b4a8d424737c6c8d4b97e1c Stored in directory: /root/.cache/pip/wheels/02/7c/0f/5f8042b1e04fe54d8715757e1571b741a0f8ac3125ecd3aeee Building wheel for mergedeep (setup.py): started Building wheel for mergedeep (setup.py): finished with status 'done' Created wheel for mergedeep: filename=mergedeep-1.3.4-py3-none-any.whl size=4746 sha256=8a36560f13f234ba95810c8ecafd742aa131c667842d38163eebb53ce2e09ba3 Stored in directory: /root/.cache/pip/wheels/f0/2d/08/44040a7f13600cc08ec6a146b6be91962947bc7b7e1c4fc25a Building wheel for mkdocs (pyproject.toml): started Building wheel for mkdocs (pyproject.toml): finished with status 'done' Created wheel for mkdocs: filename=mkdocs-1.5.3-py3-none-any.whl size=3694762 sha256=9d7ec83d0ad0eabdf602a391072d04a7462debb496f2f0eb04453a5571bd173d Stored in directory: /root/.cache/pip/wheels/22/51/e6/2b08eafe6fa9458db7355e947ddb4c9db8b2d15743cbea1f6b Building wheel for mkdocs-add-number-plugin (setup.py): started Building wheel for mkdocs-add-number-plugin (setup.py): finished with status 'done' Created wheel for mkdocs-add-number-plugin: filename=mkdocs_add_number_plugin-1.2.2-py3-none-any.whl size=9149 sha256=162e099aafb2526e16fbf28746cb36389d992823a5720890590c10216e1a1dfe Stored in directory: /root/.cache/pip/wheels/f8/a3/9d/7c41d63f14fa63ab90d67e40d9b9a588fa287252fbfb7a89e3 Building wheel for mkdocs-exclude (setup.py): started Building wheel for mkdocs-exclude (setup.py): finished with status 'done' Created wheel for mkdocs-exclude: filename=mkdocs_exclude-1.0.2-py3-none-any.whl size=7353 sha256=2ae42d627e05cbd43353baaadf9638d26f814040210bd8e2a27f3471d1803e26 Stored in directory: /root/.cache/pip/wheels/aa/20/e9/25997af9c7bb2613b1c938e869a6ba36c7c0de09d7ad1fa3d2 Building wheel for mkdocs-macros-plugin (setup.py): started Building wheel for mkdocs-macros-plugin (setup.py): finished with status 'done' Created wheel for mkdocs-macros-plugin: filename=mkdocs_macros_plugin-1.0.4-py3-none-any.whl size=21369 sha256=31b8a0ec827ca8395d4006bea74ae93865b03a0c45604c9e912b413b1de0ff03 Stored in directory: /root/.cache/pip/wheels/0a/5f/5f/3a8fb0dbe53252a76f1447abc7b51b27c20f9fd27902bc4807 Building wheel for mkdocs-material (pyproject.toml): started Building wheel for mkdocs-material (pyproject.toml): finished with status 'done' Created wheel for mkdocs-material: filename=mkdocs_material-9.4.5-py3-none-any.whl size=8391699 sha256=0922e3e34d95dbf3f0c84fc817a233e1cbd5874830c6fd821d525ba90e0ce077 Stored in directory: /root/.cache/pip/wheels/0d/a1/9c/5b14dca757055011bbd5a87ef3a5d6484d1719f9520d871ad5 Building wheel for mkdocs-material-extensions (pyproject.toml): started Building wheel for mkdocs-material-extensions (pyproject.toml): finished with status 'done' Created wheel for mkdocs-material-extensions: filename=mkdocs_material_extensions-1.2-py3-none-any.whl size=7987 sha256=c767bd6d6305f6420a50f0b541b0c9966d52068839af97029be14443849fb8a1 Stored in directory: /root/.cache/pip/wheels/19/1d/0b/1ae60334fc5d848298a3bcda18226758e56ea13b4c324a8d08 Building wheel for mock (setup.py): started Building wheel for mock (setup.py): finished with status 'done' Created wheel for mock: filename=mock-5.1.0-py3-none-any.whl size=30934 sha256=7e701c665254b17ead741faef4f0bc06cb92ab1aa32e52bd5bc43e8ca6ae13fd Stored in directory: /root/.cache/pip/wheels/07/29/ff/b2b27da32f84162ea83e297f8f164fe3224f1a3164c58595ce Building wheel for more-itertools (pyproject.toml): started Building wheel for more-itertools (pyproject.toml): finished with status 'done' Created wheel for more-itertools: filename=more_itertools-10.1.0-py3-none-any.whl size=55824 sha256=3faabb11779e1eaa0a3550d44006f231e51b94a65cf142d5911cb74f5889e227 Stored in directory: /root/.cache/pip/wheels/f6/cc/6a/ad5319a8e2c2950daabdd39a3954ceb9311152f69e210d0648 Building wheel for natsort (setup.py): started Building wheel for natsort (setup.py): finished with status 'done' Created wheel for natsort: filename=natsort-8.4.0-py3-none-any.whl size=38249 sha256=ed00dbb5c8e16d22fc80cec63637f5e9840f77c027f342b1315ace254e99dde1 Stored in directory: /root/.cache/pip/wheels/cb/2b/5a/c465518c48548bf4e16cba8a9aa760b5a24cee8f8ccfeb4925 Building wheel for nltk (setup.py): started Building wheel for nltk (setup.py): finished with status 'done' Created wheel for nltk: filename=nltk-3.9.1-py3-none-any.whl size=1505443 sha256=d00ce76c59cbb8e07afd1669310e437c3ae6871559b7d255bfaf91d0fb1742e4 Stored in directory: /root/.cache/pip/wheels/8d/ac/e6/3724bb363e33ff4403b56fb40b14639be8668e39b3ef42170d Building wheel for nodeenv (pyproject.toml): started Building wheel for nodeenv (pyproject.toml): finished with status 'done' Created wheel for nodeenv: filename=nodeenv-1.9.1-py2.py3-none-any.whl size=22314 sha256=d8fdff4322faf4b2189064ebfda4046da29c891f88c2623f2eb537ab64df840e Stored in directory: /root/.cache/pip/wheels/87/4f/56/2bf63562351c053c0a9a836b21b9460cab1bb7a57cd7539a2e Building wheel for paginate (setup.py): started Building wheel for paginate (setup.py): finished with status 'done' Created wheel for paginate: filename=paginate-0.5.6-py3-none-any.whl size=12667 sha256=8aa762697e78fafc41f9cc9543574239cbf6b2abbedb92690ebcdf8a102c9046 Stored in directory: /root/.cache/pip/wheels/03/20/4e/4925d1027f4b377bef23999a1a5eaa438339b741a6a2f3ad39 Building wheel for pdoc3 (setup.py): started Building wheel for pdoc3 (setup.py): finished with status 'done' Created wheel for pdoc3: filename=pdoc3-0.10.0-py3-none-any.whl size=118497 sha256=9c65aa066ac4d85ba4ca22851c2c8bbdbd3e2e088e4f1102e771b0407605557f Stored in directory: /root/.cache/pip/wheels/d2/48/24/534fe502917102fb185bebd4e5e966e06688bff2d84d72495c Building wheel for pipdeptree (pyproject.toml): started Building wheel for pipdeptree (pyproject.toml): finished with status 'done' Created wheel for pipdeptree: filename=pipdeptree-2.13.1-py3-none-any.whl size=26748 sha256=760fa0d93f424637445a9e7ca797bf64f283e824cbeadc61f761e12b722bb004 Stored in directory: /root/.cache/pip/wheels/d4/9a/a2/0998f47dc639510d8182df559e14022966aff6f7c698b6f3ff Building wheel for pre-commit (setup.py): started Building wheel for pre-commit (setup.py): finished with status 'done' Created wheel for pre-commit: filename=pre_commit-4.0.1-py2.py3-none-any.whl size=218712 sha256=ab2e3398f744e67b2ed8e15d2d0d095ad9139c4b0d6140235c02225a67c5f05e Stored in directory: /root/.cache/pip/wheels/51/f5/86/d568cd8c2d67f8303c6b594ac4f4d61d2507b672ed21a21e33 Building wheel for pydocstyle (pyproject.toml): started Building wheel for pydocstyle (pyproject.toml): finished with status 'done' Created wheel for pydocstyle: filename=pydocstyle-6.1.1-py3-none-any.whl size=37210 sha256=5a35db4217958f38ac3d6ad5f0c0e476af027e98b2bebc53b3a796763354f082 Stored in directory: /root/.cache/pip/wheels/3d/b0/5d/1ba94c050cf263991923659e8d4e7b4840c7de2e4acc6352d8 Building wheel for pyflakes (setup.py): started Building wheel for pyflakes (setup.py): finished with status 'done' Created wheel for pyflakes: filename=pyflakes-3.1.0-py2.py3-none-any.whl size=62616 sha256=0d2af8d5349105dabcfd97e1ab3215a9a3b603380341e8058340e1b38f69f95f Stored in directory: /root/.cache/pip/wheels/8f/3c/a6/71607dd0bb6f256348fafc76fa058a1f12b96543bf9c53c213 Building wheel for pyinstaller-hooks-contrib (pyproject.toml): started Building wheel for pyinstaller-hooks-contrib (pyproject.toml): finished with status 'done' Created wheel for pyinstaller-hooks-contrib: filename=pyinstaller_hooks_contrib-2024.0-py2.py3-none-any.whl size=326828 sha256=599d6a602826fc366f74203a4089784c542f76d9b2914fcb3f7ac189ac6c0e7b Stored in directory: /root/.cache/pip/wheels/cd/30/04/89807a09c32caf9af7d7e3873d4236c22b7ae8be5431c3543b Building wheel for pyinstaller (pyproject.toml): started Building wheel for pyinstaller (pyproject.toml): finished with status 'done' Created wheel for pyinstaller: filename=pyinstaller-6.3.0-py3-none-any.whl size=2164481 sha256=246c4d0501e91aa2e959cbb45831e66bf0e7dba2203b0b3c208640d8661d9b47 Stored in directory: /root/.cache/pip/wheels/88/2c/1e/98bd831a64f5ff36bff03ec23291e63465809bf0204378a800 Building wheel for pylint (pyproject.toml): started Building wheel for pylint (pyproject.toml): finished with status 'done' Created wheel for pylint: filename=pylint-3.0.1-py3-none-any.whl size=510171 sha256=38b15c59f776e71084e768e759463c9291693725b7882140a3fa98ba3b09259a Stored in directory: /root/.cache/pip/wheels/ba/e3/5d/20b2cee2065f7cfc04874a2813e93c3dc97722fa7280dc15fa Building wheel for pymdown-extensions (pyproject.toml): started Building wheel for pymdown-extensions (pyproject.toml): finished with status 'done' Created wheel for pymdown-extensions: filename=pymdown_extensions-10.3-py3-none-any.whl size=241029 sha256=77a82c621c58a83efc49a389159181d570e370fff9f810d3a4766a75fc678b66 Stored in directory: /root/.cache/pip/wheels/4e/a8/41/d2a03d37c2ab61bfc830e352f2a228012a025e0bdca11040dc Building wheel for pytest (pyproject.toml): started Building wheel for pytest (pyproject.toml): finished with status 'done' Created wheel for pytest: filename=pytest-7.4.4-py3-none-any.whl size=325286 sha256=520d2b1a83a025dfc2e6096b728074fa09ac1e6d58ed834b1bb33699009aa6a5 Stored in directory: /root/.cache/pip/wheels/2a/eb/75/97c051c2a22fd64be0727739d40e7d59f94debf633b3427428 Building wheel for pytest-asyncio (pyproject.toml): started Building wheel for pytest-asyncio (pyproject.toml): finished with status 'done' Created wheel for pytest-asyncio: filename=pytest_asyncio-0.21.1-py3-none-any.whl size=13340 sha256=047f99b47b21502d04fe72c7115774f33b34d6384721f3392e5298741f4e6ff2 Stored in directory: /root/.cache/pip/wheels/c4/4b/36/d5e5ae5e0fa2a7ee40b86151395b2b6faf7c5593abc0dec5ac Building wheel for pytest-cov (setup.py): started Building wheel for pytest-cov (setup.py): finished with status 'done' Created wheel for pytest-cov: filename=pytest_cov-4.1.0-py3-none-any.whl size=21943 sha256=83db083fa88f2b37bd3f25234141c464be3ccf0fe8bfb24816fd1be28e17c5fd Stored in directory: /root/.cache/pip/wheels/80/b0/61/67c0de26e5b5ab056f7d88bce4ecfbb5560d82a17f0eec1885 Building wheel for pytest-html (pyproject.toml): started Building wheel for pytest-html (pyproject.toml): finished with status 'done' Created wheel for pytest-html: filename=pytest_html-4.1.1-py3-none-any.whl size=23491 sha256=77d17e4764f2b8b2c6da78bb72bbad713827c6a67fd1c1596162d03f40bef390 Stored in directory: /root/.cache/pip/wheels/e4/2e/d3/44df89e4808d92b6749cf655a17f8839fd0ad35f31f12dd3db Building wheel for pytest-json-report (setup.py): started Building wheel for pytest-json-report (setup.py): finished with status 'done' Created wheel for pytest-json-report: filename=pytest_json_report-1.5.0-py3-none-any.whl size=13206 sha256=9ecdc098e16c62f4e365923093a94a74f36bccca418395f4c9f0ccf563872616 Stored in directory: /root/.cache/pip/wheels/ec/da/e2/ff57aaf5dc3190785c4029304850bc362aebbb58e2830dd2ce Building wheel for pytest-mock (setup.py): started Building wheel for pytest-mock (setup.py): finished with status 'done' Created wheel for pytest-mock: filename=pytest_mock-3.11.1-py3-none-any.whl size=9706 sha256=55043807d0ab1916c430e8102f3ce1be6a204d2bc6a024a20081f856ae10adf1 Stored in directory: /root/.cache/pip/wheels/04/31/50/c7eedcbbd42e7b475bf5498de6c0257c6125356b1407c4b13a Building wheel for pytest-xdist (pyproject.toml): started Building wheel for pytest-xdist (pyproject.toml): finished with status 'done' Created wheel for pytest-xdist: filename=pytest_xdist-3.3.1-py3-none-any.whl size=41863 sha256=df22cb06d3ccff37ce59997dd1cd5d79ae57b42703e1c411d5e08769f396179d Stored in directory: /root/.cache/pip/wheels/8d/aa/c4/c1406699f668aeac22a71629d7a27355cf67ce77b00bbbdce1 Building wheel for pyyaml-env-tag (pyproject.toml): started Building wheel for pyyaml-env-tag (pyproject.toml): finished with status 'done' Created wheel for pyyaml-env-tag: filename=pyyaml_env_tag-0.1-py3-none-any.whl size=3899 sha256=e3df8f80ba3982130ec4a8cbe3a532728a99e58b6749b3d51bc0f19c7bef6603 Stored in directory: /root/.cache/pip/wheels/c2/f4/e4/b32f1d3033f088902d5c3d5a3e1eb37c1353e52a7d20754959 Building wheel for repackage (setup.py): started Building wheel for repackage (setup.py): finished with status 'done' Created wheel for repackage: filename=repackage-0.7.3-py3-none-any.whl size=3287 sha256=b029087876a7b0dd7e7ab14eb40b98f1b09caadcfe11bb7e74ca495b336a0e50 Stored in directory: /root/.cache/pip/wheels/78/4a/f2/863eb46b9504862b8119c0adc92fd283b85e2e3cfd9018a9f2 Building wheel for setuptools-git-versioning (setup.py): started Building wheel for setuptools-git-versioning (setup.py): finished with status 'done' Created wheel for setuptools-git-versioning: filename=setuptools_git_versioning-1.13.5-py3-none-any.whl size=10827 sha256=de24e0ef340f56bd168cc01c27bda84acc453216d3d7f6c1d462478f1bfc0c63 Stored in directory: /root/.cache/pip/wheels/d3/78/7d/dab8ce6eb1dc95f888f623f63719e2a40c69a0d6c08f8bdc69 Building wheel for sftp-py (setup.py): started Building wheel for sftp-py (setup.py): finished with status 'done' Created wheel for sftp-py: filename=sftp_py-0.2.1-py3-none-any.whl size=5825 sha256=0304defa1a7d5c810e06c450dd612ee0c33afdfe51ad5162fb40bbaa95dd4ee8 Stored in directory: /root/.cache/pip/wheels/5a/35/a3/042737cdfcc39dfb3fadd73fcd03ce40e5766ee72f8b261834 Building wheel for simple-term-menu (setup.py): started Building wheel for simple-term-menu (setup.py): finished with status 'done' Created wheel for simple-term-menu: filename=simple_term_menu-1.6.4-py3-none-any.whl size=27463 sha256=70e2b44e7accabdc7d8e4fabb9a8d1f391303da1597e62eb1ebe7b1d30ba2891 Stored in directory: /root/.cache/pip/wheels/9c/a3/b6/caba38362f057d3b0977b6e011aee2206121d092dbbd7fd813 Building wheel for smmap (setup.py): started Building wheel for smmap (setup.py): finished with status 'done' Created wheel for smmap: filename=smmap-5.0.1-py3-none-any.whl size=24284 sha256=41ff3c40e9a126ff1a3c30e24f190f804a1c58f0d731debc86fe99a264bfbc60 Stored in directory: /root/.cache/pip/wheels/9c/1a/89/27f4c9d9764098ea77a5327152a658e31245cc46fe6248a657 Building wheel for snowballstemmer (setup.py): started Building wheel for snowballstemmer (setup.py): finished with status 'done' Created wheel for snowballstemmer: filename=snowballstemmer-2.2.0-py2.py3-none-any.whl size=92987 sha256=0fb75238b9abe5e68d6441f313cde89e762b060032e69889042ee7c2a98d9a50 Stored in directory: /root/.cache/pip/wheels/a5/b0/d1/6130939058c8990122adce1cdc80dec6089752a9bc7fafb2e0 Building wheel for stevedore (setup.py): started Building wheel for stevedore (setup.py): finished with status 'done' Created wheel for stevedore: filename=stevedore-5.1.0-py3-none-any.whl size=48677 sha256=3ccf9823f76f11458775561134a7c1cd63a331946d3659dcd15523ca261f09dd Stored in directory: /root/.cache/pip/wheels/fe/17/7a/e4d389be90bc7ba41c2b8b1cb99525cc5ef5f8e4a4263d835e Building wheel for typer (pyproject.toml): started Building wheel for typer (pyproject.toml): finished with status 'done' Created wheel for typer: filename=typer-0.9.0-py3-none-any.whl size=45861 sha256=7b6a5f186ca7752a7316f190ad0fd7e450589bf1738d7aa0091a85bfd4418b09 Stored in directory: /root/.cache/pip/wheels/32/1e/0a/608028c6112033d285ddd22218fe8fb8148a664383a653d147 Building wheel for typing-inspect (setup.py): started Building wheel for typing-inspect (setup.py): finished with status 'done' Created wheel for typing-inspect: filename=typing_inspect-0.9.0-py3-none-any.whl size=8817 sha256=3773d0cbc6d7a6a5584c857f1c951fb82880af3f49ea5b12f3522643b51e920d Stored in directory: /root/.cache/pip/wheels/2a/d0/a7/f138c3e661e405fd955bd39c5f37ecf7a75da3f88acde70357 Building wheel for watchdog (setup.py): started Building wheel for watchdog (setup.py): finished with status 'done' Created wheel for watchdog: filename=watchdog-3.0.0-py3-none-any.whl size=82030 sha256=d99fed2fa2f921132f07012ccce05d36f25291b9ac8b2216c271733f620c3b34 Stored in directory: /root/.cache/pip/wheels/34/85/49/7c56ff9848243b6d10a9a64c69c6eaa828d3c4eb5a19c1c042 Building wheel for wcmatch (pyproject.toml): started Building wheel for wcmatch (pyproject.toml): finished with status 'done' Created wheel for wcmatch: filename=wcmatch-8.5-py3-none-any.whl size=39337 sha256=14554e409b142edeefab901dc68ad570b30a72a8ab9a79106c5d5e9a6d241bd5 Stored in directory: /root/.cache/pip/wheels/53/a7/37/e686f10a75105606fb218b6f7640b388d95995e85ed470d8e3 Building wheel for virtualenv (pyproject.toml): started Building wheel for virtualenv (pyproject.toml): finished with status 'done' Created wheel for virtualenv: filename=virtualenv-20.24.6-py3-none-any.whl size=3768405 sha256=520d056652454c5098a00c0f073611ccbea4c79089331f60bf9d7ba247bb7381 Stored in directory: /root/.cache/pip/wheels/bb/30/6c/3a61245069a82d6d7cb0111c1b564583b7f6732fec941347b6 Building wheel for distlib (pyproject.toml): started Building wheel for distlib (pyproject.toml): finished with status 'done' Created wheel for distlib: filename=distlib-0.3.7-py2.py3-none-any.whl size=468868 sha256=c4cc538dc3923cdf6256531da70b29cecc9be18dacb58aedab90e05d74de2b8b Stored in directory: /root/.cache/pip/wheels/8c/21/a5/3ef55589891be78af8e264f7a177bb0f70166002a68053203e Successfully built altgraph apipkg astroid bandit bracex black bump-pydantic cfgv coverage exceptiongroup execnet flake8 flake8-docstrings freezegun ghp-import gitdb GitPython identify iniconfig jmespath lazy-object-proxy livereload lunr Mako mccabe mergedeep mkdocs mkdocs-add-number-plugin mkdocs-exclude mkdocs-macros-plugin mkdocs-material mkdocs-material-extensions mock more-itertools natsort nltk nodeenv paginate pdoc3 pipdeptree pre-commit pydocstyle pyflakes pyinstaller-hooks-contrib pyinstaller pylint pymdown-extensions pytest pytest-asyncio pytest-cov pytest-html pytest-json-report pytest-mock pytest-xdist pyyaml-env-tag repackage setuptools-git-versioning sftp-py simple-term-menu smmap snowballstemmer stevedore typer typing-inspect watchdog wcmatch virtualenv distlib if test -d ../../download_archive; then cp -Rf src/* ../../download_archive/ 2>/dev/null; fi mkdir -p /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages for REQ in requirements3.txt; do if test -s ${REQ}; then install_requirements /opt/metwork-mfext-master/opt/python3_devtools ${REQ} ./src || { echo "ERROR WITH install_requirements ${REQ} /opt/metwork-mfext-master/opt/python3_devtools ${REQ} ./src"; exit 1; }; fi; done [DEBUG]: layer python3_devtools@mfext[/opt/metwork-mfext-master/opt/python3_devtools] is already loaded Looking in links: ./src Processing ./src/altgraph-0.17.4-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 1)) Processing ./src/apipkg-3.0.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 2)) Processing ./src/astroid-3.0.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 3)) Processing ./src/bandit-1.7.6-py3-none-any.whl (from -r requirements3.txt.tmp (line 4)) Processing ./src/bracex-2.4-py3-none-any.whl (from -r requirements3.txt.tmp (line 5)) Processing ./src/black-24.3.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 6)) Processing ./src/bump_pydantic-0.8.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 7)) Processing ./src/cfgv-3.4.0-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 8)) Processing ./src/coverage-7.3.2-cp312-cp312-linux_x86_64.whl (from -r requirements3.txt.tmp (line 9)) Processing ./src/exceptiongroup-1.1.3-py3-none-any.whl (from -r requirements3.txt.tmp (line 10)) Processing ./src/execnet-2.0.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 11)) Processing ./src/filprofiler-2024.11.2-cp312-cp312-manylinux_2_28_x86_64.whl (from -r requirements3.txt.tmp (line 12)) Processing ./src/flake8-6.1.0-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 13)) Processing ./src/flake8_docstrings-1.7.0-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 14)) Processing ./src/freezegun-1.2.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 15)) Processing ./src/ghp_import-2.1.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 16)) Processing ./src/gitdb-4.0.11-py3-none-any.whl (from -r requirements3.txt.tmp (line 17)) Processing ./src/GitPython-3.1.41-py3-none-any.whl (from -r requirements3.txt.tmp (line 18)) Processing ./src/identify-2.6.2-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 19)) Processing ./src/iniconfig-2.0.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 20)) Processing ./src/isort-5.12.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 21)) Processing ./src/jmespath-1.0.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 22)) Processing ./src/lazy_object_proxy-1.9.0-cp312-cp312-linux_x86_64.whl (from -r requirements3.txt.tmp (line 23)) Processing ./src/libcst-1.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (from -r requirements3.txt.tmp (line 24)) Processing ./src/livereload-2.6.3-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 25)) Processing ./src/lunr-0.7.0.post1-py3-none-any.whl (from -r requirements3.txt.tmp (line 26)) Processing ./src/Mako-1.2.4-py3-none-any.whl (from -r requirements3.txt.tmp (line 27)) Processing ./src/mccabe-0.7.0-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 28)) Processing ./src/mergedeep-1.3.4-py3-none-any.whl (from -r requirements3.txt.tmp (line 29)) Processing ./src/mkdocs-1.5.3-py3-none-any.whl (from -r requirements3.txt.tmp (line 30)) Processing ./src/mkdocs_add_number_plugin-1.2.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 31)) Processing ./src/mkdocs_awesome_pages_plugin-2.9.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 32)) Processing ./src/mkdocs_exclude-1.0.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 33)) Processing ./src/mkdocs_macros_plugin-1.0.4-py3-none-any.whl (from -r requirements3.txt.tmp (line 34)) Processing ./src/mkdocs_material-9.4.5-py3-none-any.whl (from -r requirements3.txt.tmp (line 35)) Processing ./src/mkdocs_material_extensions-1.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 36)) Processing ./src/mock-5.1.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 37)) Processing ./src/more_itertools-10.1.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 38)) Processing ./src/natsort-8.4.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 39)) Processing ./src/nltk-3.9.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 40)) Processing ./src/nodeenv-1.9.1-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 41)) Processing ./src/paginate-0.5.6-py3-none-any.whl (from -r requirements3.txt.tmp (line 42)) Processing ./src/panoply-0.1.56-py3-none-any.whl (from -r requirements3.txt.tmp (line 43)) Processing ./src/pdoc3-0.10.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 44)) Processing ./src/pipdeptree-2.13.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 45)) Processing ./src/pre_commit-4.0.1-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 46)) Processing ./src/py_spy-0.3.14-py2.py3-none-manylinux_2_5_x86_64.manylinux1_x86_64.whl (from -r requirements3.txt.tmp (line 47)) Processing ./src/pydocstyle-6.1.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 48)) Processing ./src/pyflakes-3.1.0-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 49)) Processing ./src/pyinstaller_hooks_contrib-2024.0-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 50)) Processing ./src/pyinstaller-6.3.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 51)) Processing ./src/pylint-3.0.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 52)) Processing ./src/pymdown_extensions-10.3-py3-none-any.whl (from -r requirements3.txt.tmp (line 53)) Processing ./src/pytest-7.4.4-py3-none-any.whl (from -r requirements3.txt.tmp (line 54)) Processing ./src/pytest_asyncio-0.21.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 55)) Processing ./src/pytest_cov-4.1.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 56)) Processing ./src/pytest_html-4.1.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 57)) Processing ./src/pytest_httpserver-1.0.8-py3-none-any.whl (from -r requirements3.txt.tmp (line 58)) Processing ./src/pytest_metadata-3.0.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 59)) Processing ./src/pytest_json_report-1.5.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 60)) Processing ./src/pytest_mock-3.11.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 61)) Processing ./src/pytest_xdist-3.3.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 62)) Processing ./src/pyyaml_env_tag-0.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 63)) Processing ./src/repackage-0.7.3-py3-none-any.whl (from -r requirements3.txt.tmp (line 64)) Processing ./src/setuptools_git_versioning-1.13.5-py3-none-any.whl (from -r requirements3.txt.tmp (line 65)) Processing ./src/sftp_py-0.2.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 66)) Processing ./src/simple_term_menu-1.6.4-py3-none-any.whl (from -r requirements3.txt.tmp (line 67)) Processing ./src/smmap-5.0.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 68)) Processing ./src/snowballstemmer-2.2.0-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 69)) Processing ./src/stevedore-5.1.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 70)) Processing ./src/typer-0.9.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 71)) Processing ./src/typing_inspect-0.9.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 72)) Processing ./src/watchdog-3.0.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 73)) Processing ./src/wcmatch-8.5-py3-none-any.whl (from -r requirements3.txt.tmp (line 74)) Requirement already satisfied: PyYAML>=5.3.1 in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from bandit==1.7.6->-r requirements3.txt.tmp (line 4)) (6.0.2) Requirement already satisfied: rich in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from bandit==1.7.6->-r requirements3.txt.tmp (line 4)) (13.5.2) Requirement already satisfied: click>=8.0.0 in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from black==24.3.0->-r requirements3.txt.tmp (line 6)) (8.1.7) Requirement already satisfied: mypy-extensions>=0.4.3 in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from black==24.3.0->-r requirements3.txt.tmp (line 6)) (1.0.0) Requirement already satisfied: packaging>=22.0 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages (from black==24.3.0->-r requirements3.txt.tmp (line 6)) (23.1) Requirement already satisfied: pathspec>=0.9.0 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages (from black==24.3.0->-r requirements3.txt.tmp (line 6)) (0.11.2) Requirement already satisfied: platformdirs>=2 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages (from black==24.3.0->-r requirements3.txt.tmp (line 6)) (3.10.0) Requirement already satisfied: aiohttp>=3.7.4 in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from black==24.3.0->-r requirements3.txt.tmp (line 6)) (3.10.5) Requirement already satisfied: typing-extensions in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages (from bump-pydantic==0.8.0->-r requirements3.txt.tmp (line 7)) (4.12.2) Requirement already satisfied: threadpoolctl in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from filprofiler==2024.11.2->-r requirements3.txt.tmp (line 12)) (3.2.0) Requirement already satisfied: pycodestyle<2.12.0,>=2.11.0 in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from flake8==6.1.0->-r requirements3.txt.tmp (line 13)) (2.11.0) Requirement already satisfied: python-dateutil>=2.7 in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from freezegun==1.2.2->-r requirements3.txt.tmp (line 15)) (2.8.2) Requirement already satisfied: six in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages (from livereload==2.6.3->-r requirements3.txt.tmp (line 25)) (1.16.0) Requirement already satisfied: tornado in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from livereload==2.6.3->-r requirements3.txt.tmp (line 25)) (6.4.1) Requirement already satisfied: MarkupSafe>=0.9.2 in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from Mako==1.2.4->-r requirements3.txt.tmp (line 27)) (2.1.3) Requirement already satisfied: jinja2>=2.11.1 in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from mkdocs==1.5.3->-r requirements3.txt.tmp (line 30)) (3.1.4) Requirement already satisfied: markdown>=3.2.1 in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from mkdocs==1.5.3->-r requirements3.txt.tmp (line 30)) (3.4.4) Requirement already satisfied: termcolor in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from mkdocs-macros-plugin==1.0.4->-r requirements3.txt.tmp (line 34)) (2.3.0) Requirement already satisfied: babel~=2.10 in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from mkdocs-material==9.4.5->-r requirements3.txt.tmp (line 35)) (2.13.0) Requirement already satisfied: colorama~=0.4 in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from mkdocs-material==9.4.5->-r requirements3.txt.tmp (line 35)) (0.4.6) Requirement already satisfied: pygments~=2.16 in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from mkdocs-material==9.4.5->-r requirements3.txt.tmp (line 35)) (2.16.1) Requirement already satisfied: regex>=2022.4 in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from mkdocs-material==9.4.5->-r requirements3.txt.tmp (line 35)) (2023.8.8) Requirement already satisfied: requests~=2.26 in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from mkdocs-material==9.4.5->-r requirements3.txt.tmp (line 35)) (2.32.3) Requirement already satisfied: joblib in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from nltk==3.9.1->-r requirements3.txt.tmp (line 40)) (1.3.2) Requirement already satisfied: tqdm in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from nltk==3.9.1->-r requirements3.txt.tmp (line 40)) (4.66.4) Requirement already satisfied: virtualenv>=20.10.0 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages (from pre-commit==4.0.1->-r requirements3.txt.tmp (line 46)) (20.24.6) Requirement already satisfied: setuptools>=42.0.0 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages (from pyinstaller-hooks-contrib==2024.0->-r requirements3.txt.tmp (line 50)) (70.3.0) Requirement already satisfied: tomlkit>=0.10.1 in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from pylint==3.0.1->-r requirements3.txt.tmp (line 52)) (0.12.1) Requirement already satisfied: dill>=0.3.6 in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from pylint==3.0.1->-r requirements3.txt.tmp (line 52)) (0.3.7) Requirement already satisfied: pluggy<2.0,>=0.12 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages (from pytest==7.4.4->-r requirements3.txt.tmp (line 54)) (1.3.0) Requirement already satisfied: Werkzeug>=2.0.0 in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from pytest-httpserver==1.0.8->-r requirements3.txt.tmp (line 58)) (3.0.6) Requirement already satisfied: paramiko>=2.7.1 in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from sftp-py==0.2.1->-r requirements3.txt.tmp (line 66)) (3.4.1) Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from stevedore==5.1.0->-r requirements3.txt.tmp (line 70)) (5.11.1) Requirement already satisfied: aiohappyeyeballs>=2.3.0 in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from aiohttp>=3.7.4->black==24.3.0->-r requirements3.txt.tmp (line 6)) (2.4.0) Requirement already satisfied: aiosignal>=1.1.2 in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from aiohttp>=3.7.4->black==24.3.0->-r requirements3.txt.tmp (line 6)) (1.3.1) Requirement already satisfied: attrs>=17.3.0 in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from aiohttp>=3.7.4->black==24.3.0->-r requirements3.txt.tmp (line 6)) (23.2.0) Requirement already satisfied: frozenlist>=1.1.1 in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from aiohttp>=3.7.4->black==24.3.0->-r requirements3.txt.tmp (line 6)) (1.5.0) Requirement already satisfied: multidict<7.0,>=4.5 in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from aiohttp>=3.7.4->black==24.3.0->-r requirements3.txt.tmp (line 6)) (6.0.4) Requirement already satisfied: yarl<2.0,>=1.0 in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from aiohttp>=3.7.4->black==24.3.0->-r requirements3.txt.tmp (line 6)) (1.9.11) Requirement already satisfied: bcrypt>=3.2 in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from paramiko>=2.7.1->sftp-py==0.2.1->-r requirements3.txt.tmp (line 66)) (4.0.1) Requirement already satisfied: cryptography>=3.3 in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from paramiko>=2.7.1->sftp-py==0.2.1->-r requirements3.txt.tmp (line 66)) (43.0.1) Requirement already satisfied: pynacl>=1.5 in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from paramiko>=2.7.1->sftp-py==0.2.1->-r requirements3.txt.tmp (line 66)) (1.5.0) Requirement already satisfied: charset-normalizer<4,>=2 in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from requests~=2.26->mkdocs-material==9.4.5->-r requirements3.txt.tmp (line 35)) (3.2.0) Requirement already satisfied: idna<4,>=2.5 in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from requests~=2.26->mkdocs-material==9.4.5->-r requirements3.txt.tmp (line 35)) (3.7) Requirement already satisfied: urllib3<3,>=1.21.1 in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from requests~=2.26->mkdocs-material==9.4.5->-r requirements3.txt.tmp (line 35)) (2.2.2) Requirement already satisfied: certifi>=2017.4.17 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages (from requests~=2.26->mkdocs-material==9.4.5->-r requirements3.txt.tmp (line 35)) (2024.7.4) Requirement already satisfied: distlib<1,>=0.3.7 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages (from virtualenv>=20.10.0->pre-commit==4.0.1->-r requirements3.txt.tmp (line 46)) (0.3.7) Requirement already satisfied: filelock<4,>=3.12.2 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages (from virtualenv>=20.10.0->pre-commit==4.0.1->-r requirements3.txt.tmp (line 46)) (3.12.3) Requirement already satisfied: markdown-it-py>=2.2.0 in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from rich->bandit==1.7.6->-r requirements3.txt.tmp (line 4)) (3.0.0) Requirement already satisfied: cffi>=1.12 in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from cryptography>=3.3->paramiko>=2.7.1->sftp-py==0.2.1->-r requirements3.txt.tmp (line 66)) (1.17.1) Requirement already satisfied: mdurl~=0.1 in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from markdown-it-py>=2.2.0->rich->bandit==1.7.6->-r requirements3.txt.tmp (line 4)) (0.1.2) Requirement already satisfied: pycparser in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from cffi>=1.12->cryptography>=3.3->paramiko>=2.7.1->sftp-py==0.2.1->-r requirements3.txt.tmp (line 66)) (2.21) Installing collected packages: snowballstemmer, repackage, py-spy, paginate, altgraph, watchdog, typing-inspect, typer, stevedore, smmap, simple-term-menu, setuptools-git-versioning, pyyaml-env-tag, pymdown-extensions, pyinstaller-hooks-contrib, pyflakes, pydocstyle, pipdeptree, nodeenv, nltk, natsort, more-itertools, mock, mkdocs-material-extensions, mergedeep, mccabe, Mako, lunr, livereload, lazy-object-proxy, jmespath, isort, iniconfig, identify, filprofiler, execnet, exceptiongroup, coverage, cfgv, bracex, astroid, apipkg, wcmatch, pytest-httpserver, pytest, pylint, pyinstaller, pre-commit, pdoc3, panoply, libcst, gitdb, ghp-import, freezegun, flake8, pytest-xdist, pytest-mock, pytest-metadata, pytest-cov, pytest-asyncio, mkdocs, GitPython, flake8-docstrings, bump-pydantic, black, sftp-py, pytest-json-report, pytest-html, mkdocs-material, mkdocs-macros-plugin, mkdocs-exclude, mkdocs-awesome-pages-plugin, mkdocs-add-number-plugin, bandit Successfully installed GitPython-3.1.41 Mako-1.2.4 altgraph-0.17.4 apipkg-3.0.2 astroid-3.0.0 bandit-1.7.6 black-24.3.0 bracex-2.4 bump-pydantic-0.8.0 cfgv-3.4.0 coverage-7.3.2 exceptiongroup-1.1.3 execnet-2.0.2 filprofiler-2024.11.2 flake8-6.1.0 flake8-docstrings-1.7.0 freezegun-1.2.2 ghp-import-2.1.0 gitdb-4.0.11 identify-2.6.2 iniconfig-2.0.0 isort-5.12.0 jmespath-1.0.1 lazy-object-proxy-1.9.0 libcst-1.1.0 livereload-2.6.3 lunr-0.7.0.post1 mccabe-0.7.0 mergedeep-1.3.4 mkdocs-1.5.3 mkdocs-add-number-plugin-1.2.2 mkdocs-awesome-pages-plugin-2.9.2 mkdocs-exclude-1.0.2 mkdocs-macros-plugin-1.0.4 mkdocs-material-9.4.5 mkdocs-material-extensions-1.2 mock-5.1.0 more-itertools-10.1.0 natsort-8.4.0 nltk-3.9.1 nodeenv-1.9.1 paginate-0.5.6 panoply-0.1.56 pdoc3-0.10.0 pipdeptree-2.13.1 pre-commit-4.0.1 py-spy-0.3.14 pydocstyle-6.1.1 pyflakes-3.1.0 pyinstaller-6.3.0 pyinstaller-hooks-contrib-2024.0 pylint-3.0.1 pymdown-extensions-10.3 pytest-7.4.4 pytest-asyncio-0.21.1 pytest-cov-4.1.0 pytest-html-4.1.1 pytest-httpserver-1.0.8 pytest-json-report-1.5.0 pytest-metadata-3.0.0 pytest-mock-3.11.1 pytest-xdist-3.3.1 pyyaml-env-tag-0.1 repackage-0.7.3 setuptools-git-versioning-1.13.5 sftp-py-0.2.1 simple-term-menu-1.6.4 smmap-5.0.1 snowballstemmer-2.2.0 stevedore-5.1.0 typer-0.9.0 typing-inspect-0.9.0 watchdog-3.0.0 wcmatch-8.5 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable.It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. if ! test -d /opt/metwork-mfext-master/opt/python3_devtools/lib/python3.12/site-packages; then mkdir -p /opt/metwork-mfext-master/opt/python3_devtools/lib/python3.12/site-packages; fi if test -f /opt/metwork-mfext-master/opt/python3_devtools/lib/python3.12/site-packages/requirements3.txt; then cat /opt/metwork-mfext-master/opt/python3_devtools/lib/python3.12/site-packages/requirements3.txt requirements3.txt |sort |uniq |sed 's/^-e git.*egg=\(.*\)$/\1/g' >/opt/metwork-mfext-master/opt/python3_devtools/lib/python3.12/site-packages/requirements3.txt.tmp; mv /opt/metwork-mfext-master/opt/python3_devtools/lib/python3.12/site-packages/requirements3.txt.tmp /opt/metwork-mfext-master/opt/python3_devtools/lib/python3.12/site-packages/requirements3.txt; else cat requirements3.txt |sort |uniq |sed 's/^-e git.*egg=\(.*\)$/\1/g' >/opt/metwork-mfext-master/opt/python3_devtools/lib/python3.12/site-packages/requirements3.txt ;fi IFS=$'\n' ; for REQ in `cat requirements3.txt |sort |uniq`; do _pip_package_to_yaml.sh "${REQ}" "/opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages" || { echo "ERROR WITH _pip_package_to_yaml.sh ${REQ} /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages"; exit 1; } done /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/GitPython.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/Mako.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/altgraph.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/apipkg.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/astroid.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/bandit.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/black.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/bracex.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/bump-pydantic.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/cfgv.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/coverage.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/exceptiongroup.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/execnet.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/filprofiler.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/flake8_docstrings.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/flake8.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/freezegun.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/ghp-import.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/gitdb.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/identify.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/iniconfig.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/isort.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/jmespath.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/lazy-object-proxy.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/libcst.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/livereload.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/lunr.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/mccabe.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/mergedeep.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/mkdocs-add-number-plugin.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/mkdocs-awesome-pages-plugin.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/mkdocs-exclude.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/mkdocs-macros-plugin.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/mkdocs-material-extensions.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/mkdocs-material.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/mkdocs.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/mock.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/more-itertools.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/natsort.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/nltk.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/nodeenv.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/paginate.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/panoply.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/pdoc3.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/pipdeptree.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/pre_commit.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/py-spy.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/pydocstyle.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/pyflakes.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/pyinstaller-hooks-contrib.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/pyinstaller.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/pylint.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/pymdown-extensions.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/pytest-asyncio.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/pytest-cov.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/pytest-html.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/pytest-httpserver.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/pytest-json-report.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/pytest-metadata.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/pytest-mock.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/pytest-xdist.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/pytest.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/pyyaml_env_tag.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/repackage.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/setuptools-git-versioning.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/sftp_py.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/simple-term-menu.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/smmap.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/snowballstemmer.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/stevedore.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/typer.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/typing_inspect.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/watchdog.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/wcmatch.yaml is ready make[3]: Leaving directory '/src/layers/layer7_python3_devtools/0500_extra_python_packages' if test "" = "1"; then echo > /opt/metwork-mfext-master/opt/python3_devtools/.mfextaddon; fi _layer_dhash "python3_devtools@mfext" >/opt/metwork-mfext-master/opt/python3_devtools/.dhash if ! test -f cache/hit; then \ _check_layers_hash >/dev/null ; \ fi _cache_logic_after_layer.sh "/opt/metwork-mfext-master/opt/python3_devtools" cache: /buildcache/mfext_cache_layer_python3_devtools_877197cd2b47c5a2296077e62a72f89f.tar created make[2]: Leaving directory '/src/layers/layer7_python3_devtools' make[2]: Entering directory '/src/layers/layer8_java' if test "MFEXT" = "MFEXT" -a "" != "1"; then cat .layerapi2_label |/src/adm/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/java/.layerapi2_label; else cat .layerapi2_label |/opt/metwork-mfext-master/bin/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/java/.layerapi2_label; fi if test "MFEXT" = "MFEXT" -a "" != "1"; then cat .system_dependencies |/src/adm/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/java/.system_dependencies; else cat .system_dependencies |/opt/metwork-mfext-master/bin/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/java/.system_dependencies; fi if test "MFEXT" = "MFEXT" -a "" != "1"; then cat .layerapi2_dependencies |/src/adm/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/java/.layerapi2_dependencies; else cat .layerapi2_dependencies |/opt/metwork-mfext-master/bin/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/java/.layerapi2_dependencies; fi if test "MFEXT" = "MFEXT" -a "" != "1"; then cat .layerapi2_extra_env |/src/adm/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/java/.layerapi2_extra_env; else cat .layerapi2_extra_env |/opt/metwork-mfext-master/bin/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/java/.layerapi2_extra_env; fi _cache_logic_before_layer.sh "/opt/metwork-mfext-master/opt/java" "java" /etc/buildimage_hash: 7287d05885b641033e3d2e66ec030375 /src/adm/root.mk md5sum hash: 2015ef15586bdf3948c47cec964182a5 core@mfext layer (dependency) hash (from cache): b53e6eb49d2bf55335b815a5d393c20f root@mfext layer (dependency) hash (from cache): f10ced89e93f340f4a19b4f76d658719 source hash: 6bbcf5dcfbe23bf9a62aedfa2aaa1c7b cache hit (used: /buildcache/mfext_cache_layer_java_cc8f1e161ae455ac0c497ee66ec377de.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_cc8f1e161ae455ac0c497ee66ec377de.tar) make[2]: Leaving directory '/src/layers/layer8_java' make[2]: Entering directory '/src/layers/layer8_monitoring' if test "MFEXT" = "MFEXT" -a "" != "1"; then cat .layerapi2_label |/src/adm/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/monitoring/.layerapi2_label; else cat .layerapi2_label |/opt/metwork-mfext-master/bin/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/monitoring/.layerapi2_label; fi if test "MFEXT" = "MFEXT" -a "" != "1"; then cat .system_dependencies |/src/adm/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/monitoring/.system_dependencies; else cat .system_dependencies |/opt/metwork-mfext-master/bin/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/monitoring/.system_dependencies; fi if test "MFEXT" = "MFEXT" -a "" != "1"; then cat .layerapi2_dependencies |/src/adm/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/monitoring/.layerapi2_dependencies; else cat .layerapi2_dependencies |/opt/metwork-mfext-master/bin/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/monitoring/.layerapi2_dependencies; fi if test "MFEXT" = "MFEXT" -a "" != "1"; then cat .layerapi2_extra_env |/src/adm/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/monitoring/.layerapi2_extra_env; else cat .layerapi2_extra_env |/opt/metwork-mfext-master/bin/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/monitoring/.layerapi2_extra_env; fi _cache_logic_before_layer.sh "/opt/metwork-mfext-master/opt/monitoring" "monitoring" /etc/buildimage_hash: 7287d05885b641033e3d2e66ec030375 /src/adm/root.mk md5sum hash: 2015ef15586bdf3948c47cec964182a5 core@mfext layer (dependency) hash (from cache): b53e6eb49d2bf55335b815a5d393c20f root@mfext layer (dependency) hash (from cache): f10ced89e93f340f4a19b4f76d658719 source hash: f064f4b8a9f21b17a7fe5b188db1cf21 cache hit (used: /buildcache/mfext_cache_layer_monitoring_2a28ca7a67f143892a8236ce2c9886ad.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_2a28ca7a67f143892a8236ce2c9886ad.tar) make[2]: Leaving directory '/src/layers/layer8_monitoring' make[2]: Entering directory '/src/layers/layer9_default' if test "MFEXT" = "MFEXT" -a "" != "1"; then cat .layerapi2_label |/src/adm/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/default/.layerapi2_label; else cat .layerapi2_label |/opt/metwork-mfext-master/bin/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/default/.layerapi2_label; fi if test "MFEXT" = "MFEXT" -a "" != "1"; then cat .extra_dependencies |/src/adm/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/default/.extra_dependencies; else cat .extra_dependencies |/opt/metwork-mfext-master/bin/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/default/.extra_dependencies; fi if test "MFEXT" = "MFEXT" -a "" != "1"; then cat .system_dependencies |/src/adm/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/default/.system_dependencies; else cat .system_dependencies |/opt/metwork-mfext-master/bin/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/default/.system_dependencies; fi if test "MFEXT" = "MFEXT" -a "" != "1"; then cat .layerapi2_dependencies |/src/adm/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/default/.layerapi2_dependencies; else cat .layerapi2_dependencies |/opt/metwork-mfext-master/bin/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/default/.layerapi2_dependencies; fi _cache_logic_before_layer.sh "/opt/metwork-mfext-master/opt/default" "default" /etc/buildimage_hash: 7287d05885b641033e3d2e66ec030375 /src/adm/root.mk md5sum hash: 2015ef15586bdf3948c47cec964182a5 core@mfext layer (dependency) hash (from cache): b53e6eb49d2bf55335b815a5d393c20f devtools@mfext layer (dependency) hash (from cache): 804779cf3ec64321cb9b6eac93435821 java@mfext layer (dependency) hash (from cache): e5e4ff8cd8ae3d3bd456caacfc68f373 monitoring@mfext layer (dependency) hash (from cache): 2adf4e80cf2ad876bfd5548cf0b3874c nodejs@mfext layer (dependency) hash (from cache): 0be9497b4dbf0ede1719740d0b223f6e openresty@mfext layer (dependency) hash (from cache): 5a36ad6f0809be072d01246ec1a838a5 python3@mfext layer (dependency) hash (from cache): 30c97746a79beee6a36775f7043190ad python3_core@mfext layer (dependency) hash (from cache): 6d90fc338f8d11f5ad17cf88e9d805da python3_devtools@mfext layer (dependency) hash (from cache): cba994eb9482fdfd8b0b12d71519d73c python3_scientific_core@mfext layer (dependency) hash (from cache): c9445930a4ab821dbd84931f79ef1e44 root@mfext layer (dependency) hash (from cache): f10ced89e93f340f4a19b4f76d658719 scientific_core@mfext layer (dependency) hash (from cache): 7cf639eacc70df8936f725cb9375af57 source hash: 558c6b0abbb332346c98bcb655b28c46 cache missed (/buildcache/mfext_cache_layer_default_645ef93c94b3f06060628978b7330ee7.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_645ef93c94b3f06060628978b7330ee7.tar created make[2]: Leaving directory '/src/layers/layer9_default' make[1]: Leaving directory '/src/layers' cd adm && make all make[1]: Entering directory '/src/adm' cp -f metwork_debug /opt/metwork-mfext-master/bin/metwork_debug chmod a+rx /opt/metwork-mfext-master/bin/metwork_debug cp -f _launch_crontab /opt/metwork-mfext-master/bin/_launch_crontab chmod a+rx /opt/metwork-mfext-master/bin/_launch_crontab cp -f clear.sh /opt/metwork-mfext-master/bin/clear.sh chmod a+rx /opt/metwork-mfext-master/bin/clear.sh cp -f _doc_layer.sh /opt/metwork-mfext-master/bin/_doc_layer.sh chmod a+rx /opt/metwork-mfext-master/bin/_doc_layer.sh cp -f _yaml_to_md.py /opt/metwork-mfext-master/bin/_yaml_to_md.py chmod a+rx /opt/metwork-mfext-master/bin/_yaml_to_md.py cp -f _packaging_get_module_dependencies /opt/metwork-mfext-master/bin/_packaging_get_module_dependencies chmod a+rx /opt/metwork-mfext-master/bin/_packaging_get_module_dependencies cp -f _packaging_get_module_layers /opt/metwork-mfext-master/bin/_packaging_get_module_layers chmod a+rx /opt/metwork-mfext-master/bin/_packaging_get_module_layers cp -f _packaging_get_layer_dependencies /opt/metwork-mfext-master/bin/_packaging_get_layer_dependencies chmod a+rx /opt/metwork-mfext-master/bin/_packaging_get_layer_dependencies cp -f _packaging_get_package_name /opt/metwork-mfext-master/bin/_packaging_get_package_name chmod a+rx /opt/metwork-mfext-master/bin/_packaging_get_package_name cp -f components /opt/metwork-mfext-master/bin/components chmod a+rx /opt/metwork-mfext-master/bin/components cp -f _circus.start /opt/metwork-mfext-master/bin/_circus.start chmod a+rx /opt/metwork-mfext-master/bin/_circus.start cp -f _circus.stop /opt/metwork-mfext-master/bin/_circus.stop chmod a+rx /opt/metwork-mfext-master/bin/_circus.stop cp -f _circus.status /opt/metwork-mfext-master/bin/_circus.status chmod a+rx /opt/metwork-mfext-master/bin/_circus.status cp -f _ini_to_env.py /opt/metwork-mfext-master/bin/_ini_to_env.py chmod a+rx /opt/metwork-mfext-master/bin/_ini_to_env.py cp -f before_start_redis /opt/metwork-mfext-master/bin/before_start_redis chmod a+rx /opt/metwork-mfext-master/bin/before_start_redis cp -f before_start_nginx /opt/metwork-mfext-master/bin/before_start_nginx chmod a+rx /opt/metwork-mfext-master/bin/before_start_nginx cp -f port_test.sh /opt/metwork-mfext-master/bin/port_test.sh chmod a+rx /opt/metwork-mfext-master/bin/port_test.sh cp -f _make_and_install_crontab.sh /opt/metwork-mfext-master/bin/_make_and_install_crontab.sh chmod a+rx /opt/metwork-mfext-master/bin/_make_and_install_crontab.sh cp -f _uninstall_crontab.sh /opt/metwork-mfext-master/bin/_uninstall_crontab.sh chmod a+rx /opt/metwork-mfext-master/bin/_uninstall_crontab.sh cp -f circus_status_watcher.sh /opt/metwork-mfext-master/bin/circus_status_watcher.sh chmod a+rx /opt/metwork-mfext-master/bin/circus_status_watcher.sh cp -f redis_status.sh /opt/metwork-mfext-master/bin/redis_status.sh chmod a+rx /opt/metwork-mfext-master/bin/redis_status.sh cp -f config.py /opt/metwork-mfext-master/bin/config.py chmod a+rx /opt/metwork-mfext-master/bin/config.py cp -f _prepare_config.py /opt/metwork-mfext-master/bin/_prepare_config.py chmod a+rx /opt/metwork-mfext-master/bin/_prepare_config.py cp -f _make_nethard_config.py /opt/metwork-mfext-master/bin/_make_nethard_config.py chmod a+rx /opt/metwork-mfext-master/bin/_make_nethard_config.py cp -f _make_circus_conf /opt/metwork-mfext-master/bin/_make_circus_conf chmod a+rx /opt/metwork-mfext-master/bin/_make_circus_conf cp -f _make_crontab.py /opt/metwork-mfext-master/bin/_make_crontab.py chmod a+rx /opt/metwork-mfext-master/bin/_make_crontab.py cp -f remove_empty.sh /opt/metwork-mfext-master/bin/remove_empty.sh chmod a+rx /opt/metwork-mfext-master/bin/remove_empty.sh cp -f kill_remaining_processes.py /opt/metwork-mfext-master/bin/kill_remaining_processes.py chmod a+rx /opt/metwork-mfext-master/bin/kill_remaining_processes.py cp -f bootstrap_plugin.py /opt/metwork-mfext-master/bin/bootstrap_plugin.py chmod a+rx /opt/metwork-mfext-master/bin/bootstrap_plugin.py cp -f _make_nginx_conf /opt/metwork-mfext-master/bin/_make_nginx_conf chmod a+rx /opt/metwork-mfext-master/bin/_make_nginx_conf cp -f bootstrap_plugin.post /opt/metwork-mfext-master/bin/bootstrap_plugin.post chmod a+rx /opt/metwork-mfext-master/bin/bootstrap_plugin.post cp -f _circusctl /opt/metwork-mfext-master/bin/_circusctl chmod a+rx /opt/metwork-mfext-master/bin/_circusctl cp -f _install_or_update_configured_plugins.py /opt/metwork-mfext-master/bin/_install_or_update_configured_plugins.py chmod a+rx /opt/metwork-mfext-master/bin/_install_or_update_configured_plugins.py cp -f nginx.status /opt/metwork-mfext-master/bin/nginx.status chmod a+rx /opt/metwork-mfext-master/bin/nginx.status cp -f find_zombies_nginx_workers.py /opt/metwork-mfext-master/bin/find_zombies_nginx_workers.py chmod a+rx /opt/metwork-mfext-master/bin/find_zombies_nginx_workers.py cp -f before_start_telegraf /opt/metwork-mfext-master/bin/before_start_telegraf chmod a+rx /opt/metwork-mfext-master/bin/before_start_telegraf cp -f _circus_wait_watcher_stopped.sh /opt/metwork-mfext-master/bin/_circus_wait_watcher_stopped.sh chmod a+rx /opt/metwork-mfext-master/bin/_circus_wait_watcher_stopped.sh cp -f _circus_wait_watcher_stopped.py /opt/metwork-mfext-master/bin/_circus_wait_watcher_stopped.py chmod a+rx /opt/metwork-mfext-master/bin/_circus_wait_watcher_stopped.py cp -f _circus_schedule_stop_watcher.sh /opt/metwork-mfext-master/bin/_circus_schedule_stop_watcher.sh chmod a+rx /opt/metwork-mfext-master/bin/_circus_schedule_stop_watcher.sh cp -f _install_plugin_virtualenv /opt/metwork-mfext-master/bin/_install_plugin_virtualenv chmod a+rx /opt/metwork-mfext-master/bin/_install_plugin_virtualenv cp -f _plugins.preuninstall /opt/metwork-mfext-master/bin/_plugins.preuninstall chmod a+rx /opt/metwork-mfext-master/bin/_plugins.preuninstall cp -f _plugins.postinstall /opt/metwork-mfext-master/bin/_plugins.postinstall chmod a+rx /opt/metwork-mfext-master/bin/_plugins.postinstall cp -f list_metwork_processes.py /opt/metwork-mfext-master/bin/list_metwork_processes.py chmod a+rx /opt/metwork-mfext-master/bin/list_metwork_processes.py cp -f telegraf_collector_metwork_module.py /opt/metwork-mfext-master/bin/telegraf_collector_metwork_module.py chmod a+rx /opt/metwork-mfext-master/bin/telegraf_collector_metwork_module.py cp -f _nginx.reload /opt/metwork-mfext-master/bin/_nginx.reload chmod a+rx /opt/metwork-mfext-master/bin/_nginx.reload cp -f _circus.reload /opt/metwork-mfext-master/bin/_circus.reload chmod a+rx /opt/metwork-mfext-master/bin/_circus.reload cp -f _plugins.is_dangerous /opt/metwork-mfext-master/bin/_plugins.is_dangerous chmod a+rx /opt/metwork-mfext-master/bin/_plugins.is_dangerous cp -f _circus_wait_watcher_started.sh /opt/metwork-mfext-master/bin/_circus_wait_watcher_started.sh chmod a+rx /opt/metwork-mfext-master/bin/_circus_wait_watcher_started.sh cp -f _circus_wait_watcher_started.py /opt/metwork-mfext-master/bin/_circus_wait_watcher_started.py chmod a+rx /opt/metwork-mfext-master/bin/_circus_wait_watcher_started.py cp -f nginxfmt.py /opt/metwork-mfext-master/bin/nginxfmt.py chmod a+rx /opt/metwork-mfext-master/bin/nginxfmt.py cp -f before_start_conf_monitor /opt/metwork-mfext-master/bin/before_start_conf_monitor chmod a+rx /opt/metwork-mfext-master/bin/before_start_conf_monitor cp -f _no_automatic_kill.sh /opt/metwork-mfext-master/bin/_no_automatic_kill.sh chmod a+rx /opt/metwork-mfext-master/bin/_no_automatic_kill.sh cp -f plugins.status /opt/metwork-mfext-master/bin/plugins.status chmod a+rx /opt/metwork-mfext-master/bin/plugins.status cp -f _plugins.status /opt/metwork-mfext-master/bin/_plugins.status chmod a+rx /opt/metwork-mfext-master/bin/_plugins.status cp -f _plugins.stop /opt/metwork-mfext-master/bin/_plugins.stop chmod a+rx /opt/metwork-mfext-master/bin/_plugins.stop cp -f plugins.stop /opt/metwork-mfext-master/bin/plugins.stop chmod a+rx /opt/metwork-mfext-master/bin/plugins.stop cp -f _plugins.start /opt/metwork-mfext-master/bin/_plugins.start chmod a+rx /opt/metwork-mfext-master/bin/_plugins.start cp -f plugins.start /opt/metwork-mfext-master/bin/plugins.start chmod a+rx /opt/metwork-mfext-master/bin/plugins.start cp -f _send_state.py /opt/metwork-mfext-master/bin/_send_state.py chmod a+rx /opt/metwork-mfext-master/bin/_send_state.py cp -f _prepare_plugin_config.py /opt/metwork-mfext-master/bin/_prepare_plugin_config.py chmod a+rx /opt/metwork-mfext-master/bin/_prepare_plugin_config.py cp -f _remove_plugin_config.py /opt/metwork-mfext-master/bin/_remove_plugin_config.py chmod a+rx /opt/metwork-mfext-master/bin/_remove_plugin_config.py cp -f pip_wrapper /opt/metwork-mfext-master/bin/pip_wrapper chmod a+rx /opt/metwork-mfext-master/bin/pip_wrapper cp -f _circus_schedule_start_watcher.py /opt/metwork-mfext-master/bin/_circus_schedule_start_watcher.py chmod a+rx /opt/metwork-mfext-master/bin/_circus_schedule_start_watcher.py cp -f _circus_schedule_start_watcher.sh /opt/metwork-mfext-master/bin/_circus_schedule_start_watcher.sh chmod a+rx /opt/metwork-mfext-master/bin/_circus_schedule_start_watcher.sh cp -f _circus_schedule_stop_watcher.py /opt/metwork-mfext-master/bin/_circus_schedule_stop_watcher.py chmod a+rx /opt/metwork-mfext-master/bin/_circus_schedule_stop_watcher.py cp -f _circus_wait.py /opt/metwork-mfext-master/bin/_circus_wait.py chmod a+rx /opt/metwork-mfext-master/bin/_circus_wait.py cp -f _circus_wait.sh /opt/metwork-mfext-master/bin/_circus_wait.sh chmod a+rx /opt/metwork-mfext-master/bin/_circus_wait.sh cp -f wait_redis.py /opt/metwork-mfext-master/bin/wait_redis.py chmod a+rx /opt/metwork-mfext-master/bin/wait_redis.py cp -f repeat.sh /opt/metwork-mfext-master/bin/repeat.sh chmod a+rx /opt/metwork-mfext-master/bin/repeat.sh cp -f before_start_vector /opt/metwork-mfext-master/bin/before_start_vector chmod a+rx /opt/metwork-mfext-master/bin/before_start_vector cp -f _module_status_json.py /opt/metwork-mfext-master/bin/_module_status_json.py chmod a+rx /opt/metwork-mfext-master/bin/_module_status_json.py cp --preserve=mode --dereference -Rf _metwork.spec /opt/metwork-mfext-master/share/_metwork.spec cp --preserve=mode --dereference -Rf startup_scripts_profiles.mk /opt/metwork-mfext-master/share/startup_scripts_profiles.mk cp --preserve=mode --dereference -Rf plugin.mk /opt/metwork-mfext-master/share/plugin.mk cp --preserve=mode --dereference -Rf config_subdir.mk /opt/metwork-mfext-master/share/config_subdir.mk cp --preserve=mode --dereference -Rf metwork.service /opt/metwork-mfext-master/share/metwork.service cp --preserve=mode --dereference -Rf templates/bashrc /opt/metwork-mfext-master/share/templates/bashrc /opt/metwork-mfext-master/bin/_make_file_from_template.sh bashrc .custom >/opt/metwork-mfext-master/share/bashrc cp --preserve=mode --dereference -Rf templates/bash_profile /opt/metwork-mfext-master/share/templates/bash_profile /opt/metwork-mfext-master/bin/_make_file_from_template.sh bash_profile .custom >/opt/metwork-mfext-master/share/bash_profile cp --preserve=mode --dereference -Rf templates/profile /opt/metwork-mfext-master/share/templates/profile cp --preserve=mode --dereference -Rf templates/config_profile /opt/metwork-mfext-master/share/templates/config_profile cp --preserve=mode --dereference -Rf templates/nethard_profile /opt/metwork-mfext-master/share/templates/nethard_profile /opt/metwork-mfext-master/bin/_make_file_from_template.sh profile .custom >/opt/metwork-mfext-master/share/profile cp --preserve=mode --dereference -Rf templates/interactive_profile /opt/metwork-mfext-master/share/templates/interactive_profile /opt/metwork-mfext-master/bin/_make_file_from_template.sh interactive_profile .custom >/opt/metwork-mfext-master/share/interactive_profile cp --preserve=mode --dereference -Rf templates/load_env.sh /opt/metwork-mfext-master/share/templates/load_env.sh export ROOT_DIR=/opt/metwork-mfext-master && /opt/metwork-mfext-master/bin/_make_file_from_template.sh load_env.sh .custom >/opt/metwork-mfext-master/share/load_env.sh export ROOT_DIR=`pwd`/.. && /opt/metwork-mfext-master/bin/_make_file_from_template.sh load_env.sh .custom >/opt/metwork-mfext-master/share/load_env_and_cd_sources.sh export ROOT_DIR=RUNTIME && /opt/metwork-mfext-master/bin/_make_file_from_template.sh load_env.sh .custom >/opt/metwork-mfext-master/share/load_env_and_cd_runtime.sh cp --preserve=mode --dereference -Rf templates/mfxxx_wrapper /opt/metwork-mfext-master/share/templates/mfxxx_wrapper /opt/metwork-mfext-master/bin/_make_file_from_template.sh mfxxx_wrapper .custom >/opt/metwork-mfext-master/bin/mfext_wrapper chmod a+rx /opt/metwork-mfext-master/bin/mfext_wrapper cp --preserve=mode --dereference -Rf templates/_mfxxx_wrapper /opt/metwork-mfext-master/share/templates/_mfxxx_wrapper /opt/metwork-mfext-master/bin/_make_file_from_template.sh _mfxxx_wrapper .custom >/opt/metwork-mfext-master/bin/_mfext_wrapper chmod a+rx /opt/metwork-mfext-master/bin/_mfext_wrapper cp --preserve=mode --dereference -Rf templates/circus.ini /opt/metwork-mfext-master/share/templates/circus.ini cp --preserve=mode --dereference -Rf templates/config.ini /opt/metwork-mfext-master/share/templates/config.ini cp --preserve=mode --dereference -Rf templates/crontab /opt/metwork-mfext-master/share/templates/crontab cp --preserve=mode --dereference -Rf templates/cronwrap.sh /opt/metwork-mfext-master/share/templates/cronwrap.sh cp --preserve=mode --dereference -Rf templates/layer.md /opt/metwork-mfext-master/share/templates/layer.md cp --preserve=mode --dereference -Rf templates/mflog_override.conf /opt/metwork-mfext-master/share/templates/mflog_override.conf cp --preserve=mode --dereference -Rf templates/mfxxx.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