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: 7ce4b8d4133c543a249873f790f2779d /src/adm/root.mk md5sum hash: 60c1fe308b8f0e043a4de4f24888710b root@mfext layer (dependency) hash (from cache): 6f81e568b5eb0e04b53a479ab1bf2d0f source hash: 6cf058cd05b434cbd420bde2cda28a7e cache hit (used: /buildcache/mfext_cache_layer_core_ae54b568f73e6027e34455f89fb896dd.tar) if ! test -f cache/hit; then \ for SUBDIR in 0001_scientific_system_libraries 0004_libtiff 0005_jasper 0006_readline 0010_liquidprompt 0020_sqlite 0025_openssl 0028_cyrus_sasl 0030_openldap 0032_curl 0035_dtreetrawl 0045_mfutil_c 0070_layerapi2 0080_log_proxy 0100_redis 0110_hiredis 0117_yajl 0130_tcping 0210_jq 0320_libevent 0330_zeromq 0340_libtirpc; do \ OLDPWD=`pwd`; \ cd $SUBDIR || exit 1; \ make all || exit 1; \ cd ${OLDPWD}; \ done ; \ chmod -R a+rX,g-w,o-w,u+w /opt/metwork-mfext-master/opt/core ; \ fi if test "" = "1"; then echo > /opt/metwork-mfext-master/opt/core/.mfextaddon; fi _layer_dhash "core@mfext" >/opt/metwork-mfext-master/opt/core/.dhash if ! test -f cache/hit; then \ _check_layers_hash >/dev/null ; \ fi _cache_logic_after_layer.sh "/opt/metwork-mfext-master/opt/core" cache already exist (/buildcache/mfext_cache_layer_core_ae54b568f73e6027e34455f89fb896dd.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: 7ce4b8d4133c543a249873f790f2779d /src/adm/root.mk md5sum hash: 60c1fe308b8f0e043a4de4f24888710b core@mfext layer (dependency) hash (from cache): 58de3ee70c223c7e45df96d54c92a92f root@mfext layer (dependency) hash (from cache): 6f81e568b5eb0e04b53a479ab1bf2d0f source hash: a38a8666974694d182416ce557e4477c cache hit (used: /buildcache/mfext_cache_layer_openresty_a8d63c1c667d83094a0bd8bb53c0c8c1.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_a8d63c1c667d83094a0bd8bb53c0c8c1.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: 7ce4b8d4133c543a249873f790f2779d /src/adm/root.mk md5sum hash: 60c1fe308b8f0e043a4de4f24888710b core@mfext layer (dependency) hash (from cache): 58de3ee70c223c7e45df96d54c92a92f root@mfext layer (dependency) hash (from cache): 6f81e568b5eb0e04b53a479ab1bf2d0f source hash: 2c7237d6e61f07da8216491c4ee8f1d7 cache hit (used: /buildcache/mfext_cache_layer_python3_core_67200e09ac1876428658d4a07f2b5741.tar) if ! test -f cache/hit; then \ for SUBDIR in 0000_adm 0030_python3 0031_wheel 0032_flit_core 0033_update_pip 0050_setuptools 0060_build_packaging 0070_certifi 0410_prereq_extra_python_packages 0420_prereq_extra_python_packages 0430_prereq_extra_python_packages 0440_prereq_extra_python_packages 0500_extra_python_packages 9999_requirements; do \ OLDPWD=`pwd`; \ cd $SUBDIR || exit 1; \ make all || exit 1; \ cd ${OLDPWD}; \ done ; \ chmod -R a+rX,g-w,o-w,u+w /opt/metwork-mfext-master/opt/python3_core ; \ fi if test "" = "1"; then echo > /opt/metwork-mfext-master/opt/python3_core/.mfextaddon; fi _layer_dhash "python3_core@mfext" >/opt/metwork-mfext-master/opt/python3_core/.dhash if ! test -f cache/hit; then \ _check_layers_hash >/dev/null ; \ fi _cache_logic_after_layer.sh "/opt/metwork-mfext-master/opt/python3_core" cache already exist (/buildcache/mfext_cache_layer_python3_core_67200e09ac1876428658d4a07f2b5741.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: 7ce4b8d4133c543a249873f790f2779d /src/adm/root.mk md5sum hash: 60c1fe308b8f0e043a4de4f24888710b core@mfext layer (dependency) hash (from cache): 58de3ee70c223c7e45df96d54c92a92f root@mfext layer (dependency) hash (from cache): 6f81e568b5eb0e04b53a479ab1bf2d0f source hash: ab65a37106bdca656e33c52a51dc782f cache hit (used: /buildcache/mfext_cache_layer_scientific_core_12ef761e274c320dbff4b29aecb66172.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_12ef761e274c320dbff4b29aecb66172.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: 7ce4b8d4133c543a249873f790f2779d /src/adm/root.mk md5sum hash: 60c1fe308b8f0e043a4de4f24888710b core@mfext layer (dependency) hash (from cache): 58de3ee70c223c7e45df96d54c92a92f python3_core@mfext layer (dependency) hash (from cache): a9f458314feb8b93028642bfd542bc4d root@mfext layer (dependency) hash (from cache): 6f81e568b5eb0e04b53a479ab1bf2d0f source hash: db532f0792a6af00cdeec2c086c2ecd9 cache hit (used: /buildcache/mfext_cache_layer_python3_56818cc37dd10e09751da8598b833889.tar) if ! test -f cache/hit; then \ for SUBDIR in 0400_prereq_extra_python_packages 0402_prereq_extra_python_packages 0500_extra_python_packages; do \ OLDPWD=`pwd`; \ cd $SUBDIR || exit 1; \ make all || exit 1; \ cd ${OLDPWD}; \ done ; \ chmod -R a+rX,g-w,o-w,u+w /opt/metwork-mfext-master/opt/python3 ; \ fi if test "" = "1"; then echo > /opt/metwork-mfext-master/opt/python3/.mfextaddon; fi _layer_dhash "python3@mfext" >/opt/metwork-mfext-master/opt/python3/.dhash if ! test -f cache/hit; then \ _check_layers_hash >/dev/null ; \ fi _cache_logic_after_layer.sh "/opt/metwork-mfext-master/opt/python3" cache already exist (/buildcache/mfext_cache_layer_python3_56818cc37dd10e09751da8598b833889.tar) make[2]: Leaving directory '/src/layers/layer2_python3' make[2]: Entering directory '/src/layers/layer2_python3_circus' if test "MFEXT" = "MFEXT" -a "" != "1"; then cat .layerapi2_label |/src/adm/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/python3_circus/.layerapi2_label; else cat .layerapi2_label |/opt/metwork-mfext-master/bin/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/python3_circus/.layerapi2_label; fi if test "MFEXT" = "MFEXT" -a "" != "1"; then cat .system_dependencies |/src/adm/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/python3_circus/.system_dependencies; else cat .system_dependencies |/opt/metwork-mfext-master/bin/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/python3_circus/.system_dependencies; fi if test "MFEXT" = "MFEXT" -a "" != "1"; then cat .layerapi2_dependencies |/src/adm/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/python3_circus/.layerapi2_dependencies; else cat .layerapi2_dependencies |/opt/metwork-mfext-master/bin/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/python3_circus/.layerapi2_dependencies; fi _cache_logic_before_layer.sh "/opt/metwork-mfext-master/opt/python3_circus" "python3_circus" /etc/buildimage_hash: 7ce4b8d4133c543a249873f790f2779d /src/adm/root.mk md5sum hash: 60c1fe308b8f0e043a4de4f24888710b core@mfext layer (dependency) hash (from cache): 58de3ee70c223c7e45df96d54c92a92f python3@mfext layer (dependency) hash (from cache): 3489775ebc428a6e99333afaab84d36c python3_core@mfext layer (dependency) hash (from cache): a9f458314feb8b93028642bfd542bc4d root@mfext layer (dependency) hash (from cache): 6f81e568b5eb0e04b53a479ab1bf2d0f source hash: dca4274c1f1a2082de38753a88f7ec6e cache hit (used: /buildcache/mfext_cache_layer_python3_circus_535d8a4a8a4f0b2e5077f43a6701638b.tar) if ! test -f cache/hit; then \ for SUBDIR in 0500_circus; do \ OLDPWD=`pwd`; \ cd $SUBDIR || exit 1; \ make all || exit 1; \ cd ${OLDPWD}; \ done ; \ chmod -R a+rX,g-w,o-w,u+w /opt/metwork-mfext-master/opt/python3_circus ; \ fi if test "" = "1"; then echo > /opt/metwork-mfext-master/opt/python3_circus/.mfextaddon; fi _layer_dhash "python3_circus@mfext" >/opt/metwork-mfext-master/opt/python3_circus/.dhash if ! test -f cache/hit; then \ _check_layers_hash >/dev/null ; \ fi _cache_logic_after_layer.sh "/opt/metwork-mfext-master/opt/python3_circus" cache already exist (/buildcache/mfext_cache_layer_python3_circus_535d8a4a8a4f0b2e5077f43a6701638b.tar) make[2]: Leaving directory '/src/layers/layer2_python3_circus' make[2]: Entering directory '/src/layers/layer2_python3_scientific_core' if test "MFEXT" = "MFEXT" -a "" != "1"; then cat .layerapi2_label |/src/adm/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/python3_scientific_core/.layerapi2_label; else cat .layerapi2_label |/opt/metwork-mfext-master/bin/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/python3_scientific_core/.layerapi2_label; fi if test "MFEXT" = "MFEXT" -a "" != "1"; then cat .layerapi2_dependencies |/src/adm/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/python3_scientific_core/.layerapi2_dependencies; else cat .layerapi2_dependencies |/opt/metwork-mfext-master/bin/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/python3_scientific_core/.layerapi2_dependencies; fi _cache_logic_before_layer.sh "/opt/metwork-mfext-master/opt/python3_scientific_core" "python3_scientific_core" /etc/buildimage_hash: 7ce4b8d4133c543a249873f790f2779d /src/adm/root.mk md5sum hash: 60c1fe308b8f0e043a4de4f24888710b core@mfext layer (dependency) hash (from cache): 58de3ee70c223c7e45df96d54c92a92f python3@mfext layer (dependency) hash (from cache): 3489775ebc428a6e99333afaab84d36c python3_core@mfext layer (dependency) hash (from cache): a9f458314feb8b93028642bfd542bc4d root@mfext layer (dependency) hash (from cache): 6f81e568b5eb0e04b53a479ab1bf2d0f scientific_core@mfext layer (dependency) hash (from cache): 634712f4b8fa7ac21490cfd1aaf78833 source hash: 0fcef0eb534e96e04f2f9fc67178f2e6 cache hit (used: /buildcache/mfext_cache_layer_python3_scientific_core_90505adb024d708791527297ef19cddd.tar) if ! test -f cache/hit; then \ for SUBDIR in 0500_extra_python_packages; do \ OLDPWD=`pwd`; \ cd $SUBDIR || exit 1; \ make all || exit 1; \ cd ${OLDPWD}; \ done ; \ chmod -R a+rX,g-w,o-w,u+w /opt/metwork-mfext-master/opt/python3_scientific_core ; \ fi if test "" = "1"; then echo > /opt/metwork-mfext-master/opt/python3_scientific_core/.mfextaddon; fi _layer_dhash "python3_scientific_core@mfext" >/opt/metwork-mfext-master/opt/python3_scientific_core/.dhash if ! test -f cache/hit; then \ _check_layers_hash >/dev/null ; \ fi _cache_logic_after_layer.sh "/opt/metwork-mfext-master/opt/python3_scientific_core" cache already exist (/buildcache/mfext_cache_layer_python3_scientific_core_90505adb024d708791527297ef19cddd.tar) make[2]: Leaving directory '/src/layers/layer2_python3_scientific_core' make[2]: Entering directory '/src/layers/layer6_nodejs' if test "MFEXT" = "MFEXT" -a "" != "1"; then cat .layerapi2_label |/src/adm/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/nodejs/.layerapi2_label; else cat .layerapi2_label |/opt/metwork-mfext-master/bin/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/nodejs/.layerapi2_label; fi if test "MFEXT" = "MFEXT" -a "" != "1"; then cat .layerapi2_dependencies |/src/adm/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/nodejs/.layerapi2_dependencies; else cat .layerapi2_dependencies |/opt/metwork-mfext-master/bin/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/nodejs/.layerapi2_dependencies; fi if test "MFEXT" = "MFEXT" -a "" != "1"; then cat .layerapi2_extra_env |/src/adm/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/nodejs/.layerapi2_extra_env; else cat .layerapi2_extra_env |/opt/metwork-mfext-master/bin/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/nodejs/.layerapi2_extra_env; fi _cache_logic_before_layer.sh "/opt/metwork-mfext-master/opt/nodejs" "nodejs" /etc/buildimage_hash: 7ce4b8d4133c543a249873f790f2779d /src/adm/root.mk md5sum hash: 60c1fe308b8f0e043a4de4f24888710b core@mfext layer (dependency) hash (from cache): 58de3ee70c223c7e45df96d54c92a92f root@mfext layer (dependency) hash (from cache): 6f81e568b5eb0e04b53a479ab1bf2d0f source hash: abe8ded1987308f954f02fad0bd24e79 cache hit (used: /buildcache/mfext_cache_layer_nodejs_eda017ebaee3e86e91aea020cf3f49c5.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_eda017ebaee3e86e91aea020cf3f49c5.tar) make[2]: Leaving directory '/src/layers/layer6_nodejs' make[2]: Entering directory '/src/layers/layer7_devtools' if test "MFEXT" = "MFEXT" -a "" != "1"; then cat .layerapi2_label |/src/adm/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/devtools/.layerapi2_label; else cat .layerapi2_label |/opt/metwork-mfext-master/bin/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/devtools/.layerapi2_label; fi if test "MFEXT" = "MFEXT" -a "" != "1"; then cat .system_dependencies |/src/adm/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/devtools/.system_dependencies; else cat .system_dependencies |/opt/metwork-mfext-master/bin/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/devtools/.system_dependencies; fi if test "MFEXT" = "MFEXT" -a "" != "1"; then cat .layerapi2_dependencies |/src/adm/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/devtools/.layerapi2_dependencies; else cat .layerapi2_dependencies |/opt/metwork-mfext-master/bin/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/devtools/.layerapi2_dependencies; fi if test "MFEXT" = "MFEXT" -a "" != "1"; then cat .layerapi2_extra_env |/src/adm/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/devtools/.layerapi2_extra_env; else cat .layerapi2_extra_env |/opt/metwork-mfext-master/bin/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/devtools/.layerapi2_extra_env; fi _cache_logic_before_layer.sh "/opt/metwork-mfext-master/opt/devtools" "devtools" /etc/buildimage_hash: 7ce4b8d4133c543a249873f790f2779d /src/adm/root.mk md5sum hash: 60c1fe308b8f0e043a4de4f24888710b core@mfext layer (dependency) hash (from cache): 58de3ee70c223c7e45df96d54c92a92f root@mfext layer (dependency) hash (from cache): 6f81e568b5eb0e04b53a479ab1bf2d0f source hash: 9bcbee843ac24140ecd45227e705f6df cache hit (used: /buildcache/mfext_cache_layer_devtools_e483ec2c2aa031ff0876d6a99f8ed3e4.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_e483ec2c2aa031ff0876d6a99f8ed3e4.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: 7ce4b8d4133c543a249873f790f2779d /src/adm/root.mk md5sum hash: 60c1fe308b8f0e043a4de4f24888710b core@mfext layer (dependency) hash (from cache): 58de3ee70c223c7e45df96d54c92a92f devtools@mfext layer (dependency) hash (from cache): 775483a6eae7aa9d41a91ba56306593d python3@mfext layer (dependency) hash (from cache): 3489775ebc428a6e99333afaab84d36c python3_core@mfext layer (dependency) hash (from cache): a9f458314feb8b93028642bfd542bc4d root@mfext layer (dependency) hash (from cache): 6f81e568b5eb0e04b53a479ab1bf2d0f source hash: eb46c3c484c5348afb548be7d826f6fe cache missed (/buildcache/mfext_cache_layer_python3_devtools_b9f5858efa43ea43aa97c8fae908f472.tar) if ! test -f cache/hit; then \ for SUBDIR in 0400_prereq_extra_python_packages 0500_extra_python_packages; do \ OLDPWD=`pwd`; \ cd $SUBDIR || exit 1; \ make all || exit 1; \ cd ${OLDPWD}; \ done ; \ chmod -R a+rX,g-w,o-w,u+w /opt/metwork-mfext-master/opt/python3_devtools ; \ fi make[3]: Entering directory '/src/layers/layer7_python3_devtools/0400_prereq_extra_python_packages' layer_wrapper --empty-env --empty-env-keeps=LANG,PATH,LAYERAPI2_LAYERS_PATH,PYTHON3_SHORT_VERSION,FORCED_PATHS,BUILDCACHE --force-prepend --layers=python3@mfext,devtools@mfext,python3_devtools@mfext -- scl enable gcc-toolset-11 -- make -f Makefile.mk all for REQ in requirements3.txt; do if test -s ${REQ}; then download_compile_requirements ${REQ} || { echo "ERROR WITH download_compile_requirements ${REQ}"; exit 1; }; fi; done [DEBUG]: loading tempolayer2266[/src/layers/layer7_python3_devtools/0400_prereq_extra_python_packages/tempolayer2266] Collecting flit-scm==1.7.0 (from -r requirements3.txt (line 1)) Downloading flit_scm-1.7.0.tar.gz (2.4 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting flit-core~=3.5 (from flit-scm==1.7.0->-r requirements3.txt (line 1)) Downloading flit_core-3.12.0.tar.gz (53 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting setuptools_scm>=6.4 (from flit-scm==1.7.0->-r requirements3.txt (line 1)) Downloading setuptools_scm-8.2.0.tar.gz (77 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting packaging>=20 (from setuptools_scm>=6.4->flit-scm==1.7.0->-r requirements3.txt (line 1)) Downloading packaging-25.0.tar.gz (165 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting setuptools>=61 (from setuptools_scm>=6.4->flit-scm==1.7.0->-r requirements3.txt (line 1)) Downloading setuptools-80.9.0.tar.gz (1.3 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 66.0 MB/s 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Building wheels for collected packages: flit-scm, flit-core, setuptools_scm, packaging, setuptools Building wheel for flit-scm (pyproject.toml): started Building wheel for flit-scm (pyproject.toml): finished with status 'done' Created wheel for flit-scm: filename=flit_scm-1.7.0-py3-none-any.whl size=3208 sha256=574cb2246b6aacd9b20077fc1a556c5f4e5f862c39423bae90bb65978e747249 Stored in directory: /root/.cache/pip/wheels/86/55/4a/1a1e802f468e5bcae4f89a10fac75ce47d4c81c4d7a0a2bfa0 Building wheel for flit-core (pyproject.toml): started Building wheel for flit-core (pyproject.toml): finished with status 'done' Created wheel for flit-core: filename=flit_core-3.12.0-py3-none-any.whl size=45594 sha256=e7a0304069ea895172e3c7bb703292e992c5d1555dd1233ab7b5621b5b69e62c Stored in directory: /root/.cache/pip/wheels/e2/12/8f/cf657f0f843e6149ca018afeab2f64d2ad88732b87f4b415aa Building wheel for setuptools_scm (pyproject.toml): started Building wheel for setuptools_scm (pyproject.toml): finished with status 'done' Created wheel for setuptools_scm: filename=setuptools_scm-8.2.0-py3-none-any.whl size=43982 sha256=31546b8eb28f049cc1a464381860547746ffd4236b38a522c499ffe88f250ff5 Stored in directory: /root/.cache/pip/wheels/01/60/d6/b5d06ad93fab698f4433afc093344faf69797de76f4eddd162 Building wheel for packaging (pyproject.toml): started Building wheel for packaging (pyproject.toml): finished with status 'done' Created wheel for packaging: filename=packaging-25.0-py3-none-any.whl size=66469 sha256=bd91186a348e752eeeeb453625db388df0b4694a67c4eeb66a08bbedb5b9afd0 Stored in directory: /root/.cache/pip/wheels/b7/6c/0b/32780a188601c825ec74c3ea960e3b2fe948e9cc6b24907eb6 Building wheel for setuptools (pyproject.toml): started Building wheel for setuptools (pyproject.toml): finished with status 'done' Created wheel for setuptools: filename=setuptools-80.9.0-py3-none-any.whl size=1201486 sha256=337090009f5ee554b145328b1caf16f8896181ac2f9c08bc0d2ca582296e79b8 Stored in directory: /root/.cache/pip/wheels/d3/a1/1d/4fc3ba3c891e04daa99e10d368ecfde1eb5544321746bd67e4 Successfully built flit-scm flit-core setuptools_scm packaging setuptools if test -d ../../download_archive; then cp -Rf src/* ../../download_archive/ 2>/dev/null; fi mkdir -p /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages for REQ in requirements3.txt; do if test -s ${REQ}; then install_requirements /opt/metwork-mfext-master/opt/python3_devtools ${REQ} ./src || { echo "ERROR WITH install_requirements ${REQ} /opt/metwork-mfext-master/opt/python3_devtools ${REQ} ./src"; exit 1; }; fi; done [DEBUG]: layer python3_devtools@mfext[/opt/metwork-mfext-master/opt/python3_devtools] is already loaded Looking in links: ./src Processing ./src/flit_scm-1.7.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 1)) Requirement already satisfied: flit-core~=3.5 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.13/site-packages (from flit-scm==1.7.0->-r requirements3.txt.tmp (line 1)) (3.12.0) Requirement already satisfied: setuptools_scm>=6.4 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.13/site-packages (from flit-scm==1.7.0->-r requirements3.txt.tmp (line 1)) (8.2.0) Requirement already satisfied: packaging>=20 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.13/site-packages (from setuptools_scm>=6.4->flit-scm==1.7.0->-r requirements3.txt.tmp (line 1)) (25.0) Requirement already satisfied: setuptools>=61 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.13/site-packages (from setuptools_scm>=6.4->flit-scm==1.7.0->-r requirements3.txt.tmp (line 1)) (80.9.0) Installing collected packages: flit-scm Successfully installed flit-scm-1.7.0 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. if ! test -d /opt/metwork-mfext-master/opt/python3_devtools/lib/python3.13/site-packages; then mkdir -p /opt/metwork-mfext-master/opt/python3_devtools/lib/python3.13/site-packages; fi if test -f /opt/metwork-mfext-master/opt/python3_devtools/lib/python3.13/site-packages/requirements3.txt; then cat /opt/metwork-mfext-master/opt/python3_devtools/lib/python3.13/site-packages/requirements3.txt requirements3.txt |sort |uniq |sed 's/^-e git.*egg=\(.*\)$/\1/g' >/opt/metwork-mfext-master/opt/python3_devtools/lib/python3.13/site-packages/requirements3.txt.tmp; mv /opt/metwork-mfext-master/opt/python3_devtools/lib/python3.13/site-packages/requirements3.txt.tmp /opt/metwork-mfext-master/opt/python3_devtools/lib/python3.13/site-packages/requirements3.txt; else cat requirements3.txt |sort |uniq |sed 's/^-e git.*egg=\(.*\)$/\1/g' >/opt/metwork-mfext-master/opt/python3_devtools/lib/python3.13/site-packages/requirements3.txt ;fi IFS=$'\n' ; for REQ in `cat requirements3.txt |sort |uniq| grep -v "\["`; do _pip_package_to_yaml.sh "${REQ}" "/opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages" || { echo "ERROR WITH _pip_package_to_yaml.sh ${REQ} /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages"; exit 1; } done /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/flit_scm.yaml is ready make[3]: Leaving directory '/src/layers/layer7_python3_devtools/0400_prereq_extra_python_packages' make[3]: Entering directory '/src/layers/layer7_python3_devtools/0500_extra_python_packages' layer_wrapper --empty-env --empty-env-keeps=LANG,PATH,LAYERAPI2_LAYERS_PATH,PYTHON3_SHORT_VERSION,FORCED_PATHS,BUILDCACHE --force-prepend --layers=python3@mfext,devtools@mfext,python3_devtools@mfext -- scl enable gcc-toolset-11 -- make -f Makefile.mk all for REQ in requirements3.txt; do if test -s ${REQ}; then download_compile_requirements ${REQ} || { echo "ERROR WITH download_compile_requirements ${REQ}"; exit 1; }; fi; done [DEBUG]: loading tempolayer2438[/src/layers/layer7_python3_devtools/0500_extra_python_packages/tempolayer2438] Collecting apipkg==3.0.2 (from -r requirements3.txt (line 1)) Downloading apipkg-3.0.2.tar.gz (6.6 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting altgraph==0.17.5 (from -r requirements3.txt (line 2)) Downloading altgraph-0.17.5.tar.gz (48 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting astroid==3.3.9 (from -r requirements3.txt (line 3)) Downloading astroid-3.3.9.tar.gz (398 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting backrefs==5.8 (from -r requirements3.txt (line 4)) Downloading backrefs-5.8.tar.gz (6.8 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.8/6.8 MB 143.4 MB/s 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting bandit==1.8.3 (from -r requirements3.txt (line 5)) Downloading bandit-1.8.3.tar.gz (4.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.2/4.2 MB 7.2 MB/s 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting black==25.1.0 (from -r requirements3.txt (line 6)) Downloading black-25.1.0.tar.gz (649 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 649.4/649.4 kB 29.8 MB/s 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting bracex==2.5 (from -r requirements3.txt (line 7)) Downloading bracex-2.5.tar.gz (26 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting bump-pydantic==0.8.0 (from -r requirements3.txt (line 8)) Downloading bump_pydantic-0.8.0.tar.gz (28 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting cfgv==3.4.0 (from -r requirements3.txt (line 9)) Downloading cfgv-3.4.0.tar.gz (7.1 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting coverage==7.7.1 (from -r requirements3.txt (line 10)) Downloading coverage-7.7.1.tar.gz (810 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 810.3/810.3 kB 42.7 MB/s 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting exceptiongroup==1.2.2 (from -r requirements3.txt (line 11)) Downloading exceptiongroup-1.2.2.tar.gz (28 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting execnet==2.1.1 (from -r requirements3.txt (line 12)) Downloading execnet-2.1.1.tar.gz (166 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting filprofiler==2024.11.2 (from -r requirements3.txt (line 13)) Downloading filprofiler-2024.11.2-cp313-cp313-manylinux_2_28_x86_64.whl.metadata (3.8 kB) Collecting flake8==7.1.2 (from -r requirements3.txt (line 14)) Downloading flake8-7.1.2.tar.gz (48 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting flake8-docstrings==1.7.0 (from -r requirements3.txt (line 15)) Downloading flake8_docstrings-1.7.0.tar.gz (6.0 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting freezegun==1.5.1 (from -r requirements3.txt (line 16)) Downloading freezegun-1.5.1.tar.gz (33 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting ghp-import==2.1.0 (from -r requirements3.txt (line 17)) Downloading ghp-import-2.1.0.tar.gz (10 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting gitdb==4.0.12 (from -r requirements3.txt (line 18)) Downloading gitdb-4.0.12.tar.gz (394 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting GitPython==3.1.44 (from -r requirements3.txt (line 19)) Downloading gitpython-3.1.44.tar.gz (214 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting hjson==3.1.0 (from -r requirements3.txt (line 20)) Downloading hjson-3.1.0.tar.gz (40 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting identify==2.6.9 (from -r requirements3.txt (line 21)) Downloading identify-2.6.9.tar.gz (99 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting iniconfig==2.1.0 (from -r requirements3.txt (line 22)) Downloading iniconfig-2.1.0.tar.gz (4.8 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting isort==6.0.1 (from -r requirements3.txt (line 23)) Downloading isort-6.0.1-py3-none-any.whl.metadata (11 kB) Collecting jmespath==1.0.1 (from -r requirements3.txt (line 24)) Downloading jmespath-1.0.1.tar.gz (25 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting jschema-to-python==1.2.3 (from -r requirements3.txt (line 25)) Downloading jschema_to_python-1.2.3.tar.gz (10 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting jsonpickle==4.1.1 (from -r requirements3.txt (line 26)) Downloading jsonpickle-4.1.1.tar.gz (316 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting lazy-object-proxy==1.10.0 (from -r requirements3.txt (line 27)) Downloading lazy-object-proxy-1.10.0.tar.gz (43 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting libcst==1.8.6 (from -r requirements3.txt (line 28)) Downloading libcst-1.8.6.tar.gz (891 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 891.4/891.4 kB 52.0 MB/s 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting livereload==2.7.1 (from -r requirements3.txt (line 29)) Downloading livereload-2.7.1.tar.gz (22 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting lunr==0.8.0 (from -r requirements3.txt (line 30)) Downloading lunr-0.8.0.tar.gz (1.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 10.4 MB/s 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting Mako==1.3.9 (from -r requirements3.txt (line 31)) Downloading mako-1.3.9.tar.gz (392 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting mccabe==0.7.0 (from -r requirements3.txt (line 32)) Downloading mccabe-0.7.0.tar.gz (9.7 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting mergedeep==1.3.4 (from -r requirements3.txt (line 33)) Downloading mergedeep-1.3.4.tar.gz (4.7 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting mkdocs==1.6.1 (from -r requirements3.txt (line 34)) Downloading mkdocs-1.6.1.tar.gz (3.9 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.9/3.9 MB 181.0 MB/s 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting mkdocs-add-number-plugin==1.2.2 (from -r requirements3.txt (line 35)) Downloading mkdocs-add-number-plugin-1.2.2.tar.gz (8.8 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting mkdocs-awesome-nav==3.0.0 (from -r requirements3.txt (line 36)) Downloading mkdocs_awesome_nav-3.0.0.tar.gz (7.9 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting mkdocs-exclude==1.0.2 (from -r requirements3.txt (line 37)) Downloading mkdocs-exclude-1.0.2.tar.gz (6.8 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting mkdocs-get-deps==0.2.0 (from -r requirements3.txt (line 38)) Downloading mkdocs_get_deps-0.2.0.tar.gz (10 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting mkdocs-macros-plugin==1.3.7 (from -r requirements3.txt (line 39)) Downloading mkdocs_macros_plugin-1.3.7.tar.gz (33 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting mkdocs-material==9.6.9 (from -r requirements3.txt (line 40)) Downloading mkdocs_material-9.6.9.tar.gz (3.9 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.9/3.9 MB 4.2 MB/s 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting mkdocs-material-extensions==1.3.1 (from -r requirements3.txt (line 41)) Downloading mkdocs_material_extensions-1.3.1.tar.gz (11 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting mock==5.2.0 (from -r requirements3.txt (line 42)) Downloading mock-5.2.0.tar.gz (92 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting more-itertools==10.6.0 (from -r requirements3.txt (line 43)) Downloading more-itertools-10.6.0.tar.gz (125 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting natsort==8.4.0 (from -r requirements3.txt (line 44)) Downloading natsort-8.4.0.tar.gz (76 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting nltk==3.9.2 (from -r requirements3.txt (line 45)) Downloading nltk-3.9.2.tar.gz (2.9 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.9/2.9 MB 89.2 MB/s 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting nodeenv==1.9.1 (from -r requirements3.txt (line 46)) Downloading nodeenv-1.9.1.tar.gz (47 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting paginate==0.5.7 (from -r requirements3.txt (line 47)) Downloading paginate-0.5.7.tar.gz (19 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting panoply==0.1.56 (from -r requirements3.txt (line 48)) Downloading panoply-0.1.56-py3-none-any.whl.metadata (525 bytes) Collecting pdoc3==0.11.6 (from -r requirements3.txt (line 49)) Downloading pdoc3-0.11.6.tar.gz (177 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pipdeptree==2.26.0 (from -r requirements3.txt (line 50)) Downloading pipdeptree-2.26.0.tar.gz (40 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pre-commit==4.2.0 (from -r requirements3.txt (line 51)) Downloading pre_commit-4.2.0.tar.gz (193 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting py-spy==0.4.0 (from -r requirements3.txt (line 52)) Downloading py_spy-0.4.0-py2.py3-none-manylinux_2_5_x86_64.manylinux1_x86_64.whl.metadata (16 kB) Collecting pydocstyle==6.3.0 (from -r requirements3.txt (line 53)) Downloading pydocstyle-6.3.0-py3-none-any.whl.metadata (3.7 kB) Collecting pyflakes==3.2.0 (from -r requirements3.txt (line 54)) Downloading pyflakes-3.2.0.tar.gz (63 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pyinstaller-hooks-contrib==2025.10 (from -r requirements3.txt (line 55)) Downloading pyinstaller_hooks_contrib-2025.10.tar.gz (168 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pyinstaller==6.16.0 (from -r requirements3.txt (line 56)) Downloading pyinstaller-6.16.0.tar.gz (4.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.0/4.0 MB 13.4 MB/s 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pylint==3.3.6 (from -r requirements3.txt (line 57)) Downloading pylint-3.3.6.tar.gz (1.5 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.5/1.5 MB 13.3 MB/s 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pymdown-extensions==10.19.1 (from -r requirements3.txt (line 58)) Downloading pymdown_extensions-10.19.1.tar.gz (847 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 847.8/847.8 kB 67.0 MB/s 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pyproject-api==1.9.0 (from -r requirements3.txt (line 59)) Downloading pyproject_api-1.9.0.tar.gz (22 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pytest==8.4.2 (from -r requirements3.txt (line 60)) Downloading pytest-8.4.2.tar.gz (1.5 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.5/1.5 MB 89.5 MB/s 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pytest-asyncio==0.26.0 (from -r requirements3.txt (line 61)) Downloading pytest_asyncio-0.26.0.tar.gz (54 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pytest-cov==6.0.0 (from -r requirements3.txt (line 62)) Downloading pytest-cov-6.0.0.tar.gz (66 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pytest-html==4.1.1 (from -r requirements3.txt (line 63)) Downloading pytest_html-4.1.1.tar.gz (150 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pytest-httpserver==1.1.2 (from -r requirements3.txt (line 64)) Downloading pytest_httpserver-1.1.2-py3-none-any.whl.metadata (6.2 kB) Collecting pytest-json-report==1.5.0 (from -r requirements3.txt (line 65)) Downloading pytest-json-report-1.5.0.tar.gz (21 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pytest-metadata==3.1.1 (from -r requirements3.txt (line 66)) Downloading pytest_metadata-3.1.1-py3-none-any.whl.metadata (8.6 kB) Collecting pytest-mock==3.14.0 (from -r requirements3.txt (line 67)) Downloading pytest-mock-3.14.0.tar.gz (32 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pytest-xdist==3.6.1 (from -r requirements3.txt (line 68)) Downloading pytest_xdist-3.6.1.tar.gz (84 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pyyaml-env-tag==0.1 (from -r requirements3.txt (line 69)) Downloading pyyaml_env_tag-0.1.tar.gz (5.6 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pyyaml-ft==8.0.0 (from -r requirements3.txt (line 70)) Downloading pyyaml_ft-8.0.0.tar.gz (141 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting sarif-om==1.0.4 (from -r requirements3.txt (line 71)) Downloading sarif_om-1.0.4.tar.gz (28 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting sftp-py==0.2.1 (from -r requirements3.txt (line 72)) Downloading sftp_py-0.2.1.tar.gz (6.1 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting simple-term-menu==1.6.6 (from -r requirements3.txt (line 73)) Downloading simple_term_menu-1.6.6.tar.gz (35 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting smmap==5.0.2 (from -r requirements3.txt (line 74)) Downloading smmap-5.0.2.tar.gz (22 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting snowballstemmer==2.2.0 (from -r requirements3.txt (line 75)) Downloading snowballstemmer-2.2.0.tar.gz (86 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting stevedore==5.4.1 (from -r requirements3.txt (line 76)) Downloading stevedore-5.4.1.tar.gz (513 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting super-collections==0.5.3 (from -r requirements3.txt (line 77)) Downloading super_collections-0.5.3.tar.gz (10 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting tox==4.25.0 (from -r requirements3.txt (line 78)) Downloading tox-4.25.0.tar.gz (196 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting typing-inspect==0.9.0 (from -r requirements3.txt (line 79)) Downloading typing_inspect-0.9.0.tar.gz (13 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting watchdog==6.0.0 (from -r requirements3.txt (line 80)) Downloading watchdog-6.0.0.tar.gz (131 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting wcmatch==10.0 (from -r requirements3.txt (line 81)) Downloading wcmatch-10.0.tar.gz (115 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting PyYAML>=5.3.1 (from bandit==1.8.3->-r requirements3.txt (line 5)) Downloading pyyaml-6.0.3.tar.gz (130 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting rich (from bandit==1.8.3->-r requirements3.txt (line 5)) Downloading rich-14.2.0-py3-none-any.whl.metadata (18 kB) Collecting click>=8.0.0 (from black==25.1.0->-r requirements3.txt (line 6)) Downloading click-8.2.1.tar.gz (286 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting mypy-extensions>=0.4.3 (from black==25.1.0->-r requirements3.txt (line 6)) Downloading mypy_extensions-1.1.0.tar.gz (6.3 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting packaging>=22.0 (from black==25.1.0->-r requirements3.txt (line 6)) Using cached packaging-25.0-py3-none-any.whl Collecting pathspec>=0.9.0 (from black==25.1.0->-r requirements3.txt (line 6)) Downloading pathspec-0.12.1.tar.gz (51 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting platformdirs>=2 (from black==25.1.0->-r requirements3.txt (line 6)) Downloading platformdirs-4.5.0.tar.gz (21 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting typer>=0.7.0 (from bump-pydantic==0.8.0->-r requirements3.txt (line 8)) Downloading typer-0.16.0-py3-none-any.whl.metadata (15 kB) Collecting typing-extensions (from bump-pydantic==0.8.0->-r requirements3.txt (line 8)) Downloading typing_extensions-4.15.0.tar.gz (109 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting threadpoolctl (from filprofiler==2024.11.2->-r requirements3.txt (line 13)) Downloading threadpoolctl-3.6.0.tar.gz (21 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pycodestyle<2.13.0,>=2.12.0 (from flake8==7.1.2->-r requirements3.txt (line 14)) Downloading pycodestyle-2.12.1.tar.gz (39 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting python-dateutil>=2.7 (from freezegun==1.5.1->-r requirements3.txt (line 16)) Downloading python-dateutil-2.9.0.post0.tar.gz (342 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting attrs (from jschema-to-python==1.2.3->-r requirements3.txt (line 25)) Downloading attrs-25.1.0.tar.gz (810 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 810.6/810.6 kB 66.1 MB/s 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pbr (from jschema-to-python==1.2.3->-r requirements3.txt (line 25)) Downloading pbr-6.1.1.tar.gz (125 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting tornado (from livereload==2.7.1->-r requirements3.txt (line 29)) Downloading tornado-6.5.1.tar.gz (509 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting MarkupSafe>=0.9.2 (from Mako==1.3.9->-r requirements3.txt (line 31)) Downloading markupsafe-3.0.2.tar.gz (20 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting jinja2>=2.11.1 (from mkdocs==1.6.1->-r requirements3.txt (line 34)) Downloading jinja2-3.1.6.tar.gz (245 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting markdown>=3.3.6 (from mkdocs==1.6.1->-r requirements3.txt (line 34)) Downloading markdown-3.7.tar.gz (357 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pydantic>=2.8.1 (from mkdocs-awesome-nav==3.0.0->-r requirements3.txt (line 36)) Downloading pydantic-2.12.4.tar.gz (821 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 821.0/821.0 kB 58.2 MB/s 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting termcolor (from mkdocs-macros-plugin==1.3.7->-r requirements3.txt (line 39)) Downloading termcolor-2.5.0.tar.gz (13 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting babel~=2.10 (from mkdocs-material==9.6.9->-r requirements3.txt (line 40)) Downloading babel-2.17.0.tar.gz (10.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10.0/10.0 MB 119.1 MB/s 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting colorama~=0.4 (from mkdocs-material==9.6.9->-r requirements3.txt (line 40)) Downloading colorama-0.4.6.tar.gz (27 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pygments~=2.16 (from mkdocs-material==9.6.9->-r requirements3.txt (line 40)) Downloading pygments-2.19.2.tar.gz (5.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.0/5.0 MB 152.2 MB/s 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting requests~=2.26 (from mkdocs-material==9.6.9->-r requirements3.txt (line 40)) Downloading requests-2.32.5.tar.gz (134 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting joblib (from nltk==3.9.2->-r requirements3.txt (line 45)) Downloading joblib-1.4.2.tar.gz (2.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 138.1 MB/s 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting regex>=2021.8.3 (from nltk==3.9.2->-r requirements3.txt (line 45)) Downloading regex-2024.11.6.tar.gz (399 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting tqdm (from nltk==3.9.2->-r requirements3.txt (line 45)) Downloading tqdm-4.67.1.tar.gz (169 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pip>=24.2 (from pipdeptree==2.26.0->-r requirements3.txt (line 50)) Downloading pip-25.3.tar.gz (1.8 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 119.1 MB/s 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting virtualenv>=20.10.0 (from pre-commit==4.2.0->-r requirements3.txt (line 51)) Downloading virtualenv-20.29.2.tar.gz (4.3 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.3/4.3 MB 37.1 MB/s 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting setuptools>=42.0.0 (from pyinstaller-hooks-contrib==2025.10->-r requirements3.txt (line 55)) Using cached setuptools-80.9.0-py3-none-any.whl Collecting dill>=0.3.6 (from pylint==3.3.6->-r requirements3.txt (line 57)) Downloading dill-0.4.0.tar.gz (186 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting tomlkit>=0.10.1 (from pylint==3.3.6->-r requirements3.txt (line 57)) Downloading tomlkit-0.13.2-py3-none-any.whl.metadata (2.7 kB) Collecting pluggy<2,>=1.5 (from pytest==8.4.2->-r requirements3.txt (line 60)) Downloading pluggy-1.5.0.tar.gz (67 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting Werkzeug>=2.0.0 (from pytest-httpserver==1.1.2->-r requirements3.txt (line 64)) Downloading werkzeug-3.1.4.tar.gz (864 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 864.7/864.7 kB 61.4 MB/s 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting paramiko>=2.7.1 (from sftp-py==0.2.1->-r requirements3.txt (line 72)) Downloading paramiko-3.5.1.tar.gz (1.6 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 116.3 MB/s 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting cachetools>=5.5.1 (from tox==4.25.0->-r requirements3.txt (line 78)) Downloading cachetools-5.5.2.tar.gz (28 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting chardet>=5.2 (from tox==4.25.0->-r requirements3.txt (line 78)) Downloading chardet-5.2.0.tar.gz (2.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 122.9 MB/s 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting filelock>=3.16.1 (from tox==4.25.0->-r requirements3.txt (line 78)) Downloading filelock-3.20.1.tar.gz (19 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting charset_normalizer<4,>=2 (from requests~=2.26->mkdocs-material==9.6.9->-r requirements3.txt (line 40)) Downloading charset_normalizer-3.4.2.tar.gz (126 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting idna<4,>=2.5 (from requests~=2.26->mkdocs-material==9.6.9->-r requirements3.txt (line 40)) Downloading idna-3.10.tar.gz (190 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting urllib3<3,>=1.21.1 (from requests~=2.26->mkdocs-material==9.6.9->-r requirements3.txt (line 40)) Downloading urllib3-2.6.2.tar.gz (432 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting certifi>=2017.4.17 (from requests~=2.26->mkdocs-material==9.6.9->-r requirements3.txt (line 40)) Downloading certifi-2025.11.12.tar.gz (160 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting bcrypt>=3.2 (from paramiko>=2.7.1->sftp-py==0.2.1->-r requirements3.txt (line 72)) Downloading bcrypt-5.0.0.tar.gz (25 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting cryptography>=3.3 (from paramiko>=2.7.1->sftp-py==0.2.1->-r requirements3.txt (line 72)) Downloading cryptography-46.0.3.tar.gz (749 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 749.3/749.3 kB 42.8 MB/s 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pynacl>=1.5 (from paramiko>=2.7.1->sftp-py==0.2.1->-r requirements3.txt (line 72)) Downloading PyNaCl-1.5.0.tar.gz (3.4 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.4/3.4 MB 174.4 MB/s 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting cffi>=2.0.0 (from cryptography>=3.3->paramiko>=2.7.1->sftp-py==0.2.1->-r requirements3.txt (line 72)) Downloading cffi-2.0.0.tar.gz (523 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pycparser (from cffi>=2.0.0->cryptography>=3.3->paramiko>=2.7.1->sftp-py==0.2.1->-r requirements3.txt (line 72)) Downloading pycparser-2.23.tar.gz (173 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting annotated-types>=0.6.0 (from pydantic>=2.8.1->mkdocs-awesome-nav==3.0.0->-r requirements3.txt (line 36)) Downloading annotated_types-0.7.0.tar.gz (16 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pydantic-core==2.41.5 (from pydantic>=2.8.1->mkdocs-awesome-nav==3.0.0->-r requirements3.txt (line 36)) Downloading pydantic_core-2.41.5.tar.gz (460 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting typing-inspection>=0.4.2 (from pydantic>=2.8.1->mkdocs-awesome-nav==3.0.0->-r requirements3.txt (line 36)) Downloading typing_inspection-0.4.2.tar.gz (75 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting six>=1.5 (from python-dateutil>=2.7->freezegun==1.5.1->-r requirements3.txt (line 16)) Downloading six-1.17.0.tar.gz (34 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting shellingham>=1.3.0 (from typer>=0.7.0->bump-pydantic==0.8.0->-r requirements3.txt (line 8)) Downloading shellingham-1.5.4.tar.gz (10 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting markdown-it-py>=2.2.0 (from rich->bandit==1.8.3->-r requirements3.txt (line 5)) 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 mdurl~=0.1 (from markdown-it-py>=2.2.0->rich->bandit==1.8.3->-r requirements3.txt (line 5)) Downloading mdurl-0.1.2.tar.gz (8.7 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting distlib<1,>=0.3.7 (from virtualenv>=20.10.0->pre-commit==4.2.0->-r requirements3.txt (line 51)) Downloading distlib-0.4.0.tar.gz (614 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 614.6/614.6 kB 41.1 MB/s 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Downloading filprofiler-2024.11.2-cp313-cp313-manylinux_2_28_x86_64.whl (1.5 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.5/1.5 MB 13.9 MB/s 0:00:00 Downloading isort-6.0.1-py3-none-any.whl (94 kB) Downloading panoply-0.1.56-py3-none-any.whl (3.1 kB) Downloading py_spy-0.4.0-py2.py3-none-manylinux_2_5_x86_64.manylinux1_x86_64.whl (2.7 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.7/2.7 MB 193.6 MB/s 0:00:00 Downloading pydocstyle-6.3.0-py3-none-any.whl (38 kB) Downloading pytest_httpserver-1.1.2-py3-none-any.whl (20 kB) Downloading pytest_metadata-3.1.1-py3-none-any.whl (11 kB) Downloading tomlkit-0.13.2-py3-none-any.whl (37 kB) Downloading typer-0.16.0-py3-none-any.whl (46 kB) Downloading rich-14.2.0-py3-none-any.whl (243 kB) Saved ./src/filprofiler-2024.11.2-cp313-cp313-manylinux_2_28_x86_64.whl Saved ./src/isort-6.0.1-py3-none-any.whl Saved ./src/panoply-0.1.56-py3-none-any.whl Saved ./src/py_spy-0.4.0-py2.py3-none-manylinux_2_5_x86_64.manylinux1_x86_64.whl Saved ./src/pydocstyle-6.3.0-py3-none-any.whl Saved ./src/pytest_httpserver-1.1.2-py3-none-any.whl Saved ./src/pytest_metadata-3.1.1-py3-none-any.whl Saved ./src/packaging-25.0-py3-none-any.whl Saved ./src/setuptools-80.9.0-py3-none-any.whl Saved ./src/tomlkit-0.13.2-py3-none-any.whl Saved ./src/typer-0.16.0-py3-none-any.whl Saved ./src/rich-14.2.0-py3-none-any.whl Building wheels for collected packages: apipkg, altgraph, astroid, backrefs, bandit, black, bracex, bump-pydantic, cfgv, coverage, exceptiongroup, execnet, flake8, mccabe, pyflakes, flake8-docstrings, freezegun, ghp-import, gitdb, smmap, GitPython, hjson, identify, iniconfig, jmespath, jschema-to-python, jsonpickle, lazy-object-proxy, libcst, livereload, lunr, Mako, mergedeep, mkdocs, mkdocs-add-number-plugin, mkdocs-awesome-nav, mkdocs-exclude, mkdocs-get-deps, mkdocs-macros-plugin, mkdocs-material, mkdocs-material-extensions, paginate, pymdown-extensions, mock, more-itertools, natsort, nltk, nodeenv, simple-term-menu, pdoc3, pipdeptree, pre-commit, pyinstaller-hooks-contrib, pyinstaller, pylint, pyproject-api, pytest, pytest-asyncio, pytest-cov, pytest-html, pytest-json-report, pytest-mock, pytest-xdist, pyyaml-env-tag, pyyaml-ft, sarif-om, sftp-py, snowballstemmer, stevedore, super-collections, tox, typing-inspect, watchdog, wcmatch, babel, colorama, jinja2, markdown, pluggy, pycodestyle, pygments, requests, charset_normalizer, idna, urllib3, cachetools, certifi, chardet, click, dill, filelock, MarkupSafe, mypy-extensions, paramiko, bcrypt, cryptography, cffi, pathspec, pbr, pip, platformdirs, pydantic, pydantic-core, annotated-types, pynacl, python-dateutil, PyYAML, regex, six, markdown-it-py, mdurl, shellingham, typing-extensions, typing-inspection, virtualenv, distlib, Werkzeug, attrs, joblib, pycparser, termcolor, threadpoolctl, tornado, tqdm Building wheel for apipkg (pyproject.toml): started Building wheel for apipkg (pyproject.toml): finished with status 'done' Created wheel for apipkg: filename=apipkg-3.0.2-py3-none-any.whl size=8462 sha256=30ebf05c8703ce33514a3b60f698cb4480fd1d0bb8f7cc7eb078ea0fd5c6f6a6 Stored in directory: /root/.cache/pip/wheels/a9/e6/8a/6f38d8a51a7075f6f6b6763bde94125ef9f798fb54bf97621b Building wheel for altgraph (pyproject.toml): started Building wheel for altgraph (pyproject.toml): finished with status 'done' Created wheel for altgraph: filename=altgraph-0.17.5-py2.py3-none-any.whl size=21329 sha256=470893a53ab99f0300f76254c4e4d8e7aed069d0e8331ebe6facf6551c2c75f6 Stored in directory: /root/.cache/pip/wheels/16/ee/4a/93f6106a84acc413ff74d0ef434bc329b24a84ad428a7878c5 Building wheel for astroid (pyproject.toml): started Building wheel for astroid (pyproject.toml): finished with status 'done' Created wheel for astroid: filename=astroid-3.3.9-py3-none-any.whl size=275396 sha256=856873d8b972d14a3f3df42dcca4a2a0382c2f51e3161d334a24358753997b0a Stored in directory: /root/.cache/pip/wheels/e5/dc/96/e159a7992b902bb9c56182b4be683ac99640c4c67ecf612c2d Building wheel for backrefs (pyproject.toml): started Building wheel for backrefs (pyproject.toml): finished with status 'done' Created wheel for backrefs: filename=backrefs-5.8-py313-none-any.whl size=399915 sha256=e3a63b073867dbefd0536425f43db618578528e3896fb77be7141328642a1585 Stored in directory: /root/.cache/pip/wheels/ae/23/50/32457bb5a9d99d3692507791f78ecd3d3f4dc48446b5895537 Building wheel for bandit (pyproject.toml): started Building wheel for bandit (pyproject.toml): finished with status 'done' Created wheel for bandit: filename=bandit-1.8.3-py3-none-any.whl size=132878 sha256=107c80321068334f902de08889c24d25f98e95c93da575c9d7e12ce6864b5984 Stored in directory: /root/.cache/pip/wheels/25/20/2c/64cf8d672afdb9dfcb91df6fc5485e225f0534a7557d464f3e Building wheel for black (pyproject.toml): started Building wheel for black (pyproject.toml): finished with status 'done' Created wheel for black: filename=black-25.1.0-py3-none-any.whl size=207646 sha256=95e8176dae143ba9097f351d174fdaf0ccd29efb414b362ae3fd72bf0f710717 Stored in directory: /root/.cache/pip/wheels/b2/1d/1a/8f3fba481c0e038f40166b3b5ac1783310ee8982987ec35966 Building wheel for bracex (pyproject.toml): started Building wheel for bracex (pyproject.toml): finished with status 'done' Created wheel for bracex: filename=bracex-2.5-py3-none-any.whl size=11508 sha256=66e6b9fb314a236635b49a4eb6d07540f3712a9bfd4c873fac424b2c7c86c289 Stored in directory: /root/.cache/pip/wheels/e9/54/d1/683b993190377a2bd5a427bea202bc8b23f9d76df822dea88e Building wheel for bump-pydantic (pyproject.toml): started Building wheel for bump-pydantic (pyproject.toml): finished with status 'done' Created wheel for bump-pydantic: filename=bump_pydantic-0.8.0-py3-none-any.whl size=27526 sha256=c2804b772b913ec097fce7ecf3ef805580aac484dc1196a18f02b6f222856968 Stored in directory: /root/.cache/pip/wheels/a1/41/fb/86ec569f7eeae6b4d6adba10806886fb91c2579e384ea4da6c Building wheel for cfgv (pyproject.toml): started Building wheel for cfgv (pyproject.toml): finished with status 'done' Created wheel for cfgv: filename=cfgv-3.4.0-py2.py3-none-any.whl size=7284 sha256=9a22b18957105c78efba497c8731bba3b0fd55f95aa6353d1d3bf40e7e6a6940 Stored in directory: /root/.cache/pip/wheels/57/6f/69/55b007b6790c369c3d118f273027bc8d1784ac12b6a9402f76 Building wheel for coverage (pyproject.toml): started Building wheel for coverage (pyproject.toml): finished with status 'done' Created wheel for coverage: filename=coverage-7.7.1-cp313-cp313-linux_x86_64.whl size=243582 sha256=fe3b90d80d28752ac2e5553a813cf0eb0892c5144e1725a5bbdf399cf394ddfc Stored in directory: /root/.cache/pip/wheels/36/fa/f4/d6f4179e2a231eac7e4e46d77173b2de151e062f6d10a41af8 Building wheel for exceptiongroup (pyproject.toml): started Building wheel for exceptiongroup (pyproject.toml): finished with status 'done' Created wheel for exceptiongroup: filename=exceptiongroup-1.2.2-py3-none-any.whl size=16527 sha256=e2ce4e71dca8afa27257fa12f8e4d7565d9fd32890ee8a04663e1fcd191f9671 Stored in directory: /root/.cache/pip/wheels/06/84/db/252b19bd0143a1c462b2c7d40e4e7bbbb02ca54603e6de213a Building wheel for execnet (pyproject.toml): started Building wheel for execnet (pyproject.toml): finished with status 'done' Created wheel for execnet: filename=execnet-2.1.1-py3-none-any.whl size=40641 sha256=beaf84d94aa74252f763ed46164cb3a4ee8793b21aec06f7b1c2ca011d69826f Stored in directory: /root/.cache/pip/wheels/a3/3e/ea/f08bb4600f93706f7c7990c5c3e1f1660b5cb526d77c042301 Building wheel for flake8 (pyproject.toml): started Building wheel for flake8 (pyproject.toml): finished with status 'done' Created wheel for flake8: filename=flake8-7.1.2-py2.py3-none-any.whl size=57781 sha256=2b3d15f4a9b2f66ee72b77aec7df0368ba0e452185117aec630340f113654503 Stored in directory: /root/.cache/pip/wheels/eb/ce/1e/d5208fd6657dfcd6369f477db553711731cf453222b0eb9859 Building wheel for mccabe (pyproject.toml): started Building wheel for mccabe (pyproject.toml): finished with status 'done' Created wheel for mccabe: filename=mccabe-0.7.0-py2.py3-none-any.whl size=7425 sha256=ea9b026a336e6c1f32f804e35395f66ea8357adc9f60dec1074b62ed9d2a120b Stored in directory: /root/.cache/pip/wheels/27/0a/1c/9c5a5d16f9156c078b737adbc4d1324df234b448819e24d20e Building wheel for pyflakes (pyproject.toml): started Building wheel for pyflakes (pyproject.toml): finished with status 'done' Created wheel for pyflakes: filename=pyflakes-3.2.0-py2.py3-none-any.whl size=62804 sha256=0aefd9c848594e0023abeddff74e7f35fdd473bd913130f5778b23b2fd44504e Stored in directory: /root/.cache/pip/wheels/84/f7/e7/5dfb285f5a8d5371edba8b574dcecbd47f298f7ec2ee87b8ab Building wheel for flake8-docstrings (pyproject.toml): started Building wheel for flake8-docstrings (pyproject.toml): finished with status 'done' Created wheel for flake8-docstrings: filename=flake8_docstrings-1.7.0-py2.py3-none-any.whl size=5032 sha256=61b9fa5c4d314d16ed0bd43a81a6282b189ea3c785fa5ae8997a6e96603662ae Stored in directory: /root/.cache/pip/wheels/93/4b/16/52dc05e9b0483cc45a19faa0310e0edddc9466a4fa0fa3c19c Building wheel for freezegun (pyproject.toml): started Building wheel for freezegun (pyproject.toml): finished with status 'done' Created wheel for freezegun: filename=freezegun-1.5.1-py3-none-any.whl size=17631 sha256=1d3e112167288eb7abac632a4eb813db9d814142b309ac52caec75100dcafd9a Stored in directory: /root/.cache/pip/wheels/bf/b6/5a/9f3bec51db953beab6db63f5fbf817cdb68de1aa248126e587 Building wheel for ghp-import (pyproject.toml): started Building wheel for ghp-import (pyproject.toml): finished with status 'done' Created wheel for ghp-import: filename=ghp_import-2.1.0-py3-none-any.whl size=11102 sha256=4625fcdbb7c4b73a76ff9162efaf4a4eec936829735f29e484717bec0f9bcca0 Stored in directory: /root/.cache/pip/wheels/e2/88/ea/b2ba83cd2a1786453df8e2636fc31cfc51779e8325bcad867e Building wheel for gitdb (pyproject.toml): started Building wheel for gitdb (pyproject.toml): finished with status 'done' Created wheel for gitdb: filename=gitdb-4.0.12-py3-none-any.whl size=62899 sha256=e5da63b8a1bf6c45ae2bc93f4158f13a6000882ca1d19393a1433e83a9eeede0 Stored in directory: /root/.cache/pip/wheels/7d/d4/5f/dacc50beb33051a0672e34c0f78e4012a720014078433d2aa4 Building wheel for smmap (pyproject.toml): started Building wheel for smmap (pyproject.toml): finished with status 'done' Created wheel for smmap: filename=smmap-5.0.2-py3-none-any.whl size=24386 sha256=33acfd7aa2bf444956fb611fcf19a045fe80432117933914fc02b4d518218ca3 Stored in directory: /root/.cache/pip/wheels/5b/17/fe/d291bed4d086f8dfce17868892ad61833e94987beb168ff30d Building wheel for GitPython (pyproject.toml): started Building wheel for GitPython (pyproject.toml): finished with status 'done' Created wheel for GitPython: filename=gitpython-3.1.44-py3-none-any.whl size=207716 sha256=bc0528288fd9c855cfba53d1c3d2793ae613225ea5cba6a584e11b9513340262 Stored in directory: /root/.cache/pip/wheels/13/c7/6c/74d3c8be2c6de2a49870d5aa34b6b294c4e5cfcda1d395c395 Building wheel for hjson (pyproject.toml): started Building wheel for hjson (pyproject.toml): finished with status 'done' Created wheel for hjson: filename=hjson-3.1.0-py3-none-any.whl size=54103 sha256=32367c0773fd34466aec575765b20be48cbb826463f74cfb095a85a109bb0c44 Stored in directory: /root/.cache/pip/wheels/d2/57/85/5823ba6bb3b2bcf4186bf45ca99d454f1c340a99ce83550e80 Building wheel for identify (pyproject.toml): started Building wheel for identify (pyproject.toml): finished with status 'done' Created wheel for identify: filename=identify-2.6.9-py2.py3-none-any.whl size=99131 sha256=2255a1d30bc86fda97b21e4e7f6c28054538f161de954cbeabe58ce0bcbe7825 Stored in directory: /root/.cache/pip/wheels/96/0f/93/6193512edf4eb18574e4f5cc5fea1df9fea2a9ed196158c4fd Building wheel for iniconfig (pyproject.toml): started Building wheel for iniconfig (pyproject.toml): finished with status 'done' Created wheel for iniconfig: filename=iniconfig-2.1.0-py3-none-any.whl size=6073 sha256=a996e4d8535910b97a61fe1a515fdd6f8d2add05cd72d632cc8092501b731593 Stored in directory: /root/.cache/pip/wheels/46/fd/d2/2ee3a070a4168590a12ed80fb75cdb0643aba569ae4ab751c0 Building wheel for jmespath (pyproject.toml): started Building wheel for jmespath (pyproject.toml): finished with status 'done' Created wheel for jmespath: filename=jmespath-1.0.1-py3-none-any.whl size=20337 sha256=baaca2299b32f977eee6840f1442c15939aaa3d1f852b50e7d85fd77ea09d686 Stored in directory: /root/.cache/pip/wheels/04/ad/55/6171379116b3cda3dfb150b64db5a566e10d4a656a6bda81b8 Building wheel for jschema-to-python (pyproject.toml): started Building wheel for jschema-to-python (pyproject.toml): finished with status 'done' Created wheel for jschema-to-python: filename=jschema_to_python-1.2.3-py3-none-any.whl size=10491 sha256=1f106ddd440c24dafc3b7c70db5849ebde306938d9d6f700db01c66624305534 Stored in directory: /root/.cache/pip/wheels/d7/e5/7f/6f655ecd1f4a46c7a01eee16e7f9c10e095350a21bd47abfe7 Building wheel for jsonpickle (pyproject.toml): started Building wheel for jsonpickle (pyproject.toml): finished with status 'done' Created wheel for jsonpickle: filename=jsonpickle-4.1.1-py3-none-any.whl size=47125 sha256=73bf7a8e1fa6e5b8925d1d16aea4d6742fb50d5838e8371ac99e0f5fac20fef3 Stored in directory: /root/.cache/pip/wheels/68/4b/3e/fe5f5981ca28c1a7091bf72bfd2a1e366c925e5a3154de1e2a Building wheel for lazy-object-proxy (pyproject.toml): started Building wheel for lazy-object-proxy (pyproject.toml): finished with status 'done' Created wheel for lazy-object-proxy: filename=lazy_object_proxy-1.10.0-cp313-cp313-linux_x86_64.whl size=71783 sha256=eab2434232394a8edbcb9fa120fc5cda9ee29d2b7d4414b40d60e1ea7c7a93b1 Stored in directory: /root/.cache/pip/wheels/5a/8a/a3/6b270f863df3862ab7e401bc1c97bebee5b87452b51189ebea Building wheel for libcst (pyproject.toml): started Building wheel for libcst (pyproject.toml): finished with status 'done' Created wheel for libcst: filename=libcst-1.8.6-cp313-cp313-linux_x86_64.whl size=2326444 sha256=ba8c478c965ecc6da49acf5fc1fcb7b0a447073ffa17455e9366505003555e5f Stored in directory: /root/.cache/pip/wheels/e3/4b/47/fff9ca86b75f50422c5ebb4c09207e632193ee400c6e979e63 Building wheel for livereload (pyproject.toml): started Building wheel for livereload (pyproject.toml): finished with status 'done' Created wheel for livereload: filename=livereload-2.7.1-py3-none-any.whl size=22744 sha256=6ad72b942c04774cca32033df395b88bda447f8fbaea76368b139f2a7d23c862 Stored in directory: /root/.cache/pip/wheels/40/af/de/a215c2a07bc1d8ffc8de4092337dc671004b894d39fee921d6 Building wheel for lunr (pyproject.toml): started Building wheel for lunr (pyproject.toml): finished with status 'done' Created wheel for lunr: filename=lunr-0.8.0-py3-none-any.whl size=35211 sha256=a2bc4e08dbb35b32723006bf2edbe6dc1f4f4b95955eea0d23165a184d276ce8 Stored in directory: /root/.cache/pip/wheels/7f/ef/ae/c39d83756be012df7e538a56e097c59f3951f1afffc1936be5 Building wheel for Mako (pyproject.toml): started Building wheel for Mako (pyproject.toml): finished with status 'done' Created wheel for Mako: filename=mako-1.3.9-py3-none-any.whl size=78729 sha256=93dfda0cf72d397494121df27ca6ef18a1a5c5c7aff18925a17e27a1585ad0f1 Stored in directory: /root/.cache/pip/wheels/51/f3/44/4f59ba6720deb10059d18396cbefe5a511c3ff53e7d1ec5415 Building wheel for mergedeep (pyproject.toml): started Building wheel for mergedeep (pyproject.toml): finished with status 'done' Created wheel for mergedeep: filename=mergedeep-1.3.4-py3-none-any.whl size=4829 sha256=189faa38fb84d0ed7eebcbdca8bef35028727d42f2dfb9794d7d806bb25bf626 Stored in directory: /root/.cache/pip/wheels/bc/a3/fe/0ff2c34569b8ae24e89a30b7939d3940b1fea7a13919c4c57d Building wheel for mkdocs (pyproject.toml): started Building wheel for mkdocs (pyproject.toml): finished with status 'done' Created wheel for mkdocs: filename=mkdocs-1.6.1-py3-none-any.whl size=3864459 sha256=b21b241fde86fad59170cd62786d91c44e9e8b31b7a54fa90ed8ce38676e3a2c Stored in directory: /root/.cache/pip/wheels/65/fc/29/64ff3442bb2510bb0efe2a570924f09f30ec2ae81f20894e7b Building wheel for mkdocs-add-number-plugin (pyproject.toml): started Building wheel for mkdocs-add-number-plugin (pyproject.toml): finished with status 'done' Created wheel for mkdocs-add-number-plugin: filename=mkdocs_add_number_plugin-1.2.2-py3-none-any.whl size=9217 sha256=8673da4e1573d1daa242ea8178b1eec5d36a63a25eec0de0d02c6343eb7ed0c3 Stored in directory: /root/.cache/pip/wheels/78/53/59/2362692d4eb1fd51b59cfcf742cd3971890addf1418b652885 Building wheel for mkdocs-awesome-nav (pyproject.toml): started Building wheel for mkdocs-awesome-nav (pyproject.toml): finished with status 'done' Created wheel for mkdocs-awesome-nav: filename=mkdocs_awesome_nav-3.0.0-py3-none-any.whl size=11371 sha256=44c8cde23198968faf87fb437dec11d1d618be86cd4a75976c206c6223e1499e Stored in directory: /root/.cache/pip/wheels/5f/3e/56/a8b4073cfc3877da2fc2004f9097b05b2ab173b50b6dc89d84 Building wheel for mkdocs-exclude (pyproject.toml): started Building wheel for mkdocs-exclude (pyproject.toml): finished with status 'done' Created wheel for mkdocs-exclude: filename=mkdocs_exclude-1.0.2-py3-none-any.whl size=7433 sha256=3d035e3ac0644c3a18b294ca9a066dc547b351e02c16b29efa391c2769e087c4 Stored in directory: /root/.cache/pip/wheels/d1/89/07/c8377f172ba2690b8e1f6f547529d36f9ea80ca8d011fc173f Building wheel for mkdocs-get-deps (pyproject.toml): started Building wheel for mkdocs-get-deps (pyproject.toml): finished with status 'done' Created wheel for mkdocs-get-deps: filename=mkdocs_get_deps-0.2.0-py3-none-any.whl size=9520 sha256=3bb6eba7b52a6aab6f1407b6a476bc098c16e3e8a47309cd9d4c091c64d4f6c4 Stored in directory: /root/.cache/pip/wheels/12/e6/9d/1f014120cfc5aee0a9d1dacc2569821c8cc752cc616b5ea485 Building wheel for mkdocs-macros-plugin (pyproject.toml): started Building wheel for mkdocs-macros-plugin (pyproject.toml): finished with status 'done' Created wheel for mkdocs-macros-plugin: filename=mkdocs_macros_plugin-1.3.7-py3-none-any.whl size=37839 sha256=9fa220d5c4f53d63f73c0d635a04dac8def396b9dc97f9f690348b18d4f60dbc Stored in directory: /root/.cache/pip/wheels/d3/2f/d2/d83677d1d068397624a83debdf42c7cf4ca9a5458b2a2c6e99 Building wheel for mkdocs-material (pyproject.toml): started Building wheel for mkdocs-material (pyproject.toml): finished with status 'done' Created wheel for mkdocs-material: filename=mkdocs_material-9.6.9-py3-none-any.whl size=8697935 sha256=6e61b7fb623ce2aa4622056592b155a9eea56ff3487d0835075360be45a4c8d1 Stored in directory: /root/.cache/pip/wheels/b3/be/a3/5c92221450a2959332cb3ab9af54caaf161fb780513ee895f8 Building wheel for mkdocs-material-extensions (pyproject.toml): started Building wheel for mkdocs-material-extensions (pyproject.toml): finished with status 'done' Created wheel for mkdocs-material-extensions: filename=mkdocs_material_extensions-1.3.1-py3-none-any.whl size=8732 sha256=a0c9d7d44b2fd46f6092c521fada1b683c7513c3112bf62b062bd05baffca81c Stored in directory: /root/.cache/pip/wheels/3b/71/0c/aa0f4f3afc511882b6ab917981569cce943bc23c1670831b23 Building wheel for paginate (pyproject.toml): started Building wheel for paginate (pyproject.toml): finished with status 'done' Created wheel for paginate: filename=paginate-0.5.7-py2.py3-none-any.whl size=13832 sha256=601031b1b57e5a0f51d48da5a71fcd7af25478264d63fe80450925d783c9e627 Stored in directory: /root/.cache/pip/wheels/b3/44/36/36b7b7bef4609b7669d41b59bc74b4c15e424b0753d04ec15b Building wheel for pymdown-extensions (pyproject.toml): started Building wheel for pymdown-extensions (pyproject.toml): finished with status 'done' Created wheel for pymdown-extensions: filename=pymdown_extensions-10.19.1-py3-none-any.whl size=266695 sha256=3de52ffba8c5e785ba65b76c2ff43e037fe6df4467b85a07cdbc5d5143565946 Stored in directory: /root/.cache/pip/wheels/fe/ab/e6/fe59515eba9f95fa4f08906260150d1b9ad293fab30f57d7c7 Building wheel for mock (pyproject.toml): started Building wheel for mock (pyproject.toml): finished with status 'done' Created wheel for mock: filename=mock-5.2.0-py3-none-any.whl size=31650 sha256=16492dd291eff28983fa67e72eb0ba84eb9b3b848e0628f27a4463d9cc38ec39 Stored in directory: /root/.cache/pip/wheels/46/29/3b/0ed30d48430f66e9b05dca99622fdb9b71b27fa440aa0bca75 Building wheel for more-itertools (pyproject.toml): started Building wheel for more-itertools (pyproject.toml): finished with status 'done' Created wheel for more-itertools: filename=more_itertools-10.6.0-py3-none-any.whl size=63083 sha256=cdef9823e313d0d42e6410338fff793101526e486944adcffb14e0af7da3be9f Stored in directory: /root/.cache/pip/wheels/79/f7/7e/c6bf90de941a79fd8344584cd69f3721bb0bc89bf4ea5cb5b4 Building wheel for natsort (pyproject.toml): started Building wheel for natsort (pyproject.toml): finished with status 'done' Created wheel for natsort: filename=natsort-8.4.0-py3-none-any.whl size=38305 sha256=59cf549de38493a89d35c5bc804a23267c6612e861910eeaad102ea004b1bc53 Stored in directory: /root/.cache/pip/wheels/ae/80/a0/e2d01b9483234967fd57b20ce8fdb188485b06ab871b5d5392 Building wheel for nltk (pyproject.toml): started Building wheel for nltk (pyproject.toml): finished with status 'done' Created wheel for nltk: filename=nltk-3.9.2-py3-none-any.whl size=1513405 sha256=b510b74e0b177520d1bb58a6a6f3a75cb09b3f9c3a81f733ecbe33782b31774f Stored in directory: /root/.cache/pip/wheels/57/a2/d7/0e0fb412729ae7c94e977b5d2da04ee2db51edf023738cea84 Building wheel for nodeenv (pyproject.toml): started Building wheel for nodeenv (pyproject.toml): finished with status 'done' Created wheel for nodeenv: filename=nodeenv-1.9.1-py2.py3-none-any.whl size=22419 sha256=c18cd8a182b599908350f1a7a86898c8eb40f6b28ae438d575fc68263bfd95f3 Stored in directory: /root/.cache/pip/wheels/af/1f/56/4b5b737b20c4f956fc712f120cdd8512e0aec16590730766e1 Building wheel for simple-term-menu (pyproject.toml): started Building wheel for simple-term-menu (pyproject.toml): finished with status 'done' Created wheel for simple-term-menu: filename=simple_term_menu-1.6.6-py3-none-any.whl size=27687 sha256=0b6a7775d96a9da5fab54384fc184ab63115dabd461e9390feaa7f54129aa4f5 Stored in directory: /root/.cache/pip/wheels/00/e9/09/b8ae5ad86d10b8a7c2c9b229b55872b6bb215b6467978b20b4 Building wheel for pdoc3 (pyproject.toml): started Building wheel for pdoc3 (pyproject.toml): finished with status 'done' Created wheel for pdoc3: filename=pdoc3-0.11.6-py3-none-any.whl size=237993 sha256=e626ff3534748b18d201dfea6333aeb6d6f291adb862acb106c8f514d45de991 Stored in directory: /root/.cache/pip/wheels/88/66/7c/4053b09078ea4dc988c6f5d18e05f8ecb0d4c9b0c1587be210 Building wheel for pipdeptree (pyproject.toml): started Building wheel for pipdeptree (pyproject.toml): finished with status 'done' Created wheel for pipdeptree: filename=pipdeptree-2.26.0-py3-none-any.whl size=32562 sha256=ccba37c06e790b9f0de488ac3970ca52384f9e34a5846ed685828224c4d40e04 Stored in directory: /root/.cache/pip/wheels/3e/d2/97/13718f39b5cfc69b1c9f519b0e9b5b7f018bd90af21b2da8c3 Building wheel for pre-commit (pyproject.toml): started Building wheel for pre-commit (pyproject.toml): finished with status 'done' Created wheel for pre-commit: filename=pre_commit-4.2.0-py2.py3-none-any.whl size=220746 sha256=d3806680bd0ee1b1f51865d2ed25deaa939ded1361ec2e1e1f7e54942390191a Stored in directory: /root/.cache/pip/wheels/a8/59/0b/d06531be88897676a88a364379245d5f3eeea93e9b7891b7c2 Building wheel for pyinstaller-hooks-contrib (pyproject.toml): started Building wheel for pyinstaller-hooks-contrib (pyproject.toml): finished with status 'done' Created wheel for pyinstaller-hooks-contrib: filename=pyinstaller_hooks_contrib-2025.10-py3-none-any.whl size=447760 sha256=8971bdb2ddde192e82d1a725c2b3688e8f1fcb989e28f901fa70acfb0acc187d Stored in directory: /root/.cache/pip/wheels/37/5e/6f/ec0029619cb4848dfda92155a4d005288a51f4dafd96580837 Building wheel for pyinstaller (pyproject.toml): started Building wheel for pyinstaller (pyproject.toml): finished with status 'done' Created wheel for pyinstaller: filename=pyinstaller-6.16.0-py3-none-any.whl size=2319288 sha256=e3672ab79df1a80685fbb06f33587146aa140adaa3d4a6a4a0dd81b2f12d69c1 Stored in directory: /root/.cache/pip/wheels/96/1f/d6/4d5a7491291aa1aab5961875e3d27b3c7cb135743b7496b35b Building wheel for pylint (pyproject.toml): started Building wheel for pylint (pyproject.toml): finished with status 'done' Created wheel for pylint: filename=pylint-3.3.6-py3-none-any.whl size=522463 sha256=25223b69ed325d3ff3132529d6b874de0e3ed8b3f126c42724d5bb073ef58edc Stored in directory: /root/.cache/pip/wheels/fd/9a/83/4e0571100b7fdaa3e5c2b08cc24990dc42cf1d31ed3d7a6e08 Building wheel for pyproject-api (pyproject.toml): started Building wheel for pyproject-api (pyproject.toml): finished with status 'done' Created wheel for pyproject-api: filename=pyproject_api-1.9.0-py3-none-any.whl size=13163 sha256=bd753da022764f7bfc5be81263e50daabc100d32bfbe4ff9bd5413a9f97a0211 Stored in directory: /root/.cache/pip/wheels/66/4b/ec/5f455c7cca04403f45502392f6f9df20d0ab6772e76407bbc9 Building wheel for pytest (pyproject.toml): started Building wheel for pytest (pyproject.toml): finished with status 'done' Created wheel for pytest: filename=pytest-8.4.2-py3-none-any.whl size=365696 sha256=db96e04fe244ef304f6387396a13c5d8789dbde025fda771468eecbc6d146ffd Stored in directory: /root/.cache/pip/wheels/d3/fb/af/d2298786eb65af27dcf85cb16560bb06b564fa174b42caab9b Building wheel for pytest-asyncio (pyproject.toml): started Building wheel for pytest-asyncio (pyproject.toml): finished with status 'done' Created wheel for pytest-asyncio: filename=pytest_asyncio-0.26.0-py3-none-any.whl size=19693 sha256=3f49354efb7c476e6bfbdcf746bfeb19e3eaa5a559cf8d6fe4503c7cc1f07640 Stored in directory: /root/.cache/pip/wheels/20/62/ba/87968f747df230684e392dbecbe30ccb5c4b71bf9ae1b4c062 Building wheel for pytest-cov (pyproject.toml): started Building wheel for pytest-cov (pyproject.toml): finished with status 'done' Created wheel for pytest-cov: filename=pytest_cov-6.0.0-py3-none-any.whl size=23126 sha256=2d052abf0452bb9b97b79e04679d8bfbe97e9c53c93e41f1e15a541ee4f7d226 Stored in directory: /root/.cache/pip/wheels/c8/d0/cc/cc596bb8018809b1221739ed81719006c4757882969c884afa Building wheel for pytest-html (pyproject.toml): started Building wheel for pytest-html (pyproject.toml): finished with status 'done' Created wheel for pytest-html: filename=pytest_html-4.1.1-py3-none-any.whl size=23522 sha256=eb4b88b4bfdb00be923e05c4e420d9ac58160fb7cd2c995c077ec3102062e742 Stored in directory: /root/.cache/pip/wheels/20/c3/57/e9b753b93bb2718145e9541a5afcbb66b0fadbe3a0941b6fc0 Building wheel for pytest-json-report (pyproject.toml): started Building wheel for pytest-json-report (pyproject.toml): finished with status 'done' Created wheel for pytest-json-report: filename=pytest_json_report-1.5.0-py3-none-any.whl size=13288 sha256=f095dc916a8524c16729fcbda94b7cb8cb9c8d1f79e4bc39b0d37818eca136d2 Stored in directory: /root/.cache/pip/wheels/b1/65/93/63128e2221450a8bf7671eb454eef0a4b2c1eed0beed185d14 Building wheel for pytest-mock (pyproject.toml): started Building wheel for pytest-mock (pyproject.toml): finished with status 'done' Created wheel for pytest-mock: filename=pytest_mock-3.14.0-py3-none-any.whl size=9930 sha256=bec8f8dd3363b652a32296691f3e917fb00e07809ca6383ec91a2a7a3d11fb24 Stored in directory: /root/.cache/pip/wheels/e8/3a/2a/b8afa7f1499c32db2cc322044310cabce612d3cddb72d4243a Building wheel for pytest-xdist (pyproject.toml): started Building wheel for pytest-xdist (pyproject.toml): finished with status 'done' Created wheel for pytest-xdist: filename=pytest_xdist-3.6.1-py3-none-any.whl size=46181 sha256=1a46a3651f03c50c1044abe1c649190f8322c920a0e2fd1aa0ce2d543f961539 Stored in directory: /root/.cache/pip/wheels/dc/4f/32/9643a32567d97cd5c2799d79afe9f5afeb2367c0e0964f013e Building wheel for pyyaml-env-tag (pyproject.toml): started Building wheel for pyyaml-env-tag (pyproject.toml): finished with status 'done' Created wheel for pyyaml-env-tag: filename=pyyaml_env_tag-0.1-py3-none-any.whl size=3932 sha256=ef8f6555496e5fb4f7fabb669df329b37dd7f47ce93bdfe51f0ca9ee37774368 Stored in directory: /root/.cache/pip/wheels/6d/96/cc/27bc7f91ebff403c5fb230b1fe64b630687f030ecbb141b28c Building wheel for pyyaml-ft (pyproject.toml): started Building wheel for pyyaml-ft (pyproject.toml): finished with status 'done' Created wheel for pyyaml-ft: filename=pyyaml_ft-8.0.0-cp313-cp313-linux_x86_64.whl size=50483 sha256=80bc27981eeda3ab2a16326f56c936bf121ceee44bbffa2e0459d9dfadfc6283 Stored in directory: /root/.cache/pip/wheels/fb/0c/79/c320e9710f8d2758750c42cdff842759743a10fbad7c3f3888 Building wheel for sarif-om (pyproject.toml): started Building wheel for sarif-om (pyproject.toml): finished with status 'done' Created wheel for sarif-om: filename=sarif_om-1.0.4-py3-none-any.whl size=30286 sha256=0bed8edf6cb028b6e2bda75bd2b9c41cb6ec6bee67e5967421e63cc02e889c54 Stored in directory: /root/.cache/pip/wheels/4e/bf/ca/47529e24f2ce3c9706a053b6fdbeb98ce2ce62eef4a3fa7bfd Building wheel for sftp-py (pyproject.toml): started Building wheel for sftp-py (pyproject.toml): finished with status 'done' Created wheel for sftp-py: filename=sftp_py-0.2.1-py3-none-any.whl size=5942 sha256=d71758be40d233652f4cf5a279507f8a5c52a8bea715c53f9e74d044ad915956 Stored in directory: /root/.cache/pip/wheels/ad/be/78/82fdcdc8e0132a4b1edc38a2e17f1b17e58b58299b7b815adf Building wheel for snowballstemmer (pyproject.toml): started Building wheel for snowballstemmer (pyproject.toml): finished with status 'done' Created wheel for snowballstemmer: filename=snowballstemmer-2.2.0-py2.py3-none-any.whl size=93059 sha256=8487a9c9bd06e5726a938bba746af88c693c29a74a7fb5489fee6540c4f57103 Stored in directory: /root/.cache/pip/wheels/a3/21/e9/c97662c28cf6dd521512899697f41e07f29b514eaef9684059 Building wheel for stevedore (pyproject.toml): started Building wheel for stevedore (pyproject.toml): finished with status 'done' Created wheel for stevedore: filename=stevedore-5.4.1-py3-none-any.whl size=49639 sha256=be583b3593bb1a5af38ec7495fa8dd8c875f1207ec2281e85a5f1fa5e27e04c2 Stored in directory: /root/.cache/pip/wheels/c5/7a/20/47c38855fe98c83552b45d1c2384f04240834090690e6ed775 Building wheel for super-collections (pyproject.toml): started Building wheel for super-collections (pyproject.toml): finished with status 'done' Created wheel for super-collections: filename=super_collections-0.5.3-py3-none-any.whl size=8470 sha256=749fd2f7f5d0c355da873d0f1a9d32531ab7403f126649dca11bddd69b604791 Stored in directory: /root/.cache/pip/wheels/59/b7/30/c006c50b70cf2965c4e10e684a99022699038025738f5c4163 Building wheel for tox (pyproject.toml): started Building wheel for tox (pyproject.toml): finished with status 'done' Created wheel for tox: filename=tox-4.25.0-py3-none-any.whl size=172420 sha256=4dfdc7ba2cc6fdc6688dde1b21e7b46ff6c41795fb54586c91a3533317b5255c Stored in directory: /root/.cache/pip/wheels/16/85/4f/6aaf4c21f8135d3da6fd1bc47f51faf42222ec55faf581f1af Building wheel for typing-inspect (pyproject.toml): started Building wheel for typing-inspect (pyproject.toml): finished with status 'done' Created wheel for typing-inspect: filename=typing_inspect-0.9.0-py3-none-any.whl size=8906 sha256=ba3dd55f41d6d45049d09888c8f43bd4fb86d8d3e87a574d957c01dbf11d49dc Stored in directory: /root/.cache/pip/wheels/b4/06/88/456da0204f02b81a441a72214335a3a7ff1ddfb9f704820576 Building wheel for watchdog (pyproject.toml): started Building wheel for watchdog (pyproject.toml): finished with status 'done' Created wheel for watchdog: filename=watchdog-6.0.0-py3-none-any.whl size=79192 sha256=2d80fc97a4d6717d787fcac1644856917f931b17c030fcd7325bf4c98c9ad077 Stored in directory: /root/.cache/pip/wheels/52/12/15/787e7227180d07fe9b7f25301345fcb7f66a02d23270f279b9 Building wheel for wcmatch (pyproject.toml): started Building wheel for wcmatch (pyproject.toml): finished with status 'done' Created wheel for wcmatch: filename=wcmatch-10.0-py3-none-any.whl size=39349 sha256=5f792b7a4857c805bdd43d5a37a3eab4ee724f929d6a2610299f3781b93bafe5 Stored in directory: /root/.cache/pip/wheels/3c/9f/f6/4df499777cc27d9cb4bfa08f44c1f6c611de384c5c36e508b0 Building wheel for babel (pyproject.toml): started Building wheel for babel (pyproject.toml): finished with status 'done' Created wheel for babel: filename=babel-2.17.0-py3-none-any.whl size=10182565 sha256=5ddbb4d79909eafcb9e3476df1cf8c90c1e2f08ca823a2701768e0f9fb275597 Stored in directory: /root/.cache/pip/wheels/28/36/69/6ef91062b9b97b438d44d912c933e0be75220c011449a35dc1 Building wheel for colorama (pyproject.toml): started Building wheel for colorama (pyproject.toml): finished with status 'done' Created wheel for colorama: filename=colorama-0.4.6-py2.py3-none-any.whl size=25348 sha256=21c08bb97108dfd0914932f6f2af12e90ab7ddeb780c82447196de03be06d550 Stored in directory: /root/.cache/pip/wheels/7b/ad/09/b45d688a49872b2f24bec40c8aa528294ae131ff8d8e87c718 Building wheel for jinja2 (pyproject.toml): started Building wheel for jinja2 (pyproject.toml): finished with status 'done' Created wheel for jinja2: filename=jinja2-3.1.6-py3-none-any.whl size=134897 sha256=005a2fc379b662ac007c271a8122f7a7db49bb67fbedfc85db50fccde34d839f Stored in directory: /root/.cache/pip/wheels/4c/17/f6/aca0772a8af26aa06649769a26d22f502386142985a0e71d90 Building wheel for markdown (pyproject.toml): started Building wheel for markdown (pyproject.toml): finished with status 'done' Created wheel for markdown: filename=markdown-3.7-py3-none-any.whl size=106383 sha256=b62716a04927b362556f923b7e2b2719f91f4fd379d0f23f9453ff923a47cf4e Stored in directory: /root/.cache/pip/wheels/fa/42/40/7fcbae4b7bcfc8a4fe1209035a3111ce7de129bd90ba7e02bd Building wheel for pluggy (pyproject.toml): started Building wheel for pluggy (pyproject.toml): finished with status 'done' Created wheel for pluggy: filename=pluggy-1.5.0-py3-none-any.whl size=20623 sha256=1635f3b97ce7a4725e6658d3e497aaf038cdbd69cc497d1f82d3768d907fd1d1 Stored in directory: /root/.cache/pip/wheels/1b/f5/91/b020cca2919b35a71178c7218c7458bd7207b8eb2b8f019a8e Building wheel for pycodestyle (pyproject.toml): started Building wheel for pycodestyle (pyproject.toml): finished with status 'done' Created wheel for pycodestyle: filename=pycodestyle-2.12.1-py2.py3-none-any.whl size=31323 sha256=9e2ab60a21c2233493db2596dc7e93f50685d0b90e0305f0bec4f6b30438aaea Stored in directory: /root/.cache/pip/wheels/e8/64/54/ef7f11a47a9604d07e88da14ac5705ec2f70e6d5de671a6e96 Building wheel for pygments (pyproject.toml): started Building wheel for pygments (pyproject.toml): finished with status 'done' Created wheel for pygments: filename=pygments-2.19.2-py3-none-any.whl size=1225217 sha256=86540386c03d588bb81d44bc3928634ff26449851e99741617ecb9037ee5ec0b Stored in directory: /root/.cache/pip/wheels/c4/b9/4d/882de5da51478628ba430b203c4577175d31de6f40ad9f4cf3 Building wheel for requests (pyproject.toml): started Building wheel for requests (pyproject.toml): finished with status 'done' Created wheel for requests: filename=requests-2.32.5-py3-none-any.whl size=64738 sha256=85818a0a0dcf37dd33faf0014577e627dd0180db03f8c0918df4cdaccb0cc0fc Stored in directory: /root/.cache/pip/wheels/01/a3/78/9914900c1bc2d13716e3f8ad992ec6e8890164fc8354a00285 Building wheel for charset_normalizer (pyproject.toml): started Building wheel for charset_normalizer (pyproject.toml): finished with status 'done' Created wheel for charset_normalizer: filename=charset_normalizer-3.4.2-py3-none-any.whl size=52629 sha256=a25ae70bdf000ff8447f7adae69c0297c4d6f69b8d73f854c8e0c79957081b25 Stored in directory: /root/.cache/pip/wheels/78/b3/cf/91d31f17365250421e6b3d53632c13beb26117481d7f9ead27 Building wheel for idna (pyproject.toml): started Building wheel for idna (pyproject.toml): finished with status 'done' Created wheel for idna: filename=idna-3.10-py3-none-any.whl size=70489 sha256=4280b2053b11c26390caff6747d09f3de138b267c9a310ad6f4eaf0507d60ca0 Stored in directory: /root/.cache/pip/wheels/13/72/f8/cd5b0bba8c24bed053d8c1659667d8d013ba7b311d41b31f85 Building wheel for urllib3 (pyproject.toml): started Building wheel for urllib3 (pyproject.toml): finished with status 'done' Created wheel for urllib3: filename=urllib3-2.6.2-py3-none-any.whl size=131124 sha256=19c1edee910590c5fb475b71109aebdede05e757183ade9212f692d6565667b1 Stored in directory: /root/.cache/pip/wheels/56/8e/76/f3061f3845654064e862ed1e24c65d357b1f305c7e8be67719 Building wheel for cachetools (pyproject.toml): started Building wheel for cachetools (pyproject.toml): finished with status 'done' Created wheel for cachetools: filename=cachetools-5.5.2-py3-none-any.whl size=10119 sha256=c8f62a569ec2ee958de88ff20e64b48cd3a871cb82b2466249b2a0cc0cb9db0d Stored in directory: /root/.cache/pip/wheels/69/77/7f/62227f093a6ea30c706a7c69843a58d450560961b9e819fbb1 Building wheel for certifi (pyproject.toml): started Building wheel for certifi (pyproject.toml): finished with status 'done' Created wheel for certifi: filename=certifi-2025.11.12-py3-none-any.whl size=159438 sha256=73bd5ddcf6accd61af62883253372a7a232b18245a03817da8f3136ddba16239 Stored in directory: /root/.cache/pip/wheels/9e/b5/0a/64a07b504ac993c7e7cdf7301094e91a21a0ea9e6ec2d1a4c9 Building wheel for chardet (pyproject.toml): started Building wheel for chardet (pyproject.toml): finished with status 'done' Created wheel for chardet: filename=chardet-5.2.0-py3-none-any.whl size=199424 sha256=6adc1779399ef648a5f016a512e9589af4f82d5bf1419c5daa4d1f7710fce335 Stored in directory: /root/.cache/pip/wheels/a9/b9/e8/20d92954b37730241afbc5632321cdc07b2d00d8ca0498bd87 Building wheel for click (pyproject.toml): started Building wheel for click (pyproject.toml): finished with status 'done' Created wheel for click: filename=click-8.2.1-py3-none-any.whl size=102215 sha256=9df4cd4d89a9ef8a7f88e33e1bef831d7d75ef6c1ba2b327e7d452986df3a72b Stored in directory: /root/.cache/pip/wheels/2e/98/5f/0d5edddc3e7237137691d666d6120fc219932182057104f559 Building wheel for dill (pyproject.toml): started Building wheel for dill (pyproject.toml): finished with status 'done' Created wheel for dill: filename=dill-0.4.0-py3-none-any.whl size=119770 sha256=700648ab207a1169ecc0f9be805ee5525dfde6c06ae1f049a2089dfa0ef8405a Stored in directory: /root/.cache/pip/wheels/fe/52/d7/180055bf06e79b891e0ef4a6e16042ec88b05e2e15902e1d81 Building wheel for filelock (pyproject.toml): started Building wheel for filelock (pyproject.toml): finished with status 'done' Created wheel for filelock: filename=filelock-3.20.1-py3-none-any.whl size=16609 sha256=7eb0409e9f69c0a9402b19a5bb4dec281659031a7d7766a07f2232520b4a911c Stored in directory: /root/.cache/pip/wheels/fd/6a/85/15b8594b35f4cd6588edfca01ac808512c7e25b4ff9257003a Building wheel for MarkupSafe (pyproject.toml): started Building wheel for MarkupSafe (pyproject.toml): finished with status 'done' Created wheel for MarkupSafe: filename=markupsafe-3.0.2-cp313-cp313-linux_x86_64.whl size=22847 sha256=116c201e9d211707255025577abdca01881969e3584a7794ab32d40e4715d542 Stored in directory: /root/.cache/pip/wheels/c9/3a/71/0ae58756520a2873f0144737a2e9d29126d6c86bf2da2b4f13 Building wheel for mypy-extensions (pyproject.toml): started Building wheel for mypy-extensions (pyproject.toml): finished with status 'done' Created wheel for mypy-extensions: filename=mypy_extensions-1.1.0-py3-none-any.whl size=4963 sha256=1be4cccdb0f2482337c4743e60421de3a356cd97508abadd57d47403e94f5505 Stored in directory: /root/.cache/pip/wheels/71/28/15/32362577ac5d3f41beed5e3dc4bb99d56b45f0d1e8172cb596 Building wheel for paramiko (pyproject.toml): started Building wheel for paramiko (pyproject.toml): finished with status 'done' Created wheel for paramiko: filename=paramiko-3.5.1-py3-none-any.whl size=227326 sha256=1f91d01a47b2d8a3af06d1b44151d54ca35c533956f7fd0f046998965e9c6b68 Stored in directory: /root/.cache/pip/wheels/df/c7/36/5c22140669497af1020b950c22d1d0dd68d67099a6bf8a63c9 Building wheel for bcrypt (pyproject.toml): started Building wheel for bcrypt (pyproject.toml): finished with status 'done' Created wheel for bcrypt: filename=bcrypt-5.0.0-cp313-cp313-linux_x86_64.whl size=277028 sha256=6303910449b7ae06a741286ece03bde5bda15d534f0e6d2ca1a48ee54efb2741 Stored in directory: /root/.cache/pip/wheels/9c/01/83/df6845f258e12a673f19c05dbc40e5b5c8e6567cc5aa537c66 Building wheel for cryptography (pyproject.toml): started Building wheel for cryptography (pyproject.toml): finished with status 'done' Created wheel for cryptography: filename=cryptography-46.0.3-cp313-abi3-linux_x86_64.whl size=1880010 sha256=446c1870b324abac52a19e0c93d74e2d911d7ca4dcf0318e68daa38111d22e84 Stored in directory: /root/.cache/pip/wheels/1a/69/91/c90791044e894afca505d5c674f4100b821580506205d7efd1 Building wheel for cffi (pyproject.toml): started Building wheel for cffi (pyproject.toml): finished with status 'done' Created wheel for cffi: filename=cffi-2.0.0-cp313-cp313-linux_x86_64.whl size=466594 sha256=6cd1e77b4e6fb39649f7a6979441bd7120b4a8b505389428cc5c42a4b12c032a Stored in directory: /root/.cache/pip/wheels/d4/47/b8/0ae8bf0dde2ec6765bd5ccefa943b0504583d313a898b52cf6 Building wheel for pathspec (pyproject.toml): started Building wheel for pathspec (pyproject.toml): finished with status 'done' Created wheel for pathspec: filename=pathspec-0.12.1-py3-none-any.whl size=31229 sha256=e07b82bcb26473cc174035ddc39d443970b6ea46b6428c4e147ad93465bb57bf Stored in directory: /root/.cache/pip/wheels/0c/ad/ac/f8c289581cddd8b55e2bddfa93c76f387eac9ded15341adf5c Building wheel for pbr (pyproject.toml): started Building wheel for pbr (pyproject.toml): finished with status 'done' Created wheel for pbr: filename=pbr-6.1.1-py2.py3-none-any.whl size=109082 sha256=abcbdccf40da32a5af41d5cc5726ecdae4f92e860f20f89637286a26ba37f769 Stored in directory: /root/.cache/pip/wheels/61/34/76/546f4f4260d90fd53bb06ff880c8028947c20a6786a9f318b4 Building wheel for pip (pyproject.toml): started Building wheel for pip (pyproject.toml): finished with status 'done' Created wheel for pip: filename=pip-25.3-py3-none-any.whl size=1778622 sha256=6151d17c0798fa53794cba82d8d9ac5aac017f7fbf36d07ff988610dd6249adf Stored in directory: /root/.cache/pip/wheels/c5/3e/3f/ffacad8b212542216d2fd85a9891ae92eb2d2126f1961a8273 Building wheel for platformdirs (pyproject.toml): started Building wheel for platformdirs (pyproject.toml): finished with status 'done' Created wheel for platformdirs: filename=platformdirs-4.5.0-py3-none-any.whl size=18591 sha256=0534d404256d897300f7a205ea96d1be1f0faa824ab78b160c730abdba7356d6 Stored in directory: /root/.cache/pip/wheels/cb/0c/a1/dda52b974ac4233f6cb9ea3f6d55726cdc8378c4685b4ff779 Building wheel for pydantic (pyproject.toml): started Building wheel for pydantic (pyproject.toml): finished with status 'done' Created wheel for pydantic: filename=pydantic-2.12.4-py3-none-any.whl size=463400 sha256=92d3d202a745d46f9be6df459ac5a064fdaa3c1c4cd8adcfa332ccf3c05f871e Stored in directory: /root/.cache/pip/wheels/0d/db/85/5699820a86260a6ba13cb58aee4a63fb00e0b71ff4c02c60ec Building wheel for pydantic-core (pyproject.toml): started Building wheel for pydantic-core (pyproject.toml): still running... Building wheel for pydantic-core (pyproject.toml): finished with status 'done' Created wheel for pydantic-core: filename=pydantic_core-2.41.5-cp313-cp313-linux_x86_64.whl size=2227612 sha256=287b0ffd10e8103669f4a7df1310535d4ee12e1db85c7b8ce682c2116d9f4929 Stored in directory: /root/.cache/pip/wheels/a5/cd/94/27a666c7a9c515a6c4d9aa20f1b298b55a60f9055263af5491 Building wheel for annotated-types (pyproject.toml): started Building wheel for annotated-types (pyproject.toml): finished with status 'done' Created wheel for annotated-types: filename=annotated_types-0.7.0-py3-none-any.whl size=13645 sha256=354f48767a1734018cc153b58dbe7998ff3daf31bc6a8e42942fe2e6168f0df5 Stored in directory: /root/.cache/pip/wheels/dc/00/56/0226924d2f9e78539fabadacb0b1b75e13e7b1a27ea1ba331f Building wheel for 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-cp313-cp313-linux_x86_64.whl size=1128778 sha256=0381214b7fb56361ec3851aea11013158178168efbfe8ef24bed223c6b58c442 Stored in directory: /root/.cache/pip/wheels/f4/c4/5a/bf8c99f72d694a38ebaedbe4138821e50d31257a8135bae7a4 Building wheel for python-dateutil (pyproject.toml): started Building wheel for python-dateutil (pyproject.toml): finished with status 'done' Created wheel for python-dateutil: filename=python_dateutil-2.9.0.post0-py2.py3-none-any.whl size=230080 sha256=96653a1481d9e6bf13241c7046469860a2c630c1be0734a785c015973203b582 Stored in directory: /root/.cache/pip/wheels/dd/43/b7/0ceab2b2f58fb43a06d0a59467a4bfabb2dc8b6fb8ec7f09e5 Building wheel for PyYAML (pyproject.toml): started Building wheel for PyYAML (pyproject.toml): finished with status 'done' Created wheel for PyYAML: filename=pyyaml-6.0.3-cp313-cp313-linux_x86_64.whl size=45464 sha256=ef6d68795dd78317a73ee4402ce3c0f9408bdb942c90e2a3b20fd6fb74ae23b4 Stored in directory: /root/.cache/pip/wheels/aa/29/40/b2d39adcf3d4ad62005bbc244cbeb5cc01d37ffd17fdc79a4a Building wheel for regex (pyproject.toml): started Building wheel for regex (pyproject.toml): finished with status 'done' Created wheel for regex: filename=regex-2024.11.6-cp313-cp313-linux_x86_64.whl size=796966 sha256=de38aac87c27ccc0866fe9b25b76d9b5db0eca80ddf20ffb81ce996bd44d4003 Stored in directory: /root/.cache/pip/wheels/78/25/fd/78977b709cb576063310b902b1a828bbb1c5f62bd4d2890332 Building wheel for six (pyproject.toml): started Building wheel for six (pyproject.toml): finished with status 'done' Created wheel for six: filename=six-1.17.0-py2.py3-none-any.whl size=11130 sha256=c98a65fc52e4dcd96c412700dcf3b4be26adb1e49626ce3fa3293fa94178b4f4 Stored in directory: /root/.cache/pip/wheels/5a/d9/5f/40d10edbbee7c086d4e30ff2bdb02a396f055c3ae4cb9927d9 Building wheel for markdown-it-py (pyproject.toml): started Building wheel for markdown-it-py (pyproject.toml): finished with status 'done' Created wheel for markdown-it-py: filename=markdown_it_py-3.0.0-py3-none-any.whl size=87594 sha256=2405b83d987f98f979d0b67707323fa797eade163097dda46f0785cf4a82069a Stored in directory: /root/.cache/pip/wheels/b4/0e/8b/2a77555be7fe04a9ba66ef18f3f7fe60e77addc49f1db5e23c Building wheel for mdurl (pyproject.toml): started Building wheel for mdurl (pyproject.toml): finished with status 'done' Created wheel for mdurl: filename=mdurl-0.1.2-py3-none-any.whl size=10023 sha256=e09a93faf10973b4df4d9bb682dec5068ea51e1a11807dec2cdc21122f6d2f09 Stored in directory: /root/.cache/pip/wheels/75/58/94/b22a684be2e028740d095905aba1425f24b4d11de6a401c0ac Building wheel for shellingham (pyproject.toml): started Building wheel for shellingham (pyproject.toml): finished with status 'done' Created wheel for shellingham: filename=shellingham-1.5.4-py2.py3-none-any.whl size=9792 sha256=b7595ca29a6c8d8bd1603821efd3b1062da3487515f618c0f47d8df59b77807c Stored in directory: /root/.cache/pip/wheels/f0/8f/5c/a5e378a79dd7dc4eb17b93a9b430a5311fb1f511ed9c814cf4 Building wheel for typing-extensions (pyproject.toml): started Building wheel for typing-extensions (pyproject.toml): finished with status 'done' Created wheel for typing-extensions: filename=typing_extensions-4.15.0-py3-none-any.whl size=44614 sha256=f0fa19c6845758ab08074a0cfa8b7aecb71c999ca73d62883bc25cc018c4e548 Stored in directory: /root/.cache/pip/wheels/cc/94/cf/cff0a62ae14269478c9c5a9aed747cf7ab88ae5c63233523fe Building wheel for typing-inspection (pyproject.toml): started Building wheel for typing-inspection (pyproject.toml): finished with status 'done' Created wheel for typing-inspection: filename=typing_inspection-0.4.2-py3-none-any.whl size=14611 sha256=4ed1cacbdc298c220f1bd249ed5287caa16f34d44ef4e9c3d0cbad5b521545e7 Stored in directory: /root/.cache/pip/wheels/36/9c/57/b13dc3da18900cf296d481d8243347c9e592c239a613123055 Building wheel for virtualenv (pyproject.toml): started Building wheel for virtualenv (pyproject.toml): finished with status 'done' Created wheel for virtualenv: filename=virtualenv-20.29.2-py3-none-any.whl size=4301507 sha256=06cdc70cdd01cb15e7086fa0b6ddd19231336ea21da7010beb42b379a4f01cac Stored in directory: /root/.cache/pip/wheels/4e/48/50/ac2f1eeffe43516804c5c0b1a9f1dac61ed1e529a4b8d078f7 Building wheel for distlib (pyproject.toml): started Building wheel for distlib (pyproject.toml): finished with status 'done' Created wheel for distlib: filename=distlib-0.4.0-py2.py3-none-any.whl size=469085 sha256=34c4f96454a1b001a62adb6b01527395398bc539c2dd2255d9fb06d15fbe3388 Stored in directory: /root/.cache/pip/wheels/8f/63/52/0548d6c9da77174ec08d4226bcf18265e19855e3c362bf9254 Building wheel for Werkzeug (pyproject.toml): started Building wheel for Werkzeug (pyproject.toml): finished with status 'done' Created wheel for Werkzeug: filename=werkzeug-3.1.4-py3-none-any.whl size=224960 sha256=49b81b9ebdd829934c3f8d9819e7c13d1a71c908abc6331029ef226aa5b8a9be Stored in directory: /root/.cache/pip/wheels/d4/f6/3e/d11b20dd0b052ab7abf592ddba67c394c960d3f1748ab01705 Building wheel for attrs (pyproject.toml): started Building wheel for attrs (pyproject.toml): finished with status 'done' Created wheel for attrs: filename=attrs-25.1.0-py3-none-any.whl size=63152 sha256=950555ae50dec7943a57cc26c7f3214ad3b90a682d50dfb1df31fcf81f7938d6 Stored in directory: /root/.cache/pip/wheels/b4/b6/cb/92074ce97aeec13fd6cb3a18f05b3a69387fbe9fca0632c021 Building wheel for joblib (pyproject.toml): started Building wheel for joblib (pyproject.toml): finished with status 'done' Created wheel for joblib: filename=joblib-1.4.2-py3-none-any.whl size=301859 sha256=5c921bec7cf9a9003474d281243d957072598b252b9a2616b72e4aa38848092d Stored in directory: /root/.cache/pip/wheels/6e/ac/e3/a24bc733515bc85b2a4e88176550b907c8502a17794f2816bc Building wheel for pycparser (pyproject.toml): started Building wheel for pycparser (pyproject.toml): finished with status 'done' Created wheel for pycparser: filename=pycparser-2.23-py3-none-any.whl size=118228 sha256=a9b92490f20439b1f48bc4ef2bf07c0ac49ff378712eb7d0080a2af758b8a042 Stored in directory: /root/.cache/pip/wheels/4e/48/83/208cb5b8f026585e310a90c44d13417073d766c6a8469dfe18 Building wheel for termcolor (pyproject.toml): started Building wheel for termcolor (pyproject.toml): finished with status 'done' Created wheel for termcolor: filename=termcolor-2.5.0-py3-none-any.whl size=7756 sha256=246832b913f2b532257b9bda58d6c5ac9247be7818250353568244d5c5d74321 Stored in directory: /root/.cache/pip/wheels/84/12/d7/1343d53052004c0f242122acd61029a801516dde70506aef4f Building wheel for threadpoolctl (pyproject.toml): started Building wheel for threadpoolctl (pyproject.toml): finished with status 'done' Created wheel for threadpoolctl: filename=threadpoolctl-3.6.0-py3-none-any.whl size=18639 sha256=d2195fc8484e00042416edb1c86e146cb01a130d3edfcaf9432a8e73c5f08a01 Stored in directory: /root/.cache/pip/wheels/42/28/67/f2f449db346ea4db511b201a05a564c562d03a0f532f05151f Building wheel for tornado (pyproject.toml): started Building wheel for tornado (pyproject.toml): finished with status 'done' Created wheel for tornado: filename=tornado-6.5.1-cp39-abi3-linux_x86_64.whl size=441127 sha256=1bed450519442b31b57f0530bb131f474f25c1a86cd60d363627ee597c348fb2 Stored in directory: /root/.cache/pip/wheels/b8/b1/12/9ba32b78a39b97ab4e4193b0e00e909f47eb742c14dd59ed6e Building wheel for tqdm (pyproject.toml): started Building wheel for tqdm (pyproject.toml): finished with status 'done' Created wheel for tqdm: filename=tqdm-4.67.1-py3-none-any.whl size=78579 sha256=c57194caf0a3b8014b0d1f3e886cbf74608d41fcbfcda65042a803a09e686487 Stored in directory: /root/.cache/pip/wheels/dc/e3/21/2f76ebd10c58a53f0a8c39cbfd9016b0da6ac5d37ed5dfd4cf Successfully built apipkg altgraph astroid backrefs bandit black bracex bump-pydantic cfgv coverage exceptiongroup execnet flake8 mccabe pyflakes flake8-docstrings freezegun ghp-import gitdb smmap GitPython hjson identify iniconfig jmespath jschema-to-python jsonpickle lazy-object-proxy libcst livereload lunr Mako mergedeep mkdocs mkdocs-add-number-plugin mkdocs-awesome-nav mkdocs-exclude mkdocs-get-deps mkdocs-macros-plugin mkdocs-material mkdocs-material-extensions paginate pymdown-extensions mock more-itertools natsort nltk nodeenv simple-term-menu pdoc3 pipdeptree pre-commit pyinstaller-hooks-contrib pyinstaller pylint pyproject-api pytest pytest-asyncio pytest-cov pytest-html pytest-json-report pytest-mock pytest-xdist pyyaml-env-tag pyyaml-ft sarif-om sftp-py snowballstemmer stevedore super-collections tox typing-inspect watchdog wcmatch babel colorama jinja2 markdown pluggy pycodestyle pygments requests charset_normalizer idna urllib3 cachetools certifi chardet click dill filelock MarkupSafe mypy-extensions paramiko bcrypt cryptography cffi pathspec pbr pip platformdirs pydantic pydantic-core annotated-types pynacl python-dateutil PyYAML regex six markdown-it-py mdurl shellingham typing-extensions typing-inspection virtualenv distlib Werkzeug attrs joblib pycparser termcolor threadpoolctl tornado tqdm if test -d ../../download_archive; then cp -Rf src/* ../../download_archive/ 2>/dev/null; fi mkdir -p /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages for REQ in requirements3.txt; do if test -s ${REQ}; then install_requirements /opt/metwork-mfext-master/opt/python3_devtools ${REQ} ./src || { echo "ERROR WITH install_requirements ${REQ} /opt/metwork-mfext-master/opt/python3_devtools ${REQ} ./src"; exit 1; }; fi; done [DEBUG]: layer python3_devtools@mfext[/opt/metwork-mfext-master/opt/python3_devtools] is already loaded Looking in links: ./src Processing ./src/apipkg-3.0.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 1)) Processing ./src/altgraph-0.17.5-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 2)) Processing ./src/astroid-3.3.9-py3-none-any.whl (from -r requirements3.txt.tmp (line 3)) Processing ./src/backrefs-5.8-py313-none-any.whl (from -r requirements3.txt.tmp (line 4)) Processing ./src/bandit-1.8.3-py3-none-any.whl (from -r requirements3.txt.tmp (line 5)) Processing ./src/black-25.1.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 6)) Processing ./src/bracex-2.5-py3-none-any.whl (from -r requirements3.txt.tmp (line 7)) Processing ./src/bump_pydantic-0.8.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 8)) Processing ./src/cfgv-3.4.0-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 9)) Processing ./src/coverage-7.7.1-cp313-cp313-linux_x86_64.whl (from -r requirements3.txt.tmp (line 10)) Processing ./src/exceptiongroup-1.2.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 11)) Processing ./src/execnet-2.1.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 12)) Processing ./src/filprofiler-2024.11.2-cp313-cp313-manylinux_2_28_x86_64.whl (from -r requirements3.txt.tmp (line 13)) Processing ./src/flake8-7.1.2-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 14)) Processing ./src/flake8_docstrings-1.7.0-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 15)) Processing ./src/freezegun-1.5.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 16)) Processing ./src/ghp_import-2.1.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 17)) Processing ./src/gitdb-4.0.12-py3-none-any.whl (from -r requirements3.txt.tmp (line 18)) Processing ./src/gitpython-3.1.44-py3-none-any.whl (from -r requirements3.txt.tmp (line 19)) Processing ./src/hjson-3.1.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 20)) Processing ./src/identify-2.6.9-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 21)) Processing ./src/iniconfig-2.1.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 22)) Processing ./src/isort-6.0.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 23)) Processing ./src/jmespath-1.0.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 24)) Processing ./src/jschema_to_python-1.2.3-py3-none-any.whl (from -r requirements3.txt.tmp (line 25)) Processing ./src/jsonpickle-4.1.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 26)) Processing ./src/lazy_object_proxy-1.10.0-cp313-cp313-linux_x86_64.whl (from -r requirements3.txt.tmp (line 27)) Processing ./src/libcst-1.8.6-cp313-cp313-linux_x86_64.whl (from -r requirements3.txt.tmp (line 28)) Processing ./src/livereload-2.7.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 29)) Processing ./src/lunr-0.8.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 30)) Processing ./src/mako-1.3.9-py3-none-any.whl (from -r requirements3.txt.tmp (line 31)) Processing ./src/mccabe-0.7.0-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 32)) Processing ./src/mergedeep-1.3.4-py3-none-any.whl (from -r requirements3.txt.tmp (line 33)) Processing ./src/mkdocs-1.6.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 34)) Processing ./src/mkdocs_add_number_plugin-1.2.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 35)) Processing ./src/mkdocs_awesome_nav-3.0.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 36)) Processing ./src/mkdocs_exclude-1.0.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 37)) Processing ./src/mkdocs_get_deps-0.2.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 38)) Processing ./src/mkdocs_macros_plugin-1.3.7-py3-none-any.whl (from -r requirements3.txt.tmp (line 39)) Processing ./src/mkdocs_material-9.6.9-py3-none-any.whl (from -r requirements3.txt.tmp (line 40)) Processing ./src/mkdocs_material_extensions-1.3.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 41)) Processing ./src/mock-5.2.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 42)) Processing ./src/more_itertools-10.6.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 43)) Processing ./src/natsort-8.4.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 44)) Processing ./src/nltk-3.9.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 45)) Processing ./src/nodeenv-1.9.1-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 46)) Processing ./src/paginate-0.5.7-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 47)) Processing ./src/panoply-0.1.56-py3-none-any.whl (from -r requirements3.txt.tmp (line 48)) Processing ./src/pdoc3-0.11.6-py3-none-any.whl (from -r requirements3.txt.tmp (line 49)) Processing ./src/pipdeptree-2.26.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 50)) Processing ./src/pre_commit-4.2.0-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 51)) Processing ./src/py_spy-0.4.0-py2.py3-none-manylinux_2_5_x86_64.manylinux1_x86_64.whl (from -r requirements3.txt.tmp (line 52)) Processing ./src/pydocstyle-6.3.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 53)) Processing ./src/pyflakes-3.2.0-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 54)) Processing ./src/pyinstaller_hooks_contrib-2025.10-py3-none-any.whl (from -r requirements3.txt.tmp (line 55)) Processing ./src/pyinstaller-6.16.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 56)) Processing ./src/pylint-3.3.6-py3-none-any.whl (from -r requirements3.txt.tmp (line 57)) Processing ./src/pymdown_extensions-10.19.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 58)) Processing ./src/pyproject_api-1.9.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 59)) Processing ./src/pytest-8.4.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 60)) Processing ./src/pytest_asyncio-0.26.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 61)) Processing ./src/pytest_cov-6.0.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 62)) Processing ./src/pytest_html-4.1.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 63)) Processing ./src/pytest_httpserver-1.1.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 64)) Processing ./src/pytest_json_report-1.5.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 65)) Processing ./src/pytest_metadata-3.1.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 66)) Processing ./src/pytest_mock-3.14.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 67)) Processing ./src/pytest_xdist-3.6.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 68)) Processing ./src/pyyaml_env_tag-0.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 69)) Processing ./src/pyyaml_ft-8.0.0-cp313-cp313-linux_x86_64.whl (from -r requirements3.txt.tmp (line 70)) Processing ./src/sarif_om-1.0.4-py3-none-any.whl (from -r requirements3.txt.tmp (line 71)) Processing ./src/sftp_py-0.2.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 72)) Processing ./src/simple_term_menu-1.6.6-py3-none-any.whl (from -r requirements3.txt.tmp (line 73)) Processing ./src/smmap-5.0.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 74)) Processing ./src/snowballstemmer-2.2.0-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 75)) Processing ./src/stevedore-5.4.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 76)) Processing ./src/super_collections-0.5.3-py3-none-any.whl (from -r requirements3.txt.tmp (line 77)) Processing ./src/tox-4.25.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 78)) Processing ./src/typing_inspect-0.9.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 79)) Processing ./src/watchdog-6.0.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 80)) Processing ./src/wcmatch-10.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 81)) Requirement already satisfied: PyYAML>=5.3.1 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from bandit==1.8.3->-r requirements3.txt.tmp (line 5)) (6.0.3) Requirement already satisfied: rich in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from bandit==1.8.3->-r requirements3.txt.tmp (line 5)) (14.2.0) Requirement already satisfied: click>=8.0.0 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from black==25.1.0->-r requirements3.txt.tmp (line 6)) (8.2.1) Requirement already satisfied: mypy-extensions>=0.4.3 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from black==25.1.0->-r requirements3.txt.tmp (line 6)) (1.1.0) Requirement already satisfied: packaging>=22.0 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.13/site-packages (from black==25.1.0->-r requirements3.txt.tmp (line 6)) (25.0) Requirement already satisfied: pathspec>=0.9.0 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.13/site-packages (from black==25.1.0->-r requirements3.txt.tmp (line 6)) (0.12.1) Requirement already satisfied: platformdirs>=2 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.13/site-packages (from black==25.1.0->-r requirements3.txt.tmp (line 6)) (4.5.0) Requirement already satisfied: typer>=0.7.0 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from bump-pydantic==0.8.0->-r requirements3.txt.tmp (line 8)) (0.16.0) Requirement already satisfied: typing-extensions in /opt/metwork-mfext-master/opt/python3_core/lib/python3.13/site-packages (from bump-pydantic==0.8.0->-r requirements3.txt.tmp (line 8)) (4.15.0) Requirement already satisfied: threadpoolctl in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from filprofiler==2024.11.2->-r requirements3.txt.tmp (line 13)) (3.6.0) Requirement already satisfied: pycodestyle<2.13.0,>=2.12.0 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from flake8==7.1.2->-r requirements3.txt.tmp (line 14)) (2.12.1) Requirement already satisfied: python-dateutil>=2.7 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from freezegun==1.5.1->-r requirements3.txt.tmp (line 16)) (2.9.0.post0) Requirement already satisfied: attrs in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from jschema-to-python==1.2.3->-r requirements3.txt.tmp (line 25)) (25.1.0) Requirement already satisfied: pbr in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from jschema-to-python==1.2.3->-r requirements3.txt.tmp (line 25)) (6.1.1) Requirement already satisfied: tornado in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from livereload==2.7.1->-r requirements3.txt.tmp (line 29)) (6.5.1) Requirement already satisfied: MarkupSafe>=0.9.2 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from Mako==1.3.9->-r requirements3.txt.tmp (line 31)) (3.0.2) Requirement already satisfied: jinja2>=2.11.1 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from mkdocs==1.6.1->-r requirements3.txt.tmp (line 34)) (3.1.6) Requirement already satisfied: markdown>=3.3.6 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from mkdocs==1.6.1->-r requirements3.txt.tmp (line 34)) (3.7) Requirement already satisfied: pydantic>=2.8.1 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from mkdocs-awesome-nav==3.0.0->-r requirements3.txt.tmp (line 36)) (2.12.4) Requirement already satisfied: termcolor in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from mkdocs-macros-plugin==1.3.7->-r requirements3.txt.tmp (line 39)) (2.5.0) Requirement already satisfied: babel~=2.10 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from mkdocs-material==9.6.9->-r requirements3.txt.tmp (line 40)) (2.17.0) Requirement already satisfied: colorama~=0.4 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from mkdocs-material==9.6.9->-r requirements3.txt.tmp (line 40)) (0.4.6) Requirement already satisfied: pygments~=2.16 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from mkdocs-material==9.6.9->-r requirements3.txt.tmp (line 40)) (2.19.2) Requirement already satisfied: requests~=2.26 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from mkdocs-material==9.6.9->-r requirements3.txt.tmp (line 40)) (2.32.5) Requirement already satisfied: joblib in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from nltk==3.9.2->-r requirements3.txt.tmp (line 45)) (1.4.2) Requirement already satisfied: regex>=2021.8.3 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from nltk==3.9.2->-r requirements3.txt.tmp (line 45)) (2024.11.6) Requirement already satisfied: tqdm in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from nltk==3.9.2->-r requirements3.txt.tmp (line 45)) (4.67.1) Requirement already satisfied: pip>=24.2 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.13/site-packages (from pipdeptree==2.26.0->-r requirements3.txt.tmp (line 50)) (25.3) Requirement already satisfied: virtualenv>=20.10.0 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.13/site-packages (from pre-commit==4.2.0->-r requirements3.txt.tmp (line 51)) (20.29.2) Requirement already satisfied: setuptools>=42.0.0 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.13/site-packages (from pyinstaller-hooks-contrib==2025.10->-r requirements3.txt.tmp (line 55)) (80.9.0) Requirement already satisfied: dill>=0.3.6 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from pylint==3.3.6->-r requirements3.txt.tmp (line 57)) (0.4.0) Requirement already satisfied: tomlkit>=0.10.1 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from pylint==3.3.6->-r requirements3.txt.tmp (line 57)) (0.13.2) Requirement already satisfied: pluggy<2,>=1.5 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.13/site-packages (from pytest==8.4.2->-r requirements3.txt.tmp (line 60)) (1.5.0) Requirement already satisfied: Werkzeug>=2.0.0 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from pytest-httpserver==1.1.2->-r requirements3.txt.tmp (line 64)) (3.1.4) Requirement already satisfied: paramiko>=2.7.1 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from sftp-py==0.2.1->-r requirements3.txt.tmp (line 72)) (3.5.1) Requirement already satisfied: cachetools>=5.5.1 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from tox==4.25.0->-r requirements3.txt.tmp (line 78)) (5.5.2) Requirement already satisfied: chardet>=5.2 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from tox==4.25.0->-r requirements3.txt.tmp (line 78)) (5.2.0) Requirement already satisfied: filelock>=3.16.1 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.13/site-packages (from tox==4.25.0->-r requirements3.txt.tmp (line 78)) (3.20.1) Requirement already satisfied: charset_normalizer<4,>=2 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from requests~=2.26->mkdocs-material==9.6.9->-r requirements3.txt.tmp (line 40)) (3.4.2) Requirement already satisfied: idna<4,>=2.5 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from requests~=2.26->mkdocs-material==9.6.9->-r requirements3.txt.tmp (line 40)) (3.10) Requirement already satisfied: urllib3<3,>=1.21.1 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from requests~=2.26->mkdocs-material==9.6.9->-r requirements3.txt.tmp (line 40)) (2.6.2) Requirement already satisfied: certifi>=2017.4.17 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.13/site-packages (from requests~=2.26->mkdocs-material==9.6.9->-r requirements3.txt.tmp (line 40)) (2025.11.12) Requirement already satisfied: bcrypt>=3.2 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from paramiko>=2.7.1->sftp-py==0.2.1->-r requirements3.txt.tmp (line 72)) (5.0.0) Requirement already satisfied: cryptography>=3.3 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from paramiko>=2.7.1->sftp-py==0.2.1->-r requirements3.txt.tmp (line 72)) (46.0.3) Requirement already satisfied: pynacl>=1.5 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from paramiko>=2.7.1->sftp-py==0.2.1->-r requirements3.txt.tmp (line 72)) (1.5.0) Requirement already satisfied: cffi>=2.0.0 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from cryptography>=3.3->paramiko>=2.7.1->sftp-py==0.2.1->-r requirements3.txt.tmp (line 72)) (2.0.0) Requirement already satisfied: pycparser in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from cffi>=2.0.0->cryptography>=3.3->paramiko>=2.7.1->sftp-py==0.2.1->-r requirements3.txt.tmp (line 72)) (2.23) Requirement already satisfied: annotated-types>=0.6.0 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from pydantic>=2.8.1->mkdocs-awesome-nav==3.0.0->-r requirements3.txt.tmp (line 36)) (0.7.0) Requirement already satisfied: pydantic-core==2.41.5 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from pydantic>=2.8.1->mkdocs-awesome-nav==3.0.0->-r requirements3.txt.tmp (line 36)) (2.41.5) Requirement already satisfied: typing-inspection>=0.4.2 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from pydantic>=2.8.1->mkdocs-awesome-nav==3.0.0->-r requirements3.txt.tmp (line 36)) (0.4.2) Requirement already satisfied: six>=1.5 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.13/site-packages (from python-dateutil>=2.7->freezegun==1.5.1->-r requirements3.txt.tmp (line 16)) (1.17.0) Requirement already satisfied: shellingham>=1.3.0 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from typer>=0.7.0->bump-pydantic==0.8.0->-r requirements3.txt.tmp (line 8)) (1.5.4) Requirement already satisfied: markdown-it-py>=2.2.0 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from rich->bandit==1.8.3->-r requirements3.txt.tmp (line 5)) (3.0.0) Requirement already satisfied: mdurl~=0.1 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from markdown-it-py>=2.2.0->rich->bandit==1.8.3->-r requirements3.txt.tmp (line 5)) (0.1.2) Requirement already satisfied: distlib<1,>=0.3.7 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.13/site-packages (from virtualenv>=20.10.0->pre-commit==4.2.0->-r requirements3.txt.tmp (line 51)) (0.4.0) Installing collected packages: snowballstemmer, py-spy, paginate, hjson, altgraph, watchdog, typing-inspect, super-collections, smmap, simple-term-menu, pyyaml-ft, pyyaml-env-tag, pyproject-api, pymdown-extensions, pyinstaller-hooks-contrib, pyflakes, pydocstyle, pipdeptree, nodeenv, nltk, natsort, more-itertools, mock, mkdocs-material-extensions, mergedeep, mccabe, Mako, lunr, livereload, lazy-object-proxy, jsonpickle, jmespath, isort, iniconfig, identify, filprofiler, execnet, exceptiongroup, coverage, cfgv, bracex, black, backrefs, astroid, apipkg, wcmatch, tox, stevedore, sarif-om, pytest-httpserver, pytest, pylint, pyinstaller, pre-commit, pdoc3, panoply, mkdocs-get-deps, libcst, jschema-to-python, gitdb, ghp-import, freezegun, flake8, pytest-xdist, pytest-mock, pytest-metadata, pytest-cov, pytest-asyncio, mkdocs, GitPython, flake8-docstrings, bandit, sftp-py, pytest-json-report, pytest-html, mkdocs-material, mkdocs-macros-plugin, mkdocs-exclude, mkdocs-awesome-nav, mkdocs-add-number-plugin, bump-pydantic Successfully installed GitPython-3.1.44 Mako-1.3.9 altgraph-0.17.5 apipkg-3.0.2 astroid-3.3.9 backrefs-5.8 bandit-1.8.3 black-25.1.0 bracex-2.5 bump-pydantic-0.8.0 cfgv-3.4.0 coverage-7.7.1 exceptiongroup-1.2.2 execnet-2.1.1 filprofiler-2024.11.2 flake8-7.1.2 flake8-docstrings-1.7.0 freezegun-1.5.1 ghp-import-2.1.0 gitdb-4.0.12 hjson-3.1.0 identify-2.6.9 iniconfig-2.1.0 isort-6.0.1 jmespath-1.0.1 jschema-to-python-1.2.3 jsonpickle-4.1.1 lazy-object-proxy-1.10.0 libcst-1.8.6 livereload-2.7.1 lunr-0.8.0 mccabe-0.7.0 mergedeep-1.3.4 mkdocs-1.6.1 mkdocs-add-number-plugin-1.2.2 mkdocs-awesome-nav-3.0.0 mkdocs-exclude-1.0.2 mkdocs-get-deps-0.2.0 mkdocs-macros-plugin-1.3.7 mkdocs-material-9.6.9 mkdocs-material-extensions-1.3.1 mock-5.2.0 more-itertools-10.6.0 natsort-8.4.0 nltk-3.9.2 nodeenv-1.9.1 paginate-0.5.7 panoply-0.1.56 pdoc3-0.11.6 pipdeptree-2.26.0 pre-commit-4.2.0 py-spy-0.4.0 pydocstyle-6.3.0 pyflakes-3.2.0 pyinstaller-6.16.0 pyinstaller-hooks-contrib-2025.10 pylint-3.3.6 pymdown-extensions-10.19.1 pyproject-api-1.9.0 pytest-8.4.2 pytest-asyncio-0.26.0 pytest-cov-6.0.0 pytest-html-4.1.1 pytest-httpserver-1.1.2 pytest-json-report-1.5.0 pytest-metadata-3.1.1 pytest-mock-3.14.0 pytest-xdist-3.6.1 pyyaml-env-tag-0.1 pyyaml-ft-8.0.0 sarif-om-1.0.4 sftp-py-0.2.1 simple-term-menu-1.6.6 smmap-5.0.2 snowballstemmer-2.2.0 stevedore-5.4.1 super-collections-0.5.3 tox-4.25.0 typing-inspect-0.9.0 watchdog-6.0.0 wcmatch-10.0 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. if ! test -d /opt/metwork-mfext-master/opt/python3_devtools/lib/python3.13/site-packages; then mkdir -p /opt/metwork-mfext-master/opt/python3_devtools/lib/python3.13/site-packages; fi if test -f /opt/metwork-mfext-master/opt/python3_devtools/lib/python3.13/site-packages/requirements3.txt; then cat /opt/metwork-mfext-master/opt/python3_devtools/lib/python3.13/site-packages/requirements3.txt requirements3.txt |sort |uniq |sed 's/^-e git.*egg=\(.*\)$/\1/g' >/opt/metwork-mfext-master/opt/python3_devtools/lib/python3.13/site-packages/requirements3.txt.tmp; mv /opt/metwork-mfext-master/opt/python3_devtools/lib/python3.13/site-packages/requirements3.txt.tmp /opt/metwork-mfext-master/opt/python3_devtools/lib/python3.13/site-packages/requirements3.txt; else cat requirements3.txt |sort |uniq |sed 's/^-e git.*egg=\(.*\)$/\1/g' >/opt/metwork-mfext-master/opt/python3_devtools/lib/python3.13/site-packages/requirements3.txt ;fi IFS=$'\n' ; for REQ in `cat requirements3.txt |sort |uniq| grep -v "\["`; do _pip_package_to_yaml.sh "${REQ}" "/opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages" || { echo "ERROR WITH _pip_package_to_yaml.sh ${REQ} /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages"; exit 1; } done /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/GitPython.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/Mako.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/altgraph.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/apipkg.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/astroid.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/backrefs.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/bandit.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/black.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/bracex.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/bump-pydantic.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/cfgv.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/coverage.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/exceptiongroup.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/execnet.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/filprofiler.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/flake8_docstrings.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/flake8.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/freezegun.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/ghp-import.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/gitdb.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/hjson.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/identify.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/iniconfig.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/isort.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/jmespath.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/jschema_to_python.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/jsonpickle.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/lazy-object-proxy.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/libcst.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/livereload.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/lunr.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/mccabe.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/mergedeep.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/mkdocs-add-number-plugin.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/mkdocs-awesome-nav.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/mkdocs-exclude.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/mkdocs-get-deps.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/mkdocs-macros-plugin.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/mkdocs-material-extensions.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/mkdocs-material.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/mkdocs.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/mock.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/more-itertools.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/natsort.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/nltk.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/nodeenv.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/paginate.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/panoply.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/pdoc3.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/pipdeptree.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/pre_commit.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/py-spy.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/pydocstyle.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/pyflakes.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/pyinstaller-hooks-contrib.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/pyinstaller.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/pylint.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/pymdown-extensions.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/pyproject-api.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/pytest-asyncio.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/pytest-cov.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/pytest-html.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/pytest_httpserver.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/pytest-json-report.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/pytest-metadata.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/pytest-mock.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/pytest-xdist.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/pytest.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/pyyaml_env_tag.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/PyYAML-ft.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/sarif_om.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/sftp_py.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/simple-term-menu.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/smmap.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/snowballstemmer.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/stevedore.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/super_collections.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/tox.yaml is ready /opt/metwork-mfext-master/opt/python3_devtools/share/metwork_packages/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_b9f5858efa43ea43aa97c8fae908f472.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: 7ce4b8d4133c543a249873f790f2779d /src/adm/root.mk md5sum hash: 60c1fe308b8f0e043a4de4f24888710b core@mfext layer (dependency) hash (from cache): 58de3ee70c223c7e45df96d54c92a92f root@mfext layer (dependency) hash (from cache): 6f81e568b5eb0e04b53a479ab1bf2d0f source hash: bb6f4ce6d0360d816d7105ca51c83502 cache hit (used: /buildcache/mfext_cache_layer_java_521a36c91c8e274d38c0eed46c7d6545.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_521a36c91c8e274d38c0eed46c7d6545.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: 7ce4b8d4133c543a249873f790f2779d /src/adm/root.mk md5sum hash: 60c1fe308b8f0e043a4de4f24888710b core@mfext layer (dependency) hash (from cache): 58de3ee70c223c7e45df96d54c92a92f root@mfext layer (dependency) hash (from cache): 6f81e568b5eb0e04b53a479ab1bf2d0f source hash: ea76c7c5377ba8712aa56774dd674f46 cache hit (used: /buildcache/mfext_cache_layer_monitoring_9312b1feb2097305b8347e55474f9035.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_9312b1feb2097305b8347e55474f9035.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: 7ce4b8d4133c543a249873f790f2779d /src/adm/root.mk md5sum hash: 60c1fe308b8f0e043a4de4f24888710b core@mfext layer (dependency) hash (from cache): 58de3ee70c223c7e45df96d54c92a92f devtools@mfext layer (dependency) hash (from cache): 775483a6eae7aa9d41a91ba56306593d java@mfext layer (dependency) hash (from cache): d44c9f631e67572181ce302377a67699 monitoring@mfext layer (dependency) hash (from cache): c9aece4e9211657894328aa35b86daf1 nodejs@mfext layer (dependency) hash (from cache): 7587604eb6bfba21b9e905b7feb961f6 openresty@mfext layer (dependency) hash (from cache): 28584e5ac20476524bf16a3d700e59b9 python3@mfext layer (dependency) hash (from cache): 3489775ebc428a6e99333afaab84d36c python3_core@mfext layer (dependency) hash (from cache): a9f458314feb8b93028642bfd542bc4d python3_devtools@mfext layer (dependency) hash (from cache): 6d931f9e8337424cfa3f1ecb98ace053 python3_scientific_core@mfext layer (dependency) hash (from cache): af281f272181e2a1818e18eaa7809125 root@mfext layer (dependency) hash (from cache): 6f81e568b5eb0e04b53a479ab1bf2d0f scientific_core@mfext layer (dependency) hash (from cache): 634712f4b8fa7ac21490cfd1aaf78833 source hash: 558c6b0abbb332346c98bcb655b28c46 cache missed (/buildcache/mfext_cache_layer_default_d363fb984f2da4b35fc48ec1f2d38aa6.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_d363fb984f2da4b35fc48ec1f2d38aa6.tar created make[2]: Leaving directory '/src/layers/layer9_default' make[1]: Leaving directory '/src/layers' cd adm && make all make[1]: Entering directory '/src/adm' cp -f metwork_debug /opt/metwork-mfext-master/bin/metwork_debug chmod a+rx /opt/metwork-mfext-master/bin/metwork_debug cp -f _launch_crontab /opt/metwork-mfext-master/bin/_launch_crontab chmod a+rx /opt/metwork-mfext-master/bin/_launch_crontab cp -f clear.sh /opt/metwork-mfext-master/bin/clear.sh chmod a+rx /opt/metwork-mfext-master/bin/clear.sh cp -f _doc_layer.sh /opt/metwork-mfext-master/bin/_doc_layer.sh chmod a+rx /opt/metwork-mfext-master/bin/_doc_layer.sh cp -f _yaml_to_md.py /opt/metwork-mfext-master/bin/_yaml_to_md.py chmod a+rx /opt/metwork-mfext-master/bin/_yaml_to_md.py cp -f _packaging_get_module_dependencies /opt/metwork-mfext-master/bin/_packaging_get_module_dependencies chmod a+rx /opt/metwork-mfext-master/bin/_packaging_get_module_dependencies cp -f _packaging_get_module_layers /opt/metwork-mfext-master/bin/_packaging_get_module_layers chmod a+rx /opt/metwork-mfext-master/bin/_packaging_get_module_layers cp -f _packaging_get_layer_dependencies /opt/metwork-mfext-master/bin/_packaging_get_layer_dependencies chmod a+rx /opt/metwork-mfext-master/bin/_packaging_get_layer_dependencies cp -f _packaging_get_package_name /opt/metwork-mfext-master/bin/_packaging_get_package_name chmod a+rx /opt/metwork-mfext-master/bin/_packaging_get_package_name cp -f components /opt/metwork-mfext-master/bin/components chmod a+rx /opt/metwork-mfext-master/bin/components cp -f _circus.start /opt/metwork-mfext-master/bin/_circus.start chmod a+rx /opt/metwork-mfext-master/bin/_circus.start cp -f _circus.stop /opt/metwork-mfext-master/bin/_circus.stop chmod a+rx /opt/metwork-mfext-master/bin/_circus.stop cp -f _circus.status /opt/metwork-mfext-master/bin/_circus.status chmod a+rx /opt/metwork-mfext-master/bin/_circus.status cp -f _ini_to_env.py /opt/metwork-mfext-master/bin/_ini_to_env.py chmod a+rx /opt/metwork-mfext-master/bin/_ini_to_env.py cp -f before_start_redis /opt/metwork-mfext-master/bin/before_start_redis chmod a+rx /opt/metwork-mfext-master/bin/before_start_redis cp -f before_start_nginx /opt/metwork-mfext-master/bin/before_start_nginx chmod a+rx /opt/metwork-mfext-master/bin/before_start_nginx cp -f port_test.sh /opt/metwork-mfext-master/bin/port_test.sh chmod a+rx /opt/metwork-mfext-master/bin/port_test.sh cp -f _make_and_install_crontab.sh /opt/metwork-mfext-master/bin/_make_and_install_crontab.sh chmod a+rx /opt/metwork-mfext-master/bin/_make_and_install_crontab.sh cp -f _uninstall_crontab.sh /opt/metwork-mfext-master/bin/_uninstall_crontab.sh chmod a+rx /opt/metwork-mfext-master/bin/_uninstall_crontab.sh cp -f circus_status_watcher.sh /opt/metwork-mfext-master/bin/circus_status_watcher.sh chmod a+rx /opt/metwork-mfext-master/bin/circus_status_watcher.sh cp -f redis_status.sh /opt/metwork-mfext-master/bin/redis_status.sh chmod a+rx /opt/metwork-mfext-master/bin/redis_status.sh cp -f config.py /opt/metwork-mfext-master/bin/config.py chmod a+rx /opt/metwork-mfext-master/bin/config.py cp -f _prepare_config.py /opt/metwork-mfext-master/bin/_prepare_config.py chmod a+rx /opt/metwork-mfext-master/bin/_prepare_config.py cp -f _make_nethard_config.py /opt/metwork-mfext-master/bin/_make_nethard_config.py chmod a+rx /opt/metwork-mfext-master/bin/_make_nethard_config.py cp -f _make_circus_conf /opt/metwork-mfext-master/bin/_make_circus_conf chmod a+rx /opt/metwork-mfext-master/bin/_make_circus_conf cp -f _make_crontab.py /opt/metwork-mfext-master/bin/_make_crontab.py chmod a+rx /opt/metwork-mfext-master/bin/_make_crontab.py cp -f remove_empty.sh /opt/metwork-mfext-master/bin/remove_empty.sh chmod a+rx /opt/metwork-mfext-master/bin/remove_empty.sh cp -f kill_remaining_processes.py /opt/metwork-mfext-master/bin/kill_remaining_processes.py chmod a+rx /opt/metwork-mfext-master/bin/kill_remaining_processes.py cp -f bootstrap_plugin.py /opt/metwork-mfext-master/bin/bootstrap_plugin.py chmod a+rx /opt/metwork-mfext-master/bin/bootstrap_plugin.py cp -f _make_nginx_conf /opt/metwork-mfext-master/bin/_make_nginx_conf chmod a+rx /opt/metwork-mfext-master/bin/_make_nginx_conf cp -f bootstrap_plugin.post /opt/metwork-mfext-master/bin/bootstrap_plugin.post chmod a+rx /opt/metwork-mfext-master/bin/bootstrap_plugin.post cp -f _circusctl /opt/metwork-mfext-master/bin/_circusctl chmod a+rx /opt/metwork-mfext-master/bin/_circusctl cp -f _install_or_update_configured_plugins.py /opt/metwork-mfext-master/bin/_install_or_update_configured_plugins.py chmod a+rx /opt/metwork-mfext-master/bin/_install_or_update_configured_plugins.py cp -f nginx.status /opt/metwork-mfext-master/bin/nginx.status chmod a+rx /opt/metwork-mfext-master/bin/nginx.status cp -f find_zombies_nginx_workers.py /opt/metwork-mfext-master/bin/find_zombies_nginx_workers.py chmod a+rx /opt/metwork-mfext-master/bin/find_zombies_nginx_workers.py cp -f before_start_telegraf /opt/metwork-mfext-master/bin/before_start_telegraf chmod a+rx /opt/metwork-mfext-master/bin/before_start_telegraf cp -f _circus_wait_watcher_stopped.sh /opt/metwork-mfext-master/bin/_circus_wait_watcher_stopped.sh chmod a+rx /opt/metwork-mfext-master/bin/_circus_wait_watcher_stopped.sh cp -f _circus_wait_watcher_stopped.py /opt/metwork-mfext-master/bin/_circus_wait_watcher_stopped.py chmod a+rx /opt/metwork-mfext-master/bin/_circus_wait_watcher_stopped.py cp -f _circus_schedule_stop_watcher.sh /opt/metwork-mfext-master/bin/_circus_schedule_stop_watcher.sh chmod a+rx /opt/metwork-mfext-master/bin/_circus_schedule_stop_watcher.sh cp -f _install_plugin_virtualenv /opt/metwork-mfext-master/bin/_install_plugin_virtualenv chmod a+rx /opt/metwork-mfext-master/bin/_install_plugin_virtualenv cp -f _plugins.preuninstall /opt/metwork-mfext-master/bin/_plugins.preuninstall chmod a+rx /opt/metwork-mfext-master/bin/_plugins.preuninstall cp -f _plugins.postinstall /opt/metwork-mfext-master/bin/_plugins.postinstall chmod a+rx /opt/metwork-mfext-master/bin/_plugins.postinstall cp -f list_metwork_processes.py /opt/metwork-mfext-master/bin/list_metwork_processes.py chmod a+rx /opt/metwork-mfext-master/bin/list_metwork_processes.py cp -f telegraf_collector_metwork_module.py /opt/metwork-mfext-master/bin/telegraf_collector_metwork_module.py chmod a+rx /opt/metwork-mfext-master/bin/telegraf_collector_metwork_module.py cp -f _nginx.reload /opt/metwork-mfext-master/bin/_nginx.reload chmod a+rx /opt/metwork-mfext-master/bin/_nginx.reload cp -f _circus.reload /opt/metwork-mfext-master/bin/_circus.reload chmod a+rx /opt/metwork-mfext-master/bin/_circus.reload cp -f _plugins.is_dangerous /opt/metwork-mfext-master/bin/_plugins.is_dangerous chmod a+rx /opt/metwork-mfext-master/bin/_plugins.is_dangerous cp -f _circus_wait_watcher_started.sh /opt/metwork-mfext-master/bin/_circus_wait_watcher_started.sh chmod a+rx /opt/metwork-mfext-master/bin/_circus_wait_watcher_started.sh cp -f _circus_wait_watcher_started.py /opt/metwork-mfext-master/bin/_circus_wait_watcher_started.py chmod a+rx /opt/metwork-mfext-master/bin/_circus_wait_watcher_started.py cp -f nginxfmt.py /opt/metwork-mfext-master/bin/nginxfmt.py chmod a+rx /opt/metwork-mfext-master/bin/nginxfmt.py cp -f before_start_conf_monitor /opt/metwork-mfext-master/bin/before_start_conf_monitor chmod a+rx /opt/metwork-mfext-master/bin/before_start_conf_monitor cp -f _no_automatic_kill.sh /opt/metwork-mfext-master/bin/_no_automatic_kill.sh chmod a+rx /opt/metwork-mfext-master/bin/_no_automatic_kill.sh cp -f plugins.status /opt/metwork-mfext-master/bin/plugins.status chmod a+rx /opt/metwork-mfext-master/bin/plugins.status cp -f _plugins.status /opt/metwork-mfext-master/bin/_plugins.status chmod a+rx /opt/metwork-mfext-master/bin/_plugins.status cp -f _plugins.stop /opt/metwork-mfext-master/bin/_plugins.stop chmod a+rx /opt/metwork-mfext-master/bin/_plugins.stop cp -f plugins.stop /opt/metwork-mfext-master/bin/plugins.stop chmod a+rx /opt/metwork-mfext-master/bin/plugins.stop cp -f _plugins.start /opt/metwork-mfext-master/bin/_plugins.start chmod a+rx /opt/metwork-mfext-master/bin/_plugins.start cp -f plugins.start /opt/metwork-mfext-master/bin/plugins.start chmod a+rx /opt/metwork-mfext-master/bin/plugins.start cp -f _send_state.py /opt/metwork-mfext-master/bin/_send_state.py chmod a+rx /opt/metwork-mfext-master/bin/_send_state.py cp -f _prepare_plugin_config.py /opt/metwork-mfext-master/bin/_prepare_plugin_config.py chmod a+rx /opt/metwork-mfext-master/bin/_prepare_plugin_config.py cp -f _remove_plugin_config.py /opt/metwork-mfext-master/bin/_remove_plugin_config.py chmod a+rx /opt/metwork-mfext-master/bin/_remove_plugin_config.py cp -f pip_wrapper /opt/metwork-mfext-master/bin/pip_wrapper chmod a+rx /opt/metwork-mfext-master/bin/pip_wrapper cp -f _circus_schedule_start_watcher.py /opt/metwork-mfext-master/bin/_circus_schedule_start_watcher.py chmod a+rx /opt/metwork-mfext-master/bin/_circus_schedule_start_watcher.py cp -f _circus_schedule_start_watcher.sh /opt/metwork-mfext-master/bin/_circus_schedule_start_watcher.sh chmod a+rx /opt/metwork-mfext-master/bin/_circus_schedule_start_watcher.sh cp -f _circus_schedule_stop_watcher.py /opt/metwork-mfext-master/bin/_circus_schedule_stop_watcher.py chmod a+rx /opt/metwork-mfext-master/bin/_circus_schedule_stop_watcher.py cp -f _circus_wait.py /opt/metwork-mfext-master/bin/_circus_wait.py chmod a+rx /opt/metwork-mfext-master/bin/_circus_wait.py cp -f _circus_wait.sh /opt/metwork-mfext-master/bin/_circus_wait.sh chmod a+rx /opt/metwork-mfext-master/bin/_circus_wait.sh cp -f wait_redis.py /opt/metwork-mfext-master/bin/wait_redis.py chmod a+rx /opt/metwork-mfext-master/bin/wait_redis.py cp -f repeat.sh /opt/metwork-mfext-master/bin/repeat.sh chmod a+rx /opt/metwork-mfext-master/bin/repeat.sh cp -f before_start_vector /opt/metwork-mfext-master/bin/before_start_vector chmod a+rx /opt/metwork-mfext-master/bin/before_start_vector cp -f _module_status_json.py /opt/metwork-mfext-master/bin/_module_status_json.py chmod a+rx /opt/metwork-mfext-master/bin/_module_status_json.py cp -f revert_ldd.sh /opt/metwork-mfext-master/bin/revert_ldd.sh chmod a+rx /opt/metwork-mfext-master/bin/revert_ldd.sh cp -f revert_ldd_not_found.sh /opt/metwork-mfext-master/bin/revert_ldd_not_found.sh chmod a+rx /opt/metwork-mfext-master/bin/revert_ldd_not_found.sh cp -f save_perm_and_acl.sh /opt/metwork-mfext-master/bin/save_perm_and_acl.sh chmod a+rx /opt/metwork-mfext-master/bin/save_perm_and_acl.sh cp --preserve=mode --dereference -Rf _metwork.spec /opt/metwork-mfext-master/share/_metwork.spec cp --preserve=mode --dereference -Rf startup_scripts_profiles.mk /opt/metwork-mfext-master/share/startup_scripts_profiles.mk cp --preserve=mode --dereference -Rf plugin.mk /opt/metwork-mfext-master/share/plugin.mk cp --preserve=mode --dereference -Rf config_subdir.mk /opt/metwork-mfext-master/share/config_subdir.mk cp --preserve=mode --dereference -Rf metwork.service /opt/metwork-mfext-master/share/metwork.service cp --preserve=mode --dereference -Rf templates/bashrc /opt/metwork-mfext-master/share/templates/bashrc /opt/metwork-mfext-master/bin/_make_file_from_template.sh bashrc .custom >/opt/metwork-mfext-master/share/bashrc cp --preserve=mode --dereference -Rf templates/bash_profile /opt/metwork-mfext-master/share/templates/bash_profile /opt/metwork-mfext-master/bin/_make_file_from_template.sh bash_profile .custom >/opt/metwork-mfext-master/share/bash_profile cp --preserve=mode --dereference -Rf templates/profile /opt/metwork-mfext-master/share/templates/profile cp --preserve=mode --dereference -Rf templates/config_profile /opt/metwork-mfext-master/share/templates/config_profile cp --preserve=mode --dereference -Rf templates/nethard_profile /opt/metwork-mfext-master/share/templates/nethard_profile /opt/metwork-mfext-master/bin/_make_file_from_template.sh profile .custom >/opt/metwork-mfext-master/share/profile cp --preserve=mode --dereference -Rf templates/interactive_profile /opt/metwork-mfext-master/share/templates/interactive_profile /opt/metwork-mfext-master/bin/_make_file_from_template.sh interactive_profile .custom >/opt/metwork-mfext-master/share/interactive_profile cp --preserve=mode --dereference -Rf templates/load_env.sh /opt/metwork-mfext-master/share/templates/load_env.sh export ROOT_DIR=/opt/metwork-mfext-master && /opt/metwork-mfext-master/bin/_make_file_from_template.sh load_env.sh .custom >/opt/metwork-mfext-master/share/load_env.sh export ROOT_DIR=`pwd`/.. && /opt/metwork-mfext-master/bin/_make_file_from_template.sh load_env.sh .custom >/opt/metwork-mfext-master/share/load_env_and_cd_sources.sh export ROOT_DIR=RUNTIME && /opt/metwork-mfext-master/bin/_make_file_from_template.sh load_env.sh .custom >/opt/metwork-mfext-master/share/load_env_and_cd_runtime.sh cp --preserve=mode --dereference -Rf templates/mfxxx_wrapper /opt/metwork-mfext-master/share/templates/mfxxx_wrapper /opt/metwork-mfext-master/bin/_make_file_from_template.sh mfxxx_wrapper .custom >/opt/metwork-mfext-master/bin/mfext_wrapper chmod a+rx /opt/metwork-mfext-master/bin/mfext_wrapper cp --preserve=mode --dereference -Rf templates/_mfxxx_wrapper /opt/metwork-mfext-master/share/templates/_mfxxx_wrapper /opt/metwork-mfext-master/bin/_make_file_from_template.sh _mfxxx_wrapper .custom >/opt/metwork-mfext-master/bin/_mfext_wrapper chmod a+rx /opt/metwork-mfext-master/bin/_mfext_wrapper cp --preserve=mode --dereference -Rf templates/circus.ini /opt/metwork-mfext-master/share/templates/circus.ini cp --preserve=mode --dereference -Rf templates/config.ini /opt/metwork-mfext-master/share/templates/config.ini cp --preserve=mode --dereference -Rf templates/crontab /opt/metwork-mfext-master/share/templates/crontab cp --preserve=mode --dereference -Rf templates/cronwrap.sh /opt/metwork-mfext-master/share/templates/cronwrap.sh cp --preserve=mode --dereference -Rf templates/layer.md /opt/metwork-mfext-master/share/templates/layer.md cp --preserve=mode --dereference -Rf templates/mflog_override.conf /opt/metwork-mfext-master/share/templates/mflog_override.conf cp --preserve=mode --dereference -Rf templates/mfxxx.autorestart /opt/metwork-mfext-master/share/templates/mfxxx.autorestart cp --preserve=mode --dereference -Rf templates/mfxxx.init /opt/metwork-mfext-master/share/templates/mfxxx.init cp --preserve=mode --dereference -Rf templates/mfxxx.start /opt/metwork-mfext-master/share/templates/mfxxx.start cp --preserve=mode --dereference -Rf templates/mfxxx.status /opt/metwork-mfext-master/share/templates/mfxxx.status cp --preserve=mode --dereference -Rf templates/mfxxx.stop /opt/metwork-mfext-master/share/templates/mfxxx.stop cp --preserve=mode --dereference -Rf templates/redis_plugin_xxx.conf /opt/metwork-mfext-master/share/templates/redis_plugin_xxx.conf cp --preserve=mode --dereference -Rf templates/telegraf.conf /opt/metwork-mfext-master/share/templates/telegraf.conf cp --preserve=mode --dereference -Rf templates/vector.toml /opt/metwork-mfext-master/share/templates/vector.toml mkdir -p /opt/metwork-mfext-master/lib/mfext touch /opt/metwork-mfext-master/lib/mfext/__init__.py cp -f ini_to_env.py /opt/metwork-mfext-master/lib/mfext/ini_to_env.py cp -f circus_hooks.py /opt/metwork-mfext-master/lib/mfext/circus_hooks.py cp -f mflog_addon.py /opt/metwork-mfext-master/lib/mfext/mflog_addon.py cp -f conf_monitor.py /opt/metwork-mfext-master/lib/mfext/conf_monitor.py cp -f circus.py /opt/metwork-mfext-master/lib/mfext/circus.py cat metwork | /opt/metwork-mfext-master/bin/envtpl >/opt/metwork-mfext-master/bin/metwork make[1]: Leaving directory '/src/adm' if test "" != "1"; then _layer_dhash root@mfext >/opt/metwork-mfext-master/.dhash; fi layer_wrapper --layers=python3_devtools@mfext -- _yaml_to_md.py ALL >.metwork-framework/components.md