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: 888c30fa85fcfbd1a7f4b750da33f2e6 root@mfext layer (dependency) hash (from cache): f10ced89e93f340f4a19b4f76d658719 source hash: 9176ae33acd416b6a8a76410979701c3 cache hit (used: /buildcache/mfext_cache_layer_core_2096955a37c90b7383a1ee1bd6b83c65.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_2096955a37c90b7383a1ee1bd6b83c65.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: 888c30fa85fcfbd1a7f4b750da33f2e6 core@mfext layer (dependency) hash (from cache): 48181fefb5eb6328fdfac6c360e931e7 root@mfext layer (dependency) hash (from cache): f10ced89e93f340f4a19b4f76d658719 source hash: e68fbe595ae7d0648b52e9e0518cf174 cache hit (used: /buildcache/mfext_cache_layer_openresty_c6a577f781022cc979c600abfd8869d6.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_c6a577f781022cc979c600abfd8869d6.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: 888c30fa85fcfbd1a7f4b750da33f2e6 core@mfext layer (dependency) hash (from cache): 48181fefb5eb6328fdfac6c360e931e7 root@mfext layer (dependency) hash (from cache): f10ced89e93f340f4a19b4f76d658719 source hash: a05ca11b2c8b6314a525f6654ab61545 cache hit (used: /buildcache/mfext_cache_layer_python3_core_9593d6298c75c1eb41caa5480ab67a75.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_9593d6298c75c1eb41caa5480ab67a75.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: 888c30fa85fcfbd1a7f4b750da33f2e6 core@mfext layer (dependency) hash (from cache): 48181fefb5eb6328fdfac6c360e931e7 root@mfext layer (dependency) hash (from cache): f10ced89e93f340f4a19b4f76d658719 source hash: c293059876dadcd261182ece6435ff11 cache hit (used: /buildcache/mfext_cache_layer_scientific_core_a513d16a86750b02a4d92495ba576bf5.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_a513d16a86750b02a4d92495ba576bf5.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: 888c30fa85fcfbd1a7f4b750da33f2e6 core@mfext layer (dependency) hash (from cache): 48181fefb5eb6328fdfac6c360e931e7 python3_core@mfext layer (dependency) hash (from cache): 4907d71374f94da21670edf8fca70667 root@mfext layer (dependency) hash (from cache): f10ced89e93f340f4a19b4f76d658719 source hash: 54146853b88e8710412ae635c063acd5 cache missed (/buildcache/mfext_cache_layer_python3_7f17773c9cfb062b7136b1f048afb324.tar) if ! test -f cache/hit; then \ for SUBDIR in 0400_prereq_extra_python_packages 0402_prereq_extra_python_packages 0500_extra_python_packages; do \ OLDPWD=`pwd`; \ cd $SUBDIR || exit 1; \ make all || exit 1; \ cd ${OLDPWD}; \ done ; \ chmod -R a+rX,g-w,o-w,u+w /opt/metwork-mfext-master/opt/python3 ; \ fi make[3]: Entering directory '/src/layers/layer2_python3/0400_prereq_extra_python_packages' layer_wrapper --empty-env --empty-env-keeps=LANG,PATH,LAYERAPI2_LAYERS_PATH,PYTHON3_SHORT_VERSION,FORCED_PATHS,BUILDCACHE --force-prepend --layers=python3_core@mfext,python3@mfext -- make -f Makefile.mk all for REQ in requirements3.txt; do if test -s ${REQ}; then download_compile_requirements ${REQ} || { echo "ERROR WITH download_compile_requirements ${REQ}"; exit 1; }; fi; done [DEBUG]: loading tempolayer1430[/src/layers/layer2_python3/0400_prereq_extra_python_packages/tempolayer1430] Collecting cffi==1.15.1 (from -r requirements3.txt (line 1)) Downloading cffi-1.15.1.tar.gz (508 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting ConfigUpdater==3.1.1 (from -r requirements3.txt (line 2)) Downloading ConfigUpdater-3.1.1.tar.gz (139 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting Cython==3.0.11 (from -r requirements3.txt (line 3)) Downloading cython-3.0.11.tar.gz (2.8 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.8/2.8 MB 97.7 MB/s eta 0:00:00 Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting fastentrypoints==0.12 (from -r requirements3.txt (line 4)) Downloading fastentrypoints-0.12.tar.gz (4.0 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting pbr==5.11.1 (from -r requirements3.txt (line 5)) Downloading pbr-5.11.1.tar.gz (127 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting pycparser==2.21 (from -r requirements3.txt (line 6)) Downloading pycparser-2.21.tar.gz (170 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting PyScaffold==4.5 (from -r requirements3.txt (line 7)) Downloading PyScaffold-4.5.tar.gz (5.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.2/5.2 MB 177.5 MB/s eta 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pytest-runner==6.0.0 (from -r requirements3.txt (line 8)) Downloading pytest-runner-6.0.0.tar.gz (15 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting semantic-version==2.10.0 (from -r requirements3.txt (line 9)) Downloading semantic_version-2.10.0.tar.gz (52 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting setuptools-git==1.2 (from -r requirements3.txt (line 10)) Downloading setuptools-git-1.2.tar.gz (10 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting setuptools-rust==1.7.0 (from -r requirements3.txt (line 11)) Downloading setuptools-rust-1.7.0.tar.gz (303 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting tomlkit==0.12.1 (from -r requirements3.txt (line 12)) Downloading tomlkit-0.12.1-py3-none-any.whl.metadata (2.7 kB) Collecting platformdirs<4,>=2 (from PyScaffold==4.5->-r requirements3.txt (line 7)) Downloading platformdirs-3.10.0.tar.gz (19 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting setuptools>=46.1.0 (from PyScaffold==4.5->-r requirements3.txt (line 7)) Downloading setuptools-70.3.0.tar.gz (2.3 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 108.2 MB/s eta 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting setuptools-scm>=5 (from PyScaffold==4.5->-r requirements3.txt (line 7)) Downloading setuptools_scm-8.1.0.tar.gz (76 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting packaging>=20.7 (from PyScaffold==4.5->-r requirements3.txt (line 7)) Downloading packaging-23.1.tar.gz (134 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting typing-extensions>=3.7.4.3 (from setuptools-rust==1.7.0->-r requirements3.txt (line 11)) Downloading typing_extensions-4.12.2.tar.gz (85 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Downloading tomlkit-0.12.1-py3-none-any.whl (37 kB) Saved ./src/tomlkit-0.12.1-py3-none-any.whl Building wheels for collected packages: cffi, ConfigUpdater, Cython, fastentrypoints, pbr, pycparser, PyScaffold, pytest-runner, semantic-version, setuptools-git, setuptools-rust, packaging, platformdirs, setuptools, setuptools-scm, typing-extensions Building wheel for cffi (setup.py): started Building wheel for cffi (setup.py): finished with status 'done' Created wheel for cffi: filename=cffi-1.15.1-cp312-cp312-linux_x86_64.whl size=451069 sha256=51b9e102a2fe8fb648207c5f94eaea469680c0abb9487350ae4e8c212e1a74a5 Stored in directory: /root/.cache/pip/wheels/3a/2a/71/6b7440057c755c3f53076056b834d2d9aad2531db1ed555be4 Building wheel for ConfigUpdater (pyproject.toml): started Building wheel for ConfigUpdater (pyproject.toml): finished with status 'done' Created wheel for ConfigUpdater: filename=ConfigUpdater-3.1.1-py2.py3-none-any.whl size=34256 sha256=163771d239586682f28423a7a6ac70894ed0cfa66728fb5acfe48deb7221eb4d Stored in directory: /root/.cache/pip/wheels/87/7a/0c/bc5e785b39794c690dab220c6afeb073f95d46ebfec8ee9e3c Building wheel for Cython (setup.py): started Building wheel for Cython (setup.py): still running... Building wheel for Cython (setup.py): still running... Building wheel for Cython (setup.py): finished with status 'done' Created wheel for Cython: filename=Cython-3.0.11-cp312-cp312-linux_x86_64.whl size=12753430 sha256=4507ad4048a4d7b2cb4df1b90cc0d658a41155ce3bfafd8a446231229b092003 Stored in directory: /root/.cache/pip/wheels/20/47/5f/7d7ee39f24717c715e2b95731463373805c402acb7548e9bbc Building wheel for fastentrypoints (setup.py): started Building wheel for fastentrypoints (setup.py): finished with status 'done' Created wheel for fastentrypoints: filename=fastentrypoints-0.12-py3-none-any.whl size=4559 sha256=005a73ba8e56005a1e58b90c665705b6165e1e5a6644ae4792790104c30a5887 Stored in directory: /root/.cache/pip/wheels/a9/aa/f6/2904bc584b2cfecb4bdae5d17d3f63004c4e10fd6e9947762e Building wheel for pbr (setup.py): started Building wheel for pbr (setup.py): finished with status 'done' Created wheel for pbr: filename=pbr-5.11.1-py2.py3-none-any.whl size=110374 sha256=d62d87fc075cbabd3e357e2d30df9e31217f2537aa39496ac9006b9109864afe Stored in directory: /root/.cache/pip/wheels/31/4b/a3/bf49f0594a33955a0b76bd6ad92613ef94896766bfff65e433 Building wheel for pycparser (setup.py): started Building wheel for pycparser (setup.py): finished with status 'done' Created wheel for pycparser: filename=pycparser-2.21-py2.py3-none-any.whl size=118720 sha256=93eca3f26a0a8c0b13d036e11ebde4e1eb295c9efd2cbc342e286acfb9c645c1 Stored in directory: /root/.cache/pip/wheels/a7/87/dd/b205800ee8f03e5fb4b8f5742c10bb31cd67b2cc52f2c3c142 Building wheel for PyScaffold (pyproject.toml): started Building wheel for PyScaffold (pyproject.toml): finished with status 'done' Created wheel for PyScaffold: filename=PyScaffold-4.5-py3-none-any.whl size=174945 sha256=563c442b0217225b3f07e084f49b6573340edd362b3d34ee2bd65119d88822b6 Stored in directory: /root/.cache/pip/wheels/55/2f/38/531cab14e33538a4dcce78f5d0ce5be7a3c6e24f18cede786e Building wheel for pytest-runner (pyproject.toml): started Building wheel for pytest-runner (pyproject.toml): finished with status 'done' Created wheel for pytest-runner: filename=pytest_runner-6.0.0-py3-none-any.whl size=7194 sha256=23daeeef9aabc7ee966ba05c421722fb42d23978781f35740c74fe510e4fabf7 Stored in directory: /root/.cache/pip/wheels/27/0d/05/44022ee6073bebc9580b4ba93ede1effcc520bd233c971eeb5 Building wheel for semantic-version (setup.py): started Building wheel for semantic-version (setup.py): finished with status 'done' Created wheel for semantic-version: filename=semantic_version-2.10.0-py2.py3-none-any.whl size=15544 sha256=d360f405cde18084dbadf6526e5653c99197630fe1724af570b35125b5912851 Stored in directory: /root/.cache/pip/wheels/07/5c/ce/4ad8b1a479450c54f5e26bc35796a998d408e7c666ded2a856 Building wheel for setuptools-git (setup.py): started Building wheel for setuptools-git (setup.py): finished with status 'done' Created wheel for setuptools-git: filename=setuptools_git-1.2-py2.py3-none-any.whl size=9603 sha256=8abe71d8dc54e4141f391f772dbfce2e91460243fcfff5c842363314da364ec1 Stored in directory: /root/.cache/pip/wheels/da/e5/ac/85207a93882e088bcb45725b6621a0a56d501aa1b1ff654f91 Building wheel for setuptools-rust (pyproject.toml): started Building wheel for setuptools-rust (pyproject.toml): finished with status 'done' Created wheel for setuptools-rust: filename=setuptools_rust-1.7.0-py3-none-any.whl size=25172 sha256=b9f434981a62888e7a5eafd389e73f9836e6e9ffef9c5ba109dc4da8cb1a909d Stored in directory: /root/.cache/pip/wheels/26/69/a5/ac1ee7b9c1587530898f918dd562d00f62907650950a7a748f Building wheel for packaging (pyproject.toml): started Building wheel for packaging (pyproject.toml): finished with status 'done' Created wheel for packaging: filename=packaging-23.1-py3-none-any.whl size=48907 sha256=58ce658223d59449dc55183037197a970e4d8e84b04e4b1dda30cfd3771c3069 Stored in directory: /root/.cache/pip/wheels/27/8c/e2/2413919246ef4bf1608a46ce5c8cc3026d5180ffeb203f187c Building wheel for platformdirs (pyproject.toml): started Building wheel for platformdirs (pyproject.toml): finished with status 'done' Created wheel for platformdirs: filename=platformdirs-3.10.0-py3-none-any.whl size=17310 sha256=6bacae24fd8ffbdd9520d51408fee19b475118024b4d8de9e60de930773c0dea Stored in directory: /root/.cache/pip/wheels/0b/eb/0d/556997229c9013a43a25dff158bab25c7b9bed6cf641b07d62 Building wheel for setuptools (pyproject.toml): started Building wheel for setuptools (pyproject.toml): finished with status 'done' Created wheel for setuptools: filename=setuptools-70.3.0-py3-none-any.whl size=931070 sha256=b1fca48911df5825185adbf00595f0fe968e8f7db649869d03823acfc4c89f1d Stored in directory: /root/.cache/pip/wheels/d7/31/cf/835925c9dc398cbda5aae6cbd5ff7275a7c39c83eee3e5305b Building wheel for setuptools-scm (pyproject.toml): started Building wheel for setuptools-scm (pyproject.toml): finished with status 'done' Created wheel for setuptools-scm: filename=setuptools_scm-8.1.0-py3-none-any.whl size=43665 sha256=38f27aad5805a418401d5e66758a54028d8068a5816ed5cc2a56c25829d9d2fb Stored in directory: /root/.cache/pip/wheels/44/01/cc/b63b7dbc0b070b049285a8b15f4669ea05f31e50195f4a81f1 Building wheel for typing-extensions (pyproject.toml): started Building wheel for typing-extensions (pyproject.toml): finished with status 'done' Created wheel for typing-extensions: filename=typing_extensions-4.12.2-py3-none-any.whl size=37438 sha256=04e5ca0351e0f3f85c6853954072df659d0d13fac324d0072316b67d7794700d Stored in directory: /root/.cache/pip/wheels/cc/d7/e0/01a4e9a11dee2698cfa7e32d2cdb65ade91303986b2fc7d84f Successfully built cffi ConfigUpdater Cython fastentrypoints pbr pycparser PyScaffold pytest-runner semantic-version setuptools-git setuptools-rust packaging platformdirs setuptools setuptools-scm typing-extensions if test -d ../../download_archive; then cp -Rf src/* ../../download_archive/ 2>/dev/null; fi mkdir -p /opt/metwork-mfext-master/opt/python3/share/metwork_packages for REQ in requirements3.txt; do if test -s ${REQ}; then install_requirements /opt/metwork-mfext-master/opt/python3 ${REQ} ./src || { echo "ERROR WITH install_requirements ${REQ} /opt/metwork-mfext-master/opt/python3 ${REQ} ./src"; exit 1; }; fi; done [DEBUG]: layer python3@mfext[/opt/metwork-mfext-master/opt/python3] is already loaded Looking in links: ./src Processing ./src/cffi-1.15.1-cp312-cp312-linux_x86_64.whl (from -r requirements3.txt.tmp (line 1)) Processing ./src/ConfigUpdater-3.1.1-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 2)) Processing ./src/Cython-3.0.11-cp312-cp312-linux_x86_64.whl (from -r requirements3.txt.tmp (line 3)) Processing ./src/fastentrypoints-0.12-py3-none-any.whl (from -r requirements3.txt.tmp (line 4)) Processing ./src/pbr-5.11.1-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 5)) Processing ./src/pycparser-2.21-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 6)) Processing ./src/PyScaffold-4.5-py3-none-any.whl (from -r requirements3.txt.tmp (line 7)) Processing ./src/pytest_runner-6.0.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 8)) Processing ./src/semantic_version-2.10.0-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 9)) Processing ./src/setuptools_git-1.2-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 10)) Processing ./src/setuptools_rust-1.7.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 11)) Processing ./src/tomlkit-0.12.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 12)) Requirement already satisfied: platformdirs<4,>=2 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages (from PyScaffold==4.5->-r requirements3.txt.tmp (line 7)) (3.10.0) Requirement already satisfied: setuptools>=46.1.0 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages (from PyScaffold==4.5->-r requirements3.txt.tmp (line 7)) (70.3.0) Requirement already satisfied: setuptools-scm>=5 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages (from PyScaffold==4.5->-r requirements3.txt.tmp (line 7)) (8.1.0) Requirement already satisfied: packaging>=20.7 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages (from PyScaffold==4.5->-r requirements3.txt.tmp (line 7)) (23.1) Requirement already satisfied: typing-extensions>=3.7.4.3 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages (from setuptools-rust==1.7.0->-r requirements3.txt.tmp (line 11)) (4.12.2) Installing collected packages: setuptools-git, fastentrypoints, tomlkit, semantic-version, pytest-runner, pycparser, pbr, Cython, ConfigUpdater, setuptools-rust, PyScaffold, cffi Successfully installed ConfigUpdater-3.1.1 Cython-3.0.11 PyScaffold-4.5 cffi-1.15.1 fastentrypoints-0.12 pbr-5.11.1 pycparser-2.21 pytest-runner-6.0.0 semantic-version-2.10.0 setuptools-git-1.2 setuptools-rust-1.7.0 tomlkit-0.12.1 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable.It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. if ! test -d /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages; then mkdir -p /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages; fi if test -f /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages/requirements3.txt; then cat /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages/requirements3.txt requirements3.txt |sort |uniq |sed 's/^-e git.*egg=\(.*\)$/\1/g' >/opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages/requirements3.txt.tmp; mv /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages/requirements3.txt.tmp /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages/requirements3.txt; else cat requirements3.txt |sort |uniq |sed 's/^-e git.*egg=\(.*\)$/\1/g' >/opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages/requirements3.txt ;fi IFS=$'\n' ; for REQ in `cat requirements3.txt |sort |uniq`; do _pip_package_to_yaml.sh "${REQ}" "/opt/metwork-mfext-master/opt/python3/share/metwork_packages" || { echo "ERROR WITH _pip_package_to_yaml.sh ${REQ} /opt/metwork-mfext-master/opt/python3/share/metwork_packages"; exit 1; } done /opt/metwork-mfext-master/opt/python3/share/metwork_packages/ConfigUpdater.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/Cython.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/PyScaffold.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/cffi.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/fastentrypoints.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/pbr.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/pycparser.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/pytest-runner.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/semantic_version.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/setuptools-git.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/setuptools-rust.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/tomlkit.yaml is ready make[3]: Leaving directory '/src/layers/layer2_python3/0400_prereq_extra_python_packages' make[3]: Entering directory '/src/layers/layer2_python3/0402_prereq_extra_python_packages' layer_wrapper --empty-env --empty-env-keeps=LANG,PATH,LAYERAPI2_LAYERS_PATH,PYTHON3_SHORT_VERSION,FORCED_PATHS,BUILDCACHE --force-prepend --layers=python3_core@mfext,python3@mfext -- make -f Makefile.mk all for REQ in requirements3.txt; do if test -s ${REQ}; then download_compile_requirements ${REQ} || { echo "ERROR WITH download_compile_requirements ${REQ}"; exit 1; }; fi; done [DEBUG]: loading tempolayer2286[/src/layers/layer2_python3/0402_prereq_extra_python_packages/tempolayer2286] Collecting hatch-fancy-pypi-readme==23.1.0 (from -r requirements3.txt (line 1)) Downloading hatch_fancy_pypi_readme-23.1.0.tar.gz (28 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting hatch-nodejs-version==0.3.2 (from -r requirements3.txt (line 2)) Downloading hatch_nodejs_version-0.3.2.tar.gz (16 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting hatch-requirements-txt==0.4.0 (from -r requirements3.txt (line 3)) Downloading hatch_requirements_txt-0.4.0.tar.gz (6.4 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting maturin==1.3.1 (from -r requirements3.txt (line 4)) Downloading maturin-1.3.1.tar.gz (176 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting hatchling (from hatch-fancy-pypi-readme==23.1.0->-r requirements3.txt (line 1)) Downloading hatchling-1.18.0.tar.gz (57 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting packaging>=21.3 (from hatch-requirements-txt==0.4.0->-r requirements3.txt (line 3)) Using cached packaging-23.1-py3-none-any.whl Collecting editables>=0.3 (from hatchling->hatch-fancy-pypi-readme==23.1.0->-r requirements3.txt (line 1)) Downloading editables-0.5.tar.gz (14 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pathspec>=0.10.1 (from hatchling->hatch-fancy-pypi-readme==23.1.0->-r requirements3.txt (line 1)) Downloading pathspec-0.11.2.tar.gz (47 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pluggy>=1.0.0 (from hatchling->hatch-fancy-pypi-readme==23.1.0->-r requirements3.txt (line 1)) Downloading pluggy-1.3.0.tar.gz (63 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting trove-classifiers (from hatchling->hatch-fancy-pypi-readme==23.1.0->-r requirements3.txt (line 1)) Downloading trove-classifiers-2023.8.7.tar.gz (15 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Saved ./src/packaging-23.1-py3-none-any.whl Building wheels for collected packages: hatch-fancy-pypi-readme, hatch-nodejs-version, hatch-requirements-txt, maturin, hatchling, editables, pathspec, pluggy, trove-classifiers Building wheel for hatch-fancy-pypi-readme (pyproject.toml): started Building wheel for hatch-fancy-pypi-readme (pyproject.toml): finished with status 'done' Created wheel for hatch-fancy-pypi-readme: filename=hatch_fancy_pypi_readme-23.1.0-py3-none-any.whl size=10490 sha256=efd812df785d8ffeb1e29b55e46738a2b6e3c99fac9f947908a725f682af73ee Stored in directory: /root/.cache/pip/wheels/83/d8/63/310327e4c35628387bfa01356ca6aa64a3ba2186ab854089b6 Building wheel for hatch-nodejs-version (pyproject.toml): started Building wheel for hatch-nodejs-version (pyproject.toml): finished with status 'done' Created wheel for hatch-nodejs-version: filename=hatch_nodejs_version-0.3.2-py3-none-any.whl size=8539 sha256=d73e728f1a262d214afe9c0a40e161013ef0b7a6c78ff843293880f6a46ede79 Stored in directory: /root/.cache/pip/wheels/7b/70/58/1d051d6cefc2347d705c0a302a3c86938990a4dee55023d90d Building wheel for hatch-requirements-txt (pyproject.toml): started Building wheel for hatch-requirements-txt (pyproject.toml): finished with status 'done' Created wheel for hatch-requirements-txt: filename=hatch_requirements_txt-0.4.0-py3-none-any.whl size=7759 sha256=cf115745f16d4d4386900d54bc2635d7522ec81e9d61d39eec97071a396df8d4 Stored in directory: /root/.cache/pip/wheels/2d/df/a1/918f455b647ed0bcbde074f19f4b6437296425578299f17ec5 Building wheel for maturin (pyproject.toml): started Building wheel for maturin (pyproject.toml): still running... Building wheel for maturin (pyproject.toml): finished with status 'done' Created wheel for maturin: filename=maturin-1.3.1-cp312-cp312-linux_x86_64.whl size=4692258 sha256=ecb677230f400c8f2ce907bf160cf2c01bd4365259b38c2698f26ce39b45b2fa Stored in directory: /root/.cache/pip/wheels/5b/fb/a7/0e07464aa654f7d1c8d4f22f4f78a0c1e734330ade4603144a Building wheel for hatchling (pyproject.toml): started Building wheel for hatchling (pyproject.toml): finished with status 'done' Created wheel for hatchling: filename=hatchling-1.18.0-py3-none-any.whl size=75746 sha256=b66dc254931ec42aa68b5febd1d342c58142cc5267b7ff3b12ba3fa5b4900c93 Stored in directory: /root/.cache/pip/wheels/4a/1f/6c/f4244c2ce69d834419b426b2872c6bcb2bad47923a3855a1fb Building wheel for editables (pyproject.toml): started Building wheel for editables (pyproject.toml): finished with status 'done' Created wheel for editables: filename=editables-0.5-py3-none-any.whl size=5098 sha256=6b60544522883c34b65f3c5a96ae49423653595d58f33b4cd9ec3c4a2e757334 Stored in directory: /root/.cache/pip/wheels/81/29/f1/325bdc31997ef0ffdc678443749d6531570ef46520643299b6 Building wheel for pathspec (pyproject.toml): started Building wheel for pathspec (pyproject.toml): finished with status 'done' Created wheel for pathspec: filename=pathspec-0.11.2-py3-none-any.whl size=29603 sha256=f84591e8abba2bf8747cdaa4d864bc0584d4fc2d45b55a65f3318d417b1281c5 Stored in directory: /root/.cache/pip/wheels/dd/88/90/b2c5f02fc845784214297cc1b66116947f93ed8d4dec0acf07 Building wheel for pluggy (pyproject.toml): started Building wheel for pluggy (pyproject.toml): finished with status 'done' Created wheel for pluggy: filename=pluggy-1.3.0-py3-none-any.whl size=19054 sha256=818702d9c90522397d61723adbb69fcab291ae95e43b8eafa2aad55478be2e4f Stored in directory: /root/.cache/pip/wheels/7e/16/cf/4fdf67b6a6dad20523d8fc11ac6cc3f1c95ed164badbcc9c49 Building wheel for trove-classifiers (pyproject.toml): started Building wheel for trove-classifiers (pyproject.toml): finished with status 'done' Created wheel for trove-classifiers: filename=trove_classifiers-2023.8.7-py3-none-any.whl size=13229 sha256=6607b465ebaad66e72ec181ff580c563e5c669c9e7161b43e34b70c307f5bd7b Stored in directory: /root/.cache/pip/wheels/e0/7e/ac/97f0e0d2ec3a2a59525ec2fde31ea4e475e15b96008c2a8a36 Successfully built hatch-fancy-pypi-readme hatch-nodejs-version hatch-requirements-txt maturin hatchling editables pathspec pluggy trove-classifiers if test -d ../../download_archive; then cp -Rf src/* ../../download_archive/ 2>/dev/null; fi mkdir -p /opt/metwork-mfext-master/opt/python3/share/metwork_packages for REQ in requirements3.txt; do if test -s ${REQ}; then install_requirements /opt/metwork-mfext-master/opt/python3 ${REQ} ./src || { echo "ERROR WITH install_requirements ${REQ} /opt/metwork-mfext-master/opt/python3 ${REQ} ./src"; exit 1; }; fi; done [DEBUG]: layer python3@mfext[/opt/metwork-mfext-master/opt/python3] is already loaded Looking in links: ./src Processing ./src/hatch_fancy_pypi_readme-23.1.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 1)) Processing ./src/hatch_nodejs_version-0.3.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 2)) Processing ./src/hatch_requirements_txt-0.4.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 3)) Processing ./src/maturin-1.3.1-cp312-cp312-linux_x86_64.whl (from -r requirements3.txt.tmp (line 4)) Requirement already satisfied: hatchling in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages (from hatch-fancy-pypi-readme==23.1.0->-r requirements3.txt.tmp (line 1)) (1.18.0) Requirement already satisfied: packaging>=21.3 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages (from hatch-requirements-txt==0.4.0->-r requirements3.txt.tmp (line 3)) (23.1) Requirement already satisfied: editables>=0.3 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages (from hatchling->hatch-fancy-pypi-readme==23.1.0->-r requirements3.txt.tmp (line 1)) (0.5) Requirement already satisfied: pathspec>=0.10.1 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages (from hatchling->hatch-fancy-pypi-readme==23.1.0->-r requirements3.txt.tmp (line 1)) (0.11.2) Requirement already satisfied: pluggy>=1.0.0 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages (from hatchling->hatch-fancy-pypi-readme==23.1.0->-r requirements3.txt.tmp (line 1)) (1.3.0) Requirement already satisfied: trove-classifiers in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages (from hatchling->hatch-fancy-pypi-readme==23.1.0->-r requirements3.txt.tmp (line 1)) (2023.8.7) Installing collected packages: maturin, hatch-requirements-txt, hatch-nodejs-version, hatch-fancy-pypi-readme Successfully installed hatch-fancy-pypi-readme-23.1.0 hatch-nodejs-version-0.3.2 hatch-requirements-txt-0.4.0 maturin-1.3.1 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable.It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. if ! test -d /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages; then mkdir -p /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages; fi if test -f /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages/requirements3.txt; then cat /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages/requirements3.txt requirements3.txt |sort |uniq |sed 's/^-e git.*egg=\(.*\)$/\1/g' >/opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages/requirements3.txt.tmp; mv /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages/requirements3.txt.tmp /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages/requirements3.txt; else cat requirements3.txt |sort |uniq |sed 's/^-e git.*egg=\(.*\)$/\1/g' >/opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages/requirements3.txt ;fi IFS=$'\n' ; for REQ in `cat requirements3.txt |sort |uniq`; do _pip_package_to_yaml.sh "${REQ}" "/opt/metwork-mfext-master/opt/python3/share/metwork_packages" || { echo "ERROR WITH _pip_package_to_yaml.sh ${REQ} /opt/metwork-mfext-master/opt/python3/share/metwork_packages"; exit 1; } done /opt/metwork-mfext-master/opt/python3/share/metwork_packages/hatch-fancy-pypi-readme.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/hatch-nodejs-version.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/hatch-requirements-txt.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/maturin.yaml is ready make[3]: Leaving directory '/src/layers/layer2_python3/0402_prereq_extra_python_packages' make[3]: Entering directory '/src/layers/layer2_python3/0500_extra_python_packages' layer_wrapper --empty-env --empty-env-keeps=LANG,PATH,LAYERAPI2_LAYERS_PATH,PYTHON3_SHORT_VERSION,FORCED_PATHS,BUILDCACHE --force-prepend --layers=python3_core@mfext,python3@mfext -- make -f Makefile.mk all for REQ in requirements3.txt; do if test -s ${REQ}; then download_compile_requirements ${REQ} || { echo "ERROR WITH download_compile_requirements ${REQ}"; exit 1; }; fi; done [DEBUG]: loading tempolayer5350[/src/layers/layer2_python3/0500_extra_python_packages/tempolayer5350] Obtaining acquisition from git+https://github.com/metwork-framework/acquisition.git@8205f0c2fcd323d7e36cbeecac05e74935def06c#egg=acquisition (from -r requirements3.txt (line 1)) Cloning https://github.com/metwork-framework/acquisition.git (to revision 8205f0c2fcd323d7e36cbeecac05e74935def06c) to ./tmp_src/acquisition Running command git clone --filter=blob:none --quiet https://github.com/metwork-framework/acquisition.git /src/layers/layer2_python3/0500_extra_python_packages/tmp_src/acquisition Running command git rev-parse -q --verify 'sha^8205f0c2fcd323d7e36cbeecac05e74935def06c' Running command git fetch -q https://github.com/metwork-framework/acquisition.git 8205f0c2fcd323d7e36cbeecac05e74935def06c Running command git checkout -q 8205f0c2fcd323d7e36cbeecac05e74935def06c Resolved https://github.com/metwork-framework/acquisition.git to commit 8205f0c2fcd323d7e36cbeecac05e74935def06c Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Obtaining aiohttp_metwork_middlewares from git+https://github.com/metwork-framework/aiohttp_metwork_middlewares.git@6ec9424f24b7b89298dfcabde36ad49332cbecc4#egg=aiohttp_metwork_middlewares (from -r requirements3.txt (line 4)) Cloning https://github.com/metwork-framework/aiohttp_metwork_middlewares.git (to revision 6ec9424f24b7b89298dfcabde36ad49332cbecc4) to ./tmp_src/aiohttp-metwork-middlewares Running command git clone --filter=blob:none --quiet https://github.com/metwork-framework/aiohttp_metwork_middlewares.git /src/layers/layer2_python3/0500_extra_python_packages/tmp_src/aiohttp-metwork-middlewares Running command git rev-parse -q --verify 'sha^6ec9424f24b7b89298dfcabde36ad49332cbecc4' Running command git fetch -q https://github.com/metwork-framework/aiohttp_metwork_middlewares.git 6ec9424f24b7b89298dfcabde36ad49332cbecc4 Resolved https://github.com/metwork-framework/aiohttp_metwork_middlewares.git to commit 6ec9424f24b7b89298dfcabde36ad49332cbecc4 Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Obtaining cookiecutter from git+https://github.com/metwork-framework/cookiecutter.git@6d12c5bc04390cb019d9d01b47cb3d50e6276a9d#egg=cookiecutter (from -r requirements3.txt (line 27)) Cloning https://github.com/metwork-framework/cookiecutter.git (to revision 6d12c5bc04390cb019d9d01b47cb3d50e6276a9d) to ./tmp_src/cookiecutter Running command git clone --filter=blob:none --quiet https://github.com/metwork-framework/cookiecutter.git /src/layers/layer2_python3/0500_extra_python_packages/tmp_src/cookiecutter Running command git rev-parse -q --verify 'sha^6d12c5bc04390cb019d9d01b47cb3d50e6276a9d' Running command git fetch -q https://github.com/metwork-framework/cookiecutter.git 6d12c5bc04390cb019d9d01b47cb3d50e6276a9d Resolved https://github.com/metwork-framework/cookiecutter.git to commit 6d12c5bc04390cb019d9d01b47cb3d50e6276a9d Running command git submodule update --init --recursive -q Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Obtaining cookiecutter_hooks from git+https://github.com/metwork-framework/cookiecutter_hooks.git@c9124c2b54c1c05cd83eb3d3454cc4214485c45d#egg=cookiecutter_hooks (from -r requirements3.txt (line 28)) Cloning https://github.com/metwork-framework/cookiecutter_hooks.git (to revision c9124c2b54c1c05cd83eb3d3454cc4214485c45d) to ./tmp_src/cookiecutter-hooks Running command git clone --filter=blob:none --quiet https://github.com/metwork-framework/cookiecutter_hooks.git /src/layers/layer2_python3/0500_extra_python_packages/tmp_src/cookiecutter-hooks Running command git rev-parse -q --verify 'sha^c9124c2b54c1c05cd83eb3d3454cc4214485c45d' Running command git fetch -q https://github.com/metwork-framework/cookiecutter_hooks.git c9124c2b54c1c05cd83eb3d3454cc4214485c45d Running command git checkout -q c9124c2b54c1c05cd83eb3d3454cc4214485c45d Resolved https://github.com/metwork-framework/cookiecutter_hooks.git to commit c9124c2b54c1c05cd83eb3d3454cc4214485c45d Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Obtaining deploycron from git+https://github.com/metwork-framework/deploycron.git@27342219bc00ce9c90b18107ec321b722b3c90bb#egg=deploycron (from -r requirements3.txt (line 32)) Cloning https://github.com/metwork-framework/deploycron.git (to revision 27342219bc00ce9c90b18107ec321b722b3c90bb) to ./tmp_src/deploycron Running command git clone --filter=blob:none --quiet https://github.com/metwork-framework/deploycron.git /src/layers/layer2_python3/0500_extra_python_packages/tmp_src/deploycron Running command git rev-parse -q --verify 'sha^27342219bc00ce9c90b18107ec321b722b3c90bb' Running command git fetch -q https://github.com/metwork-framework/deploycron.git 27342219bc00ce9c90b18107ec321b722b3c90bb Resolved https://github.com/metwork-framework/deploycron.git to commit 27342219bc00ce9c90b18107ec321b722b3c90bb Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Obtaining directory_observer from git+https://github.com/metwork-framework/directory_observer.git@03770b7876990803cc3b271e78b3c0a2364cdf3c#egg=directory_observer (from -r requirements3.txt (line 35)) Cloning https://github.com/metwork-framework/directory_observer.git (to revision 03770b7876990803cc3b271e78b3c0a2364cdf3c) to ./tmp_src/directory-observer Running command git clone --filter=blob:none --quiet https://github.com/metwork-framework/directory_observer.git /src/layers/layer2_python3/0500_extra_python_packages/tmp_src/directory-observer Running command git rev-parse -q --verify 'sha^03770b7876990803cc3b271e78b3c0a2364cdf3c' Running command git fetch -q https://github.com/metwork-framework/directory_observer.git 03770b7876990803cc3b271e78b3c0a2364cdf3c Running command git checkout -q 03770b7876990803cc3b271e78b3c0a2364cdf3c Resolved https://github.com/metwork-framework/directory_observer.git to commit 03770b7876990803cc3b271e78b3c0a2364cdf3c Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Obtaining envtpl from git+https://github.com/metwork-framework/envtpl.git@136972101464853a57b61e485608167fe75f5f71#egg=envtpl (from -r requirements3.txt (line 38)) Cloning https://github.com/metwork-framework/envtpl.git (to revision 136972101464853a57b61e485608167fe75f5f71) to ./tmp_src/envtpl Running command git clone --filter=blob:none --quiet https://github.com/metwork-framework/envtpl.git /src/layers/layer2_python3/0500_extra_python_packages/tmp_src/envtpl Running command git rev-parse -q --verify 'sha^136972101464853a57b61e485608167fe75f5f71' Running command git fetch -q https://github.com/metwork-framework/envtpl.git 136972101464853a57b61e485608167fe75f5f71 Running command git checkout -q 136972101464853a57b61e485608167fe75f5f71 Resolved https://github.com/metwork-framework/envtpl.git to commit 136972101464853a57b61e485608167fe75f5f71 Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Obtaining mfplugin from git+https://github.com/metwork-framework/mfplugin.git@5de463640d478622309d6949d21075c6810f1344#egg=mfplugin (from -r requirements3.txt (line 65)) Cloning https://github.com/metwork-framework/mfplugin.git (to revision 5de463640d478622309d6949d21075c6810f1344) to ./tmp_src/mfplugin Running command git clone --filter=blob:none --quiet https://github.com/metwork-framework/mfplugin.git /src/layers/layer2_python3/0500_extra_python_packages/tmp_src/mfplugin Running command git rev-parse -q --verify 'sha^5de463640d478622309d6949d21075c6810f1344' Running command git fetch -q https://github.com/metwork-framework/mfplugin.git 5de463640d478622309d6949d21075c6810f1344 Running command git checkout -q 5de463640d478622309d6949d21075c6810f1344 Resolved https://github.com/metwork-framework/mfplugin.git to commit 5de463640d478622309d6949d21075c6810f1344 Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Obtaining statsd from git+https://github.com/thefab/pystatsd.git@075001fef55d1caefdd74a55c40db84d829e7edd#egg=statsd (from -r requirements3.txt (line 104)) Cloning https://github.com/thefab/pystatsd.git (to revision 075001fef55d1caefdd74a55c40db84d829e7edd) to ./tmp_src/statsd Running command git clone --filter=blob:none --quiet https://github.com/thefab/pystatsd.git /src/layers/layer2_python3/0500_extra_python_packages/tmp_src/statsd Running command git rev-parse -q --verify 'sha^075001fef55d1caefdd74a55c40db84d829e7edd' Running command git fetch -q https://github.com/thefab/pystatsd.git 075001fef55d1caefdd74a55c40db84d829e7edd Resolved https://github.com/thefab/pystatsd.git to commit 075001fef55d1caefdd74a55c40db84d829e7edd Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Obtaining telegraf_unixsocket_client from git+https://github.com/metwork-framework/telegraf-unixsocket-python-client@d41af1a6af7c796cd835c1a98c773989cdb0897e#egg=telegraf_unixsocket_client (from -r requirements3.txt (line 107)) Cloning https://github.com/metwork-framework/telegraf-unixsocket-python-client (to revision d41af1a6af7c796cd835c1a98c773989cdb0897e) to ./tmp_src/telegraf-unixsocket-client Running command git clone --filter=blob:none --quiet https://github.com/metwork-framework/telegraf-unixsocket-python-client /src/layers/layer2_python3/0500_extra_python_packages/tmp_src/telegraf-unixsocket-client Running command git rev-parse -q --verify 'sha^d41af1a6af7c796cd835c1a98c773989cdb0897e' Running command git fetch -q https://github.com/metwork-framework/telegraf-unixsocket-python-client d41af1a6af7c796cd835c1a98c773989cdb0897e Running command git checkout -q d41af1a6af7c796cd835c1a98c773989cdb0897e Resolved https://github.com/metwork-framework/telegraf-unixsocket-python-client to commit d41af1a6af7c796cd835c1a98c773989cdb0897e Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Obtaining xattrfile from git+https://github.com/metwork-framework/xattrfile.git@6df2a841127cc24775961164e9c07095e3f6007b#egg=xattrfile (from -r requirements3.txt (line 120)) Cloning https://github.com/metwork-framework/xattrfile.git (to revision 6df2a841127cc24775961164e9c07095e3f6007b) to ./tmp_src/xattrfile Running command git clone --filter=blob:none --quiet https://github.com/metwork-framework/xattrfile.git /src/layers/layer2_python3/0500_extra_python_packages/tmp_src/xattrfile Running command git rev-parse -q --verify 'sha^6df2a841127cc24775961164e9c07095e3f6007b' Running command git fetch -q https://github.com/metwork-framework/xattrfile.git 6df2a841127cc24775961164e9c07095e3f6007b Running command git checkout -q 6df2a841127cc24775961164e9c07095e3f6007b Resolved https://github.com/metwork-framework/xattrfile.git to commit 6df2a841127cc24775961164e9c07095e3f6007b Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting aiohappyeyeballs==2.4.0 (from -r requirements3.txt (line 2)) Downloading aiohappyeyeballs-2.4.0-py3-none-any.whl.metadata (5.9 kB) Collecting aiohttp==3.10.5 (from -r requirements3.txt (line 3)) Downloading aiohttp-3.10.5.tar.gz (7.5 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.5/7.5 MB 40.0 MB/s eta 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting aiosignal==1.3.1 (from -r requirements3.txt (line 5)) Downloading aiosignal-1.3.1.tar.gz (19 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting annotated-types==0.6.0 (from -r requirements3.txt (line 6)) Downloading annotated_types-0.6.0.tar.gz (14 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting argcomplete==3.1.1 (from -r requirements3.txt (line 7)) Downloading argcomplete-3.1.1.tar.gz (79 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting arrow==1.2.3 (from -r requirements3.txt (line 8)) Downloading arrow-1.2.3.tar.gz (127 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting asttokens==2.4.0 (from -r requirements3.txt (line 9)) Downloading asttokens-2.4.0.tar.gz (61 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting async-timeout==4.0.3 (from -r requirements3.txt (line 10)) Downloading async-timeout-4.0.3.tar.gz (8.3 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting attrs==23.2.0 (from -r requirements3.txt (line 11)) Downloading attrs-23.2.0.tar.gz (780 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 780.8/780.8 kB 4.4 MB/s eta 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting autopep8==2.0.4 (from -r requirements3.txt (line 12)) Downloading autopep8-2.0.4.tar.gz (116 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting Babel==2.13.0 (from -r requirements3.txt (line 13)) Downloading Babel-2.13.0.tar.gz (9.9 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.9/9.9 MB 26.5 MB/s eta 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting backcall==0.2.0 (from -r requirements3.txt (line 14)) Downloading backcall-0.2.0.tar.gz (18 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting bash==0.6 (from -r requirements3.txt (line 15)) Downloading bash-0.6.tar.gz (2.8 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting bcrypt==4.0.1 (from -r requirements3.txt (line 16)) Downloading bcrypt-4.0.1.tar.gz (25 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting beautifulsoup4==4.12.2 (from -r requirements3.txt (line 17)) Downloading beautifulsoup4-4.12.2.tar.gz (505 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting binaryornot==0.4.4 (from -r requirements3.txt (line 18)) Downloading binaryornot-0.4.4.tar.gz (371 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting bjoern==3.2.2 (from -r requirements3.txt (line 19)) Downloading bjoern-3.2.2.tar.gz (45 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting cachetools==5.3.1 (from -r requirements3.txt (line 20)) Downloading cachetools-5.3.1.tar.gz (27 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting Cerberus==1.3.5 (from -r requirements3.txt (line 21)) Downloading Cerberus-1.3.5.tar.gz (29 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting chardet==5.2.0 (from -r requirements3.txt (line 22)) Downloading chardet-5.2.0.tar.gz (2.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 21.5 MB/s eta 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting charset_normalizer==3.2.0 (from -r requirements3.txt (line 23)) Downloading charset-normalizer-3.2.0.tar.gz (97 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting Click==8.1.7 (from -r requirements3.txt (line 24)) Downloading click-8.1.7.tar.gz (336 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting colorama==0.4.6 (from -r requirements3.txt (line 25)) Downloading colorama-0.4.6.tar.gz (27 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting commonmark==0.9.1 (from -r requirements3.txt (line 26)) Downloading commonmark-0.9.1.tar.gz (95 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting cron-wrapper==0.1.2 (from -r requirements3.txt (line 29)) Downloading cron-wrapper-0.1.2.tar.gz (6.1 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting cryptography==43.0.1 (from -r requirements3.txt (line 30)) Downloading cryptography-43.0.1.tar.gz (686 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 686.9/686.9 kB 19.4 MB/s eta 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting decorator==5.1.1 (from -r requirements3.txt (line 31)) Downloading decorator-5.1.1.tar.gz (35 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting Deprecated==1.2.14 (from -r requirements3.txt (line 33)) Downloading Deprecated-1.2.14.tar.gz (3.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.0/3.0 MB 85.9 MB/s eta 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting dill==0.3.7 (from -r requirements3.txt (line 34)) Downloading dill-0.3.7.tar.gz (183 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting diskcache==5.6.3 (from -r requirements3.txt (line 36)) Downloading diskcache-5.6.3.tar.gz (67 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting entrypoints==0.4 (from -r requirements3.txt (line 37)) Downloading entrypoints-0.4.tar.gz (13 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting executing==2.0.1 (from -r requirements3.txt (line 39)) Downloading executing-2.0.1.tar.gz (836 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 836.5/836.5 kB 41.5 MB/s eta 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting frozenlist==1.4.0 (from -r requirements3.txt (line 40)) Downloading frozenlist-1.4.0.tar.gz (90 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting fsspec==2023.9.2 (from -r requirements3.txt (line 41)) Downloading fsspec-2023.9.2.tar.gz (161 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting geojson==3.1.0 (from -r requirements3.txt (line 42)) Downloading geojson-3.1.0.tar.gz (24 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting gitignore-parser==0.1.11 (from -r requirements3.txt (line 43)) Downloading gitignore_parser-0.1.11.tar.gz (5.3 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting hiredis==2.2.3 (from -r requirements3.txt (line 44)) Downloading hiredis-2.2.3.tar.gz (84 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting idna==3.7 (from -r requirements3.txt (line 45)) Downloading idna-3.7.tar.gz (189 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting inotify-simple==1.3.5 (from -r requirements3.txt (line 46)) Downloading inotify_simple-1.3.5.tar.gz (9.7 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting ipython==8.16.1 (from -r requirements3.txt (line 47)) Downloading ipython-8.16.1.tar.gz (5.5 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.5/5.5 MB 94.0 MB/s eta 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting jedi==0.19.1 (from -r requirements3.txt (line 48)) Downloading jedi-0.19.1.tar.gz (1.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 67.8 MB/s eta 0:00:00 Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting Jinja2==3.1.4 (from -r requirements3.txt (line 49)) Downloading jinja2-3.1.4.tar.gz (240 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting jinja2-from-json-extension==1.0.0 (from -r requirements3.txt (line 50)) Downloading jinja2_from_json_extension-1.0.0.tar.gz (2.6 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting jinja2-fnmatch-extension==1.0.2 (from -r requirements3.txt (line 51)) Downloading jinja2_fnmatch_extension-1.0.2.tar.gz (3.3 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting jinja2-getenv-extension==1.0.2 (from -r requirements3.txt (line 52)) Downloading jinja2_getenv_extension-1.0.2.tar.gz (3.5 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting jinja2-shell-extension==2.0.1 (from -r requirements3.txt (line 53)) Downloading jinja2_shell_extension-2.0.1.tar.gz (3.5 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting jinja2-time==0.2.0 (from -r requirements3.txt (line 54)) Downloading jinja2-time-0.2.0.tar.gz (5.7 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting joblib==1.3.2 (from -r requirements3.txt (line 55)) Downloading joblib-1.3.2.tar.gz (2.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.0/2.0 MB 84.2 MB/s eta 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting jsonschema==4.19.2 (from -r requirements3.txt (line 56)) Downloading jsonschema-4.19.2.tar.gz (318 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting jsonschema_specifications==2023.11.1 (from -r requirements3.txt (line 57)) Downloading jsonschema_specifications-2023.11.1.tar.gz (12 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting lazy-import==0.2.2 (from -r requirements3.txt (line 58)) Downloading lazy_import-0.2.2.tar.gz (15 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting Markdown==3.4.4 (from -r requirements3.txt (line 59)) Downloading Markdown-3.4.4.tar.gz (324 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting markdown-it-py==3.0.0 (from -r requirements3.txt (line 60)) Downloading markdown-it-py-3.0.0.tar.gz (74 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting MarkupSafe==2.1.3 (from -r requirements3.txt (line 61)) Downloading MarkupSafe-2.1.3.tar.gz (19 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting matplotlib-inline==0.1.6 (from -r requirements3.txt (line 62)) Downloading matplotlib-inline-0.1.6.tar.gz (7.8 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting mdurl==0.1.2 (from -r requirements3.txt (line 63)) Downloading mdurl-0.1.2.tar.gz (8.7 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting mflog==0.1.0 (from -r requirements3.txt (line 64)) Downloading mflog-0.1.0.tar.gz (21 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting mfutil==0.2.0 (from -r requirements3.txt (line 66)) Downloading mfutil-0.2.0.tar.gz (17 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting mockredispy==2.9.3 (from -r requirements3.txt (line 67)) Downloading mockredispy-2.9.3.tar.gz (17 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting multidict==6.0.4 (from -r requirements3.txt (line 68)) Downloading multidict-6.0.4.tar.gz (51 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting mypy-extensions==1.0.0 (from -r requirements3.txt (line 69)) Downloading mypy_extensions-1.0.0.tar.gz (4.4 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting netifaces==0.11.0 (from -r requirements3.txt (line 70)) Downloading netifaces-0.11.0.tar.gz (30 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting opinionated-configparser==1.0.1 (from -r requirements3.txt (line 71)) Downloading opinionated_configparser-1.0.1.tar.gz (6.4 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting paramiko==3.4.1 (from -r requirements3.txt (line 72)) Downloading paramiko-3.4.1.tar.gz (1.7 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.7/1.7 MB 78.4 MB/s eta 0:00:00 Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting parso==0.8.3 (from -r requirements3.txt (line 73)) Downloading parso-0.8.3.tar.gz (400 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting pexpect==4.8.0 (from -r requirements3.txt (line 74)) Downloading pexpect-4.8.0.tar.gz (157 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting pickleshare==0.7.5 (from -r requirements3.txt (line 75)) Downloading pickleshare-0.7.5.tar.gz (6.2 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting pika==1.3.2 (from -r requirements3.txt (line 76)) Downloading pika-1.3.2.tar.gz (145 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting poyo==0.5.0 (from -r requirements3.txt (line 77)) Downloading poyo-0.5.0.tar.gz (15 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting prompt-toolkit==3.0.36 (from -r requirements3.txt (line 78)) Downloading prompt_toolkit-3.0.36.tar.gz (423 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting psutil==5.9.8 (from -r requirements3.txt (line 79)) Downloading psutil-5.9.8.tar.gz (503 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting ptyprocess==0.7.0 (from -r requirements3.txt (line 80)) Downloading ptyprocess-0.7.0.tar.gz (70 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pure-eval==0.2.2 (from -r requirements3.txt (line 81)) Downloading pure_eval-0.2.2.tar.gz (19 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pyasn1==0.4.8 (from -r requirements3.txt (line 82)) Downloading pyasn1-0.4.8.tar.gz (146 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting pyasn1-modules==0.2.8 (from -r requirements3.txt (line 83)) Downloading pyasn1-modules-0.2.8.tar.gz (242 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting pyasyncore==1.0.4 (from -r requirements3.txt (line 84)) Downloading pyasyncore-1.0.4.tar.gz (15 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting pycodestyle==2.11.0 (from -r requirements3.txt (line 85)) Downloading pycodestyle-2.11.0.tar.gz (38 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting pydantic==2.8.2 (from -r requirements3.txt (line 86)) Downloading pydantic-2.8.2.tar.gz (739 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 739.8/739.8 kB 43.2 MB/s eta 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pydantic-core==2.20.1 (from -r requirements3.txt (line 87)) Downloading pydantic_core-2.20.1.tar.gz (388 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting Pygments==2.16.1 (from -r requirements3.txt (line 88)) Downloading Pygments-2.16.1.tar.gz (4.9 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.9/4.9 MB 97.0 MB/s eta 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pyinotify==0.9.6 (from -r requirements3.txt (line 89)) Downloading pyinotify-0.9.6.tar.gz (60 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting PyNaCl==1.5.0 (from -r requirements3.txt (line 90)) Downloading PyNaCl-1.5.0.tar.gz (3.4 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.4/3.4 MB 96.2 MB/s eta 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting python-dateutil==2.8.2 (from -r requirements3.txt (line 91)) Downloading python-dateutil-2.8.2.tar.gz (357 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting python-ldap==3.4.3 (from -r requirements3.txt (line 92)) Downloading python-ldap-3.4.3.tar.gz (377 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pytz==2023.3.post1 (from -r requirements3.txt (line 93)) Downloading pytz-2023.3.post1.tar.gz (316 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting PyYAML==6.0.2 (from -r requirements3.txt (line 94)) Downloading pyyaml-6.0.2.tar.gz (130 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting redis==5.0.6 (from -r requirements3.txt (line 95)) Downloading redis-5.0.6.tar.gz (4.6 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.6/4.6 MB 97.5 MB/s eta 0:00:00 Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting referencing==0.31.0 (from -r requirements3.txt (line 96)) Downloading referencing-0.31.0.tar.gz (53 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting regex==2023.8.8 (from -r requirements3.txt (line 97)) Downloading regex-2023.8.8.tar.gz (392 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting requests==2.32.3 (from -r requirements3.txt (line 98)) Downloading requests-2.32.3.tar.gz (131 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting requests-unixsocket2==0.4.0 (from -r requirements3.txt (line 99)) Downloading requests_unixsocket2-0.4.0-py3-none-any.whl.metadata (3.9 kB) Collecting rich==13.5.2 (from -r requirements3.txt (line 100)) Downloading rich-13.5.2-py3-none-any.whl.metadata (18 kB) Collecting rpds-py==0.12.0 (from -r requirements3.txt (line 101)) Downloading rpds_py-0.12.0.tar.gz (16 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting simpleeval==0.9.13 (from -r requirements3.txt (line 102)) Downloading simpleeval-0.9.13.tar.gz (24 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting soupsieve==2.5 (from -r requirements3.txt (line 103)) Downloading soupsieve-2.5.tar.gz (100 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting stack-data==0.6.3 (from -r requirements3.txt (line 105)) Downloading stack_data-0.6.3.tar.gz (44 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting structlog==23.1.0 (from -r requirements3.txt (line 106)) Downloading structlog-23.1.0.tar.gz (746 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 746.3/746.3 kB 33.9 MB/s eta 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting termcolor==2.3.0 (from -r requirements3.txt (line 108)) Downloading termcolor-2.3.0.tar.gz (12 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting terminaltables==3.1.10 (from -r requirements3.txt (line 109)) Downloading terminaltables-3.1.10-py2.py3-none-any.whl.metadata (3.5 kB) Collecting threadpoolctl==3.2.0 (from -r requirements3.txt (line 110)) Downloading threadpoolctl-3.2.0.tar.gz (36 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting tornado==6.4.1 (from -r requirements3.txt (line 111)) Downloading tornado-6.4.1.tar.gz (500 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting tqdm==4.66.4 (from -r requirements3.txt (line 112)) Downloading tqdm-4.66.4.tar.gz (169 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting traitlets==5.9.0 (from -r requirements3.txt (line 113)) Downloading traitlets-5.9.0.tar.gz (150 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting Unidecode==1.3.6 (from -r requirements3.txt (line 114)) Downloading Unidecode-1.3.6.tar.gz (192 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting urllib3==2.2.2 (from -r requirements3.txt (line 115)) Downloading urllib3-2.2.2.tar.gz (292 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting wcwidth==0.2.8 (from -r requirements3.txt (line 116)) Downloading wcwidth-0.2.8.tar.gz (61 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting Werkzeug==3.0.6 (from -r requirements3.txt (line 117)) Downloading werkzeug-3.0.6.tar.gz (805 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 805.2/805.2 kB 48.6 MB/s eta 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting whichcraft==0.6.1 (from -r requirements3.txt (line 118)) Downloading whichcraft-0.6.1.tar.gz (6.9 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting wrapt==1.16.0 (from -r requirements3.txt (line 119)) Downloading wrapt-1.16.0.tar.gz (53 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting xmltodict==0.13.0 (from -r requirements3.txt (line 121)) Downloading xmltodict-0.13.0.tar.gz (33 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting yarl==1.9.2 (from -r requirements3.txt (line 122)) Downloading yarl-1.9.2.tar.gz (184 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting yq==3.2.2 (from -r requirements3.txt (line 123)) Downloading yq-3.2.2.tar.gz (30 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting six>=1.12.0 (from asttokens==2.4.0->-r requirements3.txt (line 9)) Downloading six-1.16.0.tar.gz (34 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting filelock (from cron-wrapper==0.1.2->-r requirements3.txt (line 29)) Downloading filelock-3.12.3.tar.gz (13 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting cffi>=1.12 (from cryptography==43.0.1->-r requirements3.txt (line 30)) Using cached cffi-1.15.1-cp312-cp312-linux_x86_64.whl Collecting typing-extensions>=4.6.1 (from pydantic==2.8.2->-r requirements3.txt (line 86)) Using cached typing_extensions-4.12.2-py3-none-any.whl Collecting certifi>=2017.4.17 (from requests==2.32.3->-r requirements3.txt (line 98)) Downloading certifi-2024.7.4.tar.gz (164 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting tomlkit>=0.11.6 (from yq==3.2.2->-r requirements3.txt (line 123)) Using cached tomlkit-0.12.1-py3-none-any.whl.metadata (2.7 kB) Collecting ConfigUpdater (from mfplugin->-r requirements3.txt (line 65)) Using cached ConfigUpdater-3.1.1-py2.py3-none-any.whl Collecting pycparser (from cffi>=1.12->cryptography==43.0.1->-r requirements3.txt (line 30)) Using cached pycparser-2.21-py2.py3-none-any.whl Downloading aiohappyeyeballs-2.4.0-py3-none-any.whl (12 kB) Downloading requests_unixsocket2-0.4.0-py3-none-any.whl (7.9 kB) Downloading rich-13.5.2-py3-none-any.whl (239 kB) Downloading terminaltables-3.1.10-py2.py3-none-any.whl (15 kB) Using cached tomlkit-0.12.1-py3-none-any.whl (37 kB) Saved ./src/aiohappyeyeballs-2.4.0-py3-none-any.whl Saved ./src/requests_unixsocket2-0.4.0-py3-none-any.whl Saved ./src/rich-13.5.2-py3-none-any.whl Saved ./src/terminaltables-3.1.10-py2.py3-none-any.whl Saved ./src/cffi-1.15.1-cp312-cp312-linux_x86_64.whl Saved ./src/tomlkit-0.12.1-py3-none-any.whl Saved ./src/typing_extensions-4.12.2-py3-none-any.whl Saved ./src/ConfigUpdater-3.1.1-py2.py3-none-any.whl Saved ./src/pycparser-2.21-py2.py3-none-any.whl Building wheels for collected packages: aiohttp, aiosignal, annotated-types, argcomplete, arrow, asttokens, async-timeout, attrs, autopep8, Babel, backcall, bash, bcrypt, beautifulsoup4, binaryornot, bjoern, cachetools, Cerberus, chardet, charset_normalizer, Click, colorama, commonmark, cron-wrapper, cryptography, decorator, Deprecated, dill, diskcache, entrypoints, executing, frozenlist, fsspec, geojson, gitignore-parser, hiredis, idna, inotify-simple, ipython, jedi, Jinja2, jinja2-from-json-extension, jinja2-fnmatch-extension, jinja2-getenv-extension, jinja2-shell-extension, jinja2-time, joblib, jsonschema, jsonschema_specifications, lazy-import, Markdown, markdown-it-py, MarkupSafe, matplotlib-inline, mdurl, mflog, mfutil, mockredispy, multidict, mypy-extensions, netifaces, opinionated-configparser, paramiko, parso, pexpect, pickleshare, pika, poyo, prompt-toolkit, psutil, ptyprocess, pure-eval, pyasn1, pyasn1-modules, pyasyncore, pycodestyle, pydantic, pydantic-core, Pygments, pyinotify, PyNaCl, python-dateutil, python-ldap, pytz, PyYAML, redis, referencing, regex, requests, rpds-py, simpleeval, soupsieve, stack-data, structlog, termcolor, threadpoolctl, tornado, tqdm, traitlets, Unidecode, urllib3, wcwidth, Werkzeug, whichcraft, wrapt, xmltodict, yarl, yq, acquisition, aiohttp_metwork_middlewares, cookiecutter, cookiecutter_hooks, deploycron, directory_observer, envtpl, mfplugin, statsd, telegraf_unixsocket_client, xattrfile, certifi, six, filelock Building wheel for aiohttp (pyproject.toml): started Building wheel for aiohttp (pyproject.toml): finished with status 'done' Created wheel for aiohttp: filename=aiohttp-3.10.5-cp312-cp312-linux_x86_64.whl size=1291224 sha256=58105a25dbdab5bb3f0f1cc7ca144317530088f71128ad671bc9a5bcee9687d8 Stored in directory: /root/.cache/pip/wheels/76/c3/e5/e0f571afa71bb97104330c8adf3800dad0ad9863423d35894b Building wheel for aiosignal (pyproject.toml): started Building wheel for aiosignal (pyproject.toml): finished with status 'done' Created wheel for aiosignal: filename=aiosignal-1.3.1-py3-none-any.whl size=7613 sha256=7f7094799fb0a1f6c51cfafb2b5586cb490473a153dbedd0b117545c12636eb9 Stored in directory: /root/.cache/pip/wheels/52/b6/98/9db9ecd54a156a085ca03dd0613859a4d9befcd50539d779dc Building wheel for annotated-types (pyproject.toml): started Building wheel for annotated-types (pyproject.toml): finished with status 'done' Created wheel for annotated-types: filename=annotated_types-0.6.0-py3-none-any.whl size=12360 sha256=0641064de18ba7a25dee8f96403ebc39113d0cb953a01429249d5c7564666a43 Stored in directory: /root/.cache/pip/wheels/b3/dd/ce/51febabd265e8efb16489bd05b2361cc907a07fdc7e13d72e9 Building wheel for argcomplete (pyproject.toml): started Building wheel for argcomplete (pyproject.toml): finished with status 'done' Created wheel for argcomplete: filename=argcomplete-3.1.1-py3-none-any.whl size=41485 sha256=c79564a30a28ffeb298a87df00e62201f7aee9f9d405c0e5aa019af854b81ac1 Stored in directory: /root/.cache/pip/wheels/9b/e1/d4/f3e06d6ec0fc5f41055a8a399340360ed3682bae166bc5aeda Building wheel for arrow (setup.py): started Building wheel for arrow (setup.py): finished with status 'done' Created wheel for arrow: filename=arrow-1.2.3-py3-none-any.whl size=66381 sha256=e2c83a7d072a135343f7839d7e17778bd8688715065b44c85d3e290b0eebb2e6 Stored in directory: /root/.cache/pip/wheels/4c/89/77/d737e7c60dad5c6cb521f7b93d54a197f3b837981e748c9f8e Building wheel for asttokens (pyproject.toml): started Building wheel for asttokens (pyproject.toml): finished with status 'done' Created wheel for asttokens: filename=asttokens-2.4.0-py2.py3-none-any.whl size=27670 sha256=f44d9eed01cd5c0951fedea310597bcb62a43fd63c68238303f0e7956cf4fafe Stored in directory: /root/.cache/pip/wheels/30/2a/a9/d88219921830efee5b354eb2849c6db50e26a760e0eb9990ad Building wheel for async-timeout (pyproject.toml): started Building wheel for async-timeout (pyproject.toml): finished with status 'done' Created wheel for async-timeout: filename=async_timeout-4.0.3-py3-none-any.whl size=5719 sha256=2cc68e5f321dc061bf453741e2c1189b694b292a09e98b60ebf7ba1576c71cbd Stored in directory: /root/.cache/pip/wheels/e1/b3/58/6a31eb99d5e01d91c212be5feee6f34253faef3f96d2c35855 Building wheel for attrs (pyproject.toml): started Building wheel for attrs (pyproject.toml): finished with status 'done' Created wheel for attrs: filename=attrs-23.2.0-py3-none-any.whl size=60760 sha256=3fcb6d3cc7c093ace2f4658ed64dd3fc415d9db4d45d96b1191a6cf8a5564c7a Stored in directory: /root/.cache/pip/wheels/13/97/a1/1422ad52d139f365c86c5d8d4066051e93ebd4f404996ff881 Building wheel for autopep8 (setup.py): started Building wheel for autopep8 (setup.py): finished with status 'done' Created wheel for autopep8: filename=autopep8-2.0.4-py2.py3-none-any.whl size=45339 sha256=a5a47ce3472ee72919a0d98699c9ed9cfdf803eec1fb4e743109b05e98f39e26 Stored in directory: /root/.cache/pip/wheels/c0/b5/30/f70f4ee034b817fceec78ed1a9996c719d3785499dda90150c Building wheel for Babel (pyproject.toml): started Building wheel for Babel (pyproject.toml): finished with status 'done' Created wheel for Babel: filename=Babel-2.13.0-py3-none-any.whl size=10073414 sha256=4ddb3b2eb8d2e49946d46e34b33b61503ec9746a79eb3ddd271c2790bc7df3c2 Stored in directory: /root/.cache/pip/wheels/07/57/0d/53eb7f8c5df9c9f785991d1ab141ed19e44a150054f4fc9e30 Building wheel for backcall (pyproject.toml): started Building wheel for backcall (pyproject.toml): finished with status 'done' Created wheel for backcall: filename=backcall-0.2.0-py2.py3-none-any.whl size=11143 sha256=8a627d66e6cfe38b584c980b504e871af7a2c362dcb74257cfc70d396b7777db Stored in directory: /root/.cache/pip/wheels/7d/54/e0/f3419c5dca17d743319d62ff471c0fad47a06e85d533816d1d Building wheel for bash (setup.py): started Building wheel for bash (setup.py): finished with status 'done' Created wheel for bash: filename=bash-0.6-py3-none-any.whl size=2982 sha256=e5d6d6daf13457e5d83d146782bb6325a784e18c989a4f560a905b8adfbfddbd Stored in directory: /root/.cache/pip/wheels/e5/1e/ca/b2913c8f410010df399763e0fea1ba492f47d4d597aa484458 Building wheel for bcrypt (pyproject.toml): started Building wheel for bcrypt (pyproject.toml): finished with status 'done' Created wheel for bcrypt: filename=bcrypt-4.0.1-cp312-cp312-linux_x86_64.whl size=1276966 sha256=34695c478ad1f470f2e9795852cb08981830013a59f5a1cfeeffc0b132f32c61 Stored in directory: /root/.cache/pip/wheels/80/53/90/0db3b974823c1eb9ea0612fda6da5a9bc9b7823f9751127172 Building wheel for beautifulsoup4 (pyproject.toml): started Building wheel for beautifulsoup4 (pyproject.toml): finished with status 'done' Created wheel for beautifulsoup4: filename=beautifulsoup4-4.12.2-py3-none-any.whl size=142980 sha256=2bc543de7fe6453ceb21f7fdaf5e6cd435ebc61cf2e8ef53259da030a732fb8d Stored in directory: /root/.cache/pip/wheels/d1/ae/2d/0e3002331496b3b878ebd4c7d6033ba4e5add596fea637ec01 Building wheel for binaryornot (setup.py): started Building wheel for binaryornot (setup.py): finished with status 'done' Created wheel for binaryornot: filename=binaryornot-0.4.4-py2.py3-none-any.whl size=7493 sha256=1e302cbcc7339242554334df9a370733e615e214a99ab0340b37adac064cbf83 Stored in directory: /root/.cache/pip/wheels/d3/f1/a9/0c15a828f3278d74d70e09e9aa1448647c32c7242c1a930598 Building wheel for bjoern (setup.py): started Building wheel for bjoern (setup.py): finished with status 'done' Created wheel for bjoern: filename=bjoern-3.2.2-cp312-cp312-linux_x86_64.whl size=114827 sha256=33a007c49b87b54154fe7611c8381ca98bf390e7e46ba49b1cb1a76fa62b467b Stored in directory: /root/.cache/pip/wheels/16/71/1b/7771cf211888fa8fbdf562a64f8eede383bacc0e57b7969cff Building wheel for cachetools (pyproject.toml): started Building wheel for cachetools (pyproject.toml): finished with status 'done' Created wheel for cachetools: filename=cachetools-5.3.1-py3-none-any.whl size=9288 sha256=0652db5e46f5e76585b087fe170138e56662769c3d6f4fdf34c768f28cee1ce6 Stored in directory: /root/.cache/pip/wheels/04/6a/09/8ac75d8a1dbfac6cf84c83483e90c61e69632950991c0d9c54 Building wheel for Cerberus (pyproject.toml): started Building wheel for Cerberus (pyproject.toml): finished with status 'done' Created wheel for Cerberus: filename=Cerberus-1.3.5-py3-none-any.whl size=30778 sha256=2375aed06505f0cc257cdcd665ec92333eab67555d78ccfa9d019b8f9ab4f89f Stored in directory: /root/.cache/pip/wheels/27/9a/7f/9d65556f8b7a355aed415ae4a0752bdf83eedbaaa9fb98b50d Building wheel for chardet (pyproject.toml): started Building wheel for chardet (pyproject.toml): finished with status 'done' Created wheel for chardet: filename=chardet-5.2.0-py3-none-any.whl size=199384 sha256=9fa0332d52efa26ee1f7b783f4d0a57fec557f2ccad6b8f7dc1156a82091ac7a Stored in directory: /root/.cache/pip/wheels/0c/f1/b6/742a749bb8f5f84225f7a761ead7dff684b6421cc3d9f12954 Building wheel for charset_normalizer (setup.py): started Building wheel for charset_normalizer (setup.py): finished with status 'done' Created wheel for charset_normalizer: filename=charset_normalizer-3.2.0-py3-none-any.whl size=46666 sha256=7d9430f29d3c78051596b9bbaba5a6193ef8d035282a88fd2007125639e489f2 Stored in directory: /root/.cache/pip/wheels/e8/2c/41/2479e88a743418e0664a23e028a65525ff8b5d70a08cd7ca51 Building wheel for Click (setup.py): started Building wheel for Click (setup.py): finished with status 'done' Created wheel for Click: filename=click-8.1.7-py3-none-any.whl size=97939 sha256=697c45feb9b1b4b72f57811a563c36d3e3fb5d8903adb2623db87f1b838a4d8f Stored in directory: /root/.cache/pip/wheels/d9/3c/47/cf8c69f963f2fbc79ac3a3c63417206a220ce595c271359e61 Building wheel for colorama (pyproject.toml): started Building wheel for colorama (pyproject.toml): finished with status 'done' Created wheel for colorama: filename=colorama-0.4.6-py2.py3-none-any.whl size=25348 sha256=0b364a2f0e3ad8e5a488420fed12fdb6bdeb36703873aa611e2db52255838a3c Stored in directory: /root/.cache/pip/wheels/d5/c8/86/227ba5c9e6f5a03c4b78bcb40ba723ab0541fb1249eec6277f Building wheel for commonmark (setup.py): started Building wheel for commonmark (setup.py): finished with status 'done' Created wheel for commonmark: filename=commonmark-0.9.1-py2.py3-none-any.whl size=51070 sha256=c079f0ebd164f45da2af5d9608adb572a7acc03e2b82eb990d62999b69b648df Stored in directory: /root/.cache/pip/wheels/4f/12/6d/428f185122ecf670125f670f7c8c7d36f63fdbddb889207741 Building wheel for cron-wrapper (setup.py): started Building wheel for cron-wrapper (setup.py): finished with status 'done' Created wheel for cron-wrapper: filename=cron_wrapper-0.1.2-py3-none-any.whl size=5278 sha256=56fe1daaa2ce8326fe12ad69092efcc4e45e66d62610229e002a8132e3090c43 Stored in directory: /root/.cache/pip/wheels/68/63/80/7a4375b1cf9c90784f2c80be6bd77e8828b4c001384ccd562a Building wheel for cryptography (pyproject.toml): started Building wheel for cryptography (pyproject.toml): finished with status 'done' Created wheel for cryptography: filename=cryptography-43.0.1-cp37-abi3-linux_x86_64.whl size=1545632 sha256=465e258e81fcdad55a4256e65764321e513f7e5d751595321e98e84aeb63b650 Stored in directory: /root/.cache/pip/wheels/b7/4d/48/d7a49f5fc8cc148b1ca925f291043b85712467c4cf11cb7a22 Building wheel for decorator (setup.py): started Building wheel for decorator (setup.py): finished with status 'done' Created wheel for decorator: filename=decorator-5.1.1-py3-none-any.whl size=9089 sha256=ded3818ee63298854b1dc656da0fddfeee13f9307a48ac4d633f63f8a93740b6 Stored in directory: /root/.cache/pip/wheels/d3/f1/1c/73783440c5b51ad6867cf45bc109e50a5c451ec50c513d6046 Building wheel for Deprecated (pyproject.toml): started Building wheel for Deprecated (pyproject.toml): finished with status 'done' Created wheel for Deprecated: filename=Deprecated-1.2.14-py2.py3-none-any.whl size=9559 sha256=0b8d257c80472d69e64117fcdfcb7358be0eaee8221d01d45b8cdc593e6f68e9 Stored in directory: /root/.cache/pip/wheels/fd/01/e9/ed621a092a02c63af118ecea9d7e064bfa7883ef230ab7c14a Building wheel for dill (pyproject.toml): started Building wheel for dill (pyproject.toml): finished with status 'done' Created wheel for dill: filename=dill-0.3.7-py3-none-any.whl size=115252 sha256=4b99c15aeeeed03f0273ff81d5a031f4c38bcaf45de1b19ca43d4a5a2c467a41 Stored in directory: /root/.cache/pip/wheels/77/63/c0/6e427bd0e618af370f5aff6ebca50527627ec6b2229c39cd37 Building wheel for diskcache (setup.py): started Building wheel for diskcache (setup.py): finished with status 'done' Created wheel for diskcache: filename=diskcache-5.6.3-py3-none-any.whl size=45550 sha256=f339c515b54006c01ea35a664cdc629d5cae646b8f3569a894a68dda8f9cd570 Stored in directory: /root/.cache/pip/wheels/d5/a4/cc/268ab78a71eb7bbc17212285593f94ea2b724e74f5d365109c Building wheel for entrypoints (pyproject.toml): started Building wheel for entrypoints (pyproject.toml): finished with status 'done' Created wheel for entrypoints: filename=entrypoints-0.4-py3-none-any.whl size=5294 sha256=32348c15346f5b244727556bcfc17d098dafdb215c40ce681f956da027029a1d Stored in directory: /root/.cache/pip/wheels/88/32/a8/5c83b283b73174a8912082936be24e3c739d6b83fcf5ced68c Building wheel for executing (pyproject.toml): started Building wheel for executing (pyproject.toml): finished with status 'done' Created wheel for executing: filename=executing-2.0.1-py2.py3-none-any.whl size=24924 sha256=1ae18bb5ed02f4f370e0bf592124fb36559b284e951be2ebb50073fae4e3ff00 Stored in directory: /root/.cache/pip/wheels/80/7b/59/43ee4b621afe98c0fc0a3f255f67985f09e678bb4e6b5cbd44 Building wheel for frozenlist (pyproject.toml): started Building wheel for frozenlist (pyproject.toml): finished with status 'done' Created wheel for frozenlist: filename=frozenlist-1.4.0-cp312-cp312-linux_x86_64.whl size=255126 sha256=07a8723982e689906cfac6b34f69a50c2d8c9abd876af65d8030a175e3fdc2ac Stored in directory: /root/.cache/pip/wheels/f1/9c/94/9386cb0ea511a93226456388d41d35f1c24ba15a62ffd7b1ef Building wheel for fsspec (pyproject.toml): started Building wheel for fsspec (pyproject.toml): finished with status 'done' Created wheel for fsspec: filename=fsspec-2023.9.2-py3-none-any.whl size=164963 sha256=b33d8469fb77b0e301d669fea5165a6b7dde285c3727fb26d840723907092da8 Stored in directory: /root/.cache/pip/wheels/0d/5f/0b/53b2715fd800551fe11af3d31bf91a0d63eb5f073c7eea1ba0 Building wheel for geojson (setup.py): started Building wheel for geojson (setup.py): finished with status 'done' Created wheel for geojson: filename=geojson-3.1.0-py3-none-any.whl size=15045 sha256=16d3d9919be6be5d26a4620dbcfdf17e872c1219451b1e819a63916c2db572d1 Stored in directory: /root/.cache/pip/wheels/69/50/4c/2a0ba236c7fa93607da191d817673e30b9f2d5064b159ca44e Building wheel for gitignore-parser (pyproject.toml): started Building wheel for gitignore-parser (pyproject.toml): finished with status 'done' Created wheel for gitignore-parser: filename=gitignore_parser-0.1.11-py3-none-any.whl size=4921 sha256=b3f3312ff345fce6c770448793e5a1fd471a169dff672c6bcfbf5acd6360cbba Stored in directory: /root/.cache/pip/wheels/84/65/49/555096c0ba08c9f6383d1450e88626d07059b1995920ff00e5 Building wheel for hiredis (setup.py): started Building wheel for hiredis (setup.py): finished with status 'done' Created wheel for hiredis: filename=hiredis-2.2.3-cp312-cp312-linux_x86_64.whl size=177296 sha256=7941d7a146ee14303f2b19efef19bf2f624e662957478b9ce43c886e9a0581b2 Stored in directory: /root/.cache/pip/wheels/36/ad/9f/64091a4c64c0537983a04ad1e6e726eadc7681e8788e5520c9 Building wheel for idna (pyproject.toml): started Building wheel for idna (pyproject.toml): finished with status 'done' Created wheel for idna: filename=idna-3.7-py3-none-any.whl size=66836 sha256=f1899a303d2ddadbfb9ec6fcd6682b77ed087e1ccf2c0a7face410ad0c4b9baa Stored in directory: /root/.cache/pip/wheels/bf/52/96/3e941a689700f28b32e6a5022052afb477369c535a7c34485f Building wheel for inotify-simple (setup.py): started Building wheel for inotify-simple (setup.py): finished with status 'done' Created wheel for inotify-simple: filename=inotify_simple-1.3.5-py3-none-any.whl size=7684 sha256=5e104de8324db3e66bd9d04ccfb59c9b19938ff8d9275def913f55769a680eb7 Stored in directory: /root/.cache/pip/wheels/89/e9/48/e4607c1046febffffe68a7751ac54cfaded951ba92808af87a Building wheel for ipython (pyproject.toml): started Building wheel for ipython (pyproject.toml): finished with status 'done' Created wheel for ipython: filename=ipython-8.16.1-py3-none-any.whl size=806964 sha256=43818549d8b6449c662aa48d42acdfda349c385d6a1db6e319d33025eeee1caa Stored in directory: /root/.cache/pip/wheels/e2/1e/0b/cea2d4a6cbcfa98d82a322cfe7ddccd2344a547a49ee5b4b07 Building wheel for jedi (setup.py): started Building wheel for jedi (setup.py): finished with status 'done' Created wheel for jedi: filename=jedi-0.19.1-py2.py3-none-any.whl size=1569381 sha256=b0a1f5f45276a7c461c4e6f343f49d8a81398c19d150682f91de1182a41f38f8 Stored in directory: /root/.cache/pip/wheels/b7/03/f4/1c32269c6d0b4db278404c15dce732d9cccc7b0b41a964acd8 Building wheel for Jinja2 (pyproject.toml): started Building wheel for Jinja2 (pyproject.toml): finished with status 'done' Created wheel for Jinja2: filename=jinja2-3.1.4-py3-none-any.whl size=133271 sha256=2cc61acdcd68c66df952089a1f22f3a5047ecf02a4598de6d82ec2991f701077 Stored in directory: /root/.cache/pip/wheels/7f/67/67/b63139f529294cf991d5ae0fcb029d540c4107042912afd508 Building wheel for jinja2-from-json-extension (setup.py): started Building wheel for jinja2-from-json-extension (setup.py): finished with status 'done' Created wheel for jinja2-from-json-extension: filename=jinja2_from_json_extension-1.0.0-py3-none-any.whl size=2658 sha256=aaf956666387afcdea601146274189ae92743b3f55e5586bbc1da2a598cedc23 Stored in directory: /root/.cache/pip/wheels/8e/60/d1/88f10272ecedb88b04729a1e6f2d504739a33a8d57f4ba7d4a Building wheel for jinja2-fnmatch-extension (setup.py): started Building wheel for jinja2-fnmatch-extension (setup.py): finished with status 'done' Created wheel for jinja2-fnmatch-extension: filename=jinja2_fnmatch_extension-1.0.2-py3-none-any.whl size=3535 sha256=f55aa1ddc8618b6b43aaa05191525d4c000d211325fa841e471b521928a5a29d Stored in directory: /root/.cache/pip/wheels/71/31/5c/da659245dae6ff77a565e93a5bcf0fea46d60382812367bf49 Building wheel for jinja2-getenv-extension (setup.py): started Building wheel for jinja2-getenv-extension (setup.py): finished with status 'done' Created wheel for jinja2-getenv-extension: filename=jinja2_getenv_extension-1.0.2-py3-none-any.whl size=3702 sha256=373250316e1568b9064de6c0958ead542ce50a0056c3c0a10cc98f7ae19f095c Stored in directory: /root/.cache/pip/wheels/11/1a/45/ed1a434922cc399579c7cbca87fad62189c297670c0582c274 Building wheel for jinja2-shell-extension (setup.py): started Building wheel for jinja2-shell-extension (setup.py): finished with status 'done' Created wheel for jinja2-shell-extension: filename=jinja2_shell_extension-2.0.1-py3-none-any.whl size=3710 sha256=9d32b1bc26f36c31fd3024a021281d9e24d531aa2c90f153835542a47d2abd08 Stored in directory: /root/.cache/pip/wheels/8d/50/5e/3aa9a06b728f520d359773dc0746a4a74e158705b1ad573eb8 Building wheel for jinja2-time (setup.py): started Building wheel for jinja2-time (setup.py): finished with status 'done' Created wheel for jinja2-time: filename=jinja2_time-0.2.0-py2.py3-none-any.whl size=4737 sha256=150973c673d4b8d1edb50b46a92526b06b920f046dbac2380b273e3fcb77d74b Stored in directory: /root/.cache/pip/wheels/66/b8/d3/d021f99b67f79bf32f7c5951a7a633684087a72724c24c8de1 Building wheel for joblib (pyproject.toml): started Building wheel for joblib (pyproject.toml): finished with status 'done' Created wheel for joblib: filename=joblib-1.3.2-py3-none-any.whl size=302204 sha256=d1b166b050a46813f83623ffa40a5a6412daf5993696fbeedd2ca34883a1f051 Stored in directory: /root/.cache/pip/wheels/4b/2d/b4/3b481bde9d87480bc8516a8fa9f7cc516bd311491c7f92d661 Building wheel for jsonschema (pyproject.toml): started Building wheel for jsonschema (pyproject.toml): finished with status 'done' Created wheel for jsonschema: filename=jsonschema-4.19.2-py3-none-any.whl size=83639 sha256=eee9e502c788e89cb166d4d37f43084e3b64ab405c795c03d343a4dbc2c810fc Stored in directory: /root/.cache/pip/wheels/a9/9f/38/8023032873101aa9a6d2f2c9c1a79134cde4745e06a08bbcff Building wheel for jsonschema_specifications (pyproject.toml): started Building wheel for jsonschema_specifications (pyproject.toml): finished with status 'done' Created wheel for jsonschema_specifications: filename=jsonschema_specifications-2023.11.1-py3-none-any.whl size=17840 sha256=f596778ab612b3fd29f72ea0d990393d0540a5aab18bf0407a46632eab540779 Stored in directory: /root/.cache/pip/wheels/00/a1/77/459a3c1b36ede09b6855967459578094b63895ef99eacd7d33 Building wheel for lazy-import (setup.py): started Building wheel for lazy-import (setup.py): finished with status 'done' Created wheel for lazy-import: filename=lazy_import-0.2.2-py2.py3-none-any.whl size=16493 sha256=4eaa0e7225682ea9ec8e6d648e1e566b1221432afbfa153b8b487b8fc951740a Stored in directory: /root/.cache/pip/wheels/53/39/fd/6e74643ad16a5b74e6dff64a2ea3db4c7cb725a8992c55c52d Building wheel for Markdown (pyproject.toml): started Building wheel for Markdown (pyproject.toml): finished with status 'done' Created wheel for Markdown: filename=Markdown-3.4.4-py3-none-any.whl size=94167 sha256=a4ea872ef3e18db96ed182d4bbb3b2496e8d55d5d902b426bf113c0e4a593889 Stored in directory: /root/.cache/pip/wheels/a3/44/60/81382cb300f56a9fefd70790ca00df4dfb144b6e3c0dd46b2b Building wheel for markdown-it-py (pyproject.toml): started Building wheel for markdown-it-py (pyproject.toml): finished with status 'done' Created wheel for markdown-it-py: filename=markdown_it_py-3.0.0-py3-none-any.whl size=87526 sha256=6d00561ef69282f31c923e5520f8f7025f6c2bbd1d7796f3d730840cc54130a6 Stored in directory: /root/.cache/pip/wheels/19/77/58/74d52672b43e0ee5a9737255de8a7b9cbfdd7be24575559162 Building wheel for MarkupSafe (setup.py): started Building wheel for MarkupSafe (setup.py): finished with status 'done' Created wheel for MarkupSafe: filename=MarkupSafe-2.1.3-cp312-cp312-linux_x86_64.whl size=33060 sha256=5a85342d2f1132555415e85b975bb161ddaae488d44791ec8de2a776dd64589f Stored in directory: /root/.cache/pip/wheels/c2/bd/c4/f13a19279cf9072aeb000631eeedb8f80ab9b91a6851054592 Building wheel for matplotlib-inline (setup.py): started Building wheel for matplotlib-inline (setup.py): finished with status 'done' Created wheel for matplotlib-inline: filename=matplotlib_inline-0.1.6-py3-none-any.whl size=9405 sha256=49f58e00be355b1223efd3b21d96534a2a5e2cddd9518ec7703b08ce853ef3b7 Stored in directory: /root/.cache/pip/wheels/88/00/14/a25dd1672f728070a15dbb9155295d9972428daf103e728b4f Building wheel for mdurl (pyproject.toml): started Building wheel for mdurl (pyproject.toml): finished with status 'done' Created wheel for mdurl: filename=mdurl-0.1.2-py3-none-any.whl size=9979 sha256=4a1d36c303799b925ac67bc0635055ca21c11a184fd6e6cdb4e0e9ade753770e Stored in directory: /root/.cache/pip/wheels/ca/6d/55/6ac682351d5b9b87e313eafa21f4c600d263b411a798851d5d Building wheel for mflog (setup.py): started Building wheel for mflog (setup.py): finished with status 'done' Created wheel for mflog: filename=mflog-0.1.0-py3-none-any.whl size=15680 sha256=1e948d0e443fdbc965bb45f9e507c26227b231cbb13d719a3ef21453c630ebcf Stored in directory: /root/.cache/pip/wheels/0e/c0/29/cb4e35003e047e0c1a5c39aae61fe9547f9f12aafb8f6ecaec Building wheel for mfutil (setup.py): started Building wheel for mfutil (setup.py): finished with status 'done' Created wheel for mfutil: filename=mfutil-0.2.0-py3-none-any.whl size=22224 sha256=b6bae2ca0f42a269c66497bc0e5f386c253c0b431817d5ebc800762cf7cd5bb6 Stored in directory: /root/.cache/pip/wheels/76/a7/6c/f46fa45f011c2c354542dff0ae5fc0aeec9eaddcf1c1ba0be9 Building wheel for mockredispy (setup.py): started Building wheel for mockredispy (setup.py): finished with status 'done' Created wheel for mockredispy: filename=mockredispy-2.9.3-py3-none-any.whl size=20298 sha256=1866c734ca54905e357665c30d10b02a36b55c49a307fb199742a1f46a3f73d2 Stored in directory: /root/.cache/pip/wheels/59/1e/66/a8b260e77d8e51694fb0e0b94b7392acbfc36b1d9606347ce6 Building wheel for multidict (pyproject.toml): started Building wheel for multidict (pyproject.toml): finished with status 'done' Created wheel for multidict: filename=multidict-6.0.4-cp312-cp312-linux_x86_64.whl size=182950 sha256=78bfc1325f3a669bf5089e32c1c58eef89c7c5d11a47884900a68bac524f15d3 Stored in directory: /root/.cache/pip/wheels/f6/d8/ff/3c14a64b8f2ab1aa94ba2888f5a988be6ab446ec5c8d1a82da Building wheel for mypy-extensions (setup.py): started Building wheel for mypy-extensions (setup.py): finished with status 'done' Created wheel for mypy-extensions: filename=mypy_extensions-1.0.0-py3-none-any.whl size=4691 sha256=b1e2a25da59cb28e5621d132f4f1eb95ec89225aff580ae0e2c01522c73d82d1 Stored in directory: /root/.cache/pip/wheels/5c/05/f1/415c56c98a4f5f94d5a4a2035f97d7cd7888ae4893aa4b2f2e Building wheel for netifaces (setup.py): started Building wheel for netifaces (setup.py): finished with status 'done' Created wheel for netifaces: filename=netifaces-0.11.0-cp312-cp312-linux_x86_64.whl size=41601 sha256=b258b4ec8d71a0ba6b35b9a7e63e9feb31809a19109de4539a689ff16eae82cc Stored in directory: /root/.cache/pip/wheels/63/fa/57/da80d0ffc8f993315c479b7cd4c8fb1c23910c8baccf6b1b27 Building wheel for opinionated-configparser (setup.py): started Building wheel for opinionated-configparser (setup.py): finished with status 'done' Created wheel for opinionated-configparser: filename=opinionated_configparser-1.0.1-py3-none-any.whl size=5414 sha256=3c6de0ed37b67bce1dcf03f10408d82918dca18ae15b15261f6c754d9c224ce4 Stored in directory: /root/.cache/pip/wheels/5e/29/9a/7b14cd4e8b947eb5457b88e986efca1130e578c8836eafb998 Building wheel for paramiko (setup.py): started Building wheel for paramiko (setup.py): finished with status 'done' Created wheel for paramiko: filename=paramiko-3.4.1-py3-none-any.whl size=226230 sha256=fd2f85805ddba7318522b521b8417799fb5408f064cd0d20e23c281611258289 Stored in directory: /root/.cache/pip/wheels/ce/08/53/153f71c1f36ef5b1aa7d3e6e49272f8bb73e12a80ff74485e2 Building wheel for parso (setup.py): started Building wheel for parso (setup.py): finished with status 'done' Created wheel for parso: filename=parso-0.8.3-py2.py3-none-any.whl size=100690 sha256=b460d9e044c8e9c3b103b6a9c2140b5b584bfee6e95f262893e75917e5c510a2 Stored in directory: /root/.cache/pip/wheels/ac/0c/db/92253f1efa450d7c7a27dade6e869cd3ba715f5bbf7f05d52e Building wheel for pexpect (setup.py): started Building wheel for pexpect (setup.py): finished with status 'done' Created wheel for pexpect: filename=pexpect-4.8.0-py2.py3-none-any.whl size=59037 sha256=88df6628176d72e8835fb74d7e7c0eeefa10760abe19b4a3b60f2781aa947250 Stored in directory: /root/.cache/pip/wheels/95/90/f6/0d3952e5a5d3213951b5c88a6806d59398d431365384c9c230 Building wheel for pickleshare (setup.py): started Building wheel for pickleshare (setup.py): finished with status 'done' Created wheel for pickleshare: filename=pickleshare-0.7.5-py2.py3-none-any.whl size=6283 sha256=f966e7d154179819efd7523ee292dced184da91913f7f63ec028b88191ab7cf0 Stored in directory: /root/.cache/pip/wheels/1e/07/04/5224c0d7c7dfd64bb8e8801b411511769e469943db180fb583 Building wheel for pika (pyproject.toml): started Building wheel for pika (pyproject.toml): finished with status 'done' Created wheel for pika: filename=pika-1.3.2-py3-none-any.whl size=155414 sha256=0ac515d98ee4bf95cc3b9b3eb9bc9e24f8036647e9f50995f18caf49cc2b49bf Stored in directory: /root/.cache/pip/wheels/1a/61/ab/43f288b78d4549f4d954c7caa1c635b3ff9c2292a26b50f92b Building wheel for poyo (setup.py): started Building wheel for poyo (setup.py): finished with status 'done' Created wheel for poyo: filename=poyo-0.5.0-py2.py3-none-any.whl size=10173 sha256=f85db964b726564a27780dfdcad162bcb4866c390281382c59d8a4ed0a6ca486 Stored in directory: /root/.cache/pip/wheels/9c/af/e7/56cfdd90eed1643011454bf5954b84db780c7e87d675abc02c Building wheel for prompt-toolkit (pyproject.toml): started Building wheel for prompt-toolkit (pyproject.toml): finished with status 'done' Created wheel for prompt-toolkit: filename=prompt_toolkit-3.0.36-py3-none-any.whl size=386410 sha256=ea7e73cd6c9e36755d50cd45e8c98e02b4458c29b8c6c406c0a00f8b96f20a7d Stored in directory: /root/.cache/pip/wheels/8a/f6/a5/33c149b0cdd9921f3471563ae8d890c53c3c31bcedd666fc04 Building wheel for psutil (pyproject.toml): started Building wheel for psutil (pyproject.toml): finished with status 'done' Created wheel for psutil: filename=psutil-5.9.8-cp312-abi3-linux_x86_64.whl size=305776 sha256=1e589ca838d43798e91fbb508ada70bbe20d865409c04fc5f3f6ff6214fde20d Stored in directory: /root/.cache/pip/wheels/ea/db/87/379059ff5efa4e13c17206320a5a1cb52b4efe5eeb70a12c3d Building wheel for ptyprocess (pyproject.toml): started Building wheel for ptyprocess (pyproject.toml): finished with status 'done' Created wheel for ptyprocess: filename=ptyprocess-0.7.0-py2.py3-none-any.whl size=13980 sha256=abeb86223681c1a33de8b500fbf128cfb17fabb7d57ffbf6f5321b06b9c72cce Stored in directory: /root/.cache/pip/wheels/8e/5d/60/dca793e0afb1272e5182436b54e5278142f3a0d7e59fee7d90 Building wheel for pure-eval (pyproject.toml): started Building wheel for pure-eval (pyproject.toml): finished with status 'done' Created wheel for pure-eval: filename=pure_eval-0.2.2-py3-none-any.whl size=11670 sha256=1d575a9f3aa877ec8ce2c28494218f84b8af18b3ef8424bfcf560cff7bd58fcb Stored in directory: /root/.cache/pip/wheels/b9/56/41/4317e271e1ab2ffa70fd681b4b454b786bfbca79f188e5941d Building wheel for pyasn1 (setup.py): started Building wheel for pyasn1 (setup.py): finished with status 'done' Created wheel for pyasn1: filename=pyasn1-0.4.8-py2.py3-none-any.whl size=77160 sha256=0e2a51ca53ebeb4963e26902890a9ea857b8481102eefc7ff5a2fb078aebc7e5 Stored in directory: /root/.cache/pip/wheels/19/f2/4c/aad5c580e00cac5b4b66ff5f324078ff5fd9acfffc7060e6fe Building wheel for pyasn1-modules (setup.py): started Building wheel for pyasn1-modules (setup.py): finished with status 'done' Created wheel for pyasn1-modules: filename=pyasn1_modules-0.2.8-py2.py3-none-any.whl size=155281 sha256=2c6c44691e7a741c0ba2a7a8211726a395c42df2a783c05a1e1a7c3299f991d9 Stored in directory: /root/.cache/pip/wheels/ec/8c/7a/e8495647e69ca4475702aae28dad869ea4f26cc505e432692a Building wheel for pyasyncore (setup.py): started Building wheel for pyasyncore (setup.py): finished with status 'done' Created wheel for pyasyncore: filename=pyasyncore-1.0.4-py3-none-any.whl size=10033 sha256=22f810bba1655348546d5012025c002c9cd257b820a99a0b426b748e67188025 Stored in directory: /root/.cache/pip/wheels/ff/c5/7e/5b840efa5d43c00231e6a0b3afc0895a0e23e4c0b3ffa01e6b Building wheel for pycodestyle (setup.py): started Building wheel for pycodestyle (setup.py): finished with status 'done' Created wheel for pycodestyle: filename=pycodestyle-2.11.0-py2.py3-none-any.whl size=31122 sha256=d9ed47d4fda9a113ee039cee5a485c895e89cb59459edeb432b967d6d2c94346 Stored in directory: /root/.cache/pip/wheels/72/ef/e6/206b9f9d3bab60c512d7ad83924548d8939ab0a1e1835cc0a0 Building wheel for pydantic (pyproject.toml): started Building wheel for pydantic (pyproject.toml): finished with status 'done' Created wheel for pydantic: filename=pydantic-2.8.2-py3-none-any.whl size=423877 sha256=bc70d2a3720c5fab6c893aa91813360cbc3e0cf0ff65d8aea58d472376ca4f47 Stored in directory: /root/.cache/pip/wheels/bd/38/53/6049084109c1eddb79f50e40636465239bb5d7bbf9a50bb4c1 Building wheel for pydantic-core (pyproject.toml): started Building wheel for pydantic-core (pyproject.toml): still running... Building wheel for pydantic-core (pyproject.toml): finished with status 'done' Created wheel for pydantic-core: filename=pydantic_core-2.20.1-cp312-cp312-linux_x86_64.whl size=1998317 sha256=0c2db120c393d9dad562a0e44012a846cbcdfa65cb729a4135eaafa3a2b8e826 Stored in directory: /root/.cache/pip/wheels/e0/4d/3d/2b1b1d6f72ac69748171a0bf268dc686931080a19aa9418dcb Building wheel for Pygments (pyproject.toml): started Building wheel for Pygments (pyproject.toml): finished with status 'done' Created wheel for Pygments: filename=Pygments-2.16.1-py3-none-any.whl size=1164749 sha256=a8525c5a21e6272167e982012090a341cf73e50e779839ce9548750052a9361f Stored in directory: /root/.cache/pip/wheels/9d/0e/4d/83afeb43e6b37171bd7a3d202fe2e475884c29bbd233487965 Building wheel for pyinotify (setup.py): started Building wheel for pyinotify (setup.py): finished with status 'done' Created wheel for pyinotify: filename=pyinotify-0.9.6-py3-none-any.whl size=25341 sha256=a88620a0b5468aa2f7b548a1820cb133ee27b84f3b1967e59fd05ff1682215dd Stored in directory: /root/.cache/pip/wheels/82/58/ba/385f4cd1bd80f075a1a9a0b39c5c9e2a11704c085fdd09063e Building wheel for PyNaCl (pyproject.toml): started Building wheel for PyNaCl (pyproject.toml): still running... Building wheel for PyNaCl (pyproject.toml): finished with status 'done' Created wheel for PyNaCl: filename=PyNaCl-1.5.0-cp312-cp312-linux_x86_64.whl size=1136986 sha256=a438b247ad95c967cda0edc11880a75c4309b1ebd7066489eb6077d0b1be59fa Stored in directory: /root/.cache/pip/wheels/eb/89/16/447043df6095a2249118072701557685f2c58d7b31c8926ddf Building wheel for python-dateutil (pyproject.toml): started Building wheel for python-dateutil (pyproject.toml): finished with status 'done' Created wheel for python-dateutil: filename=python_dateutil-2.8.2-py2.py3-none-any.whl size=247801 sha256=2d5c11b03866d96317596f53d32b18e0a55d3bf653bed1d932c4a8bb15e0965e Stored in directory: /root/.cache/pip/wheels/80/1c/9e/e4f0ede617dfb9e565c3b077e020f868ac4d65b74147b72516 Building wheel for python-ldap (pyproject.toml): started Building wheel for python-ldap (pyproject.toml): finished with status 'done' Created wheel for python-ldap: filename=python_ldap-3.4.3-cp312-cp312-linux_x86_64.whl size=390212 sha256=29898426a745f3e580562244c97bc8b6fce427f7d8d0449fc68ecb2f0e77c084 Stored in directory: /root/.cache/pip/wheels/2a/3c/0b/bb78e8cd392711ad470f4fab5cf6da2b17270667f8ff5bb49a Building wheel for pytz (setup.py): started Building wheel for pytz (setup.py): finished with status 'done' Created wheel for pytz: filename=pytz-2023.3.post1-py3-none-any.whl size=502471 sha256=1647afb3b54a5e7108d7c4b3431143f0ad8a0ac1bb67d9fc035e77ece58a2733 Stored in directory: /root/.cache/pip/wheels/c2/47/49/a6963b7734d113ab9dc8ba39ae73dccdb6bba6f36c38a821b9 Building wheel for PyYAML (pyproject.toml): started Building wheel for PyYAML (pyproject.toml): finished with status 'done' Created wheel for PyYAML: filename=PyYAML-6.0.2-cp312-cp312-linux_x86_64.whl size=45360 sha256=658f8a3f8184fc3671a89fed61595fd45c00b85cfaa1584d526a21fcedef2cc4 Stored in directory: /root/.cache/pip/wheels/db/db/e2/4a1264f6c5192c518338cd8c226caae9f43c610fdb76c1ebcb Building wheel for redis (setup.py): started Building wheel for redis (setup.py): finished with status 'done' Created wheel for redis: filename=redis-5.0.6-py3-none-any.whl size=251871 sha256=82c1aea540c91309d29af3cb0e9d4a067e1e748028fd29d02430c6c628329695 Stored in directory: /root/.cache/pip/wheels/aa/f9/18/5ab11a3dce6f65186ccf6fd771e7a7643b753274cc590d352c Building wheel for referencing (pyproject.toml): started Building wheel for referencing (pyproject.toml): finished with status 'done' Created wheel for referencing: filename=referencing-0.31.0-py3-none-any.whl size=25733 sha256=381b11e53dd93babb55696c71cf42aef2d36b8a150c49bf0bc301e36d536c882 Stored in directory: /root/.cache/pip/wheels/ec/f5/76/8994b277a317425debc64bf886444a52f13441dd138ca99ee8 Building wheel for regex (pyproject.toml): started Building wheel for regex (pyproject.toml): finished with status 'done' Created wheel for regex: filename=regex-2023.8.8-cp312-cp312-linux_x86_64.whl size=695168 sha256=3cb5c10bc44a1a02d67e6e22c9f402d5593cd9f513ce197efb74e8920eacaa07 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=7c69e9e119863c272bcd8ea62ef309b84492217c5c9b0b11ce38cdd217106868 Stored in directory: /root/.cache/pip/wheels/33/0f/67/609cc7e3d03673f4b5ee2bd90e3f03e76779a9b3fa2777660b Building wheel for rpds-py (pyproject.toml): started Building wheel for rpds-py (pyproject.toml): finished with status 'done' Created wheel for rpds-py: filename=rpds_py-0.12.0-cp312-cp312-linux_x86_64.whl size=325829 sha256=d690592dd956c22bbda089c4877e07d53bb5c0d69e899fa50913d62a29c90941 Stored in directory: /root/.cache/pip/wheels/6f/b7/76/9b2317e8f8ed88d151a92f1f9336b08041567b622518f76802 Building wheel for simpleeval (pyproject.toml): started Building wheel for simpleeval (pyproject.toml): finished with status 'done' Created wheel for simpleeval: filename=simpleeval-0.9.13-py2.py3-none-any.whl size=15278 sha256=ae01439a27bd405bc0743318402e440b6ead4e514e13940197e9a0d52ca139dc Stored in directory: /root/.cache/pip/wheels/2b/c8/42/824566e466047f234f37785675fde6aeef8ad104f7e74ad639 Building wheel for soupsieve (pyproject.toml): started Building wheel for soupsieve (pyproject.toml): finished with status 'done' Created wheel for soupsieve: filename=soupsieve-2.5-py3-none-any.whl size=36131 sha256=eaa337ff55a1579b6549dc679565eac1e3d000563bcb1c8ab0d0fefbc0c2cdc7 Stored in directory: /root/.cache/pip/wheels/1d/4a/72/f42971ad929241a295514ac36394e46271f06d77ac12147a4c Building wheel for stack-data (pyproject.toml): started Building wheel for stack-data (pyproject.toml): finished with status 'done' Created wheel for stack-data: filename=stack_data-0.6.3-py3-none-any.whl size=24517 sha256=382ad9a31d1dfb641381ed1b459e88a0ee4231d1635b785c7babcc713d688b79 Stored in directory: /root/.cache/pip/wheels/66/d8/c9/2976572d16ab76fc1cfbdeb325de8befc07b98d43d8cdaff67 Building wheel for structlog (pyproject.toml): started Building wheel for structlog (pyproject.toml): finished with status 'done' Created wheel for structlog: filename=structlog-23.1.0-py3-none-any.whl size=62427 sha256=98e9f8d64960644daab1ce2f6ff24ac766281bccc47f3b9882564ffe4599e8e4 Stored in directory: /root/.cache/pip/wheels/af/bd/85/840ff77eeb1ce94bb5dfb1d1c18e391bab83d7c4a814dbb5cf Building wheel for termcolor (pyproject.toml): started Building wheel for termcolor (pyproject.toml): finished with status 'done' Created wheel for termcolor: filename=termcolor-2.3.0-py3-none-any.whl size=6871 sha256=a840aad17720930a7ef57f447cdadc5766a6d4fdc9ae0caace375db55cab031a Stored in directory: /root/.cache/pip/wheels/11/ee/21/3fc5c1f21aad888939f5879079ac1dfb82321181c3df3b8390 Building wheel for threadpoolctl (pyproject.toml): started Building wheel for threadpoolctl (pyproject.toml): finished with status 'done' Created wheel for threadpoolctl: filename=threadpoolctl-3.2.0-py3-none-any.whl size=15539 sha256=0a06811898b37bb24cc31089111c3e3ec35e3724967b870fe0a1b3dafd9907ff Stored in directory: /root/.cache/pip/wheels/1d/b4/27/feed83df5dcec03782a361a70a8dabe37ad0f34a544eccb703 Building wheel for tornado (pyproject.toml): started Building wheel for tornado (pyproject.toml): finished with status 'done' Created wheel for tornado: filename=tornado-6.4.1-cp38-abi3-linux_x86_64.whl size=437891 sha256=83d9d1077fef15ed3239bc6bc82f56169f38414ced875a3d948bc7edf9e48577 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=6a02e81e101ec431a6e75db46232383df6eb6f5e2f4bfed2cd3cd97fc54cfe9b Stored in directory: /root/.cache/pip/wheels/52/c2/af/12bcf98722de62c127bf746b39fa400510484aa2d04acde808 Building wheel for traitlets (pyproject.toml): started Building wheel for traitlets (pyproject.toml): finished with status 'done' Created wheel for traitlets: filename=traitlets-5.9.0-py3-none-any.whl size=117376 sha256=dc6e0bf78f9001b253cf1a1396ecbc16539514670cfc8f980f79ef64a066e413 Stored in directory: /root/.cache/pip/wheels/2e/74/dc/858fa3f55aee6094c3c76fd93a7211066a3dd21eb1e85568ef Building wheel for Unidecode (setup.py): started Building wheel for Unidecode (setup.py): finished with status 'done' Created wheel for Unidecode: filename=Unidecode-1.3.6-py3-none-any.whl size=235470 sha256=379d215d656ad3d539688073a3ce2bec83c3fd44174547da00ab2f6c722f5c1a Stored in directory: /root/.cache/pip/wheels/5f/6d/fb/83de9e13da0d900beda01dcdce12e21b36a1a27d2ee8d197c5 Building wheel for urllib3 (pyproject.toml): started Building wheel for urllib3 (pyproject.toml): finished with status 'done' Created wheel for urllib3: filename=urllib3-2.2.2-py3-none-any.whl size=121442 sha256=e2444bbe7b39dc077296c5161fa12f8254c42864eef78f9e67af22f9c8ac669e Stored in directory: /root/.cache/pip/wheels/a8/75/cc/a17ccc2390d324190feae94b6f8141f9032c1b4ed081e20fbd Building wheel for wcwidth (setup.py): started Building wheel for wcwidth (setup.py): finished with status 'done' Created wheel for wcwidth: filename=wcwidth-0.2.8-py2.py3-none-any.whl size=31297 sha256=75ef1d9bd7b84e58a35f6f2cf262be41d0c3d3e11cbb6610330d0926f45cced3 Stored in directory: /root/.cache/pip/wheels/68/ad/f7/b58eaa44b86fe54e6cbbe8ddcbdc97934a1864ac355c587767 Building wheel for Werkzeug (pyproject.toml): started Building wheel for Werkzeug (pyproject.toml): finished with status 'done' Created wheel for Werkzeug: filename=werkzeug-3.0.6-py3-none-any.whl size=227979 sha256=8143cc2a4cece557b6090a6891e99f57c4016db6e752822f6b59d796a3545a63 Stored in directory: /root/.cache/pip/wheels/ff/fd/62/148fe1810701604dd6fa657ed6b00ce94ae82f64a331dae7ea Building wheel for whichcraft (setup.py): started Building wheel for whichcraft (setup.py): finished with status 'done' Created wheel for whichcraft: filename=whichcraft-0.6.1-py2.py3-none-any.whl size=5242 sha256=2b47cadfbe09b2782811c6af50ec25741b56b6270d1ff49c379f7ee56c1d6198 Stored in directory: /root/.cache/pip/wheels/bd/b4/aa/5cbf6213a558c921565d2c58e512d702b4cf8fe96391768bc4 Building wheel for wrapt (setup.py): started Building wheel for wrapt (setup.py): finished with status 'done' Created wheel for wrapt: filename=wrapt-1.16.0-cp312-cp312-linux_x86_64.whl size=91838 sha256=da544f6df64727c77f20d835c13705e404e1da6f2c612b77c61dcde141127ba7 Stored in directory: /root/.cache/pip/wheels/40/44/d3/ffbde56a7a69654df752645d4c5ca2773c953d184ffee0b764 Building wheel for xmltodict (setup.py): started Building wheel for xmltodict (setup.py): finished with status 'done' Created wheel for xmltodict: filename=xmltodict-0.13.0-py2.py3-none-any.whl size=9973 sha256=bda1f59850164f1c36a2c88ef7dcb52c62b886f9a9d06bbf67b5a70ace10a4b0 Stored in directory: /root/.cache/pip/wheels/55/e1/64/5768e258b22cb72b385ec2181f466a4819f713dd9bafd18439 Building wheel for yarl (pyproject.toml): started Building wheel for yarl (pyproject.toml): finished with status 'done' Created wheel for yarl: filename=yarl-1.9.2-cp312-cp312-linux_x86_64.whl size=262621 sha256=b16a7541b0c6b0ec1357015db3ae72b3e7384ccd743c0a1835ff5d73bf2e5a25 Stored in directory: /root/.cache/pip/wheels/84/e3/6a/7d0fa1abee8e4aa39922b5bd54689b4b5e4269b2821f482a32 Building wheel for yq (pyproject.toml): started Building wheel for yq (pyproject.toml): finished with status 'done' Created wheel for yq: filename=yq-3.2.2-py3-none-any.whl size=17658 sha256=8dfc32ecdb37abd0a9260beaac1b68213f41e9d49f518f550dda013cbc93a14a Stored in directory: /root/.cache/pip/wheels/26/0b/f2/63861cd8175af6dae3d7ed9427665462207b343095eb7e019c Building wheel for acquisition (setup.py): started Building wheel for acquisition (setup.py): finished with status 'done' Created wheel for acquisition: filename=acquisition-0.0.0-py3-none-any.whl size=41080 sha256=891189e9e931cff5725a565309eddd304495dcf92c0d474b4a82cb19934db9c1 Stored in directory: /src/layers/layer2_python3/0500_extra_python_packages/tempolayer5350/tmp/pip-ephem-wheel-cache-hqhwx9c3/wheels/aa/dd/2b/33ce8fbf0526048c3d6a132ca980eb6e2f2e22a87022f07e39 Building wheel for aiohttp_metwork_middlewares (setup.py): started Building wheel for aiohttp_metwork_middlewares (setup.py): finished with status 'done' Created wheel for aiohttp_metwork_middlewares: filename=aiohttp_metwork_middlewares-0.0.1-py3-none-any.whl size=3214 sha256=a21731f538137069bb3d1c3b4000bb2f8d0c2ac346182b5f52a55d67526ce53d Stored in directory: /src/layers/layer2_python3/0500_extra_python_packages/tempolayer5350/tmp/pip-ephem-wheel-cache-hqhwx9c3/wheels/f6/bc/3f/7a767913fec47d5563009a82b073d7b9ae8e69aab1351a1620 Building wheel for cookiecutter (setup.py): started Building wheel for cookiecutter (setup.py): finished with status 'done' Created wheel for cookiecutter: filename=cookiecutter-1.6.0-py2.py3-none-any.whl size=30183 sha256=9cfc48b245b0c73fb1ac43b6eb27a43a7e7bfb9ceaffdb3b9deac830d538164d Stored in directory: /src/layers/layer2_python3/0500_extra_python_packages/tempolayer5350/tmp/pip-ephem-wheel-cache-hqhwx9c3/wheels/34/0c/68/7c2af858edc928cc55479aea073c71a0e15d68baddab0934b2 Building wheel for cookiecutter_hooks (setup.py): started Building wheel for cookiecutter_hooks (setup.py): finished with status 'done' Created wheel for cookiecutter_hooks: filename=cookiecutter_hooks-0.0.1-py3-none-any.whl size=3461 sha256=b0770b28d6ef15c6a49115f90063b726e39c8f5caca699ecf2173547caeabcef Stored in directory: /src/layers/layer2_python3/0500_extra_python_packages/tempolayer5350/tmp/pip-ephem-wheel-cache-hqhwx9c3/wheels/a0/d5/ce/c074854de60fd7c662c50872313e5210a3dae0956b0feccee6 Building wheel for deploycron (setup.py): started Building wheel for deploycron (setup.py): finished with status 'done' Created wheel for deploycron: filename=deploycron-0.0.1-py3-none-any.whl size=6916 sha256=1939a1c0bcc12d483fcccb80e8172bb83a56a28d892cbc1a024e2823ba0a2d6d Stored in directory: /src/layers/layer2_python3/0500_extra_python_packages/tempolayer5350/tmp/pip-ephem-wheel-cache-hqhwx9c3/wheels/8d/d6/94/80a69de3301f3a503c5cc7b3fe57bef4f45ef7dfff14aca2c9 Building wheel for directory_observer (setup.py): started Building wheel for directory_observer (setup.py): finished with status 'done' Created wheel for directory_observer: filename=directory_observer-0.0.1-py3-none-any.whl size=9758 sha256=cab5e2a4432d2953e92e98ca4c0714f1e4393ae21d9e64d256c92680dccb6f59 Stored in directory: /src/layers/layer2_python3/0500_extra_python_packages/tempolayer5350/tmp/pip-ephem-wheel-cache-hqhwx9c3/wheels/44/c9/70/ef43554f0d3978c93249840001a7b0a59079a74f1ea5029009 Building wheel for envtpl (setup.py): started Building wheel for envtpl (setup.py): finished with status 'done' Created wheel for envtpl: filename=envtpl-0.5.3-py3-none-any.whl size=19478 sha256=deb7d4e4b07348ff915a884dd7d16a8e44519059912e99ab0c4e9f970658154f Stored in directory: /src/layers/layer2_python3/0500_extra_python_packages/tempolayer5350/tmp/pip-ephem-wheel-cache-hqhwx9c3/wheels/51/f5/37/63494e35874000015408fa20d76bf5c8184c48045bb3b59a48 Building wheel for mfplugin (setup.py): started Building wheel for mfplugin (setup.py): finished with status 'done' Created wheel for mfplugin: filename=mfplugin-0.0.0-py3-none-any.whl size=32312 sha256=be4ad98f7b39c27e456d47a529c52774de989add93d904e3f11d4a0f815d371e Stored in directory: /src/layers/layer2_python3/0500_extra_python_packages/tempolayer5350/tmp/pip-ephem-wheel-cache-hqhwx9c3/wheels/83/36/a0/53485092a2231fe877a5cad08844f4e0e99eeaf882ced6549d Building wheel for statsd (setup.py): started Building wheel for statsd (setup.py): finished with status 'done' Created wheel for statsd: filename=statsd-3.2.1-py2.py3-none-any.whl size=10993 sha256=55f7e9e87e711c722136eb305afd745ccd27b3e8e6b53182aed826f30d4c8313 Stored in directory: /src/layers/layer2_python3/0500_extra_python_packages/tempolayer5350/tmp/pip-ephem-wheel-cache-hqhwx9c3/wheels/d1/53/04/ff09ba0c05e8f3cde8605b44e7748f0aeea6abb533105c5be4 Building wheel for telegraf_unixsocket_client (setup.py): started Building wheel for telegraf_unixsocket_client (setup.py): finished with status 'done' Created wheel for telegraf_unixsocket_client: filename=telegraf_unixsocket_client-0.0.1-py3-none-any.whl size=6306 sha256=60773b705596693183ba1cbd2449e4a43680c52464da8ded839eded64e6fdfe5 Stored in directory: /src/layers/layer2_python3/0500_extra_python_packages/tempolayer5350/tmp/pip-ephem-wheel-cache-hqhwx9c3/wheels/51/9a/06/1e09cf06c4bb5fc911575da8a6e0add2f103a2496efe15c3f0 Building wheel for xattrfile (setup.py): started Building wheel for xattrfile (setup.py): finished with status 'done' Created wheel for xattrfile: filename=xattrfile-0.0.0-py3-none-any.whl size=11127 sha256=69ebfaed7f397f66e23fd03947295b822db92eb3c1e5a28e5a7d665f542ad9dc Stored in directory: /src/layers/layer2_python3/0500_extra_python_packages/tempolayer5350/tmp/pip-ephem-wheel-cache-hqhwx9c3/wheels/a8/64/a4/c2aaea1f81eb8304f2703919655616138663174b80ec162d6b Building wheel for certifi (setup.py): started Building wheel for certifi (setup.py): finished with status 'done' Created wheel for certifi: filename=certifi-2024.7.4-py3-none-any.whl size=162959 sha256=75825eecab6dbe6b2228a475cd706de28cc3bd4fc0f2703b11c5878d07bdd6d2 Stored in directory: /root/.cache/pip/wheels/67/51/d3/6d7959274c1f51d32371fe752b8f409e3e912af017eef76976 Building wheel for six (setup.py): started Building wheel for six (setup.py): finished with status 'done' Created wheel for six: filename=six-1.16.0-py2.py3-none-any.whl size=11042 sha256=7c90aeabd5ed346a28cb094715f96ec1e493131b6b3963baaced70ad4ddc22c8 Stored in directory: /root/.cache/pip/wheels/2d/44/a6/eaa84ad030d2047bb916e0740a9ec8b0ee9d23127bb389728f Building wheel for filelock (pyproject.toml): started Building wheel for filelock (pyproject.toml): finished with status 'done' Created wheel for filelock: filename=filelock-3.12.3-py3-none-any.whl size=11327 sha256=ee458bbb3177bc34781117ad1de811ce1c378484990c81696c748e9b49797fba Stored in directory: /root/.cache/pip/wheels/de/3b/53/a4282abfa7acfb4642f6e607b1cf1982fa4603a412e633fb05 Successfully built aiohttp aiosignal annotated-types argcomplete arrow asttokens async-timeout attrs autopep8 Babel backcall bash bcrypt beautifulsoup4 binaryornot bjoern cachetools Cerberus chardet charset_normalizer Click colorama commonmark cron-wrapper cryptography decorator Deprecated dill diskcache entrypoints executing frozenlist fsspec geojson gitignore-parser hiredis idna inotify-simple ipython jedi Jinja2 jinja2-from-json-extension jinja2-fnmatch-extension jinja2-getenv-extension jinja2-shell-extension jinja2-time joblib jsonschema jsonschema_specifications lazy-import Markdown markdown-it-py MarkupSafe matplotlib-inline mdurl mflog mfutil mockredispy multidict mypy-extensions netifaces opinionated-configparser paramiko parso pexpect pickleshare pika poyo prompt-toolkit psutil ptyprocess pure-eval pyasn1 pyasn1-modules pyasyncore pycodestyle pydantic pydantic-core Pygments pyinotify PyNaCl python-dateutil python-ldap pytz PyYAML redis referencing regex requests rpds-py simpleeval soupsieve stack-data structlog termcolor threadpoolctl tornado tqdm traitlets Unidecode urllib3 wcwidth Werkzeug whichcraft wrapt xmltodict yarl yq acquisition aiohttp_metwork_middlewares cookiecutter cookiecutter_hooks deploycron directory_observer envtpl mfplugin statsd telegraf_unixsocket_client xattrfile certifi six filelock if test -d ../../download_archive; then cp -Rf src/* ../../download_archive/ 2>/dev/null; fi mkdir -p /opt/metwork-mfext-master/opt/python3/share/metwork_packages for REQ in requirements3.txt; do if test -s ${REQ}; then install_requirements /opt/metwork-mfext-master/opt/python3 ${REQ} ./src || { echo "ERROR WITH install_requirements ${REQ} /opt/metwork-mfext-master/opt/python3 ${REQ} ./src"; exit 1; }; fi; done [DEBUG]: layer python3@mfext[/opt/metwork-mfext-master/opt/python3] is already loaded Looking in links: ./src Processing ./src/acquisition-0.0.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 1)) Processing ./src/aiohappyeyeballs-2.4.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 2)) Processing ./src/aiohttp-3.10.5-cp312-cp312-linux_x86_64.whl (from -r requirements3.txt.tmp (line 3)) Processing ./src/aiohttp_metwork_middlewares-0.0.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 4)) Processing ./src/aiosignal-1.3.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 5)) Processing ./src/annotated_types-0.6.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 6)) Processing ./src/argcomplete-3.1.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 7)) Processing ./src/arrow-1.2.3-py3-none-any.whl (from -r requirements3.txt.tmp (line 8)) Processing ./src/asttokens-2.4.0-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 9)) Processing ./src/async_timeout-4.0.3-py3-none-any.whl (from -r requirements3.txt.tmp (line 10)) Processing ./src/attrs-23.2.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 11)) Processing ./src/autopep8-2.0.4-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 12)) Processing ./src/Babel-2.13.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 13)) Processing ./src/backcall-0.2.0-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 14)) Processing ./src/bash-0.6-py3-none-any.whl (from -r requirements3.txt.tmp (line 15)) Processing ./src/bcrypt-4.0.1-cp312-cp312-linux_x86_64.whl (from -r requirements3.txt.tmp (line 16)) Processing ./src/beautifulsoup4-4.12.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 17)) Processing ./src/binaryornot-0.4.4-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 18)) Processing ./src/bjoern-3.2.2-cp312-cp312-linux_x86_64.whl (from -r requirements3.txt.tmp (line 19)) Processing ./src/cachetools-5.3.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 20)) Processing ./src/Cerberus-1.3.5-py3-none-any.whl (from -r requirements3.txt.tmp (line 21)) Processing ./src/chardet-5.2.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 22)) Processing ./src/charset_normalizer-3.2.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 23)) Processing ./src/click-8.1.7-py3-none-any.whl (from -r requirements3.txt.tmp (line 24)) Processing ./src/colorama-0.4.6-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 25)) Processing ./src/commonmark-0.9.1-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 26)) Processing ./src/cookiecutter-1.6.0-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 27)) Processing ./src/cookiecutter_hooks-0.0.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 28)) Processing ./src/cron_wrapper-0.1.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 29)) Processing ./src/cryptography-43.0.1-cp37-abi3-linux_x86_64.whl (from -r requirements3.txt.tmp (line 30)) Processing ./src/decorator-5.1.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 31)) Processing ./src/deploycron-0.0.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 32)) Processing ./src/Deprecated-1.2.14-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 33)) Processing ./src/dill-0.3.7-py3-none-any.whl (from -r requirements3.txt.tmp (line 34)) Processing ./src/directory_observer-0.0.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 35)) Processing ./src/diskcache-5.6.3-py3-none-any.whl (from -r requirements3.txt.tmp (line 36)) Processing ./src/entrypoints-0.4-py3-none-any.whl (from -r requirements3.txt.tmp (line 37)) Processing ./src/envtpl-0.5.3-py3-none-any.whl (from -r requirements3.txt.tmp (line 38)) Processing ./src/executing-2.0.1-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 39)) Processing ./src/frozenlist-1.4.0-cp312-cp312-linux_x86_64.whl (from -r requirements3.txt.tmp (line 40)) Processing ./src/fsspec-2023.9.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 41)) Processing ./src/geojson-3.1.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 42)) Processing ./src/gitignore_parser-0.1.11-py3-none-any.whl (from -r requirements3.txt.tmp (line 43)) Processing ./src/hiredis-2.2.3-cp312-cp312-linux_x86_64.whl (from -r requirements3.txt.tmp (line 44)) Processing ./src/idna-3.7-py3-none-any.whl (from -r requirements3.txt.tmp (line 45)) Processing ./src/inotify_simple-1.3.5-py3-none-any.whl (from -r requirements3.txt.tmp (line 46)) Processing ./src/ipython-8.16.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 47)) Processing ./src/jedi-0.19.1-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 48)) Processing ./src/jinja2-3.1.4-py3-none-any.whl (from -r requirements3.txt.tmp (line 49)) Processing ./src/jinja2_from_json_extension-1.0.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 50)) Processing ./src/jinja2_fnmatch_extension-1.0.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 51)) Processing ./src/jinja2_getenv_extension-1.0.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 52)) Processing ./src/jinja2_shell_extension-2.0.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 53)) Processing ./src/jinja2_time-0.2.0-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 54)) Processing ./src/joblib-1.3.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 55)) Processing ./src/jsonschema-4.19.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 56)) Processing ./src/jsonschema_specifications-2023.11.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 57)) Processing ./src/lazy_import-0.2.2-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 58)) Processing ./src/Markdown-3.4.4-py3-none-any.whl (from -r requirements3.txt.tmp (line 59)) Processing ./src/markdown_it_py-3.0.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 60)) Processing ./src/MarkupSafe-2.1.3-cp312-cp312-linux_x86_64.whl (from -r requirements3.txt.tmp (line 61)) Processing ./src/matplotlib_inline-0.1.6-py3-none-any.whl (from -r requirements3.txt.tmp (line 62)) Processing ./src/mdurl-0.1.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 63)) Processing ./src/mflog-0.1.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 64)) Processing ./src/mfplugin-0.0.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 65)) Processing ./src/mfutil-0.2.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 66)) Processing ./src/mockredispy-2.9.3-py3-none-any.whl (from -r requirements3.txt.tmp (line 67)) Processing ./src/multidict-6.0.4-cp312-cp312-linux_x86_64.whl (from -r requirements3.txt.tmp (line 68)) Processing ./src/mypy_extensions-1.0.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 69)) Processing ./src/netifaces-0.11.0-cp312-cp312-linux_x86_64.whl (from -r requirements3.txt.tmp (line 70)) Processing ./src/opinionated_configparser-1.0.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 71)) Processing ./src/paramiko-3.4.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 72)) Processing ./src/parso-0.8.3-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 73)) Processing ./src/pexpect-4.8.0-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 74)) Processing ./src/pickleshare-0.7.5-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 75)) Processing ./src/pika-1.3.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 76)) Processing ./src/poyo-0.5.0-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 77)) Processing ./src/prompt_toolkit-3.0.36-py3-none-any.whl (from -r requirements3.txt.tmp (line 78)) Processing ./src/psutil-5.9.8-cp312-abi3-linux_x86_64.whl (from -r requirements3.txt.tmp (line 79)) Processing ./src/ptyprocess-0.7.0-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 80)) Processing ./src/pure_eval-0.2.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 81)) Processing ./src/pyasn1-0.4.8-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 82)) Processing ./src/pyasn1_modules-0.2.8-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 83)) Processing ./src/pyasyncore-1.0.4-py3-none-any.whl (from -r requirements3.txt.tmp (line 84)) Processing ./src/pycodestyle-2.11.0-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 85)) Processing ./src/pydantic-2.8.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 86)) Processing ./src/pydantic_core-2.20.1-cp312-cp312-linux_x86_64.whl (from -r requirements3.txt.tmp (line 87)) Processing ./src/Pygments-2.16.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 88)) Processing ./src/pyinotify-0.9.6-py3-none-any.whl (from -r requirements3.txt.tmp (line 89)) Processing ./src/PyNaCl-1.5.0-cp312-cp312-linux_x86_64.whl (from -r requirements3.txt.tmp (line 90)) Processing ./src/python_dateutil-2.8.2-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 91)) Processing ./src/python_ldap-3.4.3-cp312-cp312-linux_x86_64.whl (from -r requirements3.txt.tmp (line 92)) Processing ./src/pytz-2023.3.post1-py3-none-any.whl (from -r requirements3.txt.tmp (line 93)) Processing ./src/PyYAML-6.0.2-cp312-cp312-linux_x86_64.whl (from -r requirements3.txt.tmp (line 94)) Processing ./src/redis-5.0.6-py3-none-any.whl (from -r requirements3.txt.tmp (line 95)) Processing ./src/referencing-0.31.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 96)) Processing ./src/regex-2023.8.8-cp312-cp312-linux_x86_64.whl (from -r requirements3.txt.tmp (line 97)) Processing ./src/requests-2.32.3-py3-none-any.whl (from -r requirements3.txt.tmp (line 98)) Processing ./src/requests_unixsocket2-0.4.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 99)) Processing ./src/rich-13.5.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 100)) Processing ./src/rpds_py-0.12.0-cp312-cp312-linux_x86_64.whl (from -r requirements3.txt.tmp (line 101)) Processing ./src/simpleeval-0.9.13-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 102)) Processing ./src/soupsieve-2.5-py3-none-any.whl (from -r requirements3.txt.tmp (line 103)) Processing ./src/statsd-3.2.1-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 104)) Processing ./src/stack_data-0.6.3-py3-none-any.whl (from -r requirements3.txt.tmp (line 105)) Processing ./src/structlog-23.1.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 106)) Processing ./src/telegraf_unixsocket_client-0.0.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 107)) Processing ./src/termcolor-2.3.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 108)) Processing ./src/terminaltables-3.1.10-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 109)) Processing ./src/threadpoolctl-3.2.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 110)) Processing ./src/tornado-6.4.1-cp38-abi3-linux_x86_64.whl (from -r requirements3.txt.tmp (line 111)) Processing ./src/tqdm-4.66.4-py3-none-any.whl (from -r requirements3.txt.tmp (line 112)) Processing ./src/traitlets-5.9.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 113)) Processing ./src/Unidecode-1.3.6-py3-none-any.whl (from -r requirements3.txt.tmp (line 114)) Processing ./src/urllib3-2.2.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 115)) Processing ./src/wcwidth-0.2.8-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 116)) Processing ./src/werkzeug-3.0.6-py3-none-any.whl (from -r requirements3.txt.tmp (line 117)) Processing ./src/whichcraft-0.6.1-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 118)) Processing ./src/wrapt-1.16.0-cp312-cp312-linux_x86_64.whl (from -r requirements3.txt.tmp (line 119)) Processing ./src/xattrfile-0.0.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 120)) Processing ./src/xmltodict-0.13.0-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 121)) Processing ./src/yarl-1.9.2-cp312-cp312-linux_x86_64.whl (from -r requirements3.txt.tmp (line 122)) Processing ./src/yq-3.2.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 123)) Requirement already satisfied: six>=1.12.0 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages (from asttokens==2.4.0->-r requirements3.txt.tmp (line 9)) (1.16.0) Requirement already satisfied: filelock in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages (from cron-wrapper==0.1.2->-r requirements3.txt.tmp (line 29)) (3.12.3) Requirement already satisfied: cffi>=1.12 in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from cryptography==43.0.1->-r requirements3.txt.tmp (line 30)) (1.15.1) Requirement already satisfied: typing-extensions>=4.6.1 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages (from pydantic==2.8.2->-r requirements3.txt.tmp (line 86)) (4.12.2) Requirement already satisfied: certifi>=2017.4.17 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages (from requests==2.32.3->-r requirements3.txt.tmp (line 98)) (2024.7.4) Requirement already satisfied: tomlkit>=0.11.6 in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from yq==3.2.2->-r requirements3.txt.tmp (line 123)) (0.12.1) Requirement already satisfied: ConfigUpdater in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from mfplugin->-r requirements3.txt.tmp (line 65)) (3.1.1) Requirement already satisfied: pycparser in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from cffi>=1.12->cryptography==43.0.1->-r requirements3.txt.tmp (line 30)) (2.21) Installing collected packages: whichcraft, wcwidth, statsd, simpleeval, pytz, pyinotify, pyasyncore, pyasn1, pure-eval, ptyprocess, pickleshare, netifaces, mockredispy, gitignore-parser, deploycron, commonmark, Cerberus, bjoern, bash, backcall, xmltodict, wrapt, urllib3, Unidecode, traitlets, tqdm, tornado, threadpoolctl, terminaltables, termcolor, structlog, soupsieve, rpds-py, regex, redis, PyYAML, python-dateutil, Pygments, pydantic-core, pycodestyle, pyasn1-modules, psutil, prompt-toolkit, poyo, pika, pexpect, parso, mypy-extensions, multidict, mdurl, MarkupSafe, Markdown, lazy-import, joblib, inotify-simple, idna, hiredis, geojson, fsspec, frozenlist, executing, entrypoints, diskcache, dill, decorator, colorama, Click, charset_normalizer, chardet, cachetools, bcrypt, Babel, attrs, async-timeout, asttokens, argcomplete, annotated-types, aiohappyeyeballs, yq, yarl, xattrfile, Werkzeug, telegraf_unixsocket_client, stack-data, requests, referencing, python-ldap, PyNaCl, pydantic, mflog, matplotlib-inline, markdown-it-py, Jinja2, jedi, Deprecated, cryptography, cron-wrapper, binaryornot, beautifulsoup4, autopep8, arrow, aiosignal, rich, requests-unixsocket2, paramiko, opinionated-configparser, jsonschema_specifications, jinja2-time, jinja2-shell-extension, jinja2-getenv-extension, jinja2-from-json-extension, jinja2-fnmatch-extension, ipython, envtpl, cookiecutter_hooks, aiohttp, mfutil, jsonschema, directory_observer, cookiecutter, aiohttp_metwork_middlewares, mfplugin, acquisition Successfully installed Babel-2.13.0 Cerberus-1.3.5 Click-8.1.7 Deprecated-1.2.14 Jinja2-3.1.4 Markdown-3.4.4 MarkupSafe-2.1.3 PyNaCl-1.5.0 PyYAML-6.0.2 Pygments-2.16.1 Unidecode-1.3.6 Werkzeug-3.0.6 acquisition-0.0.0 aiohappyeyeballs-2.4.0 aiohttp-3.10.5 aiohttp_metwork_middlewares-0.0.1 aiosignal-1.3.1 annotated-types-0.6.0 argcomplete-3.1.1 arrow-1.2.3 asttokens-2.4.0 async-timeout-4.0.3 attrs-23.2.0 autopep8-2.0.4 backcall-0.2.0 bash-0.6 bcrypt-4.0.1 beautifulsoup4-4.12.2 binaryornot-0.4.4 bjoern-3.2.2 cachetools-5.3.1 chardet-5.2.0 charset_normalizer-3.2.0 colorama-0.4.6 commonmark-0.9.1 cookiecutter-1.6.0 cookiecutter_hooks-0.0.1 cron-wrapper-0.1.2 cryptography-43.0.1 decorator-5.1.1 deploycron-0.0.1 dill-0.3.7 directory_observer-0.0.1 diskcache-5.6.3 entrypoints-0.4 envtpl-0.5.3 executing-2.0.1 frozenlist-1.4.0 fsspec-2023.9.2 geojson-3.1.0 gitignore-parser-0.1.11 hiredis-2.2.3 idna-3.7 inotify-simple-1.3.5 ipython-8.16.1 jedi-0.19.1 jinja2-fnmatch-extension-1.0.2 jinja2-from-json-extension-1.0.0 jinja2-getenv-extension-1.0.2 jinja2-shell-extension-2.0.1 jinja2-time-0.2.0 joblib-1.3.2 jsonschema-4.19.2 jsonschema_specifications-2023.11.1 lazy-import-0.2.2 markdown-it-py-3.0.0 matplotlib-inline-0.1.6 mdurl-0.1.2 mflog-0.1.0 mfplugin-0.0.0 mfutil-0.2.0 mockredispy-2.9.3 multidict-6.0.4 mypy-extensions-1.0.0 netifaces-0.11.0 opinionated-configparser-1.0.1 paramiko-3.4.1 parso-0.8.3 pexpect-4.8.0 pickleshare-0.7.5 pika-1.3.2 poyo-0.5.0 prompt-toolkit-3.0.36 psutil-5.9.8 ptyprocess-0.7.0 pure-eval-0.2.2 pyasn1-0.4.8 pyasn1-modules-0.2.8 pyasyncore-1.0.4 pycodestyle-2.11.0 pydantic-2.8.2 pydantic-core-2.20.1 pyinotify-0.9.6 python-dateutil-2.8.2 python-ldap-3.4.3 pytz-2023.3.post1 redis-5.0.6 referencing-0.31.0 regex-2023.8.8 requests-2.32.3 requests-unixsocket2-0.4.0 rich-13.5.2 rpds-py-0.12.0 simpleeval-0.9.13 soupsieve-2.5 stack-data-0.6.3 statsd-3.2.1 structlog-23.1.0 telegraf_unixsocket_client-0.0.1 termcolor-2.3.0 terminaltables-3.1.10 threadpoolctl-3.2.0 tornado-6.4.1 tqdm-4.66.4 traitlets-5.9.0 urllib3-2.2.2 wcwidth-0.2.8 whichcraft-0.6.1 wrapt-1.16.0 xattrfile-0.0.0 xmltodict-0.13.0 yarl-1.9.2 yq-3.2.2 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable.It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. if ! test -d /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages; then mkdir -p /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages; fi if test -f /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages/requirements3.txt; then cat /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages/requirements3.txt requirements3.txt |sort |uniq |sed 's/^-e git.*egg=\(.*\)$/\1/g' >/opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages/requirements3.txt.tmp; mv /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages/requirements3.txt.tmp /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages/requirements3.txt; else cat requirements3.txt |sort |uniq |sed 's/^-e git.*egg=\(.*\)$/\1/g' >/opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages/requirements3.txt ;fi IFS=$'\n' ; for REQ in `cat requirements3.txt |sort |uniq`; do _pip_package_to_yaml.sh "${REQ}" "/opt/metwork-mfext-master/opt/python3/share/metwork_packages" || { echo "ERROR WITH _pip_package_to_yaml.sh ${REQ} /opt/metwork-mfext-master/opt/python3/share/metwork_packages"; exit 1; } done /opt/metwork-mfext-master/opt/python3/share/metwork_packages/acquisition.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/aiohttp_metwork_middlewares.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/cookiecutter.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/cookiecutter_hooks.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/deploycron.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/directory_observer.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/envtpl.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/mfplugin.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/telegraf-unixsocket-client.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/xattrfile.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/statsd.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/Babel.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/Cerberus.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/click.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/Deprecated.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/Jinja2.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/Markdown.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/MarkupSafe.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/PyNaCl.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/PyYAML.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/Pygments.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/Unidecode.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/Werkzeug.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/aiohappyeyeballs.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/aiohttp.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/aiosignal.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/annotated-types.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/argcomplete.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/arrow.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/asttokens.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/async-timeout.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/attrs.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/autopep8.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/backcall.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/bash.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/bcrypt.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/beautifulsoup4.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/binaryornot.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/bjoern.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/cachetools.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/chardet.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/charset-normalizer.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/colorama.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/commonmark.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/cron-wrapper.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/cryptography.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/decorator.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/dill.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/diskcache.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/entrypoints.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/executing.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/frozenlist.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/fsspec.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/geojson.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/gitignore_parser.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/hiredis.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/idna.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/inotify_simple.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/ipython.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/jedi.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/jinja2_fnmatch_extension.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/jinja2_from_json_extension.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/jinja2_getenv_extension.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/jinja2_shell_extension.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/jinja2-time.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/joblib.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/jsonschema.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/jsonschema-specifications.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/lazy_import.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/markdown-it-py.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/matplotlib-inline.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/mdurl.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/mflog.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/mfutil.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/mockredispy.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/multidict.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/mypy_extensions.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/netifaces.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/opinionated_configparser.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/paramiko.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/parso.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/pexpect.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/pickleshare.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/pika.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/poyo.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/prompt_toolkit.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/psutil.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/ptyprocess.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/pure_eval.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/pyasn1-modules.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/pyasn1.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/pyasyncore.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/pycodestyle.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/pydantic_core.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/pydantic.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/pyinotify.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/python-dateutil.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/python-ldap.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/pytz.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/redis.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/referencing.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/regex.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/requests-unixsocket2.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/requests.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/rich.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/rpds-py.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/simpleeval.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/soupsieve.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/stack_data.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/structlog.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/termcolor.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/terminaltables.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/threadpoolctl.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/tornado.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/tqdm.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/traitlets.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/urllib3.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/wcwidth.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/whichcraft.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/wrapt.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/xmltodict.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/yarl.yaml is ready /opt/metwork-mfext-master/opt/python3/share/metwork_packages/yq.yaml is ready make[3]: Leaving directory '/src/layers/layer2_python3/0500_extra_python_packages' if test "" = "1"; then echo > /opt/metwork-mfext-master/opt/python3/.mfextaddon; fi _layer_dhash "python3@mfext" >/opt/metwork-mfext-master/opt/python3/.dhash if ! test -f cache/hit; then \ _check_layers_hash >/dev/null ; \ fi _cache_logic_after_layer.sh "/opt/metwork-mfext-master/opt/python3" cache: /buildcache/mfext_cache_layer_python3_7f17773c9cfb062b7136b1f048afb324.tar created make[2]: Leaving directory '/src/layers/layer2_python3' make[2]: Entering directory '/src/layers/layer2_python3_circus' if test "MFEXT" = "MFEXT" -a "" != "1"; then cat .layerapi2_label |/src/adm/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/python3_circus/.layerapi2_label; else cat .layerapi2_label |/opt/metwork-mfext-master/bin/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/python3_circus/.layerapi2_label; fi if test "MFEXT" = "MFEXT" -a "" != "1"; then cat .system_dependencies |/src/adm/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/python3_circus/.system_dependencies; else cat .system_dependencies |/opt/metwork-mfext-master/bin/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/python3_circus/.system_dependencies; fi if test "MFEXT" = "MFEXT" -a "" != "1"; then cat .layerapi2_dependencies |/src/adm/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/python3_circus/.layerapi2_dependencies; else cat .layerapi2_dependencies |/opt/metwork-mfext-master/bin/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/python3_circus/.layerapi2_dependencies; fi _cache_logic_before_layer.sh "/opt/metwork-mfext-master/opt/python3_circus" "python3_circus" /etc/buildimage_hash: 7287d05885b641033e3d2e66ec030375 /src/adm/root.mk md5sum hash: 888c30fa85fcfbd1a7f4b750da33f2e6 core@mfext layer (dependency) hash (from cache): 48181fefb5eb6328fdfac6c360e931e7 python3@mfext layer (dependency) hash (from cache): f3b2ba910db29e505298c3b0baafcc9b python3_core@mfext layer (dependency) hash (from cache): 4907d71374f94da21670edf8fca70667 root@mfext layer (dependency) hash (from cache): f10ced89e93f340f4a19b4f76d658719 source hash: 5ae44998653d2023ae1cab11f4efdfb0 cache missed (/buildcache/mfext_cache_layer_python3_circus_7454933e037e15bbed21c552f526074f.tar) if ! test -f cache/hit; then \ for SUBDIR in 0500_circus; do \ OLDPWD=`pwd`; \ cd $SUBDIR || exit 1; \ make all || exit 1; \ cd ${OLDPWD}; \ done ; \ chmod -R a+rX,g-w,o-w,u+w /opt/metwork-mfext-master/opt/python3_circus ; \ fi make[3]: Entering directory '/src/layers/layer2_python3_circus/0500_circus' layer_wrapper --empty-env --empty-env-keeps=LANG,PATH,LAYERAPI2_LAYERS_PATH,PYTHON3_SHORT_VERSION,FORCED_PATHS,BUILDCACHE --force-prepend --layers=python3@mfext,python3_circus@mfext -- make -f Makefile.mk all for REQ in requirements3.txt; do if test -s ${REQ}; then download_compile_requirements ${REQ} || { echo "ERROR WITH download_compile_requirements ${REQ}"; exit 1; }; fi; done [DEBUG]: loading tempolayer64469[/src/layers/layer2_python3_circus/0500_circus/tempolayer64469] Obtaining circus from git+https://github.com/metwork-framework/circus.git@2d5b6d69bae3b7c6780a78ec474c951c030a06c1#egg=circus (from -r requirements3.txt (line 2)) Cloning https://github.com/metwork-framework/circus.git (to revision 2d5b6d69bae3b7c6780a78ec474c951c030a06c1) to ./tmp_src/circus Running command git clone --filter=blob:none --quiet https://github.com/metwork-framework/circus.git /src/layers/layer2_python3_circus/0500_circus/tmp_src/circus Running command git rev-parse -q --verify 'sha^2d5b6d69bae3b7c6780a78ec474c951c030a06c1' Running command git fetch -q https://github.com/metwork-framework/circus.git 2d5b6d69bae3b7c6780a78ec474c951c030a06c1 Resolved https://github.com/metwork-framework/circus.git to commit 2d5b6d69bae3b7c6780a78ec474c951c030a06c1 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Obtaining circus_autorestart_plugin from git+https://github.com/metwork-framework/circus_autorestart_plugin.git@9d208a18248d5ee131efa99a0af815c19ba398e4#egg=circus_autorestart_plugin (from -r requirements3.txt (line 3)) Cloning https://github.com/metwork-framework/circus_autorestart_plugin.git (to revision 9d208a18248d5ee131efa99a0af815c19ba398e4) to ./tmp_src/circus-autorestart-plugin Running command git clone --filter=blob:none --quiet https://github.com/metwork-framework/circus_autorestart_plugin.git /src/layers/layer2_python3_circus/0500_circus/tmp_src/circus-autorestart-plugin Running command git rev-parse -q --verify 'sha^9d208a18248d5ee131efa99a0af815c19ba398e4' Running command git fetch -q https://github.com/metwork-framework/circus_autorestart_plugin.git 9d208a18248d5ee131efa99a0af815c19ba398e4 Running command git checkout -q 9d208a18248d5ee131efa99a0af815c19ba398e4 Resolved https://github.com/metwork-framework/circus_autorestart_plugin.git to commit 9d208a18248d5ee131efa99a0af815c19ba398e4 Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting cached-property==1.5.2 (from -r requirements3.txt (line 1)) Downloading cached-property-1.5.2.tar.gz (12 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting pyzmq==25.1.1 (from -r requirements3.txt (line 4)) Downloading pyzmq-25.1.1.tar.gz (1.4 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.4/1.4 MB 56.3 MB/s eta 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting psutil (from circus->-r requirements3.txt (line 2)) Using cached psutil-5.9.8-cp312-abi3-linux_x86_64.whl Collecting tornado>=5.0.2 (from circus->-r requirements3.txt (line 2)) Using cached tornado-6.4.1-cp38-abi3-linux_x86_64.whl Collecting inotify_simple (from circus_autorestart_plugin->-r requirements3.txt (line 3)) Using cached inotify_simple-1.3.5-py3-none-any.whl Collecting gitignore_parser (from circus_autorestart_plugin->-r requirements3.txt (line 3)) Using cached gitignore_parser-0.1.11-py3-none-any.whl Collecting setuptools (from circus_autorestart_plugin->-r requirements3.txt (line 3)) Using cached setuptools-70.3.0-py3-none-any.whl Saved ./src/tornado-6.4.1-cp38-abi3-linux_x86_64.whl Saved ./src/gitignore_parser-0.1.11-py3-none-any.whl Saved ./src/inotify_simple-1.3.5-py3-none-any.whl Saved ./src/psutil-5.9.8-cp312-abi3-linux_x86_64.whl Saved ./src/setuptools-70.3.0-py3-none-any.whl Building wheels for collected packages: cached-property, pyzmq, circus, circus_autorestart_plugin Building wheel for cached-property (setup.py): started Building wheel for cached-property (setup.py): finished with status 'done' Created wheel for cached-property: filename=cached_property-1.5.2-py2.py3-none-any.whl size=7587 sha256=24f96da8b5da67e5f5518c262fba6f50ae701e833b18871b2458a8593106c082 Stored in directory: /root/.cache/pip/wheels/18/8e/2f/414c8bb22b55709428dc30792247e77ad37bd11851d7aa261f Building wheel for pyzmq (pyproject.toml): started Building wheel for pyzmq (pyproject.toml): finished with status 'done' Created wheel for pyzmq: filename=pyzmq-25.1.1-cp312-cp312-linux_x86_64.whl size=1826880 sha256=b0ed88c967615aadb0b7452b4928b2fa6d2872141637727201fbd34b8e1a52ee Stored in directory: /root/.cache/pip/wheels/79/1d/2b/3ca9a885a32f012cddd2d2fc0f76fdfd98d8541e7d5d764243 Building wheel for circus (pyproject.toml): started Building wheel for circus (pyproject.toml): finished with status 'done' Created wheel for circus: filename=circus-0.18.0+mf.2-py3-none-any.whl size=212529 sha256=95f24c8d9c166cfc442d53e8c5f165195f4c1f79efe6c92ea4c807929d2148b0 Stored in directory: /src/layers/layer2_python3_circus/0500_circus/tempolayer64469/tmp/pip-ephem-wheel-cache-p6f5a_jg/wheels/6d/9d/83/4e176b6014bf9ab3c082e03ecc1cdcf756b2b0992c5e32af5b Building wheel for circus_autorestart_plugin (setup.py): started Building wheel for circus_autorestart_plugin (setup.py): finished with status 'done' Created wheel for circus_autorestart_plugin: filename=circus_autorestart_plugin-0.0.1-py3-none-any.whl size=4514 sha256=10265d77439e4bfb3a369d53d880a1a06fcf55a515294c4ed30c5acf6d119af6 Stored in directory: /src/layers/layer2_python3_circus/0500_circus/tempolayer64469/tmp/pip-ephem-wheel-cache-p6f5a_jg/wheels/2c/b3/6a/0bbdd9d43f45bbc51feeed6becbcce8d5652ffcb5f19e50b2a Successfully built cached-property pyzmq circus circus_autorestart_plugin if test -d ../../download_archive; then cp -Rf src/* ../../download_archive/ 2>/dev/null; fi mkdir -p /opt/metwork-mfext-master/opt/python3_circus/share/metwork_packages for REQ in requirements3.txt; do if test -s ${REQ}; then install_requirements /opt/metwork-mfext-master/opt/python3_circus ${REQ} ./src || { echo "ERROR WITH install_requirements ${REQ} /opt/metwork-mfext-master/opt/python3_circus ${REQ} ./src"; exit 1; }; fi; done [DEBUG]: layer python3_circus@mfext[/opt/metwork-mfext-master/opt/python3_circus] is already loaded Looking in links: ./src Processing ./src/cached_property-1.5.2-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 1)) Processing ./src/circus-0.18.0+mf.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 2)) Processing ./src/circus_autorestart_plugin-0.0.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 3)) Processing ./src/pyzmq-25.1.1-cp312-cp312-linux_x86_64.whl (from -r requirements3.txt.tmp (line 4)) Requirement already satisfied: psutil in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from circus->-r requirements3.txt.tmp (line 2)) (5.9.8) Requirement already satisfied: tornado>=5.0.2 in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from circus->-r requirements3.txt.tmp (line 2)) (6.4.1) Requirement already satisfied: inotify-simple in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from circus_autorestart_plugin->-r requirements3.txt.tmp (line 3)) (1.3.5) Requirement already satisfied: gitignore-parser in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from circus_autorestart_plugin->-r requirements3.txt.tmp (line 3)) (0.1.11) Requirement already satisfied: setuptools in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages (from circus_autorestart_plugin->-r requirements3.txt.tmp (line 3)) (70.3.0) Installing collected packages: cached-property, pyzmq, circus, circus_autorestart_plugin Successfully installed cached-property-1.5.2 circus-0.18.0+mf.2 circus_autorestart_plugin-0.0.1 pyzmq-25.1.1 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable.It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. if ! test -d /opt/metwork-mfext-master/opt/python3_circus/lib/python3.12/site-packages; then mkdir -p /opt/metwork-mfext-master/opt/python3_circus/lib/python3.12/site-packages; fi if test -f /opt/metwork-mfext-master/opt/python3_circus/lib/python3.12/site-packages/requirements3.txt; then cat /opt/metwork-mfext-master/opt/python3_circus/lib/python3.12/site-packages/requirements3.txt requirements3.txt |sort |uniq |sed 's/^-e git.*egg=\(.*\)$/\1/g' >/opt/metwork-mfext-master/opt/python3_circus/lib/python3.12/site-packages/requirements3.txt.tmp; mv /opt/metwork-mfext-master/opt/python3_circus/lib/python3.12/site-packages/requirements3.txt.tmp /opt/metwork-mfext-master/opt/python3_circus/lib/python3.12/site-packages/requirements3.txt; else cat requirements3.txt |sort |uniq |sed 's/^-e git.*egg=\(.*\)$/\1/g' >/opt/metwork-mfext-master/opt/python3_circus/lib/python3.12/site-packages/requirements3.txt ;fi IFS=$'\n' ; for REQ in `cat requirements3.txt |sort |uniq`; do _pip_package_to_yaml.sh "${REQ}" "/opt/metwork-mfext-master/opt/python3_circus/share/metwork_packages" || { echo "ERROR WITH _pip_package_to_yaml.sh ${REQ} /opt/metwork-mfext-master/opt/python3_circus/share/metwork_packages"; exit 1; } done /opt/metwork-mfext-master/opt/python3_circus/share/metwork_packages/circus.yaml is ready /opt/metwork-mfext-master/opt/python3_circus/share/metwork_packages/circus_autorestart_plugin.yaml is ready /opt/metwork-mfext-master/opt/python3_circus/share/metwork_packages/cached-property.yaml is ready /opt/metwork-mfext-master/opt/python3_circus/share/metwork_packages/pyzmq.yaml is ready make[3]: Leaving directory '/src/layers/layer2_python3_circus/0500_circus' if test "" = "1"; then echo > /opt/metwork-mfext-master/opt/python3_circus/.mfextaddon; fi _layer_dhash "python3_circus@mfext" >/opt/metwork-mfext-master/opt/python3_circus/.dhash if ! test -f cache/hit; then \ _check_layers_hash >/dev/null ; \ fi _cache_logic_after_layer.sh "/opt/metwork-mfext-master/opt/python3_circus" cache: /buildcache/mfext_cache_layer_python3_circus_7454933e037e15bbed21c552f526074f.tar created make[2]: Leaving directory '/src/layers/layer2_python3_circus' make[2]: Entering directory '/src/layers/layer2_python3_scientific_core' if test "MFEXT" = "MFEXT" -a "" != "1"; then cat .layerapi2_label |/src/adm/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/python3_scientific_core/.layerapi2_label; else cat .layerapi2_label |/opt/metwork-mfext-master/bin/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/python3_scientific_core/.layerapi2_label; fi if test "MFEXT" = "MFEXT" -a "" != "1"; then cat .layerapi2_dependencies |/src/adm/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/python3_scientific_core/.layerapi2_dependencies; else cat .layerapi2_dependencies |/opt/metwork-mfext-master/bin/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/python3_scientific_core/.layerapi2_dependencies; fi _cache_logic_before_layer.sh "/opt/metwork-mfext-master/opt/python3_scientific_core" "python3_scientific_core" /etc/buildimage_hash: 7287d05885b641033e3d2e66ec030375 /src/adm/root.mk md5sum hash: 888c30fa85fcfbd1a7f4b750da33f2e6 core@mfext layer (dependency) hash (from cache): 48181fefb5eb6328fdfac6c360e931e7 python3@mfext layer (dependency) hash (from cache): f3b2ba910db29e505298c3b0baafcc9b python3_core@mfext layer (dependency) hash (from cache): 4907d71374f94da21670edf8fca70667 root@mfext layer (dependency) hash (from cache): f10ced89e93f340f4a19b4f76d658719 scientific_core@mfext layer (dependency) hash (from cache): 17e43dd083453cacef203d277e812405 source hash: e32e38fd0be6696cbb27e4f7f9e5777a cache missed (/buildcache/mfext_cache_layer_python3_scientific_core_cbd8a3af693504aac85500f09732b8e7.tar) if ! test -f cache/hit; then \ for SUBDIR in 0500_extra_python_packages; do \ OLDPWD=`pwd`; \ cd $SUBDIR || exit 1; \ make all || exit 1; \ cd ${OLDPWD}; \ done ; \ chmod -R a+rX,g-w,o-w,u+w /opt/metwork-mfext-master/opt/python3_scientific_core ; \ fi make[3]: Entering directory '/src/layers/layer2_python3_scientific_core/0500_extra_python_packages' layer_wrapper --empty-env --empty-env-keeps=LANG,PATH,LAYERAPI2_LAYERS_PATH,PYTHON3_SHORT_VERSION,FORCED_PATHS,BUILDCACHE --force-prepend --layers=python3@mfext,scientific_core@mfext,python3_scientific_core@mfext -- make -f Makefile.mk all for REQ in requirements3.txt; do if test -s ${REQ}; then download_compile_requirements ${REQ} || { echo "ERROR WITH download_compile_requirements ${REQ}"; exit 1; }; fi; done [DEBUG]: loading tempolayer65451[/src/layers/layer2_python3_scientific_core/0500_extra_python_packages/tempolayer65451] Collecting astral==3.2 (from -r requirements3.txt (line 1)) Downloading astral-3.2-py3-none-any.whl.metadata (1.7 kB) Collecting psycopg2==2.9.9 (from -r requirements3.txt (line 2)) Downloading psycopg2-2.9.9.tar.gz (384 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting psycopg==3.1.12 (from -r requirements3.txt (line 3)) Downloading psycopg-3.1.12.tar.gz (142 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting psycopg-c==3.1.12 (from -r requirements3.txt (line 4)) Downloading psycopg-c-3.1.12.tar.gz (558 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 558.0/558.0 kB 22.6 MB/s eta 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting typing-extensions>=4.1 (from psycopg==3.1.12->-r requirements3.txt (line 3)) Using cached typing_extensions-4.12.2-py3-none-any.whl Downloading astral-3.2-py3-none-any.whl (38 kB) Saved ./src/astral-3.2-py3-none-any.whl Saved ./src/typing_extensions-4.12.2-py3-none-any.whl Building wheels for collected packages: psycopg2, psycopg, psycopg-c Building wheel for psycopg2 (setup.py): started Building wheel for psycopg2 (setup.py): finished with status 'done' Created wheel for psycopg2: filename=psycopg2-2.9.9-cp312-cp312-linux_x86_64.whl size=583212 sha256=503dc5832c7c28cb2f3cdcd4c674009502c086b5c7efbeb60ab7e417321060db Stored in directory: /root/.cache/pip/wheels/ff/ac/80/7ccec163e3d05ae2112311b895132409b9abfd7e0c1c6b5183 Building wheel for psycopg (pyproject.toml): started Building wheel for psycopg (pyproject.toml): finished with status 'done' Created wheel for psycopg: filename=psycopg-3.1.12-py3-none-any.whl size=171537 sha256=c8c79fb8d5bd53a177da9a746ce2ae595de3047628e211843229a21faac18468 Stored in directory: /root/.cache/pip/wheels/02/37/bd/18313ff8b8286223f2670d0ebbc81cac35ccb26c918c076a20 Building wheel for psycopg-c (pyproject.toml): started Building wheel for psycopg-c (pyproject.toml): finished with status 'done' Created wheel for psycopg-c: filename=psycopg_c-3.1.12-cp312-cp312-linux_x86_64.whl size=2012026 sha256=247f0877f665c5beb2b6a1591ec7420cf721de824b506bf0b2836b24afac27bd Stored in directory: /root/.cache/pip/wheels/5c/62/6a/d05c37e7b323dc4b9a7b750a719dc763bf0bbad2fc559060ba Successfully built psycopg2 psycopg psycopg-c if test -d ../../download_archive; then cp -Rf src/* ../../download_archive/ 2>/dev/null; fi mkdir -p /opt/metwork-mfext-master/opt/python3_scientific_core/share/metwork_packages for REQ in requirements3.txt; do if test -s ${REQ}; then install_requirements /opt/metwork-mfext-master/opt/python3_scientific_core ${REQ} ./src || { echo "ERROR WITH install_requirements ${REQ} /opt/metwork-mfext-master/opt/python3_scientific_core ${REQ} ./src"; exit 1; }; fi; done [DEBUG]: layer python3_scientific_core@mfext[/opt/metwork-mfext-master/opt/python3_scientific_core] is already loaded Looking in links: ./src Processing ./src/astral-3.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 1)) Processing ./src/psycopg2-2.9.9-cp312-cp312-linux_x86_64.whl (from -r requirements3.txt.tmp (line 2)) Processing ./src/psycopg-3.1.12-py3-none-any.whl (from -r requirements3.txt.tmp (line 3)) Processing ./src/psycopg_c-3.1.12-cp312-cp312-linux_x86_64.whl (from -r requirements3.txt.tmp (line 4)) Requirement already satisfied: typing-extensions>=4.1 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages (from psycopg==3.1.12->-r requirements3.txt.tmp (line 3)) (4.12.2) Installing collected packages: psycopg2, psycopg-c, psycopg, astral Successfully installed astral-3.2 psycopg-3.1.12 psycopg-c-3.1.12 psycopg2-2.9.9 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable.It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. if ! test -d /opt/metwork-mfext-master/opt/python3_scientific_core/lib/python3.12/site-packages; then mkdir -p /opt/metwork-mfext-master/opt/python3_scientific_core/lib/python3.12/site-packages; fi if test -f /opt/metwork-mfext-master/opt/python3_scientific_core/lib/python3.12/site-packages/requirements3.txt; then cat /opt/metwork-mfext-master/opt/python3_scientific_core/lib/python3.12/site-packages/requirements3.txt requirements3.txt |sort |uniq |sed 's/^-e git.*egg=\(.*\)$/\1/g' >/opt/metwork-mfext-master/opt/python3_scientific_core/lib/python3.12/site-packages/requirements3.txt.tmp; mv /opt/metwork-mfext-master/opt/python3_scientific_core/lib/python3.12/site-packages/requirements3.txt.tmp /opt/metwork-mfext-master/opt/python3_scientific_core/lib/python3.12/site-packages/requirements3.txt; else cat requirements3.txt |sort |uniq |sed 's/^-e git.*egg=\(.*\)$/\1/g' >/opt/metwork-mfext-master/opt/python3_scientific_core/lib/python3.12/site-packages/requirements3.txt ;fi IFS=$'\n' ; for REQ in `cat requirements3.txt |sort |uniq`; do _pip_package_to_yaml.sh "${REQ}" "/opt/metwork-mfext-master/opt/python3_scientific_core/share/metwork_packages" || { echo "ERROR WITH _pip_package_to_yaml.sh ${REQ} /opt/metwork-mfext-master/opt/python3_scientific_core/share/metwork_packages"; exit 1; } done /opt/metwork-mfext-master/opt/python3_scientific_core/share/metwork_packages/astral.yaml is ready /opt/metwork-mfext-master/opt/python3_scientific_core/share/metwork_packages/psycopg-c.yaml is ready /opt/metwork-mfext-master/opt/python3_scientific_core/share/metwork_packages/psycopg2.yaml is ready /opt/metwork-mfext-master/opt/python3_scientific_core/share/metwork_packages/psycopg.yaml is ready make[3]: Leaving directory '/src/layers/layer2_python3_scientific_core/0500_extra_python_packages' if test "" = "1"; then echo > /opt/metwork-mfext-master/opt/python3_scientific_core/.mfextaddon; fi _layer_dhash "python3_scientific_core@mfext" >/opt/metwork-mfext-master/opt/python3_scientific_core/.dhash if ! test -f cache/hit; then \ _check_layers_hash >/dev/null ; \ fi _cache_logic_after_layer.sh "/opt/metwork-mfext-master/opt/python3_scientific_core" cache: /buildcache/mfext_cache_layer_python3_scientific_core_cbd8a3af693504aac85500f09732b8e7.tar created make[2]: Leaving directory '/src/layers/layer2_python3_scientific_core' make[2]: Entering directory '/src/layers/layer6_nodejs' if test "MFEXT" = "MFEXT" -a "" != "1"; then cat .layerapi2_label |/src/adm/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/nodejs/.layerapi2_label; else cat .layerapi2_label |/opt/metwork-mfext-master/bin/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/nodejs/.layerapi2_label; fi if test "MFEXT" = "MFEXT" -a "" != "1"; then cat .layerapi2_dependencies |/src/adm/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/nodejs/.layerapi2_dependencies; else cat .layerapi2_dependencies |/opt/metwork-mfext-master/bin/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/nodejs/.layerapi2_dependencies; fi if test "MFEXT" = "MFEXT" -a "" != "1"; then cat .layerapi2_extra_env |/src/adm/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/nodejs/.layerapi2_extra_env; else cat .layerapi2_extra_env |/opt/metwork-mfext-master/bin/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/nodejs/.layerapi2_extra_env; fi _cache_logic_before_layer.sh "/opt/metwork-mfext-master/opt/nodejs" "nodejs" /etc/buildimage_hash: 7287d05885b641033e3d2e66ec030375 /src/adm/root.mk md5sum hash: 888c30fa85fcfbd1a7f4b750da33f2e6 core@mfext layer (dependency) hash (from cache): 48181fefb5eb6328fdfac6c360e931e7 root@mfext layer (dependency) hash (from cache): f10ced89e93f340f4a19b4f76d658719 source hash: 2c241b734b6b48c5ec160cb7997f185f cache hit (used: /buildcache/mfext_cache_layer_nodejs_4b891bf1213e9a79bd06bfe320aa68f5.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_4b891bf1213e9a79bd06bfe320aa68f5.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: 888c30fa85fcfbd1a7f4b750da33f2e6 core@mfext layer (dependency) hash (from cache): 48181fefb5eb6328fdfac6c360e931e7 root@mfext layer (dependency) hash (from cache): f10ced89e93f340f4a19b4f76d658719 source hash: ab26a0f48465d3207a4ec0f0b702dce8 cache hit (used: /buildcache/mfext_cache_layer_devtools_7a73bba6ba8f0cd1413a52e0b901a9e0.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_7a73bba6ba8f0cd1413a52e0b901a9e0.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: 888c30fa85fcfbd1a7f4b750da33f2e6 core@mfext layer (dependency) hash (from cache): 48181fefb5eb6328fdfac6c360e931e7 devtools@mfext layer (dependency) hash (from cache): d04308c728c809d8888a4f4ad658834f python3@mfext layer (dependency) hash (from cache): f3b2ba910db29e505298c3b0baafcc9b python3_core@mfext layer (dependency) hash (from cache): 4907d71374f94da21670edf8fca70667 root@mfext layer (dependency) hash (from cache): f10ced89e93f340f4a19b4f76d658719 source hash: 42c8ceefa7f37dede20339d9a510df34 cache missed (/buildcache/mfext_cache_layer_python3_devtools_c240f9516b2cd7beb4db3035c13d6c66.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 tempolayer66788[/src/layers/layer7_python3_devtools/0400_prereq_extra_python_packages/tempolayer66788] Collecting flit-scm==1.7.0 (from -r requirements3.txt (line 1)) Downloading flit_scm-1.7.0.tar.gz (2.4 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting flit-core~=3.5 (from flit-scm==1.7.0->-r requirements3.txt (line 1)) Downloading flit_core-3.9.0.tar.gz (41 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting setuptools_scm>=6.4 (from flit-scm==1.7.0->-r requirements3.txt (line 1)) Using cached setuptools_scm-8.1.0-py3-none-any.whl Collecting packaging>=20 (from setuptools_scm>=6.4->flit-scm==1.7.0->-r requirements3.txt (line 1)) Using cached packaging-23.1-py3-none-any.whl Collecting setuptools (from setuptools_scm>=6.4->flit-scm==1.7.0->-r requirements3.txt (line 1)) Using cached setuptools-70.3.0-py3-none-any.whl Saved ./src/setuptools_scm-8.1.0-py3-none-any.whl Saved ./src/packaging-23.1-py3-none-any.whl Saved ./src/setuptools-70.3.0-py3-none-any.whl Building wheels for collected packages: flit-scm, flit-core Building wheel for flit-scm (pyproject.toml): started Building wheel for flit-scm (pyproject.toml): finished with status 'done' Created wheel for flit-scm: filename=flit_scm-1.7.0-py3-none-any.whl size=3140 sha256=40a7cedefe2bbeadc0209b22dbdb008f5f8212223e3fcfff0275c1640d3c1e85 Stored in directory: /root/.cache/pip/wheels/c2/f1/ea/5485a4fee6c56a37de10fb225da42433a67a58de1a6f5a7a4e Building wheel for flit-core (pyproject.toml): started Building wheel for flit-core (pyproject.toml): finished with status 'done' Created wheel for flit-core: filename=flit_core-3.9.0-py3-none-any.whl size=63141 sha256=e5b2a84881cf1f40eb5b0115e1d3a429765e0f43743b79e871352bb8e0c95952 Stored in directory: /root/.cache/pip/wheels/9b/06/fe/88ff8f71552db9e4b83ecb3b52e117265449bd6824702739b0 Successfully built flit-scm flit-core if test -d ../../download_archive; then cp -Rf src/* ../../download_archive/ 2>/dev/null; fi mkdir -p /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages for REQ in requirements3.txt; do if test -s ${REQ}; then install_requirements /opt/metwork-mfext-master/opt/python3_devtools ${REQ} ./src || { echo "ERROR WITH install_requirements ${REQ} /opt/metwork-mfext-master/opt/python3_devtools ${REQ} ./src"; exit 1; }; fi; done [DEBUG]: layer python3_devtools@mfext[/opt/metwork-mfext-master/opt/python3_devtools] is already loaded Looking in links: ./src Processing ./src/flit_scm-1.7.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 1)) Requirement already satisfied: flit-core~=3.5 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages (from flit-scm==1.7.0->-r requirements3.txt.tmp (line 1)) (3.9.0) Requirement already satisfied: setuptools_scm>=6.4 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages (from flit-scm==1.7.0->-r requirements3.txt.tmp (line 1)) (8.1.0) Requirement already satisfied: packaging>=20 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages (from setuptools_scm>=6.4->flit-scm==1.7.0->-r requirements3.txt.tmp (line 1)) (23.1) Requirement already satisfied: setuptools in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages (from setuptools_scm>=6.4->flit-scm==1.7.0->-r requirements3.txt.tmp (line 1)) (70.3.0) Installing collected packages: flit-scm Successfully installed flit-scm-1.7.0 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable.It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. if ! test -d /opt/metwork-mfext-master/opt/python3_devtools/lib/python3.12/site-packages; then mkdir -p /opt/metwork-mfext-master/opt/python3_devtools/lib/python3.12/site-packages; fi if test -f /opt/metwork-mfext-master/opt/python3_devtools/lib/python3.12/site-packages/requirements3.txt; then cat /opt/metwork-mfext-master/opt/python3_devtools/lib/python3.12/site-packages/requirements3.txt requirements3.txt |sort |uniq |sed 's/^-e git.*egg=\(.*\)$/\1/g' >/opt/metwork-mfext-master/opt/python3_devtools/lib/python3.12/site-packages/requirements3.txt.tmp; mv /opt/metwork-mfext-master/opt/python3_devtools/lib/python3.12/site-packages/requirements3.txt.tmp /opt/metwork-mfext-master/opt/python3_devtools/lib/python3.12/site-packages/requirements3.txt; else cat requirements3.txt |sort |uniq |sed 's/^-e git.*egg=\(.*\)$/\1/g' >/opt/metwork-mfext-master/opt/python3_devtools/lib/python3.12/site-packages/requirements3.txt ;fi IFS=$'\n' ; for REQ in `cat requirements3.txt |sort |uniq`; do _pip_package_to_yaml.sh "${REQ}" "/opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages" || { echo "ERROR WITH _pip_package_to_yaml.sh ${REQ} /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages"; exit 1; } done /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/flit_scm.yaml is ready make[3]: Leaving directory '/src/layers/layer7_python3_devtools/0400_prereq_extra_python_packages' make[3]: Entering directory '/src/layers/layer7_python3_devtools/0500_extra_python_packages' layer_wrapper --empty-env --empty-env-keeps=LANG,PATH,LAYERAPI2_LAYERS_PATH,PYTHON3_SHORT_VERSION,FORCED_PATHS,BUILDCACHE --force-prepend --layers=python3@mfext,devtools@mfext,python3_devtools@mfext -- make -f Makefile.mk all for REQ in requirements3.txt; do if test -s ${REQ}; then download_compile_requirements ${REQ} || { echo "ERROR WITH download_compile_requirements ${REQ}"; exit 1; }; fi; done [DEBUG]: loading tempolayer66923[/src/layers/layer7_python3_devtools/0500_extra_python_packages/tempolayer66923] 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 76.1 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 47.5 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 66.3 MB/s eta 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting exceptiongroup==1.1.3 (from -r requirements3.txt (line 10)) Downloading exceptiongroup-1.1.3.tar.gz (23 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting execnet==2.0.2 (from -r requirements3.txt (line 11)) Downloading execnet-2.0.2.tar.gz (161 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting filprofiler==2024.11.2 (from -r requirements3.txt (line 12)) Downloading filprofiler-2024.11.2-cp312-cp312-manylinux_2_28_x86_64.whl.metadata (3.8 kB) Collecting flake8==6.1.0 (from -r requirements3.txt (line 13)) Downloading flake8-6.1.0.tar.gz (48 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting flake8-docstrings==1.7.0 (from -r requirements3.txt (line 14)) Downloading flake8_docstrings-1.7.0.tar.gz (6.0 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting freezegun==1.2.2 (from -r requirements3.txt (line 15)) Downloading freezegun-1.2.2.tar.gz (30 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting ghp-import==2.1.0 (from -r requirements3.txt (line 16)) Downloading ghp-import-2.1.0.tar.gz (10 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting gitdb==4.0.11 (from -r requirements3.txt (line 17)) Downloading gitdb-4.0.11.tar.gz (394 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting GitPython==3.1.41 (from -r requirements3.txt (line 18)) Downloading GitPython-3.1.41.tar.gz (209 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting identify==2.6.2 (from -r requirements3.txt (line 19)) Downloading identify-2.6.2.tar.gz (99 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting iniconfig==2.0.0 (from -r requirements3.txt (line 20)) Downloading iniconfig-2.0.0.tar.gz (4.6 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting isort==5.12.0 (from -r requirements3.txt (line 21)) Downloading isort-5.12.0-py3-none-any.whl.metadata (12 kB) Collecting jmespath==1.0.1 (from -r requirements3.txt (line 22)) Downloading jmespath-1.0.1.tar.gz (25 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting lazy-object-proxy==1.9.0 (from -r requirements3.txt (line 23)) Downloading lazy-object-proxy-1.9.0.tar.gz (42 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting libcst==1.1.0 (from -r requirements3.txt (line 24)) Downloading libcst-1.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (17 kB) Collecting livereload==2.6.3 (from -r requirements3.txt (line 25)) Downloading livereload-2.6.3.tar.gz (25 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting lunr==0.7.0.post1 (from -r requirements3.txt (line 26)) Downloading lunr-0.7.0.post1.tar.gz (1.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 97.5 MB/s eta 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting Mako==1.2.4 (from -r requirements3.txt (line 27)) Downloading Mako-1.2.4.tar.gz (497 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting mccabe==0.7.0 (from -r requirements3.txt (line 28)) Downloading mccabe-0.7.0.tar.gz (9.7 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting mergedeep==1.3.4 (from -r requirements3.txt (line 29)) Downloading mergedeep-1.3.4.tar.gz (4.7 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting mkdocs==1.5.3 (from -r requirements3.txt (line 30)) Downloading mkdocs-1.5.3.tar.gz (3.7 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.7/3.7 MB 140.4 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 39.1 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 61.7 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 178.8 MB/s eta 0:00:00 Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting nodeenv==1.9.1 (from -r requirements3.txt (line 41)) Downloading nodeenv-1.9.1.tar.gz (47 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting paginate==0.5.6 (from -r requirements3.txt (line 42)) Downloading paginate-0.5.6.tar.gz (12 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting panoply==0.1.56 (from -r requirements3.txt (line 43)) Downloading panoply-0.1.56-py3-none-any.whl.metadata (525 bytes) Collecting pdoc3==0.10.0 (from -r requirements3.txt (line 44)) Downloading pdoc3-0.10.0.tar.gz (86 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting pipdeptree==2.13.1 (from -r requirements3.txt (line 45)) Downloading pipdeptree-2.13.1.tar.gz (33 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pre-commit==4.0.1 (from -r requirements3.txt (line 46)) Downloading pre_commit-4.0.1.tar.gz (191 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting py-spy==0.3.14 (from -r requirements3.txt (line 47)) Downloading py_spy-0.3.14-py2.py3-none-manylinux_2_5_x86_64.manylinux1_x86_64.whl.metadata (16 kB) Collecting pydocstyle==6.1.1 (from -r requirements3.txt (line 48)) Downloading pydocstyle-6.1.1.tar.gz (35 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pyflakes==3.1.0 (from -r requirements3.txt (line 49)) Downloading pyflakes-3.1.0.tar.gz (63 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting pyinstaller-hooks-contrib==2024.0 (from -r requirements3.txt (line 50)) Downloading pyinstaller-hooks-contrib-2024.0.tar.gz (121 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pyinstaller==6.3.0 (from -r requirements3.txt (line 51)) Downloading pyinstaller-6.3.0.tar.gz (4.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.1/4.1 MB 78.8 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 69.0 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 91.3 MB/s eta 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pytest-asyncio==0.21.1 (from -r requirements3.txt (line 55)) Downloading pytest-asyncio-0.21.1.tar.gz (30 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pytest-cov==4.1.0 (from -r requirements3.txt (line 56)) Downloading pytest-cov-4.1.0.tar.gz (63 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting pytest-html==4.1.1 (from -r requirements3.txt (line 57)) Downloading pytest_html-4.1.1.tar.gz (150 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pytest-httpserver==1.0.8 (from -r requirements3.txt (line 58)) Downloading pytest_httpserver-1.0.8-py3-none-any.whl.metadata (5.9 kB) Collecting pytest-metadata==3.0.0 (from -r requirements3.txt (line 59)) Downloading pytest_metadata-3.0.0-py3-none-any.whl.metadata (8.6 kB) Collecting pytest-json-report==1.5.0 (from -r requirements3.txt (line 60)) Downloading pytest-json-report-1.5.0.tar.gz (21 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting pytest-mock==3.11.1 (from -r requirements3.txt (line 61)) Downloading pytest-mock-3.11.1.tar.gz (31 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting pytest-xdist==3.3.1 (from -r requirements3.txt (line 62)) Downloading pytest-xdist-3.3.1.tar.gz (77 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pyyaml-env-tag==0.1 (from -r requirements3.txt (line 63)) Downloading pyyaml_env_tag-0.1.tar.gz (5.6 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting repackage==0.7.3 (from -r requirements3.txt (line 64)) Downloading repackage-0.7.3.tar.gz (5.0 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting setuptools-git-versioning==1.13.5 (from -r requirements3.txt (line 65)) Downloading setuptools-git-versioning-1.13.5.tar.gz (10 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting sftp-py==0.2.1 (from -r requirements3.txt (line 66)) Downloading sftp_py-0.2.1.tar.gz (6.1 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting simple-term-menu==1.6.4 (from -r requirements3.txt (line 67)) Downloading simple-term-menu-1.6.4.tar.gz (35 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting smmap==5.0.1 (from -r requirements3.txt (line 68)) Downloading smmap-5.0.1.tar.gz (22 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting snowballstemmer==2.2.0 (from -r requirements3.txt (line 69)) Downloading snowballstemmer-2.2.0.tar.gz (86 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting stevedore==5.1.0 (from -r requirements3.txt (line 70)) Downloading stevedore-5.1.0.tar.gz (514 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting typer==0.9.0 (from -r requirements3.txt (line 71)) Downloading typer-0.9.0.tar.gz (273 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting typing-inspect==0.9.0 (from -r requirements3.txt (line 72)) Downloading typing_inspect-0.9.0.tar.gz (13 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting watchdog==3.0.0 (from -r requirements3.txt (line 73)) Downloading watchdog-3.0.0.tar.gz (124 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting wcmatch==8.5 (from -r requirements3.txt (line 74)) Downloading wcmatch-8.5.tar.gz (114 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting PyYAML>=5.3.1 (from bandit==1.7.6->-r requirements3.txt (line 4)) Using cached PyYAML-6.0.2-cp312-cp312-linux_x86_64.whl Collecting rich (from bandit==1.7.6->-r requirements3.txt (line 4)) Using cached rich-13.5.2-py3-none-any.whl.metadata (18 kB) Collecting click>=8.0.0 (from black==24.3.0->-r requirements3.txt (line 6)) Using cached click-8.1.7-py3-none-any.whl Collecting mypy-extensions>=0.4.3 (from black==24.3.0->-r requirements3.txt (line 6)) Using cached mypy_extensions-1.0.0-py3-none-any.whl Collecting packaging>=22.0 (from black==24.3.0->-r requirements3.txt (line 6)) Using cached packaging-23.1-py3-none-any.whl Collecting pathspec>=0.9.0 (from black==24.3.0->-r requirements3.txt (line 6)) Using cached pathspec-0.11.2-py3-none-any.whl Collecting platformdirs>=2 (from black==24.3.0->-r requirements3.txt (line 6)) Using cached platformdirs-3.10.0-py3-none-any.whl Collecting aiohttp>=3.7.4 (from black==24.3.0->-r requirements3.txt (line 6)) Using cached aiohttp-3.10.5-cp312-cp312-linux_x86_64.whl Collecting typing-extensions (from bump-pydantic==0.8.0->-r requirements3.txt (line 7)) Using cached typing_extensions-4.12.2-py3-none-any.whl Collecting threadpoolctl (from filprofiler==2024.11.2->-r requirements3.txt (line 12)) Using cached threadpoolctl-3.2.0-py3-none-any.whl Collecting pycodestyle<2.12.0,>=2.11.0 (from flake8==6.1.0->-r requirements3.txt (line 13)) Using cached pycodestyle-2.11.0-py2.py3-none-any.whl Collecting python-dateutil>=2.7 (from freezegun==1.2.2->-r requirements3.txt (line 15)) Using cached python_dateutil-2.8.2-py2.py3-none-any.whl Collecting tornado (from livereload==2.6.3->-r requirements3.txt (line 25)) Using cached tornado-6.4.1-cp38-abi3-linux_x86_64.whl Collecting six (from livereload==2.6.3->-r requirements3.txt (line 25)) Using cached six-1.16.0-py2.py3-none-any.whl Collecting MarkupSafe>=0.9.2 (from Mako==1.2.4->-r requirements3.txt (line 27)) Using cached MarkupSafe-2.1.3-cp312-cp312-linux_x86_64.whl Collecting jinja2>=2.11.1 (from mkdocs==1.5.3->-r requirements3.txt (line 30)) Using cached jinja2-3.1.4-py3-none-any.whl Collecting markdown>=3.2.1 (from mkdocs==1.5.3->-r requirements3.txt (line 30)) Using cached Markdown-3.4.4-py3-none-any.whl Collecting termcolor (from mkdocs-macros-plugin==1.0.4->-r requirements3.txt (line 34)) Using cached termcolor-2.3.0-py3-none-any.whl Collecting babel~=2.10 (from mkdocs-material==9.4.5->-r requirements3.txt (line 35)) Using cached Babel-2.13.0-py3-none-any.whl Collecting colorama~=0.4 (from mkdocs-material==9.4.5->-r requirements3.txt (line 35)) Using cached colorama-0.4.6-py2.py3-none-any.whl Collecting pygments~=2.16 (from mkdocs-material==9.4.5->-r requirements3.txt (line 35)) Using cached Pygments-2.16.1-py3-none-any.whl Collecting regex>=2022.4 (from mkdocs-material==9.4.5->-r requirements3.txt (line 35)) Using cached regex-2023.8.8-cp312-cp312-linux_x86_64.whl Collecting requests~=2.26 (from mkdocs-material==9.4.5->-r requirements3.txt (line 35)) Using cached requests-2.32.3-py3-none-any.whl Collecting joblib (from nltk==3.9.1->-r requirements3.txt (line 40)) Using cached joblib-1.3.2-py3-none-any.whl Collecting tqdm (from nltk==3.9.1->-r requirements3.txt (line 40)) Using cached tqdm-4.66.4-py3-none-any.whl Collecting virtualenv>=20.10.0 (from pre-commit==4.0.1->-r requirements3.txt (line 46)) Downloading virtualenv-20.24.6.tar.gz (7.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.1/7.1 MB 152.5 MB/s eta 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting setuptools>=42.0.0 (from pyinstaller-hooks-contrib==2024.0->-r requirements3.txt (line 50)) Using cached setuptools-70.3.0-py3-none-any.whl Collecting tomlkit>=0.10.1 (from pylint==3.0.1->-r requirements3.txt (line 52)) Using cached tomlkit-0.12.1-py3-none-any.whl.metadata (2.7 kB) Collecting dill>=0.3.6 (from pylint==3.0.1->-r requirements3.txt (line 52)) Using cached dill-0.3.7-py3-none-any.whl Collecting pluggy<2.0,>=0.12 (from pytest==7.4.4->-r requirements3.txt (line 54)) Using cached pluggy-1.3.0-py3-none-any.whl Collecting Werkzeug>=2.0.0 (from pytest-httpserver==1.0.8->-r requirements3.txt (line 58)) Using cached werkzeug-3.0.6-py3-none-any.whl Collecting paramiko>=2.7.1 (from sftp-py==0.2.1->-r requirements3.txt (line 66)) Using cached paramiko-3.4.1-py3-none-any.whl Collecting pbr!=2.1.0,>=2.0.0 (from stevedore==5.1.0->-r requirements3.txt (line 70)) Using cached pbr-5.11.1-py2.py3-none-any.whl Collecting aiohappyeyeballs>=2.3.0 (from aiohttp>=3.7.4->black==24.3.0->-r requirements3.txt (line 6)) Using cached aiohappyeyeballs-2.4.0-py3-none-any.whl.metadata (5.9 kB) Collecting aiosignal>=1.1.2 (from aiohttp>=3.7.4->black==24.3.0->-r requirements3.txt (line 6)) Using cached aiosignal-1.3.1-py3-none-any.whl Collecting attrs>=17.3.0 (from aiohttp>=3.7.4->black==24.3.0->-r requirements3.txt (line 6)) Using cached attrs-23.2.0-py3-none-any.whl Collecting frozenlist>=1.1.1 (from aiohttp>=3.7.4->black==24.3.0->-r requirements3.txt (line 6)) Using cached frozenlist-1.4.0-cp312-cp312-linux_x86_64.whl Collecting multidict<7.0,>=4.5 (from aiohttp>=3.7.4->black==24.3.0->-r requirements3.txt (line 6)) Using cached multidict-6.0.4-cp312-cp312-linux_x86_64.whl Collecting yarl<2.0,>=1.0 (from aiohttp>=3.7.4->black==24.3.0->-r requirements3.txt (line 6)) Using cached yarl-1.9.2-cp312-cp312-linux_x86_64.whl Collecting bcrypt>=3.2 (from paramiko>=2.7.1->sftp-py==0.2.1->-r requirements3.txt (line 66)) Using cached bcrypt-4.0.1-cp312-cp312-linux_x86_64.whl Collecting cryptography>=3.3 (from paramiko>=2.7.1->sftp-py==0.2.1->-r requirements3.txt (line 66)) Using cached cryptography-43.0.1-cp37-abi3-linux_x86_64.whl Collecting pynacl>=1.5 (from paramiko>=2.7.1->sftp-py==0.2.1->-r requirements3.txt (line 66)) Using cached PyNaCl-1.5.0-cp312-cp312-linux_x86_64.whl Collecting charset-normalizer<4,>=2 (from requests~=2.26->mkdocs-material==9.4.5->-r requirements3.txt (line 35)) Using cached charset_normalizer-3.2.0-py3-none-any.whl Collecting idna<4,>=2.5 (from requests~=2.26->mkdocs-material==9.4.5->-r requirements3.txt (line 35)) Using cached idna-3.7-py3-none-any.whl Collecting urllib3<3,>=1.21.1 (from requests~=2.26->mkdocs-material==9.4.5->-r requirements3.txt (line 35)) Using cached urllib3-2.2.2-py3-none-any.whl Collecting certifi>=2017.4.17 (from requests~=2.26->mkdocs-material==9.4.5->-r requirements3.txt (line 35)) Using cached certifi-2024.7.4-py3-none-any.whl Collecting distlib<1,>=0.3.7 (from virtualenv>=20.10.0->pre-commit==4.0.1->-r requirements3.txt (line 46)) Downloading distlib-0.3.7.tar.gz (609 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 609.5/609.5 kB 21.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)) Using cached filelock-3.12.3-py3-none-any.whl Collecting markdown-it-py>=2.2.0 (from rich->bandit==1.7.6->-r requirements3.txt (line 4)) Using cached markdown_it_py-3.0.0-py3-none-any.whl Collecting cffi>=1.12 (from cryptography>=3.3->paramiko>=2.7.1->sftp-py==0.2.1->-r requirements3.txt (line 66)) Using cached cffi-1.15.1-cp312-cp312-linux_x86_64.whl Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich->bandit==1.7.6->-r requirements3.txt (line 4)) Using cached mdurl-0.1.2-py3-none-any.whl Collecting pycparser (from cffi>=1.12->cryptography>=3.3->paramiko>=2.7.1->sftp-py==0.2.1->-r requirements3.txt (line 66)) Using cached pycparser-2.21-py2.py3-none-any.whl Downloading filprofiler-2024.11.2-cp312-cp312-manylinux_2_28_x86_64.whl (1.5 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.5/1.5 MB 74.3 MB/s eta 0:00:00 Downloading isort-5.12.0-py3-none-any.whl (91 kB) Downloading libcst-1.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.2/3.2 MB 121.8 MB/s eta 0:00:00 Downloading mkdocs_awesome_pages_plugin-2.9.2-py3-none-any.whl (14 kB) Downloading panoply-0.1.56-py3-none-any.whl (3.1 kB) Downloading py_spy-0.3.14-py2.py3-none-manylinux_2_5_x86_64.manylinux1_x86_64.whl (3.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.0/3.0 MB 9.2 MB/s eta 0:00:00 Downloading pytest_httpserver-1.0.8-py3-none-any.whl (18 kB) Downloading pytest_metadata-3.0.0-py3-none-any.whl (10 kB) Using cached tomlkit-0.12.1-py3-none-any.whl (37 kB) Using cached rich-13.5.2-py3-none-any.whl (239 kB) Using cached aiohappyeyeballs-2.4.0-py3-none-any.whl (12 kB) Saved ./src/filprofiler-2024.11.2-cp312-cp312-manylinux_2_28_x86_64.whl Saved ./src/isort-5.12.0-py3-none-any.whl Saved ./src/libcst-1.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl Saved ./src/mkdocs_awesome_pages_plugin-2.9.2-py3-none-any.whl Saved ./src/panoply-0.1.56-py3-none-any.whl Saved ./src/py_spy-0.3.14-py2.py3-none-manylinux_2_5_x86_64.manylinux1_x86_64.whl Saved ./src/pytest_httpserver-1.0.8-py3-none-any.whl Saved ./src/pytest_metadata-3.0.0-py3-none-any.whl Saved ./src/aiohttp-3.10.5-cp312-cp312-linux_x86_64.whl Saved ./src/Babel-2.13.0-py3-none-any.whl Saved ./src/click-8.1.7-py3-none-any.whl Saved ./src/colorama-0.4.6-py2.py3-none-any.whl Saved ./src/dill-0.3.7-py3-none-any.whl Saved ./src/jinja2-3.1.4-py3-none-any.whl Saved ./src/Markdown-3.4.4-py3-none-any.whl Saved ./src/MarkupSafe-2.1.3-cp312-cp312-linux_x86_64.whl Saved ./src/mypy_extensions-1.0.0-py3-none-any.whl Saved ./src/packaging-23.1-py3-none-any.whl Saved ./src/paramiko-3.4.1-py3-none-any.whl Saved ./src/pathspec-0.11.2-py3-none-any.whl Saved ./src/pbr-5.11.1-py2.py3-none-any.whl Saved ./src/platformdirs-3.10.0-py3-none-any.whl Saved ./src/pluggy-1.3.0-py3-none-any.whl Saved ./src/pycodestyle-2.11.0-py2.py3-none-any.whl Saved ./src/Pygments-2.16.1-py3-none-any.whl Saved ./src/python_dateutil-2.8.2-py2.py3-none-any.whl Saved ./src/PyYAML-6.0.2-cp312-cp312-linux_x86_64.whl Saved ./src/regex-2023.8.8-cp312-cp312-linux_x86_64.whl Saved ./src/requests-2.32.3-py3-none-any.whl Saved ./src/setuptools-70.3.0-py3-none-any.whl Saved ./src/six-1.16.0-py2.py3-none-any.whl Saved ./src/tomlkit-0.12.1-py3-none-any.whl Saved ./src/typing_extensions-4.12.2-py3-none-any.whl Saved ./src/werkzeug-3.0.6-py3-none-any.whl Saved ./src/joblib-1.3.2-py3-none-any.whl Saved ./src/rich-13.5.2-py3-none-any.whl Saved ./src/termcolor-2.3.0-py3-none-any.whl Saved ./src/threadpoolctl-3.2.0-py3-none-any.whl Saved ./src/tornado-6.4.1-cp38-abi3-linux_x86_64.whl Saved ./src/tqdm-4.66.4-py3-none-any.whl Saved ./src/aiohappyeyeballs-2.4.0-py3-none-any.whl Saved ./src/aiosignal-1.3.1-py3-none-any.whl Saved ./src/attrs-23.2.0-py3-none-any.whl Saved ./src/bcrypt-4.0.1-cp312-cp312-linux_x86_64.whl Saved ./src/certifi-2024.7.4-py3-none-any.whl Saved ./src/charset_normalizer-3.2.0-py3-none-any.whl Saved ./src/cryptography-43.0.1-cp37-abi3-linux_x86_64.whl Saved ./src/filelock-3.12.3-py3-none-any.whl Saved ./src/frozenlist-1.4.0-cp312-cp312-linux_x86_64.whl Saved ./src/idna-3.7-py3-none-any.whl Saved ./src/markdown_it_py-3.0.0-py3-none-any.whl Saved ./src/multidict-6.0.4-cp312-cp312-linux_x86_64.whl Saved ./src/PyNaCl-1.5.0-cp312-cp312-linux_x86_64.whl Saved ./src/urllib3-2.2.2-py3-none-any.whl Saved ./src/yarl-1.9.2-cp312-cp312-linux_x86_64.whl Saved ./src/cffi-1.15.1-cp312-cp312-linux_x86_64.whl Saved ./src/mdurl-0.1.2-py3-none-any.whl Saved ./src/pycparser-2.21-py2.py3-none-any.whl Building wheels for collected packages: altgraph, apipkg, astroid, bandit, bracex, black, bump-pydantic, cfgv, coverage, exceptiongroup, execnet, flake8, flake8-docstrings, freezegun, ghp-import, gitdb, GitPython, identify, iniconfig, jmespath, lazy-object-proxy, livereload, lunr, Mako, mccabe, mergedeep, mkdocs, mkdocs-add-number-plugin, mkdocs-exclude, mkdocs-macros-plugin, mkdocs-material, mkdocs-material-extensions, mock, more-itertools, natsort, nltk, nodeenv, paginate, pdoc3, pipdeptree, pre-commit, pydocstyle, pyflakes, pyinstaller-hooks-contrib, pyinstaller, pylint, pymdown-extensions, pytest, pytest-asyncio, pytest-cov, pytest-html, pytest-json-report, pytest-mock, pytest-xdist, pyyaml-env-tag, repackage, setuptools-git-versioning, sftp-py, simple-term-menu, smmap, snowballstemmer, stevedore, typer, typing-inspect, watchdog, wcmatch, virtualenv, distlib Building wheel for altgraph (setup.py): started Building wheel for altgraph (setup.py): finished with status 'done' Created wheel for altgraph: filename=altgraph-0.17.4-py2.py3-none-any.whl size=21210 sha256=795ede75a19202f6eb814fba52933ec49be46cda5281666fa8bde1022d8b23f0 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=5487d31df632dad08ff52318157b944acc6bbea5878ccb3d28ceb8a29c93e412 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=7961a36cd7953ed83bed995aea59fcd7ceb83866974aff6d8685af3715002c1a 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=ac4858d1f79967c7af06d94072a0ab5a7a776f02c299c3e2f477c329c94d438c 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=240478 sha256=ca6577d9d612092111f71b60a218f92ecf3a34b77b99389ecd92bfa5ff6cc2ef 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=de6811ac924a4627913227710c5a9eec7b660e4637d44beaeb9eabf1173854a0 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=ccf59a158b0301c198d5f52d7fa0e3a4600d927e913b4968bd016e28036bd36b 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=df1b29d5af12c93921bdf59aeae7b1ad2bf268ca1f0ce42e5300dcb0ed797ac5 Stored in directory: /root/.cache/pip/wheels/c2/30/66/652006520292f82f013791d08540fe058d38e4c239ee251841 Building wheel for freezegun (pyproject.toml): started Building wheel for freezegun (pyproject.toml): finished with status 'done' Created wheel for freezegun: filename=freezegun-1.2.2-py3-none-any.whl size=17055 sha256=102212e0b5d5b29a4d583533143d199c50994b2d4eab8d8a64c168ee42f97041 Stored in directory: /root/.cache/pip/wheels/cb/9a/8c/54acdba7ed2c07c0ad3ee03f95659abf79c603d0208216a271 Building wheel for ghp-import (setup.py): started Building wheel for ghp-import (setup.py): finished with status 'done' Created wheel for ghp-import: filename=ghp_import-2.1.0-py3-none-any.whl size=11008 sha256=a60c6c1efed0e989045b0b807b9f2bfd536219a975738de6fc9fc8d63cb846ec 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=10622253d56d0112e40c7903f5bd7b394c029ff8fca33c31f67880e235f088b2 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=a1d8ff30aa0b0a02a588b91a803c28b458f1779eecfbf955e2f47689ae491126 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=294b5a37da8393faa9e39685476cd55b0b83aad997c781736c76ca042329496f 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=b88f13d03fb870c51e2e1197ee8f622e0749195b5c6e921d4da39baa097d197f 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=71228 sha256=58477e01f06a045cef15fd4ee1cf5a39888304ee224780d9cf633932ba6a3968 Stored in directory: /root/.cache/pip/wheels/7d/51/68/bdceebf943cb8671e0202d5b0c59883aab206b7f2ed18cd287 Building wheel for livereload (setup.py): started Building wheel for livereload (setup.py): finished with status 'done' Created wheel for livereload: filename=livereload-2.6.3-py2.py3-none-any.whl size=24708 sha256=058a34e56712efda7881ae9711735d7ca6625fb60c64dc02d38fc60d7a11fa3f 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=c9cf8b178fbc0095a960f974e2579050ec1cad30498f8b3314d67b5aebea4a84 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=422dc09518104ca8b58650a220c5b73b6e167e026b1be1f0ac9d01bb1ef5271d 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=dd8abd7e27cf90a1dcdf5bba97829bcdd40cac7c635c06e7b79469c9f560b534 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=7755ce2cd81c2ae39669c9a377a4ac6f295ecf9156023c5b217d0ca3dd0d039f 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=d3cd28c07519f2cbb3f05b2a20dfae735c5b0d0f17f6265494726756805e4daa 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=963059175e88a7a6baa61f032c0fc2d1e21002a7313dbb535fba5f6707aaf3bf 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=28267e828ec00e8c96fccb2cae184d5cacd82a2650eef37931771bb0cfe78760 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=88b443dd0428d08d7459ae45237ebae783f5d998de5cf419b3ad80c3f2b07339 Stored in directory: /root/.cache/pip/wheels/cb/2b/5a/c465518c48548bf4e16cba8a9aa760b5a24cee8f8ccfeb4925 Building wheel for nltk (setup.py): started Building wheel for nltk (setup.py): finished with status 'done' Created wheel for nltk: filename=nltk-3.9.1-py3-none-any.whl size=1505443 sha256=8acc8be7a1535413cca09998d7639628d8460aa39560db42ef6d94174f562d0f 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=123466fbc83dc3044d9df9004e52864d7ca4cbb7fd6f95b34b7628d10f447e89 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=347f1f46b815469eefe41af82869fe6402c16dfe416148a41730a5df032f29e7 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=af5be24ca8ce11073d9247198446a20635fcdc05f7c27b9731287e1e733de2dd 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=d9ae0ef5a938639a2d1814ea2b8b75b00ae539f6431a2cea290dc63fbaa69151 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=7a950b76c46b03487090866b02121c500100b3d23c906976625f97bea52f169c 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=1a25f4b942223af4c0eb2be2f3b23f48b936b3af8054c8268b835f60c175fd47 Stored in directory: /root/.cache/pip/wheels/8f/3c/a6/71607dd0bb6f256348fafc76fa058a1f12b96543bf9c53c213 Building wheel for pyinstaller-hooks-contrib (pyproject.toml): started Building wheel for pyinstaller-hooks-contrib (pyproject.toml): finished with status 'done' Created wheel for pyinstaller-hooks-contrib: filename=pyinstaller_hooks_contrib-2024.0-py2.py3-none-any.whl size=326828 sha256=a44c261cd83ae6ef96dbd4a31e3f05ce988e8d912775ece9cc5f35b7c4f296db Stored in directory: /root/.cache/pip/wheels/cd/30/04/89807a09c32caf9af7d7e3873d4236c22b7ae8be5431c3543b Building wheel for pyinstaller (pyproject.toml): started Building wheel for pyinstaller (pyproject.toml): finished with status 'done' Created wheel for pyinstaller: filename=pyinstaller-6.3.0-py3-none-any.whl size=2164481 sha256=1106c3ce8edf56a198539266be5e276b4426ea1e14cc0949eba8edfce52870dc Stored in directory: /root/.cache/pip/wheels/88/2c/1e/98bd831a64f5ff36bff03ec23291e63465809bf0204378a800 Building wheel for pylint (pyproject.toml): started Building wheel for pylint (pyproject.toml): finished with status 'done' Created wheel for pylint: filename=pylint-3.0.1-py3-none-any.whl size=510171 sha256=ed8a4ed31ec21a5220526bdd41a1b3e143281f5632f60589fc922aec7589fd6a 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=0e96aa352d1007423d57a6adc2fb967a4c4a18023a3bedb2a28029e0b7fbde54 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=c778558c4bc04c3bd6226d107062a9486174b494961b3dd55d89702edfd75c02 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=ef976d8dd56dddee9f619e7b865edf2e8c7c7899ee63a1e95399c2c41341bdcc 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=ef4658840a1e86a02fd748ca7a5e8f5c986cc7ea11fad203a313360935634fe7 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=53e3a0fdce6b7d7bb25bdbabee893e88e3ae7d2642bb8917897661c4f6c9a57c 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=382160612bf489a68b110eaf341cd1142a8412e93eda35ce317727e6c327a667 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=7c60d18f053be077cfc561dd5a1a8b52e87086c1e5f69233bcb1fe319179eeae 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=7b16f51d4fe5aacf09550a1a7926ef47c696fb738d6b26cdd60cc4f169777b06 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=71773573580e41dac9ed5ecdadbade806f6745b21061f4116ebff1cbacf280ba 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=e95ced2f313e1279d5ff96d2a9dea258e4c83a2757d3b16f846266d64a77fec7 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=2f12bd4c0ed29e4310261f4c67d6865da2d6deb5093ebc26ad2cceca9288fb16 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=3fee6a3bca7b1d0d7208d0c6e34ec5cbc664fcba561c7f987d4ed45191f9b06a 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=56a29a32fa47fedd8fcb0c137f715289f3fd35d42b3618e7e70e60cb1596e86c 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=8199face6eca7d6b8dd0f3becf1cb8217f1d5e171627576c1276b24203264514 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=eba7f173c479146fd0e5aa260c1cd1caab30986a555b0c59ca02e6fd6e8cb729 Stored in directory: /root/.cache/pip/wheels/34/85/49/7c56ff9848243b6d10a9a64c69c6eaa828d3c4eb5a19c1c042 Building wheel for wcmatch (pyproject.toml): started Building wheel for wcmatch (pyproject.toml): finished with status 'done' Created wheel for wcmatch: filename=wcmatch-8.5-py3-none-any.whl size=39337 sha256=14554e409b142edeefab901dc68ad570b30a72a8ab9a79106c5d5e9a6d241bd5 Stored in directory: /root/.cache/pip/wheels/53/a7/37/e686f10a75105606fb218b6f7640b388d95995e85ed470d8e3 Building wheel for virtualenv (pyproject.toml): started Building wheel for virtualenv (pyproject.toml): finished with status 'done' Created wheel for virtualenv: filename=virtualenv-20.24.6-py3-none-any.whl size=3768405 sha256=520d056652454c5098a00c0f073611ccbea4c79089331f60bf9d7ba247bb7381 Stored in directory: /root/.cache/pip/wheels/bb/30/6c/3a61245069a82d6d7cb0111c1b564583b7f6732fec941347b6 Building wheel for distlib (pyproject.toml): started Building wheel for distlib (pyproject.toml): finished with status 'done' Created wheel for distlib: filename=distlib-0.3.7-py2.py3-none-any.whl size=468868 sha256=9cd4e9615aa2bbc1206eb558b2e6324125e5a20243ee6ff79c0650edb8cf0914 Stored in directory: /root/.cache/pip/wheels/8c/21/a5/3ef55589891be78af8e264f7a177bb0f70166002a68053203e Successfully built altgraph apipkg astroid bandit bracex black bump-pydantic cfgv coverage exceptiongroup execnet flake8 flake8-docstrings freezegun ghp-import gitdb GitPython identify iniconfig jmespath lazy-object-proxy livereload lunr Mako mccabe mergedeep mkdocs mkdocs-add-number-plugin mkdocs-exclude mkdocs-macros-plugin mkdocs-material mkdocs-material-extensions mock more-itertools natsort nltk nodeenv paginate pdoc3 pipdeptree pre-commit pydocstyle pyflakes pyinstaller-hooks-contrib pyinstaller pylint pymdown-extensions pytest pytest-asyncio pytest-cov pytest-html pytest-json-report pytest-mock pytest-xdist pyyaml-env-tag repackage setuptools-git-versioning sftp-py simple-term-menu smmap snowballstemmer stevedore typer typing-inspect watchdog wcmatch virtualenv distlib if test -d ../../download_archive; then cp -Rf src/* ../../download_archive/ 2>/dev/null; fi mkdir -p /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages for REQ in requirements3.txt; do if test -s ${REQ}; then install_requirements /opt/metwork-mfext-master/opt/python3_devtools ${REQ} ./src || { echo "ERROR WITH install_requirements ${REQ} /opt/metwork-mfext-master/opt/python3_devtools ${REQ} ./src"; exit 1; }; fi; done [DEBUG]: layer python3_devtools@mfext[/opt/metwork-mfext-master/opt/python3_devtools] is already loaded Looking in links: ./src Processing ./src/altgraph-0.17.4-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 1)) Processing ./src/apipkg-3.0.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 2)) Processing ./src/astroid-3.0.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 3)) Processing ./src/bandit-1.7.6-py3-none-any.whl (from -r requirements3.txt.tmp (line 4)) Processing ./src/bracex-2.4-py3-none-any.whl (from -r requirements3.txt.tmp (line 5)) Processing ./src/black-24.3.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 6)) Processing ./src/bump_pydantic-0.8.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 7)) Processing ./src/cfgv-3.4.0-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 8)) Processing ./src/coverage-7.3.2-cp312-cp312-linux_x86_64.whl (from -r requirements3.txt.tmp (line 9)) Processing ./src/exceptiongroup-1.1.3-py3-none-any.whl (from -r requirements3.txt.tmp (line 10)) Processing ./src/execnet-2.0.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 11)) Processing ./src/filprofiler-2024.11.2-cp312-cp312-manylinux_2_28_x86_64.whl (from -r requirements3.txt.tmp (line 12)) Processing ./src/flake8-6.1.0-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 13)) Processing ./src/flake8_docstrings-1.7.0-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 14)) Processing ./src/freezegun-1.2.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 15)) Processing ./src/ghp_import-2.1.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 16)) Processing ./src/gitdb-4.0.11-py3-none-any.whl (from -r requirements3.txt.tmp (line 17)) Processing ./src/GitPython-3.1.41-py3-none-any.whl (from -r requirements3.txt.tmp (line 18)) Processing ./src/identify-2.6.2-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 19)) Processing ./src/iniconfig-2.0.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 20)) Processing ./src/isort-5.12.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 21)) Processing ./src/jmespath-1.0.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 22)) Processing ./src/lazy_object_proxy-1.9.0-cp312-cp312-linux_x86_64.whl (from -r requirements3.txt.tmp (line 23)) Processing ./src/libcst-1.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (from -r requirements3.txt.tmp (line 24)) Processing ./src/livereload-2.6.3-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 25)) Processing ./src/lunr-0.7.0.post1-py3-none-any.whl (from -r requirements3.txt.tmp (line 26)) Processing ./src/Mako-1.2.4-py3-none-any.whl (from -r requirements3.txt.tmp (line 27)) Processing ./src/mccabe-0.7.0-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 28)) Processing ./src/mergedeep-1.3.4-py3-none-any.whl (from -r requirements3.txt.tmp (line 29)) Processing ./src/mkdocs-1.5.3-py3-none-any.whl (from -r requirements3.txt.tmp (line 30)) Processing ./src/mkdocs_add_number_plugin-1.2.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 31)) Processing ./src/mkdocs_awesome_pages_plugin-2.9.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 32)) Processing ./src/mkdocs_exclude-1.0.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 33)) Processing ./src/mkdocs_macros_plugin-1.0.4-py3-none-any.whl (from -r requirements3.txt.tmp (line 34)) Processing ./src/mkdocs_material-9.4.5-py3-none-any.whl (from -r requirements3.txt.tmp (line 35)) Processing ./src/mkdocs_material_extensions-1.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 36)) Processing ./src/mock-5.1.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 37)) Processing ./src/more_itertools-10.1.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 38)) Processing ./src/natsort-8.4.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 39)) Processing ./src/nltk-3.9.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 40)) Processing ./src/nodeenv-1.9.1-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 41)) Processing ./src/paginate-0.5.6-py3-none-any.whl (from -r requirements3.txt.tmp (line 42)) Processing ./src/panoply-0.1.56-py3-none-any.whl (from -r requirements3.txt.tmp (line 43)) Processing ./src/pdoc3-0.10.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 44)) Processing ./src/pipdeptree-2.13.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 45)) Processing ./src/pre_commit-4.0.1-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 46)) Processing ./src/py_spy-0.3.14-py2.py3-none-manylinux_2_5_x86_64.manylinux1_x86_64.whl (from -r requirements3.txt.tmp (line 47)) Processing ./src/pydocstyle-6.1.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 48)) Processing ./src/pyflakes-3.1.0-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 49)) Processing ./src/pyinstaller_hooks_contrib-2024.0-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 50)) Processing ./src/pyinstaller-6.3.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 51)) Processing ./src/pylint-3.0.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 52)) Processing ./src/pymdown_extensions-10.3-py3-none-any.whl (from -r requirements3.txt.tmp (line 53)) Processing ./src/pytest-7.4.4-py3-none-any.whl (from -r requirements3.txt.tmp (line 54)) Processing ./src/pytest_asyncio-0.21.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 55)) Processing ./src/pytest_cov-4.1.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 56)) Processing ./src/pytest_html-4.1.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 57)) Processing ./src/pytest_httpserver-1.0.8-py3-none-any.whl (from -r requirements3.txt.tmp (line 58)) Processing ./src/pytest_metadata-3.0.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 59)) Processing ./src/pytest_json_report-1.5.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 60)) Processing ./src/pytest_mock-3.11.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 61)) Processing ./src/pytest_xdist-3.3.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 62)) Processing ./src/pyyaml_env_tag-0.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 63)) Processing ./src/repackage-0.7.3-py3-none-any.whl (from -r requirements3.txt.tmp (line 64)) Processing ./src/setuptools_git_versioning-1.13.5-py3-none-any.whl (from -r requirements3.txt.tmp (line 65)) Processing ./src/sftp_py-0.2.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 66)) Processing ./src/simple_term_menu-1.6.4-py3-none-any.whl (from -r requirements3.txt.tmp (line 67)) Processing ./src/smmap-5.0.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 68)) Processing ./src/snowballstemmer-2.2.0-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 69)) Processing ./src/stevedore-5.1.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 70)) Processing ./src/typer-0.9.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 71)) Processing ./src/typing_inspect-0.9.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 72)) Processing ./src/watchdog-3.0.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 73)) Processing ./src/wcmatch-8.5-py3-none-any.whl (from -r requirements3.txt.tmp (line 74)) Requirement already satisfied: PyYAML>=5.3.1 in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from bandit==1.7.6->-r requirements3.txt.tmp (line 4)) (6.0.2) Requirement already satisfied: rich in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from bandit==1.7.6->-r requirements3.txt.tmp (line 4)) (13.5.2) Requirement already satisfied: click>=8.0.0 in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from black==24.3.0->-r requirements3.txt.tmp (line 6)) (8.1.7) Requirement already satisfied: mypy-extensions>=0.4.3 in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from black==24.3.0->-r requirements3.txt.tmp (line 6)) (1.0.0) Requirement already satisfied: packaging>=22.0 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages (from black==24.3.0->-r requirements3.txt.tmp (line 6)) (23.1) Requirement already satisfied: pathspec>=0.9.0 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages (from black==24.3.0->-r requirements3.txt.tmp (line 6)) (0.11.2) Requirement already satisfied: platformdirs>=2 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages (from black==24.3.0->-r requirements3.txt.tmp (line 6)) (3.10.0) Requirement already satisfied: aiohttp>=3.7.4 in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from black==24.3.0->-r requirements3.txt.tmp (line 6)) (3.10.5) Requirement already satisfied: typing-extensions in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages (from bump-pydantic==0.8.0->-r requirements3.txt.tmp (line 7)) (4.12.2) Requirement already satisfied: threadpoolctl in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from filprofiler==2024.11.2->-r requirements3.txt.tmp (line 12)) (3.2.0) Requirement already satisfied: pycodestyle<2.12.0,>=2.11.0 in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from flake8==6.1.0->-r requirements3.txt.tmp (line 13)) (2.11.0) Requirement already satisfied: python-dateutil>=2.7 in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from freezegun==1.2.2->-r requirements3.txt.tmp (line 15)) (2.8.2) Requirement already satisfied: six in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages (from livereload==2.6.3->-r requirements3.txt.tmp (line 25)) (1.16.0) Requirement already satisfied: tornado in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from livereload==2.6.3->-r requirements3.txt.tmp (line 25)) (6.4.1) Requirement already satisfied: MarkupSafe>=0.9.2 in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from Mako==1.2.4->-r requirements3.txt.tmp (line 27)) (2.1.3) Requirement already satisfied: jinja2>=2.11.1 in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from mkdocs==1.5.3->-r requirements3.txt.tmp (line 30)) (3.1.4) Requirement already satisfied: markdown>=3.2.1 in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from mkdocs==1.5.3->-r requirements3.txt.tmp (line 30)) (3.4.4) Requirement already satisfied: termcolor in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from mkdocs-macros-plugin==1.0.4->-r requirements3.txt.tmp (line 34)) (2.3.0) Requirement already satisfied: babel~=2.10 in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from mkdocs-material==9.4.5->-r requirements3.txt.tmp (line 35)) (2.13.0) Requirement already satisfied: colorama~=0.4 in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from mkdocs-material==9.4.5->-r requirements3.txt.tmp (line 35)) (0.4.6) Requirement already satisfied: pygments~=2.16 in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from mkdocs-material==9.4.5->-r requirements3.txt.tmp (line 35)) (2.16.1) Requirement already satisfied: regex>=2022.4 in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from mkdocs-material==9.4.5->-r requirements3.txt.tmp (line 35)) (2023.8.8) Requirement already satisfied: requests~=2.26 in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from mkdocs-material==9.4.5->-r requirements3.txt.tmp (line 35)) (2.32.3) Requirement already satisfied: joblib in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from nltk==3.9.1->-r requirements3.txt.tmp (line 40)) (1.3.2) Requirement already satisfied: tqdm in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from nltk==3.9.1->-r requirements3.txt.tmp (line 40)) (4.66.4) Requirement already satisfied: virtualenv>=20.10.0 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages (from pre-commit==4.0.1->-r requirements3.txt.tmp (line 46)) (20.24.6) Requirement already satisfied: setuptools>=42.0.0 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages (from pyinstaller-hooks-contrib==2024.0->-r requirements3.txt.tmp (line 50)) (70.3.0) Requirement already satisfied: tomlkit>=0.10.1 in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from pylint==3.0.1->-r requirements3.txt.tmp (line 52)) (0.12.1) Requirement already satisfied: dill>=0.3.6 in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from pylint==3.0.1->-r requirements3.txt.tmp (line 52)) (0.3.7) Requirement already satisfied: pluggy<2.0,>=0.12 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.12/site-packages (from pytest==7.4.4->-r requirements3.txt.tmp (line 54)) (1.3.0) Requirement already satisfied: Werkzeug>=2.0.0 in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from pytest-httpserver==1.0.8->-r requirements3.txt.tmp (line 58)) (3.0.6) Requirement already satisfied: paramiko>=2.7.1 in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from sftp-py==0.2.1->-r requirements3.txt.tmp (line 66)) (3.4.1) Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from stevedore==5.1.0->-r requirements3.txt.tmp (line 70)) (5.11.1) Requirement already satisfied: aiohappyeyeballs>=2.3.0 in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from aiohttp>=3.7.4->black==24.3.0->-r requirements3.txt.tmp (line 6)) (2.4.0) Requirement already satisfied: aiosignal>=1.1.2 in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from aiohttp>=3.7.4->black==24.3.0->-r requirements3.txt.tmp (line 6)) (1.3.1) Requirement already satisfied: attrs>=17.3.0 in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from aiohttp>=3.7.4->black==24.3.0->-r requirements3.txt.tmp (line 6)) (23.2.0) Requirement already satisfied: frozenlist>=1.1.1 in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from aiohttp>=3.7.4->black==24.3.0->-r requirements3.txt.tmp (line 6)) (1.4.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.2) 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.15.1) Requirement already satisfied: mdurl~=0.1 in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from markdown-it-py>=2.2.0->rich->bandit==1.7.6->-r requirements3.txt.tmp (line 4)) (0.1.2) Requirement already satisfied: pycparser in /opt/metwork-mfext-master/opt/python3/lib/python3.12/site-packages (from cffi>=1.12->cryptography>=3.3->paramiko>=2.7.1->sftp-py==0.2.1->-r requirements3.txt.tmp (line 66)) (2.21) Installing collected packages: snowballstemmer, repackage, py-spy, paginate, altgraph, watchdog, typing-inspect, typer, stevedore, smmap, simple-term-menu, setuptools-git-versioning, pyyaml-env-tag, pymdown-extensions, pyinstaller-hooks-contrib, pyflakes, pydocstyle, pipdeptree, nodeenv, nltk, natsort, more-itertools, mock, mkdocs-material-extensions, mergedeep, mccabe, Mako, lunr, livereload, lazy-object-proxy, jmespath, isort, iniconfig, identify, filprofiler, execnet, exceptiongroup, coverage, cfgv, bracex, astroid, apipkg, wcmatch, pytest-httpserver, pytest, pylint, pyinstaller, pre-commit, pdoc3, panoply, libcst, gitdb, ghp-import, freezegun, flake8, pytest-xdist, pytest-mock, pytest-metadata, pytest-cov, pytest-asyncio, mkdocs, GitPython, flake8-docstrings, bump-pydantic, black, sftp-py, pytest-json-report, pytest-html, mkdocs-material, mkdocs-macros-plugin, mkdocs-exclude, mkdocs-awesome-pages-plugin, mkdocs-add-number-plugin, bandit Successfully installed GitPython-3.1.41 Mako-1.2.4 altgraph-0.17.4 apipkg-3.0.2 astroid-3.0.0 bandit-1.7.6 black-24.3.0 bracex-2.4 bump-pydantic-0.8.0 cfgv-3.4.0 coverage-7.3.2 exceptiongroup-1.1.3 execnet-2.0.2 filprofiler-2024.11.2 flake8-6.1.0 flake8-docstrings-1.7.0 freezegun-1.2.2 ghp-import-2.1.0 gitdb-4.0.11 identify-2.6.2 iniconfig-2.0.0 isort-5.12.0 jmespath-1.0.1 lazy-object-proxy-1.9.0 libcst-1.1.0 livereload-2.6.3 lunr-0.7.0.post1 mccabe-0.7.0 mergedeep-1.3.4 mkdocs-1.5.3 mkdocs-add-number-plugin-1.2.2 mkdocs-awesome-pages-plugin-2.9.2 mkdocs-exclude-1.0.2 mkdocs-macros-plugin-1.0.4 mkdocs-material-9.4.5 mkdocs-material-extensions-1.2 mock-5.1.0 more-itertools-10.1.0 natsort-8.4.0 nltk-3.9.1 nodeenv-1.9.1 paginate-0.5.6 panoply-0.1.56 pdoc3-0.10.0 pipdeptree-2.13.1 pre-commit-4.0.1 py-spy-0.3.14 pydocstyle-6.1.1 pyflakes-3.1.0 pyinstaller-6.3.0 pyinstaller-hooks-contrib-2024.0 pylint-3.0.1 pymdown-extensions-10.3 pytest-7.4.4 pytest-asyncio-0.21.1 pytest-cov-4.1.0 pytest-html-4.1.1 pytest-httpserver-1.0.8 pytest-json-report-1.5.0 pytest-metadata-3.0.0 pytest-mock-3.11.1 pytest-xdist-3.3.1 pyyaml-env-tag-0.1 repackage-0.7.3 setuptools-git-versioning-1.13.5 sftp-py-0.2.1 simple-term-menu-1.6.4 smmap-5.0.1 snowballstemmer-2.2.0 stevedore-5.1.0 typer-0.9.0 typing-inspect-0.9.0 watchdog-3.0.0 wcmatch-8.5 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable.It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. if ! test -d /opt/metwork-mfext-master/opt/python3_devtools/lib/python3.12/site-packages; then mkdir -p /opt/metwork-mfext-master/opt/python3_devtools/lib/python3.12/site-packages; fi if test -f /opt/metwork-mfext-master/opt/python3_devtools/lib/python3.12/site-packages/requirements3.txt; then cat /opt/metwork-mfext-master/opt/python3_devtools/lib/python3.12/site-packages/requirements3.txt requirements3.txt |sort |uniq |sed 's/^-e git.*egg=\(.*\)$/\1/g' >/opt/metwork-mfext-master/opt/python3_devtools/lib/python3.12/site-packages/requirements3.txt.tmp; mv /opt/metwork-mfext-master/opt/python3_devtools/lib/python3.12/site-packages/requirements3.txt.tmp /opt/metwork-mfext-master/opt/python3_devtools/lib/python3.12/site-packages/requirements3.txt; else cat requirements3.txt |sort |uniq |sed 's/^-e git.*egg=\(.*\)$/\1/g' >/opt/metwork-mfext-master/opt/python3_devtools/lib/python3.12/site-packages/requirements3.txt ;fi IFS=$'\n' ; for REQ in `cat requirements3.txt |sort |uniq`; do _pip_package_to_yaml.sh "${REQ}" "/opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages" || { echo "ERROR WITH _pip_package_to_yaml.sh ${REQ} /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages"; exit 1; } done /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/GitPython.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/Mako.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/altgraph.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/apipkg.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/astroid.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/bandit.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/black.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/bracex.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/bump-pydantic.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/cfgv.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/coverage.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/exceptiongroup.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/execnet.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/filprofiler.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/flake8_docstrings.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/flake8.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/freezegun.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/ghp-import.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/gitdb.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/identify.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/iniconfig.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/isort.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/jmespath.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/lazy-object-proxy.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/libcst.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/livereload.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/lunr.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/mccabe.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/mergedeep.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/mkdocs-add-number-plugin.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/mkdocs-awesome-pages-plugin.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/mkdocs-exclude.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/mkdocs-macros-plugin.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/mkdocs-material-extensions.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/mkdocs-material.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/mkdocs.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/mock.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/more-itertools.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/natsort.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/nltk.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/nodeenv.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/paginate.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/panoply.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/pdoc3.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/pipdeptree.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/pre_commit.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/py-spy.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/pydocstyle.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/pyflakes.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/pyinstaller-hooks-contrib.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/pyinstaller.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/pylint.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/pymdown-extensions.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/pytest-asyncio.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/pytest-cov.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/pytest-html.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/pytest-httpserver.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/pytest-json-report.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/pytest-metadata.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/pytest-mock.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/pytest-xdist.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/pytest.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/pyyaml_env_tag.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/repackage.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/setuptools-git-versioning.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/sftp_py.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/simple-term-menu.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/smmap.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/snowballstemmer.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/stevedore.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/typer.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/typing_inspect.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/watchdog.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/wcmatch.yaml is ready make[3]: Leaving directory '/src/layers/layer7_python3_devtools/0500_extra_python_packages' if test "" = "1"; then echo > /opt/metwork-mfext-master/opt/python3_devtools/.mfextaddon; fi _layer_dhash "python3_devtools@mfext" >/opt/metwork-mfext-master/opt/python3_devtools/.dhash if ! test -f cache/hit; then \ _check_layers_hash >/dev/null ; \ fi _cache_logic_after_layer.sh "/opt/metwork-mfext-master/opt/python3_devtools" cache: /buildcache/mfext_cache_layer_python3_devtools_c240f9516b2cd7beb4db3035c13d6c66.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: 888c30fa85fcfbd1a7f4b750da33f2e6 core@mfext layer (dependency) hash (from cache): 48181fefb5eb6328fdfac6c360e931e7 root@mfext layer (dependency) hash (from cache): f10ced89e93f340f4a19b4f76d658719 source hash: 6bbcf5dcfbe23bf9a62aedfa2aaa1c7b cache hit (used: /buildcache/mfext_cache_layer_java_0a68ffa6623579211c10f2d3a567c1e6.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_0a68ffa6623579211c10f2d3a567c1e6.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: 888c30fa85fcfbd1a7f4b750da33f2e6 core@mfext layer (dependency) hash (from cache): 48181fefb5eb6328fdfac6c360e931e7 root@mfext layer (dependency) hash (from cache): f10ced89e93f340f4a19b4f76d658719 source hash: f064f4b8a9f21b17a7fe5b188db1cf21 cache hit (used: /buildcache/mfext_cache_layer_monitoring_8f85fbe5555672dae852084a100c7db1.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_8f85fbe5555672dae852084a100c7db1.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: 888c30fa85fcfbd1a7f4b750da33f2e6 core@mfext layer (dependency) hash (from cache): 48181fefb5eb6328fdfac6c360e931e7 devtools@mfext layer (dependency) hash (from cache): d04308c728c809d8888a4f4ad658834f 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): f3b2ba910db29e505298c3b0baafcc9b python3_core@mfext layer (dependency) hash (from cache): 4907d71374f94da21670edf8fca70667 python3_devtools@mfext layer (dependency) hash (from cache): 51139430e3dd4019212bc0784e0af9a1 python3_scientific_core@mfext layer (dependency) hash (from cache): 1b0b80cd04eff9046e663f32c1a4290f root@mfext layer (dependency) hash (from cache): f10ced89e93f340f4a19b4f76d658719 scientific_core@mfext layer (dependency) hash (from cache): 17e43dd083453cacef203d277e812405 source hash: 558c6b0abbb332346c98bcb655b28c46 cache missed (/buildcache/mfext_cache_layer_default_b77d0056913964d05be293a46bc860d0.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_b77d0056913964d05be293a46bc860d0.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.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 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 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