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 hit (used: /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 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 already exist (/buildcache/mfext_cache_layer_python3_e6e8f2f42d69b64ccc1db9d45a1296d6.tar) 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 hit (used: /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 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 already exist (/buildcache/mfext_cache_layer_python3_circus_8c9a1de2c0eec971da4c2fbd7d941b45.tar) 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 hit (used: /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 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 already exist (/buildcache/mfext_cache_layer_python3_scientific_core_5b62a25b5b6662709663d106823b1f6d.tar) 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: 7e8c73a3c7bc6a14b26b53980d8b353d cache missed (/buildcache/mfext_cache_layer_python3_devtools_82a1f88291ccdfbb7c3db440638de7a4.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 tempolayer2265[/src/layers/layer7_python3_devtools/0400_prereq_extra_python_packages/tempolayer2265] 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)) 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 (from setuptools_scm>=6.4->flit-scm==1.7.0->-r requirements3.txt (line 1)) Downloading packaging-23.1.tar.gz (134 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting setuptools (from setuptools_scm>=6.4->flit-scm==1.7.0->-r requirements3.txt (line 1)) Downloading setuptools-70.3.0.tar.gz (2.3 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 5.8 MB/s eta 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Building wheels for collected packages: flit-scm, flit-core, setuptools_scm, packaging, setuptools 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=8edfdba576059a5440fda9d58ca7329e45d380bec04b40d885f91bf0d3cc0c8f 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 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=a3be4481e6840cc59274bb8c37d2b492573b4ba63b64cc43cc9e54fe66a5cd58 Stored in directory: /root/.cache/pip/wheels/44/01/cc/b63b7dbc0b070b049285a8b15f4669ea05f31e50195f4a81f1 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 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=65be592dcf1fdaf69d63c30c594f7bb7082a72bac4bb17ed009b91ee20bd9f83 Stored in directory: /root/.cache/pip/wheels/d7/31/cf/835925c9dc398cbda5aae6cbd5ff7275a7c39c83eee3e5305b Successfully built flit-scm flit-core setuptools_scm packaging setuptools 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 tempolayer2431[/src/layers/layer7_python3_devtools/0500_extra_python_packages/tempolayer2431] 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 85.2 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 28.8 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 42.7 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.5.1 (from -r requirements3.txt (line 15)) Downloading freezegun-1.5.1.tar.gz (33 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting ghp-import==2.1.0 (from -r requirements3.txt (line 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.5.0 (from -r requirements3.txt (line 24)) Downloading libcst-1.5.0.tar.gz (772 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 773.0/773.0 kB 47.4 MB/s eta 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' 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 176.4 kB/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 129.2 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 36.6 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 141.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 14.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.8 (from -r requirements3.txt (line 50)) Downloading pyinstaller_hooks_contrib-2024.8.tar.gz (131 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pyinstaller==6.10.0 (from -r requirements3.txt (line 51)) Downloading pyinstaller-6.10.0.tar.gz (2.5 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.5/2.5 MB 4.1 MB/s eta 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pylint==3.0.1 (from -r requirements3.txt (line 52)) Downloading pylint-3.0.1.tar.gz (441 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pymdown-extensions==10.3 (from -r requirements3.txt (line 53)) Downloading pymdown_extensions-10.3.tar.gz (784 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 784.9/784.9 kB 51.9 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 85.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)) Downloading pyyaml-6.0.2.tar.gz (130 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting rich (from bandit==1.7.6->-r requirements3.txt (line 4)) Downloading 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)) Downloading click-8.1.7.tar.gz (336 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting mypy-extensions>=0.4.3 (from black==24.3.0->-r requirements3.txt (line 6)) 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 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)) Downloading pathspec-0.11.2.tar.gz (47 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting platformdirs>=2 (from black==24.3.0->-r requirements3.txt (line 6)) Downloading platformdirs-3.10.0.tar.gz (19 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting aiohttp>=3.7.4 (from black==24.3.0->-r requirements3.txt (line 6)) Downloading aiohttp-3.10.5.tar.gz (7.5 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.5/7.5 MB 124.1 MB/s eta 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting typing-extensions (from bump-pydantic==0.8.0->-r requirements3.txt (line 7)) Downloading typing_extensions-4.12.2.tar.gz (85 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting threadpoolctl (from filprofiler==2024.11.2->-r requirements3.txt (line 12)) Downloading threadpoolctl-3.2.0.tar.gz (36 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pycodestyle<2.12.0,>=2.11.0 (from flake8==6.1.0->-r requirements3.txt (line 13)) Downloading pycodestyle-2.11.0.tar.gz (38 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting python-dateutil>=2.7 (from freezegun==1.5.1->-r requirements3.txt (line 15)) Downloading python-dateutil-2.8.2.tar.gz (357 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting tornado (from livereload==2.6.3->-r requirements3.txt (line 25)) Downloading tornado-6.4.1.tar.gz (500 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting six (from livereload==2.6.3->-r requirements3.txt (line 25)) Downloading six-1.16.0.tar.gz (34 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting MarkupSafe>=0.9.2 (from Mako==1.2.4->-r requirements3.txt (line 27)) Downloading MarkupSafe-2.1.3.tar.gz (19 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting jinja2>=2.11.1 (from mkdocs==1.5.3->-r requirements3.txt (line 30)) Downloading jinja2-3.1.4.tar.gz (240 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting markdown>=3.2.1 (from mkdocs==1.5.3->-r requirements3.txt (line 30)) Downloading Markdown-3.4.4.tar.gz (324 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting termcolor (from mkdocs-macros-plugin==1.0.4->-r requirements3.txt (line 34)) Downloading termcolor-2.3.0.tar.gz (12 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting babel~=2.10 (from mkdocs-material==9.4.5->-r requirements3.txt (line 35)) Downloading Babel-2.13.0.tar.gz (9.9 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.9/9.9 MB 162.0 MB/s eta 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting colorama~=0.4 (from mkdocs-material==9.4.5->-r requirements3.txt (line 35)) Downloading colorama-0.4.6.tar.gz (27 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pygments~=2.16 (from mkdocs-material==9.4.5->-r requirements3.txt (line 35)) Downloading Pygments-2.16.1.tar.gz (4.9 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.9/4.9 MB 190.3 MB/s eta 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting regex>=2022.4 (from mkdocs-material==9.4.5->-r requirements3.txt (line 35)) 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.26 (from mkdocs-material==9.4.5->-r requirements3.txt (line 35)) Downloading requests-2.32.3.tar.gz (131 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting joblib (from nltk==3.9.1->-r requirements3.txt (line 40)) Downloading joblib-1.3.2.tar.gz (2.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.0/2.0 MB 124.0 MB/s eta 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting tqdm (from nltk==3.9.1->-r requirements3.txt (line 40)) Downloading tqdm-4.66.4.tar.gz (169 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' 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 31.2 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.8->-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)) Downloading 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)) Downloading dill-0.3.7.tar.gz (183 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pluggy<2.0,>=0.12 (from pytest==7.4.4->-r requirements3.txt (line 54)) Downloading pluggy-1.3.0.tar.gz (63 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting Werkzeug>=2.0.0 (from pytest-httpserver==1.0.8->-r requirements3.txt (line 58)) Downloading werkzeug-3.0.6.tar.gz (805 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 805.2/805.2 kB 66.4 MB/s eta 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting paramiko>=2.7.1 (from sftp-py==0.2.1->-r requirements3.txt (line 66)) Downloading paramiko-3.4.1.tar.gz (1.7 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.7/1.7 MB 82.3 MB/s eta 0:00:00 Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting pbr!=2.1.0,>=2.0.0 (from stevedore==5.1.0->-r requirements3.txt (line 70)) Downloading pbr-5.11.1.tar.gz (127 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting aiohappyeyeballs>=2.3.0 (from aiohttp>=3.7.4->black==24.3.0->-r requirements3.txt (line 6)) Downloading 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)) Downloading aiosignal-1.3.1.tar.gz (19 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting attrs>=17.3.0 (from aiohttp>=3.7.4->black==24.3.0->-r requirements3.txt (line 6)) Downloading attrs-23.2.0.tar.gz (780 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 780.8/780.8 kB 55.5 MB/s eta 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting frozenlist>=1.1.1 (from aiohttp>=3.7.4->black==24.3.0->-r requirements3.txt (line 6)) Downloading frozenlist-1.5.0.tar.gz (39 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting multidict<7.0,>=4.5 (from aiohttp>=3.7.4->black==24.3.0->-r requirements3.txt (line 6)) Downloading multidict-6.0.4.tar.gz (51 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting yarl<2.0,>=1.0 (from aiohttp>=3.7.4->black==24.3.0->-r requirements3.txt (line 6)) Downloading yarl-1.9.11.tar.gz (156 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting bcrypt>=3.2 (from paramiko>=2.7.1->sftp-py==0.2.1->-r requirements3.txt (line 66)) Downloading bcrypt-4.0.1.tar.gz (25 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting cryptography>=3.3 (from paramiko>=2.7.1->sftp-py==0.2.1->-r requirements3.txt (line 66)) Downloading cryptography-43.0.1.tar.gz (686 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 686.9/686.9 kB 96.9 MB/s eta 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pynacl>=1.5 (from paramiko>=2.7.1->sftp-py==0.2.1->-r requirements3.txt (line 66)) Downloading PyNaCl-1.5.0.tar.gz (3.4 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.4/3.4 MB 153.8 MB/s eta 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting charset-normalizer<4,>=2 (from requests~=2.26->mkdocs-material==9.4.5->-r requirements3.txt (line 35)) Downloading charset-normalizer-3.2.0.tar.gz (97 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting idna<4,>=2.5 (from requests~=2.26->mkdocs-material==9.4.5->-r requirements3.txt (line 35)) Downloading idna-3.7.tar.gz (189 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting urllib3<3,>=1.21.1 (from requests~=2.26->mkdocs-material==9.4.5->-r requirements3.txt (line 35)) Downloading urllib3-2.2.2.tar.gz (292 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting certifi>=2017.4.17 (from requests~=2.26->mkdocs-material==9.4.5->-r requirements3.txt (line 35)) Downloading certifi-2024.7.4.tar.gz (164 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' 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 41.2 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)) Downloading filelock-3.12.3.tar.gz (13 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting markdown-it-py>=2.2.0 (from rich->bandit==1.7.6->-r requirements3.txt (line 4)) 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 cffi>=1.12 (from cryptography>=3.3->paramiko>=2.7.1->sftp-py==0.2.1->-r requirements3.txt (line 66)) Downloading cffi-1.17.1.tar.gz (516 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich->bandit==1.7.6->-r requirements3.txt (line 4)) Downloading mdurl-0.1.2.tar.gz (8.7 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pycparser (from cffi>=1.12->cryptography>=3.3->paramiko>=2.7.1->sftp-py==0.2.1->-r requirements3.txt (line 66)) Downloading pycparser-2.21.tar.gz (170 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Downloading filprofiler-2024.11.2-cp312-cp312-manylinux_2_28_x86_64.whl (1.5 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.5/1.5 MB 130.3 MB/s eta 0:00:00 Downloading isort-5.12.0-py3-none-any.whl (91 kB) 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 170.5 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) Downloading tomlkit-0.12.1-py3-none-any.whl (37 kB) Downloading rich-13.5.2-py3-none-any.whl (239 kB) Downloading 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/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/packaging-23.1-py3-none-any.whl Saved ./src/setuptools-70.3.0-py3-none-any.whl Saved ./src/tomlkit-0.12.1-py3-none-any.whl Saved ./src/rich-13.5.2-py3-none-any.whl Saved ./src/aiohappyeyeballs-2.4.0-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, libcst, 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, aiohttp, babel, click, colorama, dill, jinja2, markdown, MarkupSafe, mypy-extensions, paramiko, pathspec, pbr, platformdirs, pluggy, pycodestyle, pygments, python-dateutil, PyYAML, regex, requests, six, typing-extensions, virtualenv, Werkzeug, joblib, termcolor, threadpoolctl, tornado, tqdm, aiosignal, attrs, bcrypt, certifi, charset-normalizer, cryptography, distlib, filelock, frozenlist, idna, markdown-it-py, multidict, pynacl, urllib3, yarl, cffi, mdurl, pycparser 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=76f1a8c2b2fbf0160d4d191a245b26d27d145ac6185136de21379aac4a47c8da 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=fb7a74a6a9b632bab1ea7c98034195bea118dd3ddb8aa0f7c04cc1e1b7ff24f9 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=7ad7d723d6727658dd3ceb96f4d61e288c12108c60db4db8127db7292cdd07f2 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=ac0b7edda6b8fdacc3a43c8ad4efa674ccc9d1718c82e9e297bcbbfdb56b7731 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=240464 sha256=b43667cb008bd5ce9b396bde45508f4d047751611b3800c33879f3a93a2d02e3 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=7b8e02139797c3316f245f8b8036207e3d288739dac5aac9854a90cda70e6eb8 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=cd5d3a2f462d52d26e5307dc4cd40349b45523eb88fa0de537710fb537675bc3 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=e8edbbddb268199f7a288210fc7e52cec1b47860e6060ecdcb4e2ab195876f38 Stored in directory: /root/.cache/pip/wheels/c2/30/66/652006520292f82f013791d08540fe058d38e4c239ee251841 Building wheel for freezegun (pyproject.toml): started Building wheel for freezegun (pyproject.toml): finished with status 'done' Created wheel for freezegun: filename=freezegun-1.5.1-py3-none-any.whl size=17569 sha256=32c05e88ad3af67885daf738d011f79495c25f4eb88f70107eafbad456c70b44 Stored in directory: /root/.cache/pip/wheels/08/60/06/8404db52c3b9d7a52b612ad49013fea684543afa1bba713d3b 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=994c4a4ad42cb722ed949fb026db55ef6a86b786c7f60fce9fbe1cdfcffe1409 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=22913379df905b1b97302a2b1b8ce918a4eb9ff9791d46cb908be33b1b3c1854 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=c3154491bffa23aa77b79a0bf67f6cf29e556f3685c1fe9f74b1799ad643e036 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=eee3257a7664ad8087355980964d3b7372256f0c3a7580a505059cd8d4f40f42 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=a9c6856e3432b0fa8140522a9bb9b05c14a6539c99607efcda963057e378784d 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=a0508f09a85dd3640e461e2142b1c527fab784d61b84e14d6ef6eacff2f74908 Stored in directory: /root/.cache/pip/wheels/7d/51/68/bdceebf943cb8671e0202d5b0c59883aab206b7f2ed18cd287 Building wheel for libcst (pyproject.toml): started Building wheel for libcst (pyproject.toml): finished with status 'done' Created wheel for libcst: filename=libcst-1.5.0-cp312-cp312-linux_x86_64.whl size=2288882 sha256=83bee28d6127231fd3a12b6fe267abf28a0c4c7afee8da416c683c35a76e1ad9 Stored in directory: /root/.cache/pip/wheels/bb/9f/b5/3d62c38ad612dd886404924ca4cc8d52e880329637e5b8d134 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=c34bbdf70fd5ae099a71a582cb50d5912efb2666f3faa21e8e1335ecc14d3b03 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=2a4f1b65bb1fae9fc25ffa106b01559fb9dd0d59102351b0b87f532125e266da 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=30c2a80059ab8fc1bee8196b130114274e45b1cdbbeb7febc4c1649e6332164b 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=5f89b37372b2645be6d2d0729327243175c786e4d57036dddc83930d10c75697 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=e43badba3dd9bdb0a36008661cabf9489e2da92553cad9f1ed7af1a1407130cc 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=4c1df081e2e468f4e1f86ede458792c0924c4bac88640ed5d2a671cdefd72b22 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=97633c7537226307652ec3a27f1969b892ac4cf9ee0011399d1edefded1adbc4 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=60d4fa131cbf93cf46208c68e4d86654c2b9fa548df9ac5dce285ffb6542731e 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=102c9dcbde21eba7d3f583581230b75b073e3ec9cbbb33bea00f4dbcea86f8c3 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=1505442 sha256=b33d6dfbb7c1fb76bbd6e60780808a5f4200c2436083c28142b99e15161c5733 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=2a2cc51a2d1984d4274961ddd803d03e725a033e9f190437fe8990157e2e02ee 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=c9ee0e6bd250b2954242f71119052f0c7d057f000f71fa8a39fd22d78786b3db 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=28b08fed29f67af54ce0d05667953a85dd8cad7d6708bf730acd764053dbf7fa 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=fd00c451187b68d0b1e0b26afc792ced48d57646b7fc6eb9c8947de5e54fdda8 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=adf3367943a9ecc532ad6da7cde6f2ae945361d5f891c8272c99a0c090d94124 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=b649351fbebfd3e1461db6b519fa4ab4ce1f68dbfee9045d0b5044f9d1b5c6c1 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.8-py3-none-any.whl size=322802 sha256=b4dc1fc9d2a9e9da477a9835977726886417891920c1453eff7265e773a93140 Stored in directory: /root/.cache/pip/wheels/28/70/d2/d6e0da3698c12daf1c8118160c1ef9135c78c761f3a74c19b6 Building wheel for pyinstaller (pyproject.toml): started Building wheel for pyinstaller (pyproject.toml): finished with status 'done' Created wheel for pyinstaller: filename=pyinstaller-6.10.0-py3-none-any.whl size=2230709 sha256=c71f8bcc1087478a3e40646ee485b4dc7e7e3c400e6d5b1e03b6b03cba2804eb Stored in directory: /root/.cache/pip/wheels/e4/a4/6c/782749160cd9b34ef36f02b72992ddfdc6ded35cb399f32d73 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=c75627a04b3ace889f4feff6410faffb66f2e59a2bfa60939160db52b0e9eca6 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=befa7fe33ed6324c19e88fbeab022b30190f4415bd56713477105a0137a92185 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=e9f8b2b956cf3f4125b88166f1082b94a4cbd6222854204b99827ec878102be6 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=6d0b4c04b246534263365bcebd0772530b2c5ff657873aad5ab31b81c971406e 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=022da82ecbedfe22dd7807cde8847bda63d91510b378fc3e2a4a28e76c9bdbe9 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=185a4f48ffa912a2e7ba17fc5b7ca52308a439b249bbe3e4384bb8f731dc6bbb 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=2a18d9792e0cb131fc6507f53b4da5e21175d7a27ebf21de38ba1fad6286d66e 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=95a6203ee93813dbe0c82f915a14ad5ec4c5308650bd0f493ecf238a282c0f5c 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=bbf09fb2b7cfefbf91f76f4358842beee3820e30280e859276b5cdf9339c1d06 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=0998c05183c49b0ae9a1682adf0039e0deadfa550d2616b5838854555c259e6c 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=20f8c718a7fdc2c0118020c4c977ccd5903fcfc22f738e31f36a95309bf83b2f 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=8166a02573b639ca183d2ccd3260ffed99b0cdb9e1904ee274f4220aa3c66728 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=8e4cd3515218fbbcf1eb9421f3756fa57bbb392719cfa1d440f33bae314fb25e 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=b2da4a4bbef4c64c694f03e39fd291752b7ae6cc3a1ce4a7f0506d10604fb4b7 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=c54e49aad0fe1088b5f931453f912355dbf7eeb1b524cbebb40cde47916927d0 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=348c814c794b5830d9ad32f1dcc91fe0e5383b964a84209daa2970d0d42c334f 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 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=1291297 sha256=c15aa9098b69bb86ed97833a095ce525bd99dbe933152e1436ac86a3af39e5ae Stored in directory: /root/.cache/pip/wheels/76/c3/e5/e0f571afa71bb97104330c8adf3800dad0ad9863423d35894b 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=61692a8fb645f3729ccd16c6ba08fa078e03fe1dd86622438d1bcbf85fef8554 Stored in directory: /root/.cache/pip/wheels/07/57/0d/53eb7f8c5df9c9f785991d1ab141ed19e44a150054f4fc9e30 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=ac6d74a30dbc8ceb909ec8f8790081f92b0f943e07a37d95c3599163fb88522c 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 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=6494569dc87580b2bf3dc0a43f0e999f34a88b80266df7de5fc67e107df567c9 Stored in directory: /root/.cache/pip/wheels/77/63/c0/6e427bd0e618af370f5aff6ebca50527627ec6b2229c39cd37 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 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=2597e54620dd3d959fc0ce63fe4c58eee77e837f56405b1d445d9d3079524bd5 Stored in directory: /root/.cache/pip/wheels/a3/44/60/81382cb300f56a9fefd70790ca00df4dfb144b6e3c0dd46b2b 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=33059 sha256=d9dfe0ac31978807e37c4df631719981ecc95e5fcd45dad3ef79e5167092db0d Stored in directory: /root/.cache/pip/wheels/c2/bd/c4/f13a19279cf9072aeb000631eeedb8f80ab9b91a6851054592 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=d474aa41d7b10d95f1776c150781adeaf85be59dd345e4a8af557db04ee2511a Stored in directory: /root/.cache/pip/wheels/5c/05/f1/415c56c98a4f5f94d5a4a2035f97d7cd7888ae4893aa4b2f2e 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=9a604909a2b051f3f164d5115f3dead742e74e02c782bc6fd3fdab42cab1f511 Stored in directory: /root/.cache/pip/wheels/ce/08/53/153f71c1f36ef5b1aa7d3e6e49272f8bb73e12a80ff74485e2 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 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=3fbbe2160e892647b4ea74aecf0a06d0cb99509f0b52c5806554c9781ccbe709 Stored in directory: /root/.cache/pip/wheels/31/4b/a3/bf49f0594a33955a0b76bd6ad92613ef94896766bfff65e433 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 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=9e2894261f8be0089acb122768b2bb30837fa458777faa026674da3dcf4d70ea Stored in directory: /root/.cache/pip/wheels/7e/16/cf/4fdf67b6a6dad20523d8fc11ac6cc3f1c95ed164badbcc9c49 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=08980f4e2450824138d64199b69fecae345a74f56c9a3e2293cd612b78a68283 Stored in directory: /root/.cache/pip/wheels/72/ef/e6/206b9f9d3bab60c512d7ad83924548d8939ab0a1e1835cc0a0 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=2d75ad2a4a39900ec10345bc27f9d847b54b86a34b6cb9afe1c968470f513ead Stored in directory: /root/.cache/pip/wheels/9d/0e/4d/83afeb43e6b37171bd7a3d202fe2e475884c29bbd233487965 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=0975a0ee2af566fbf4559339f1fc20d177f2e4a80be2c9b3f138a54e305d1486 Stored in directory: /root/.cache/pip/wheels/80/1c/9e/e4f0ede617dfb9e565c3b077e020f868ac4d65b74147b72516 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=28b4b4ed26fedce9d5b74084b842b82261777fee2c5861dd2aa98e0f1894d9ac Stored in directory: /root/.cache/pip/wheels/db/db/e2/4a1264f6c5192c518338cd8c226caae9f43c610fdb76c1ebcb 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=695176 sha256=5b534649ff70117ed2b7d881eab7e8902249eabfab64e4c34d3ee5416cca0dd1 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=f49206a634a00002b5b657b7f4ce5d88554f84e1573e4caf58fb81bf27477d9e Stored in directory: /root/.cache/pip/wheels/33/0f/67/609cc7e3d03673f4b5ee2bd90e3f03e76779a9b3fa2777660b 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=7e3e620d7e3127c29bd1b589c2cb0dc97060714005861232566b43f7ef03a29e Stored in directory: /root/.cache/pip/wheels/2d/44/a6/eaa84ad030d2047bb916e0740a9ec8b0ee9d23127bb389728f 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 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 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 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=9b61c6566e4d80192a4cf71996b730d5e2611c3a8866d51b4aa91fd702ef8918 Stored in directory: /root/.cache/pip/wheels/4b/2d/b4/3b481bde9d87480bc8516a8fa9f7cc516bd311491c7f92d661 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=437891 sha256=795480eb42bbbca22d1bb070b6aaf0d52521718633ddfa15efbe183c2aba730a 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=19531e6512a685240f991216cd1805c68811dc1e0aac02eb4dcfc34ae322d2de Stored in directory: /root/.cache/pip/wheels/52/c2/af/12bcf98722de62c127bf746b39fa400510484aa2d04acde808 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=bde9256f8f54456aed4e8fea8590bbef34da5f4778a1c043bc8be6f4967d94ae Stored in directory: /root/.cache/pip/wheels/52/b6/98/9db9ecd54a156a085ca03dd0613859a4d9befcd50539d779dc 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 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=5cbeb8e00eef69eff016eea33ee2a304d932873937492277d862dba37bb188a6 Stored in directory: /root/.cache/pip/wheels/80/53/90/0db3b974823c1eb9ea0612fda6da5a9bc9b7823f9751127172 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=8d8d30f15ebdac3279c57fd68059082d239545ba76b3b05be534972b6e20d710 Stored in directory: /root/.cache/pip/wheels/67/51/d3/6d7959274c1f51d32371fe752b8f409e3e912af017eef76976 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=310863d6bc7dcaf7efdaae36d98e7f276b06ee8ab6302ba54475f97f53367fa0 Stored in directory: /root/.cache/pip/wheels/e8/2c/41/2479e88a743418e0664a23e028a65525ff8b5d70a08cd7ca51 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=1545500 sha256=7fea155fc6b735a15762661248326515c5ac300e315c7386776f5e3737be0e96 Stored in directory: /root/.cache/pip/wheels/b7/4d/48/d7a49f5fc8cc148b1ca925f291043b85712467c4cf11cb7a22 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=ce2479a2d4f3891c5fa57f2d826c9719b82eaa2f85da8a6680ba648aaf9e3861 Stored in directory: /root/.cache/pip/wheels/8c/21/a5/3ef55589891be78af8e264f7a177bb0f70166002a68053203e Building wheel for filelock (pyproject.toml): started Building wheel for filelock (pyproject.toml): finished with status 'done' Created wheel for filelock: filename=filelock-3.12.3-py3-none-any.whl size=11327 sha256=ee458bbb3177bc34781117ad1de811ce1c378484990c81696c748e9b49797fba Stored in directory: /root/.cache/pip/wheels/de/3b/53/a4282abfa7acfb4642f6e607b1cf1982fa4603a412e633fb05 Building wheel for 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=261485 sha256=a7895c7ec491399cd04cbd7417a6eddfdd05c7f2abd377c2781d07d976c10b49 Stored in directory: /root/.cache/pip/wheels/80/ec/87/d9667bf0ec14efb7bf3c69e2899f7b8f63150a4f1e8ed76c14 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 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 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=182966 sha256=d6496f4621156caf8ef23106dc51ad625fb18b24cd87d1b5fd6ade65c6c9b877 Stored in directory: /root/.cache/pip/wheels/f6/d8/ff/3c14a64b8f2ab1aa94ba2888f5a988be6ab446ec5c8d1a82da 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=1137088 sha256=c7ca15da3f7c461facb59e714e2850ebf863f679ad9a9c718680c688b1479c7e Stored in directory: /root/.cache/pip/wheels/eb/89/16/447043df6095a2249118072701557685f2c58d7b31c8926ddf 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 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=486533 sha256=2071df75f1671aa878a8628d9cfec2523541c4a46b9dc0afac5e0a972438f0ef Stored in directory: /root/.cache/pip/wheels/89/92/c3/a978930967b34ce684677c1805e189a53acebd4377963bc0dc 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=455757 sha256=dc10fb934e5a3679a6469c8f077f23dfdb592ccdbbb6d54d7568ec6c8b63b85b Stored in directory: /root/.cache/pip/wheels/2e/18/23/10f816dc1f57d13a6c8d6525d442e74d82e772bb60f864afbe 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 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=d4efdaf1912a71643accfc682d84efd9d58a3f5f063481aae8c7d820b49c4c41 Stored in directory: /root/.cache/pip/wheels/a7/87/dd/b205800ee8f03e5fb4b8f5742c10bb31cd67b2cc52f2c3c142 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 libcst 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 aiohttp babel click colorama dill jinja2 markdown MarkupSafe mypy-extensions paramiko pathspec pbr platformdirs pluggy pycodestyle pygments python-dateutil PyYAML regex requests six typing-extensions virtualenv Werkzeug joblib termcolor threadpoolctl tornado tqdm aiosignal attrs bcrypt certifi charset-normalizer cryptography distlib filelock frozenlist idna markdown-it-py multidict pynacl urllib3 yarl cffi mdurl pycparser 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.5.1-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.5.0-cp312-cp312-linux_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.8-py3-none-any.whl (from -r requirements3.txt.tmp (line 50)) Processing ./src/pyinstaller-6.10.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.5.1->-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.8->-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, libcst, 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, 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.5.1 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.5.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.10.0 pyinstaller-hooks-contrib-2024.8 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_82a1f88291ccdfbb7c3db440638de7a4.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): fe196e9eca430258c62ab311b1cd7ef4 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_334a2dc76d3f8300cd3c20c4c0db450a.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_334a2dc76d3f8300cd3c20c4c0db450a.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/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 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 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