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: b4c61b33ad60bdb08fd73e7fb71efaf1 /src/adm/root.mk md5sum hash: 60c1fe308b8f0e043a4de4f24888710b root@mfext layer (dependency) hash (from cache): 5149a111957315ede0f5aa2dfe51c4f2 source hash: de41c700b72a2cbbde6c43bff67efa5e cache hit (used: /buildcache/mfext_cache_layer_core_0ea9431af543e3d145d666d5284f1ddc.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_0ea9431af543e3d145d666d5284f1ddc.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: b4c61b33ad60bdb08fd73e7fb71efaf1 /src/adm/root.mk md5sum hash: 60c1fe308b8f0e043a4de4f24888710b core@mfext layer (dependency) hash (from cache): da87729b77ce4bbdaca1f5915a0206c1 root@mfext layer (dependency) hash (from cache): 5149a111957315ede0f5aa2dfe51c4f2 source hash: 773d9522113e40d1f7b7b0247de60912 cache hit (used: /buildcache/mfext_cache_layer_openresty_07072a419c042ed6ecc53444d5b50b11.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_07072a419c042ed6ecc53444d5b50b11.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: b4c61b33ad60bdb08fd73e7fb71efaf1 /src/adm/root.mk md5sum hash: 60c1fe308b8f0e043a4de4f24888710b core@mfext layer (dependency) hash (from cache): da87729b77ce4bbdaca1f5915a0206c1 root@mfext layer (dependency) hash (from cache): 5149a111957315ede0f5aa2dfe51c4f2 source hash: c1a9f7b30eaea1d5afeb7976c43fa623 cache hit (used: /buildcache/mfext_cache_layer_python3_core_881abfd69eb6a45118e8d8cbd15cf103.tar) if ! test -f cache/hit; then \ for SUBDIR in 0000_adm 0030_python3 0031_wheel 0032_setuptools 0033_update_pip 0050_flit_core 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_881abfd69eb6a45118e8d8cbd15cf103.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: b4c61b33ad60bdb08fd73e7fb71efaf1 /src/adm/root.mk md5sum hash: 60c1fe308b8f0e043a4de4f24888710b core@mfext layer (dependency) hash (from cache): da87729b77ce4bbdaca1f5915a0206c1 root@mfext layer (dependency) hash (from cache): 5149a111957315ede0f5aa2dfe51c4f2 source hash: f4abf0fbc48baedd88f1932facc1a444 cache hit (used: /buildcache/mfext_cache_layer_scientific_core_0b332f46da04e029e37852ce642ff359.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_0b332f46da04e029e37852ce642ff359.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: b4c61b33ad60bdb08fd73e7fb71efaf1 /src/adm/root.mk md5sum hash: 60c1fe308b8f0e043a4de4f24888710b core@mfext layer (dependency) hash (from cache): da87729b77ce4bbdaca1f5915a0206c1 python3_core@mfext layer (dependency) hash (from cache): 38c96393bf7828f55861b72d1baffbf6 root@mfext layer (dependency) hash (from cache): 5149a111957315ede0f5aa2dfe51c4f2 source hash: feccf56e59b3da9d0c312e789ec0736e cache hit (used: /buildcache/mfext_cache_layer_python3_14bd1cee5142b094131ed1e4a2517e08.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_14bd1cee5142b094131ed1e4a2517e08.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: b4c61b33ad60bdb08fd73e7fb71efaf1 /src/adm/root.mk md5sum hash: 60c1fe308b8f0e043a4de4f24888710b core@mfext layer (dependency) hash (from cache): da87729b77ce4bbdaca1f5915a0206c1 python3@mfext layer (dependency) hash (from cache): de1af395ade0ad0c375745f63b115dea python3_core@mfext layer (dependency) hash (from cache): 38c96393bf7828f55861b72d1baffbf6 root@mfext layer (dependency) hash (from cache): 5149a111957315ede0f5aa2dfe51c4f2 source hash: dca4274c1f1a2082de38753a88f7ec6e cache hit (used: /buildcache/mfext_cache_layer_python3_circus_15928a17a0e1eb77a10c3867fe21f2ab.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_15928a17a0e1eb77a10c3867fe21f2ab.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: b4c61b33ad60bdb08fd73e7fb71efaf1 /src/adm/root.mk md5sum hash: 60c1fe308b8f0e043a4de4f24888710b core@mfext layer (dependency) hash (from cache): da87729b77ce4bbdaca1f5915a0206c1 python3@mfext layer (dependency) hash (from cache): de1af395ade0ad0c375745f63b115dea python3_core@mfext layer (dependency) hash (from cache): 38c96393bf7828f55861b72d1baffbf6 root@mfext layer (dependency) hash (from cache): 5149a111957315ede0f5aa2dfe51c4f2 scientific_core@mfext layer (dependency) hash (from cache): 209693373de2dcadc6cf2d7dab0389c0 source hash: 183b8dff75561c50a6db8ea152a46a5e cache hit (used: /buildcache/mfext_cache_layer_python3_scientific_core_d6fa0dfcea3b538d00f644f273f43907.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_d6fa0dfcea3b538d00f644f273f43907.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: b4c61b33ad60bdb08fd73e7fb71efaf1 /src/adm/root.mk md5sum hash: 60c1fe308b8f0e043a4de4f24888710b core@mfext layer (dependency) hash (from cache): da87729b77ce4bbdaca1f5915a0206c1 root@mfext layer (dependency) hash (from cache): 5149a111957315ede0f5aa2dfe51c4f2 source hash: abe8ded1987308f954f02fad0bd24e79 cache hit (used: /buildcache/mfext_cache_layer_nodejs_5b809006527d3ca3818d87da7f032224.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_5b809006527d3ca3818d87da7f032224.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: b4c61b33ad60bdb08fd73e7fb71efaf1 /src/adm/root.mk md5sum hash: 60c1fe308b8f0e043a4de4f24888710b core@mfext layer (dependency) hash (from cache): da87729b77ce4bbdaca1f5915a0206c1 root@mfext layer (dependency) hash (from cache): 5149a111957315ede0f5aa2dfe51c4f2 source hash: 9bcbee843ac24140ecd45227e705f6df cache hit (used: /buildcache/mfext_cache_layer_devtools_bdc2c3d21618cedc550eef0622e11de8.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_bdc2c3d21618cedc550eef0622e11de8.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: b4c61b33ad60bdb08fd73e7fb71efaf1 /src/adm/root.mk md5sum hash: 60c1fe308b8f0e043a4de4f24888710b core@mfext layer (dependency) hash (from cache): da87729b77ce4bbdaca1f5915a0206c1 devtools@mfext layer (dependency) hash (from cache): 678dd89aab57961ffe535dcc0d8d35b6 python3@mfext layer (dependency) hash (from cache): de1af395ade0ad0c375745f63b115dea python3_core@mfext layer (dependency) hash (from cache): 38c96393bf7828f55861b72d1baffbf6 root@mfext layer (dependency) hash (from cache): 5149a111957315ede0f5aa2dfe51c4f2 source hash: ada460ad16d2b1f1dcaa1b51ef35f1bb cache hit (used: /buildcache/mfext_cache_layer_python3_devtools_3a161a0834a54a709b942579560159f8.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 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 already exist (/buildcache/mfext_cache_layer_python3_devtools_3a161a0834a54a709b942579560159f8.tar) 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: b4c61b33ad60bdb08fd73e7fb71efaf1 /src/adm/root.mk md5sum hash: 60c1fe308b8f0e043a4de4f24888710b core@mfext layer (dependency) hash (from cache): da87729b77ce4bbdaca1f5915a0206c1 root@mfext layer (dependency) hash (from cache): 5149a111957315ede0f5aa2dfe51c4f2 source hash: bb6f4ce6d0360d816d7105ca51c83502 cache hit (used: /buildcache/mfext_cache_layer_java_61d2ddcf0a13112bc904e5a0a82847be.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_61d2ddcf0a13112bc904e5a0a82847be.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: b4c61b33ad60bdb08fd73e7fb71efaf1 /src/adm/root.mk md5sum hash: 60c1fe308b8f0e043a4de4f24888710b core@mfext layer (dependency) hash (from cache): da87729b77ce4bbdaca1f5915a0206c1 root@mfext layer (dependency) hash (from cache): 5149a111957315ede0f5aa2dfe51c4f2 source hash: ea76c7c5377ba8712aa56774dd674f46 cache missed (/buildcache/mfext_cache_layer_monitoring_6e6cb575d9d007aa6a00dad01552d3ce.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 make[3]: Entering directory '/src/layers/layer8_monitoring/0300_telegraf' layer_wrapper --empty-env --empty-env-keeps=LANG,PATH,LAYERAPI2_LAYERS_PATH,PYTHON3_SHORT_VERSION,FORCED_PATHS,BUILDCACHE --force-prepend --layers=core@mfext,monitoring@mfext -- scl enable gcc-toolset-11 -- make -f Makefile.mk all rm -f /opt/metwork-mfext-master/opt/monitoring/share/metwork_packages/telegraf.yaml touch /opt/metwork-mfext-master/opt/monitoring/share/metwork_packages/telegraf.yaml echo "name: 'telegraf'" >>/opt/metwork-mfext-master/opt/monitoring/share/metwork_packages/telegraf.yaml echo "version: '1.36.2'" >>/opt/metwork-mfext-master/opt/monitoring/share/metwork_packages/telegraf.yaml echo "extension: 'tar.gz'" >>/opt/metwork-mfext-master/opt/monitoring/share/metwork_packages/telegraf.yaml echo "checktype: 'MD5'" >>/opt/metwork-mfext-master/opt/monitoring/share/metwork_packages/telegraf.yaml echo "checksum: '1833ec7ed8d696b04d0bbc3a5211593b'" >>/opt/metwork-mfext-master/opt/monitoring/share/metwork_packages/telegraf.yaml echo -n "description: '" >>/opt/metwork-mfext-master/opt/monitoring/share/metwork_packages/telegraf.yaml echo -n "influxdb plugin-driven server agent for collecting and reporting metrics." |sed "s/'/ /g" >>/opt/metwork-mfext-master/opt/monitoring/share/metwork_packages/telegraf.yaml echo "'" >>/opt/metwork-mfext-master/opt/monitoring/share/metwork_packages/telegraf.yaml echo "website: 'https://github.com/influxdata/telegraf'" >>/opt/metwork-mfext-master/opt/monitoring/share/metwork_packages/telegraf.yaml echo "license: 'MIT'" >>/opt/metwork-mfext-master/opt/monitoring/share/metwork_packages/telegraf.yaml if test -s sources; then echo "sources: ">>/opt/metwork-mfext-master/opt/monitoring/share/metwork_packages/telegraf.yaml; cat sources |sed 's/^/ - url: /' >>/opt/metwork-mfext-master/opt/monitoring/share/metwork_packages/telegraf.yaml; fi if test -s patches; then echo "patches: ">>/opt/metwork-mfext-master/opt/monitoring/share/metwork_packages/telegraf.yaml; cat patches |sed 's/^/ - filename: /' >>/opt/metwork-mfext-master/opt/monitoring/share/metwork_packages/telegraf.yaml; fi make --file=/opt/metwork-mfext-master/share/Makefile.standard PREFIX=/opt/metwork-mfext-master/opt/monitoring download uncompress make[1]: Entering directory '/src/layers/layer8_monitoring/0300_telegraf' /opt/metwork-mfext-master/bin/_download_helper.sh `readlink -m ./build/telegraf-1.36.2_linux_amd64.tar.gz` `readlink -m ./sources` MD5 1833ec7ed8d696b04d0bbc3a5211593b Trying to download https://dl.influxdata.com/telegraf/releases/telegraf-1.36.2_linux_amd64.tar.gz... --2025-10-03 14:19:46-- https://dl.influxdata.com/telegraf/releases/telegraf-1.36.2_linux_amd64.tar.gz Resolving dl.influxdata.com (dl.influxdata.com)... 18.244.179.97, 18.244.179.127, 18.244.179.2, ... Connecting to dl.influxdata.com (dl.influxdata.com)|18.244.179.97|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 78456879 (75M) [application/x-tar] Saving to: '/src/layers/layer8_monitoring/0300_telegraf/build/telegraf-1.36.2_linux_amd64.tar.gz' 0K .......... .......... .......... .......... .......... 0% 12.7M 6s 50K .......... .......... .......... .......... .......... 0% 36.2M 4s 100K .......... .......... .......... .......... .......... 0% 31.3M 3s 150K .......... .......... .......... .......... .......... 0% 35.9M 3s 200K .......... .......... .......... .......... .......... 0% 60.3M 3s 250K .......... .......... .......... .......... .......... 0% 60.8M 2s 300K .......... .......... .......... .......... .......... 0% 63.4M 2s 350K .......... .......... .......... .......... .......... 0% 99.9M 2s 400K .......... .......... .......... .......... .......... 0% 82.5M 2s 450K .......... .......... .......... .......... .......... 0% 96.9M 2s 500K .......... .......... .......... .......... .......... 0% 143M 2s 550K .......... .......... .......... .......... .......... 0% 96.6M 2s 600K .......... .......... .......... .......... .......... 0% 153M 2s 650K .......... .......... .......... .......... .......... 0% 136M 1s 700K .......... .......... .......... .......... .......... 0% 151M 1s 750K .......... .......... .......... .......... .......... 1% 160M 1s 800K .......... .......... .......... .......... .......... 1% 168M 1s 850K .......... .......... .......... .......... .......... 1% 162M 1s 900K .......... .......... .......... .......... .......... 1% 271M 1s 950K .......... .......... .......... .......... .......... 1% 106M 1s 1000K .......... .......... .......... .......... .......... 1% 142M 1s 1050K .......... .......... .......... .......... .......... 1% 183M 1s 1100K .......... .......... .......... .......... .......... 1% 278M 1s 1150K .......... .......... .......... .......... .......... 1% 193M 1s 1200K .......... .......... .......... .......... .......... 1% 151M 1s 1250K .......... .......... .......... .......... .......... 1% 132M 1s 1300K .......... .......... .......... .......... .......... 1% 186M 1s 1350K .......... .......... .......... .......... .......... 1% 89.2M 1s 1400K .......... .......... .......... .......... .......... 1% 307M 1s 1450K .......... .......... .......... .......... .......... 1% 82.8M 1s 1500K .......... .......... .......... .......... .......... 2% 194M 1s 1550K .......... .......... .......... .......... .......... 2% 141M 1s 1600K .......... .......... .......... .......... .......... 2% 293M 1s 1650K .......... .......... .......... .......... .......... 2% 62.8M 1s 1700K .......... .......... .......... .......... .......... 2% 206M 1s 1750K .......... .......... .......... .......... .......... 2% 99.8M 1s 1800K .......... .......... .......... .......... .......... 2% 141M 1s 1850K .......... .......... .......... .......... .......... 2% 63.3M 1s 1900K .......... .......... .......... .......... .......... 2% 218M 1s 1950K .......... .......... .......... .......... .......... 2% 343M 1s 2000K .......... .......... .......... .......... .......... 2% 175M 1s 2050K .......... .......... .......... .......... .......... 2% 324M 1s 2100K .......... .......... .......... .......... .......... 2% 290M 1s 2150K .......... .......... .......... .......... .......... 2% 107M 1s 2200K .......... .......... .......... .......... .......... 2% 222M 1s 2250K .......... .......... .......... .......... .......... 3% 68.1M 1s 2300K .......... .......... .......... .......... .......... 3% 186M 1s 2350K .......... .......... .......... .......... .......... 3% 286M 1s 2400K .......... .......... .......... .......... .......... 3% 244M 1s 2450K .......... .......... .......... .......... .......... 3% 259M 1s 2500K .......... .......... .......... .......... .......... 3% 139M 1s 2550K .......... .......... .......... .......... .......... 3% 315M 1s 2600K .......... .......... .......... .......... .......... 3% 120M 1s 2650K .......... .......... .......... .......... .......... 3% 245M 1s 2700K .......... .......... .......... .......... .......... 3% 136M 1s 2750K .......... .......... .......... .......... .......... 3% 268M 1s 2800K .......... .......... .......... .......... .......... 3% 175M 1s 2850K .......... .......... .......... .......... .......... 3% 250M 1s 2900K .......... .......... .......... .......... .......... 3% 65.0M 1s 2950K .......... .......... .......... .......... .......... 3% 245M 1s 3000K .......... .......... .......... .......... .......... 3% 210M 1s 3050K .......... .......... .......... .......... .......... 4% 126M 1s 3100K .......... .......... .......... .......... .......... 4% 234M 1s 3150K .......... .......... .......... .......... .......... 4% 237M 1s 3200K .......... .......... .......... .......... .......... 4% 288M 1s 3250K .......... .......... .......... .......... .......... 4% 112M 1s 3300K .......... .......... .......... .......... .......... 4% 143M 1s 3350K .......... .......... .......... .......... .......... 4% 330M 1s 3400K .......... .......... .......... .......... .......... 4% 344M 1s 3450K .......... .......... .......... .......... .......... 4% 350M 1s 3500K .......... .......... .......... .......... .......... 4% 281M 1s 3550K .......... .......... .......... .......... .......... 4% 344M 1s 3600K .......... .......... .......... .......... .......... 4% 147M 1s 3650K .......... .......... .......... .......... .......... 4% 333M 1s 3700K .......... .......... .......... .......... .......... 4% 303M 1s 3750K .......... .......... .......... .......... .......... 4% 330M 1s 3800K .......... .......... .......... .......... .......... 5% 170M 1s 3850K .......... .......... .......... .......... .......... 5% 345M 1s 3900K .......... .......... .......... .......... .......... 5% 111M 1s 3950K .......... .......... .......... .......... .......... 5% 282M 1s 4000K .......... .......... .......... .......... .......... 5% 258M 1s 4050K .......... .......... .......... .......... .......... 5% 135M 1s 4100K .......... .......... .......... .......... .......... 5% 245M 1s 4150K .......... .......... .......... .......... .......... 5% 248M 1s 4200K .......... .......... .......... .......... .......... 5% 313M 1s 4250K .......... .......... .......... .......... .......... 5% 262M 1s 4300K .......... .......... .......... .......... .......... 5% 77.7M 1s 4350K .......... .......... .......... .......... .......... 5% 285M 1s 4400K .......... .......... .......... .......... .......... 5% 205M 1s 4450K .......... .......... .......... .......... .......... 5% 209M 1s 4500K .......... .......... .......... .......... .......... 5% 346M 1s 4550K .......... .......... .......... .......... .......... 6% 293M 1s 4600K .......... .......... .......... .......... .......... 6% 125M 1s 4650K .......... .......... .......... .......... .......... 6% 297M 1s 4700K .......... .......... .......... .......... .......... 6% 59.5M 1s 4750K .......... .......... .......... .......... .......... 6% 241M 1s 4800K .......... .......... .......... .......... .......... 6% 329M 1s 4850K .......... .......... .......... .......... .......... 6% 370M 1s 4900K .......... .......... .......... .......... .......... 6% 275M 1s 4950K .......... .......... .......... .......... .......... 6% 331M 1s 5000K .......... .......... .......... .......... .......... 6% 304M 1s 5050K .......... .......... .......... .......... .......... 6% 91.9M 1s 5100K .......... .......... .......... .......... .......... 6% 367M 1s 5150K .......... .......... .......... .......... .......... 6% 345M 1s 5200K .......... .......... .......... .......... .......... 6% 314M 1s 5250K .......... .......... .......... .......... .......... 6% 167M 1s 5300K .......... .......... .......... .......... .......... 6% 360M 1s 5350K .......... .......... .......... .......... .......... 7% 142M 1s 5400K .......... .......... .......... .......... .......... 7% 344M 1s 5450K .......... .......... .......... .......... .......... 7% 211M 1s 5500K .......... .......... .......... .......... .......... 7% 357M 1s 5550K .......... .......... .......... .......... .......... 7% 356M 1s 5600K .......... .......... .......... .......... .......... 7% 189M 1s 5650K .......... .......... .......... .......... .......... 7% 362M 1s 5700K .......... .......... .......... .......... .......... 7% 134M 1s 5750K .......... .......... .......... .......... .......... 7% 357M 1s 5800K .......... .......... .......... .......... .......... 7% 311M 1s 5850K .......... .......... .......... .......... .......... 7% 354M 1s 5900K .......... .......... .......... .......... .......... 7% 364M 0s 5950K .......... .......... .......... .......... .......... 7% 361M 0s 6000K .......... .......... .......... .......... .......... 7% 95.8M 0s 6050K .......... .......... .......... .......... .......... 7% 198M 0s 6100K .......... .......... .......... .......... .......... 8% 135M 0s 6150K .......... .......... .......... .......... .......... 8% 316M 0s 6200K .......... .......... .......... .......... .......... 8% 319M 0s 6250K .......... .......... .......... .......... .......... 8% 320M 0s 6300K .......... .......... .......... .......... .......... 8% 84.7M 0s 6350K .......... .......... .......... .......... .......... 8% 362M 0s 6400K .......... .......... .......... .......... .......... 8% 363M 0s 6450K .......... .......... .......... .......... .......... 8% 307M 0s 6500K .......... .......... .......... .......... .......... 8% 345M 0s 6550K .......... .......... .......... .......... .......... 8% 358M 0s 6600K .......... .......... .......... .......... .......... 8% 376M 0s 6650K .......... .......... .......... .......... .......... 8% 368M 0s 6700K .......... .......... .......... .......... .......... 8% 102M 0s 6750K .......... .......... .......... .......... .......... 8% 170M 0s 6800K .......... .......... .......... .......... .......... 8% 377M 0s 6850K .......... .......... .......... .......... .......... 9% 353M 0s 6900K .......... .......... .......... .......... .......... 9% 278M 0s 6950K .......... .......... .......... .......... .......... 9% 358M 0s 7000K .......... .......... .......... .......... .......... 9% 168M 0s 7050K .......... .......... .......... .......... .......... 9% 335M 0s 7100K .......... .......... .......... .......... .......... 9% 376M 0s 7150K .......... .......... .......... .......... .......... 9% 307M 0s 7200K .......... .......... .......... .......... .......... 9% 362M 0s 7250K .......... .......... .......... .......... .......... 9% 262M 0s 7300K .......... .......... .......... .......... .......... 9% 191M 0s 7350K .......... .......... .......... .......... .......... 9% 357M 0s 7400K .......... .......... .......... .......... .......... 9% 338M 0s 7450K .......... .......... .......... .......... .......... 9% 331M 0s 7500K .......... .......... .......... .......... .......... 9% 360M 0s 7550K .......... .......... .......... .......... .......... 9% 327M 0s 7600K .......... .......... .......... .......... .......... 9% 164M 0s 7650K .......... .......... .......... .......... .......... 10% 116M 0s 7700K .......... .......... .......... .......... .......... 10% 351M 0s 7750K .......... .......... .......... .......... .......... 10% 186M 0s 7800K .......... .......... .......... .......... .......... 10% 320M 0s 7850K .......... .......... .......... .......... .......... 10% 159M 0s 7900K .......... .......... .......... .......... .......... 10% 341M 0s 7950K .......... .......... .......... .......... .......... 10% 354M 0s 8000K .......... .......... .......... .......... .......... 10% 309M 0s 8050K .......... .......... .......... .......... .......... 10% 112M 0s 8100K .......... .......... .......... .......... .......... 10% 351M 0s 8150K .......... .......... .......... .......... .......... 10% 304M 0s 8200K .......... .......... .......... .......... .......... 10% 363M 0s 8250K .......... .......... .......... .......... .......... 10% 333M 0s 8300K .......... .......... .......... .......... .......... 10% 369M 0s 8350K .......... .......... .......... .......... .......... 10% 297M 0s 8400K .......... .......... .......... .......... .......... 11% 93.4M 0s 8450K .......... .......... .......... .......... .......... 11% 196M 0s 8500K .......... .......... .......... .......... .......... 11% 330M 0s 8550K .......... .......... .......... .......... .......... 11% 176M 0s 8600K .......... .......... .......... .......... .......... 11% 342M 0s 8650K .......... .......... .......... .......... .......... 11% 233M 0s 8700K .......... .......... .......... .......... .......... 11% 369M 0s 8750K .......... .......... .......... .......... .......... 11% 218M 0s 8800K .......... .......... .......... .......... .......... 11% 111M 0s 8850K .......... .......... .......... .......... .......... 11% 287M 0s 8900K .......... .......... .......... .......... .......... 11% 345M 0s 8950K .......... .......... .......... .......... .......... 11% 308M 0s 9000K .......... .......... .......... .......... .......... 11% 353M 0s 9050K .......... .......... .......... .......... .......... 11% 342M 0s 9100K .......... .......... .......... .......... .......... 11% 327M 0s 9150K .......... .......... .......... .......... .......... 12% 121M 0s 9200K .......... .......... .......... .......... .......... 12% 183M 0s 9250K .......... .......... .......... .......... .......... 12% 248M 0s 9300K .......... .......... .......... .......... .......... 12% 214M 0s 9350K .......... .......... .......... .......... .......... 12% 363M 0s 9400K .......... .......... .......... .......... .......... 12% 147M 0s 9450K .......... .......... .......... .......... .......... 12% 270M 0s 9500K .......... .......... .......... .......... .......... 12% 343M 0s 9550K .......... .......... .......... .......... .......... 12% 129M 0s 9600K .......... .......... .......... .......... .......... 12% 367M 0s 9650K .......... .......... .......... .......... .......... 12% 336M 0s 9700K .......... .......... .......... .......... .......... 12% 331M 0s 9750K .......... .......... .......... .......... .......... 12% 350M 0s 9800K .......... .......... .......... .......... .......... 12% 275M 0s 9850K .......... .......... .......... .......... .......... 12% 327M 0s 9900K .......... .......... .......... .......... .......... 12% 367M 0s 9950K .......... .......... .......... .......... .......... 13% 189M 0s 10000K .......... .......... .......... .......... .......... 13% 124M 0s 10050K .......... .......... .......... .......... .......... 13% 312M 0s 10100K .......... .......... .......... .......... .......... 13% 144M 0s 10150K .......... .......... .......... .......... .......... 13% 194M 0s 10200K .......... .......... .......... .......... .......... 13% 367M 0s 10250K .......... .......... .......... .......... .......... 13% 354M 0s 10300K .......... .......... .......... .......... .......... 13% 169M 0s 10350K .......... .......... .......... .......... .......... 13% 363M 0s 10400K .......... .......... .......... .......... .......... 13% 244M 0s 10450K .......... .......... .......... .......... .......... 13% 336M 0s 10500K .......... .......... .......... .......... .......... 13% 323M 0s 10550K .......... .......... .......... .......... .......... 13% 348M 0s 10600K .......... .......... .......... .......... .......... 13% 338M 0s 10650K .......... .......... .......... .......... .......... 13% 110M 0s 10700K .......... .......... .......... .......... .......... 14% 137M 0s 10750K .......... .......... .......... .......... .......... 14% 135M 0s 10800K .......... .......... .......... .......... .......... 14% 372M 0s 10850K .......... .......... .......... .......... .......... 14% 378M 0s 10900K .......... .......... .......... .......... .......... 14% 315M 0s 10950K .......... .......... .......... .......... .......... 14% 140M 0s 11000K .......... .......... .......... .......... .......... 14% 317M 0s 11050K .......... .......... .......... .......... .......... 14% 174M 0s 11100K .......... .......... .......... .......... .......... 14% 360M 0s 11150K .......... .......... .......... .......... .......... 14% 364M 0s 11200K .......... .......... .......... .......... .......... 14% 303M 0s 11250K .......... .......... .......... .......... .......... 14% 251M 0s 11300K .......... .......... .......... .......... .......... 14% 304M 0s 11350K .......... .......... .......... .......... .......... 14% 318M 0s 11400K .......... .......... .......... .......... .......... 14% 142M 0s 11450K .......... .......... .......... .......... .......... 15% 183M 0s 11500K .......... .......... .......... .......... .......... 15% 318M 0s 11550K .......... .......... .......... .......... .......... 15% 370M 0s 11600K .......... .......... .......... .......... .......... 15% 165M 0s 11650K .......... .......... .......... .......... .......... 15% 333M 0s 11700K .......... .......... .......... .......... .......... 15% 237M 0s 11750K .......... .......... .......... .......... .......... 15% 124M 0s 11800K .......... .......... .......... .......... .......... 15% 301M 0s 11850K .......... .......... .......... .......... .......... 15% 236M 0s 11900K .......... .......... .......... .......... .......... 15% 298M 0s 11950K .......... .......... .......... .......... .......... 15% 294M 0s 12000K .......... .......... .......... .......... .......... 15% 92.2M 0s 12050K .......... .......... .......... .......... .......... 15% 310M 0s 12100K .......... .......... .......... .......... .......... 15% 328M 0s 12150K .......... .......... .......... .......... .......... 15% 207M 0s 12200K .......... .......... .......... .......... .......... 15% 168M 0s 12250K .......... .......... .......... .......... .......... 16% 322M 0s 12300K .......... .......... .......... .......... .......... 16% 306M 0s 12350K .......... .......... .......... .......... .......... 16% 295M 0s 12400K .......... .......... .......... .......... .......... 16% 308M 0s 12450K .......... .......... .......... .......... .......... 16% 353M 0s 12500K .......... .......... .......... .......... .......... 16% 205M 0s 12550K .......... .......... .......... .......... .......... 16% 330M 0s 12600K .......... .......... .......... .......... .......... 16% 202M 0s 12650K .......... .......... .......... .......... .......... 16% 299M 0s 12700K .......... .......... .......... .......... .......... 16% 323M 0s 12750K .......... .......... .......... .......... .......... 16% 323M 0s 12800K .......... .......... .......... .......... .......... 16% 304M 0s 12850K .......... .......... .......... .......... .......... 16% 164M 0s 12900K .......... .......... .......... .......... .......... 16% 365M 0s 12950K .......... .......... .......... .......... .......... 16% 219M 0s 13000K .......... .......... .......... .......... .......... 17% 319M 0s 13050K .......... .......... .......... .......... .......... 17% 385M 0s 13100K .......... .......... .......... .......... .......... 17% 111M 0s 13150K .......... .......... .......... .......... .......... 17% 315M 0s 13200K .......... .......... .......... .......... .......... 17% 224M 0s 13250K .......... .......... .......... .......... .......... 17% 345M 0s 13300K .......... .......... .......... .......... .......... 17% 182M 0s 13350K .......... .......... .......... .......... .......... 17% 164M 0s 13400K .......... .......... .......... .......... .......... 17% 100M 0s 13450K .......... .......... .......... .......... .......... 17% 111M 0s 13500K .......... .......... .......... .......... .......... 17% 167M 0s 13550K .......... .......... .......... .......... .......... 17% 344M 0s 13600K .......... .......... .......... .......... .......... 17% 345M 0s 13650K .......... .......... .......... .......... .......... 17% 99.3M 0s 13700K .......... .......... .......... .......... .......... 17% 348M 0s 13750K .......... .......... .......... .......... .......... 18% 291M 0s 13800K .......... .......... .......... .......... .......... 18% 164M 0s 13850K .......... .......... .......... .......... .......... 18% 351M 0s 13900K .......... .......... .......... .......... .......... 18% 353M 0s 13950K .......... .......... .......... .......... .......... 18% 212M 0s 14000K .......... .......... .......... .......... .......... 18% 116M 0s 14050K .......... .......... .......... .......... .......... 18% 354M 0s 14100K .......... .......... .......... .......... .......... 18% 335M 0s 14150K .......... .......... .......... .......... .......... 18% 208M 0s 14200K .......... .......... .......... .......... .......... 18% 319M 0s 14250K .......... .......... .......... .......... .......... 18% 364M 0s 14300K .......... .......... .......... .......... .......... 18% 362M 0s 14350K .......... .......... .......... .......... .......... 18% 190M 0s 14400K .......... .......... .......... .......... .......... 18% 213M 0s 14450K .......... .......... .......... .......... .......... 18% 342M 0s 14500K .......... .......... .......... .......... .......... 18% 272M 0s 14550K .......... .......... .......... .......... .......... 19% 345M 0s 14600K .......... .......... .......... .......... .......... 19% 327M 0s 14650K .......... .......... .......... .......... .......... 19% 350M 0s 14700K .......... .......... .......... .......... .......... 19% 219M 0s 14750K .......... .......... .......... .......... .......... 19% 318M 0s 14800K .......... .......... .......... .......... .......... 19% 340M 0s 14850K .......... .......... .......... .......... .......... 19% 303M 0s 14900K .......... .......... .......... .......... .......... 19% 181M 0s 14950K .......... .......... .......... .......... .......... 19% 196M 0s 15000K .......... .......... .......... .......... .......... 19% 325M 0s 15050K .......... .......... .......... .......... .......... 19% 82.2M 0s 15100K .......... .......... .......... .......... .......... 19% 360M 0s 15150K .......... .......... .......... .......... .......... 19% 127M 0s 15200K .......... .......... .......... .......... .......... 19% 367M 0s 15250K .......... .......... .......... .......... .......... 19% 359M 0s 15300K .......... .......... .......... .......... .......... 20% 356M 0s 15350K .......... .......... .......... .......... .......... 20% 39.4M 0s 15400K .......... .......... .......... .......... .......... 20% 138M 0s 15450K .......... .......... .......... .......... .......... 20% 106M 0s 15500K .......... .......... .......... .......... .......... 20% 174M 0s 15550K .......... .......... .......... .......... .......... 20% 192M 0s 15600K .......... .......... .......... .......... .......... 20% 356M 0s 15650K .......... .......... .......... .......... .......... 20% 365M 0s 15700K .......... .......... .......... .......... .......... 20% 336M 0s 15750K .......... .......... .......... .......... .......... 20% 335M 0s 15800K .......... .......... .......... .......... .......... 20% 129M 0s 15850K .......... .......... .......... .......... .......... 20% 116M 0s 15900K .......... .......... .......... .......... .......... 20% 361M 0s 15950K .......... .......... .......... .......... .......... 20% 291M 0s 16000K .......... .......... .......... .......... .......... 20% 158M 0s 16050K .......... .......... .......... .......... .......... 21% 177M 0s 16100K .......... .......... .......... .......... .......... 21% 362M 0s 16150K .......... .......... .......... .......... .......... 21% 337M 0s 16200K .......... .......... .......... .......... .......... 21% 211M 0s 16250K .......... .......... .......... .......... .......... 21% 337M 0s 16300K .......... .......... .......... .......... .......... 21% 298M 0s 16350K .......... .......... .......... .......... .......... 21% 219M 0s 16400K .......... .......... .......... .......... .......... 21% 320M 0s 16450K .......... .......... .......... .......... .......... 21% 368M 0s 16500K .......... .......... .......... .......... .......... 21% 329M 0s 16550K .......... .......... .......... .......... .......... 21% 368M 0s 16600K .......... .......... .......... .......... .......... 21% 60.2M 0s 16650K .......... .......... .......... .......... .......... 21% 324M 0s 16700K .......... .......... .......... .......... .......... 21% 64.7M 0s 16750K .......... .......... .......... .......... .......... 21% 324M 0s 16800K .......... .......... .......... .......... .......... 21% 121M 0s 16850K .......... .......... .......... .......... .......... 22% 107M 0s 16900K .......... .......... .......... .......... .......... 22% 324M 0s 16950K .......... .......... .......... .......... .......... 22% 371M 0s 17000K .......... .......... .......... .......... .......... 22% 341M 0s 17050K .......... .......... .......... .......... .......... 22% 115M 0s 17100K .......... .......... .......... .......... .......... 22% 306M 0s 17150K .......... .......... .......... .......... .......... 22% 85.6M 0s 17200K .......... .......... .......... .......... .......... 22% 90.3M 0s 17250K .......... .......... .......... .......... .......... 22% 217M 0s 17300K .......... .......... .......... .......... .......... 22% 74.1M 0s 17350K .......... .......... .......... .......... .......... 22% 252M 0s 17400K .......... .......... .......... .......... .......... 22% 93.2M 0s 17450K .......... .......... .......... .......... .......... 22% 40.1M 0s 17500K .......... .......... .......... .......... .......... 22% 215M 0s 17550K .......... .......... .......... .......... .......... 22% 271M 0s 17600K .......... .......... .......... .......... .......... 23% 258M 0s 17650K .......... .......... .......... .......... .......... 23% 118M 0s 17700K .......... .......... .......... .......... .......... 23% 80.2M 0s 17750K .......... .......... .......... .......... .......... 23% 271M 0s 17800K .......... .......... .......... .......... .......... 23% 226M 0s 17850K .......... .......... .......... .......... .......... 23% 74.1M 0s 17900K .......... .......... .......... .......... .......... 23% 273M 0s 17950K .......... .......... .......... .......... .......... 23% 212M 0s 18000K .......... .......... .......... .......... .......... 23% 116M 0s 18050K .......... .......... .......... .......... .......... 23% 265M 0s 18100K .......... .......... .......... .......... .......... 23% 226M 0s 18150K .......... .......... .......... .......... .......... 23% 92.2M 0s 18200K .......... .......... .......... .......... .......... 23% 111M 0s 18250K .......... .......... .......... .......... .......... 23% 203M 0s 18300K .......... .......... .......... .......... .......... 23% 244M 0s 18350K .......... .......... .......... .......... .......... 24% 58.5M 0s 18400K .......... .......... .......... .......... .......... 24% 251M 0s 18450K .......... .......... .......... .......... .......... 24% 107M 0s 18500K .......... .......... .......... .......... .......... 24% 260M 0s 18550K .......... .......... .......... .......... .......... 24% 63.0M 0s 18600K .......... .......... .......... .......... .......... 24% 260M 0s 18650K .......... .......... .......... .......... .......... 24% 259M 0s 18700K .......... .......... .......... .......... .......... 24% 235M 0s 18750K .......... .......... .......... .......... .......... 24% 267M 0s 18800K .......... .......... .......... .......... .......... 24% 287M 0s 18850K .......... .......... .......... .......... .......... 24% 84.5M 0s 18900K .......... .......... .......... .......... .......... 24% 344M 0s 18950K .......... .......... .......... .......... .......... 24% 302M 0s 19000K .......... .......... .......... .......... .......... 24% 111M 0s 19050K .......... .......... .......... .......... .......... 24% 290M 0s 19100K .......... .......... .......... .......... .......... 24% 349M 0s 19150K .......... .......... .......... .......... .......... 25% 201M 0s 19200K .......... .......... .......... .......... .......... 25% 327M 0s 19250K .......... .......... .......... .......... .......... 25% 220M 0s 19300K .......... .......... .......... .......... .......... 25% 293M 0s 19350K .......... .......... .......... .......... .......... 25% 380M 0s 19400K .......... .......... .......... .......... .......... 25% 374M 0s 19450K .......... .......... .......... .......... .......... 25% 322M 0s 19500K .......... .......... .......... .......... .......... 25% 382M 0s 19550K .......... .......... .......... .......... .......... 25% 322M 0s 19600K .......... .......... .......... .......... .......... 25% 217M 0s 19650K .......... .......... .......... .......... .......... 25% 152M 0s 19700K .......... .......... .......... .......... .......... 25% 111M 0s 19750K .......... .......... .......... .......... .......... 25% 360M 0s 19800K .......... .......... .......... .......... .......... 25% 90.9M 0s 19850K .......... .......... .......... .......... .......... 25% 359M 0s 19900K .......... .......... .......... .......... .......... 26% 328M 0s 19950K .......... .......... .......... .......... .......... 26% 93.8M 0s 20000K .......... .......... .......... .......... .......... 26% 337M 0s 20050K .......... .......... .......... .......... .......... 26% 342M 0s 20100K .......... .......... .......... .......... .......... 26% 317M 0s 20150K .......... .......... .......... .......... .......... 26% 372M 0s 20200K .......... .......... .......... .......... .......... 26% 331M 0s 20250K .......... .......... .......... .......... .......... 26% 372M 0s 20300K .......... .......... .......... .......... .......... 26% 44.7M 0s 20350K .......... .......... .......... .......... .......... 26% 102M 0s 20400K .......... .......... .......... .......... .......... 26% 182M 0s 20450K .......... .......... .......... .......... .......... 26% 169M 0s 20500K .......... .......... .......... .......... .......... 26% 367M 0s 20550K .......... .......... .......... .......... .......... 26% 185M 0s 20600K .......... .......... .......... .......... .......... 26% 324M 0s 20650K .......... .......... .......... .......... .......... 27% 370M 0s 20700K .......... .......... .......... .......... .......... 27% 333M 0s 20750K .......... .......... .......... .......... .......... 27% 381M 0s 20800K .......... .......... .......... .......... .......... 27% 315M 0s 20850K .......... .......... .......... .......... .......... 27% 278M 0s 20900K .......... .......... .......... .......... .......... 27% 253M 0s 20950K .......... .......... .......... .......... .......... 27% 213M 0s 21000K .......... .......... .......... .......... .......... 27% 157M 0s 21050K .......... .......... .......... .......... .......... 27% 301M 0s 21100K .......... .......... .......... .......... .......... 27% 312M 0s 21150K .......... .......... .......... .......... .......... 27% 362M 0s 21200K .......... .......... .......... .......... .......... 27% 187M 0s 21250K .......... .......... .......... .......... .......... 27% 362M 0s 21300K .......... .......... .......... .......... .......... 27% 298M 0s 21350K .......... .......... .......... .......... .......... 27% 260M 0s 21400K .......... .......... .......... .......... .......... 27% 324M 0s 21450K .......... .......... .......... .......... .......... 28% 363M 0s 21500K .......... .......... .......... .......... .......... 28% 381M 0s 21550K .......... .......... .......... .......... .......... 28% 307M 0s 21600K .......... .......... .......... .......... .......... 28% 380M 0s 21650K .......... .......... .......... .......... .......... 28% 365M 0s 21700K .......... .......... .......... .......... .......... 28% 321M 0s 21750K .......... .......... .......... .......... .......... 28% 366M 0s 21800K .......... .......... .......... .......... .......... 28% 108M 0s 21850K .......... .......... .......... .......... .......... 28% 196M 0s 21900K .......... .......... .......... .......... .......... 28% 376M 0s 21950K .......... .......... .......... .......... .......... 28% 180M 0s 22000K .......... .......... .......... .......... .......... 28% 141M 0s 22050K .......... .......... .......... .......... .......... 28% 164M 0s 22100K .......... .......... .......... .......... .......... 28% 329M 0s 22150K .......... .......... .......... .......... .......... 28% 125M 0s 22200K .......... .......... .......... .......... .......... 29% 316M 0s 22250K .......... .......... .......... .......... .......... 29% 232M 0s 22300K .......... .......... .......... .......... .......... 29% 311M 0s 22350K .......... .......... .......... .......... .......... 29% 328M 0s 22400K .......... .......... .......... .......... .......... 29% 355M 0s 22450K .......... .......... .......... .......... .......... 29% 373M 0s 22500K .......... .......... .......... .......... .......... 29% 363M 0s 22550K .......... .......... .......... .......... .......... 29% 306M 0s 22600K .......... .......... .......... .......... .......... 29% 328M 0s 22650K .......... .......... .......... .......... .......... 29% 176M 0s 22700K .......... .......... .......... .......... .......... 29% 301M 0s 22750K .......... .......... .......... .......... .......... 29% 156M 0s 22800K .......... .......... .......... .......... .......... 29% 282M 0s 22850K .......... .......... .......... .......... .......... 29% 190M 0s 22900K .......... .......... .......... .......... .......... 29% 282M 0s 22950K .......... .......... .......... .......... .......... 30% 111M 0s 23000K .......... .......... .......... .......... .......... 30% 353M 0s 23050K .......... .......... .......... .......... .......... 30% 318M 0s 23100K .......... .......... .......... .......... .......... 30% 169M 0s 23150K .......... .......... .......... .......... .......... 30% 363M 0s 23200K .......... .......... .......... .......... .......... 30% 337M 0s 23250K .......... .......... .......... .......... .......... 30% 364M 0s 23300K .......... .......... .......... .......... .......... 30% 376M 0s 23350K .......... .......... .......... .......... .......... 30% 74.7M 0s 23400K .......... .......... .......... .......... .......... 30% 191M 0s 23450K .......... .......... .......... .......... .......... 30% 50.4M 0s 23500K .......... .......... .......... .......... .......... 30% 218M 0s 23550K .......... .......... .......... .......... .......... 30% 356M 0s 23600K .......... .......... .......... .......... .......... 30% 304M 0s 23650K .......... .......... .......... .......... .......... 30% 144M 0s 23700K .......... .......... .......... .......... .......... 30% 358M 0s 23750K .......... .......... .......... .......... .......... 31% 380M 0s 23800K .......... .......... .......... .......... .......... 31% 371M 0s 23850K .......... .......... .......... .......... .......... 31% 176M 0s 23900K .......... .......... .......... .......... .......... 31% 290M 0s 23950K .......... .......... .......... .......... .......... 31% 240M 0s 24000K .......... .......... .......... .......... .......... 31% 319M 0s 24050K .......... .......... .......... .......... .......... 31% 360M 0s 24100K .......... .......... .......... .......... .......... 31% 327M 0s 24150K .......... .......... .......... .......... .......... 31% 355M 0s 24200K .......... .......... .......... .......... .......... 31% 371M 0s 24250K .......... .......... .......... .......... .......... 31% 365M 0s 24300K .......... .......... .......... .......... .......... 31% 374M 0s 24350K .......... .......... .......... .......... .......... 31% 312M 0s 24400K .......... .......... .......... .......... .......... 31% 378M 0s 24450K .......... .......... .......... .......... .......... 31% 359M 0s 24500K .......... .......... .......... .......... .......... 32% 321M 0s 24550K .......... .......... .......... .......... .......... 32% 366M 0s 24600K .......... .......... .......... .......... .......... 32% 314M 0s 24650K .......... .......... .......... .......... .......... 32% 372M 0s 24700K .......... .......... .......... .......... .......... 32% 367M 0s 24750K .......... .......... .......... .......... .......... 32% 375M 0s 24800K .......... .......... .......... .......... .......... 32% 373M 0s 24850K .......... .......... .......... .......... .......... 32% 304M 0s 24900K .......... .......... .......... .......... .......... 32% 365M 0s 24950K .......... .......... .......... .......... .......... 32% 355M 0s 25000K .......... .......... .......... .......... .......... 32% 239M 0s 25050K .......... .......... .......... .......... .......... 32% 318M 0s 25100K .......... .......... .......... .......... .......... 32% 302M 0s 25150K .......... .......... .......... .......... .......... 32% 397M 0s 25200K .......... .......... .......... .......... .......... 32% 243M 0s 25250K .......... .......... .......... .......... .......... 33% 365M 0s 25300K .......... .......... .......... .......... .......... 33% 156M 0s 25350K .......... .......... .......... .......... .......... 33% 336M 0s 25400K .......... .......... .......... .......... .......... 33% 214M 0s 25450K .......... .......... .......... .......... .......... 33% 278M 0s 25500K .......... .......... .......... .......... .......... 33% 368M 0s 25550K .......... .......... .......... .......... .......... 33% 273M 0s 25600K .......... .......... .......... .......... .......... 33% 334M 0s 25650K .......... .......... .......... .......... .......... 33% 373M 0s 25700K .......... .......... .......... .......... .......... 33% 281M 0s 25750K .......... .......... .......... .......... .......... 33% 306M 0s 25800K .......... .......... .......... .......... .......... 33% 283M 0s 25850K .......... .......... .......... .......... .......... 33% 360M 0s 25900K .......... .......... .......... .......... .......... 33% 363M 0s 25950K .......... .......... .......... .......... .......... 33% 296M 0s 26000K .......... .......... .......... .......... .......... 33% 243M 0s 26050K .......... .......... .......... .......... .......... 34% 199M 0s 26100K .......... .......... .......... .......... .......... 34% 342M 0s 26150K .......... .......... .......... .......... .......... 34% 373M 0s 26200K .......... .......... .......... .......... .......... 34% 203M 0s 26250K .......... .......... .......... .......... .......... 34% 387M 0s 26300K .......... .......... .......... .......... .......... 34% 305M 0s 26350K .......... .......... .......... .......... .......... 34% 338M 0s 26400K .......... .......... .......... .......... .......... 34% 335M 0s 26450K .......... .......... .......... .......... .......... 34% 343M 0s 26500K .......... .......... .......... .......... .......... 34% 179M 0s 26550K .......... .......... .......... .......... .......... 34% 329M 0s 26600K .......... .......... .......... .......... .......... 34% 375M 0s 26650K .......... .......... .......... .......... .......... 34% 220M 0s 26700K .......... .......... .......... .......... .......... 34% 217M 0s 26750K .......... .......... .......... .......... .......... 34% 337M 0s 26800K .......... .......... .......... .......... .......... 35% 387M 0s 26850K .......... .......... .......... .......... .......... 35% 372M 0s 26900K .......... .......... .......... .......... .......... 35% 320M 0s 26950K .......... .......... .......... .......... .......... 35% 222M 0s 27000K .......... .......... .......... .......... .......... 35% 277M 0s 27050K .......... .......... .......... .......... .......... 35% 237M 0s 27100K .......... .......... .......... .......... .......... 35% 314M 0s 27150K .......... .......... .......... .......... .......... 35% 382M 0s 27200K .......... .......... .......... .......... .......... 35% 319M 0s 27250K .......... .......... .......... .......... .......... 35% 223M 0s 27300K .......... .......... .......... .......... .......... 35% 369M 0s 27350K .......... .......... .......... .......... .......... 35% 312M 0s 27400K .......... .......... .......... .......... .......... 35% 255M 0s 27450K .......... .......... .......... .......... .......... 35% 380M 0s 27500K .......... .......... .......... .......... .......... 35% 225M 0s 27550K .......... .......... .......... .......... .......... 36% 321M 0s 27600K .......... .......... .......... .......... .......... 36% 323M 0s 27650K .......... .......... .......... .......... .......... 36% 331M 0s 27700K .......... .......... .......... .......... .......... 36% 376M 0s 27750K .......... .......... .......... .......... .......... 36% 351M 0s 27800K .......... .......... .......... .......... .......... 36% 374M 0s 27850K .......... .......... .......... .......... .......... 36% 347M 0s 27900K .......... .......... .......... .......... .......... 36% 294M 0s 27950K .......... .......... .......... .......... .......... 36% 387M 0s 28000K .......... .......... .......... .......... .......... 36% 371M 0s 28050K .......... .......... .......... .......... .......... 36% 242M 0s 28100K .......... .......... .......... .......... .......... 36% 361M 0s 28150K .......... .......... .......... .......... .......... 36% 323M 0s 28200K .......... .......... .......... .......... .......... 36% 359M 0s 28250K .......... .......... .......... .......... .......... 36% 198M 0s 28300K .......... .......... .......... .......... .......... 37% 217M 0s 28350K .......... .......... .......... .......... .......... 37% 384M 0s 28400K .......... .......... .......... .......... .......... 37% 308M 0s 28450K .......... .......... .......... .......... .......... 37% 320M 0s 28500K .......... .......... .......... .......... .......... 37% 338M 0s 28550K .......... .......... .......... .......... .......... 37% 278M 0s 28600K .......... .......... .......... .......... .......... 37% 345M 0s 28650K .......... .......... .......... .......... .......... 37% 157M 0s 28700K .......... .......... .......... .......... .......... 37% 359M 0s 28750K .......... .......... .......... .......... .......... 37% 214M 0s 28800K .......... .......... .......... .......... .......... 37% 340M 0s 28850K .......... .......... .......... .......... .......... 37% 260M 0s 28900K .......... .......... .......... .......... .......... 37% 255M 0s 28950K .......... .......... .......... .......... .......... 37% 371M 0s 29000K .......... .......... .......... .......... .......... 37% 167M 0s 29050K .......... .......... .......... .......... .......... 37% 274M 0s 29100K .......... .......... .......... .......... .......... 38% 281M 0s 29150K .......... .......... .......... .......... .......... 38% 369M 0s 29200K .......... .......... .......... .......... .......... 38% 384M 0s 29250K .......... .......... .......... .......... .......... 38% 288M 0s 29300K .......... .......... .......... .......... .......... 38% 353M 0s 29350K .......... .......... .......... .......... .......... 38% 220M 0s 29400K .......... .......... .......... .......... .......... 38% 373M 0s 29450K .......... .......... .......... .......... .......... 38% 176M 0s 29500K .......... .......... .......... .......... .......... 38% 360M 0s 29550K .......... .......... .......... .......... .......... 38% 379M 0s 29600K .......... .......... .......... .......... .......... 38% 316M 0s 29650K .......... .......... .......... .......... .......... 38% 339M 0s 29700K .......... .......... .......... .......... .......... 38% 353M 0s 29750K .......... .......... .......... .......... .......... 38% 383M 0s 29800K .......... .......... .......... .......... .......... 38% 372M 0s 29850K .......... .......... .......... .......... .......... 39% 374M 0s 29900K .......... .......... .......... .......... .......... 39% 135M 0s 29950K .......... .......... .......... .......... .......... 39% 231M 0s 30000K .......... .......... .......... .......... .......... 39% 368M 0s 30050K .......... .......... .......... .......... .......... 39% 374M 0s 30100K .......... .......... .......... .......... .......... 39% 229M 0s 30150K .......... .......... .......... .......... .......... 39% 326M 0s 30200K .......... .......... .......... .......... .......... 39% 373M 0s 30250K .......... .......... .......... .......... .......... 39% 270M 0s 30300K .......... .......... .......... .......... .......... 39% 355M 0s 30350K .......... .......... .......... .......... .......... 39% 339M 0s 30400K .......... .......... .......... .......... .......... 39% 374M 0s 30450K .......... .......... .......... .......... .......... 39% 369M 0s 30500K .......... .......... .......... .......... .......... 39% 341M 0s 30550K .......... .......... .......... .......... .......... 39% 212M 0s 30600K .......... .......... .......... .......... .......... 40% 335M 0s 30650K .......... .......... .......... .......... .......... 40% 374M 0s 30700K .......... .......... .......... .......... .......... 40% 374M 0s 30750K .......... .......... .......... .......... .......... 40% 181M 0s 30800K .......... .......... .......... .......... .......... 40% 334M 0s 30850K .......... .......... .......... .......... .......... 40% 323M 0s 30900K .......... .......... .......... .......... .......... 40% 378M 0s 30950K .......... .......... .......... .......... .......... 40% 371M 0s 31000K .......... .......... .......... .......... .......... 40% 209M 0s 31050K .......... .......... .......... .......... .......... 40% 347M 0s 31100K .......... .......... .......... .......... .......... 40% 382M 0s 31150K .......... .......... .......... .......... .......... 40% 384M 0s 31200K .......... .......... .......... .......... .......... 40% 361M 0s 31250K .......... .......... .......... .......... .......... 40% 285M 0s 31300K .......... .......... .......... .......... .......... 40% 335M 0s 31350K .......... .......... .......... .......... .......... 40% 264M 0s 31400K .......... .......... .......... .......... .......... 41% 379M 0s 31450K .......... .......... .......... .......... .......... 41% 326M 0s 31500K .......... .......... .......... .......... .......... 41% 241M 0s 31550K .......... .......... .......... .......... .......... 41% 277M 0s 31600K .......... .......... .......... .......... .......... 41% 322M 0s 31650K .......... .......... .......... .......... .......... 41% 384M 0s 31700K .......... .......... .......... .......... .......... 41% 342M 0s 31750K .......... .......... .......... .......... .......... 41% 382M 0s 31800K .......... .......... .......... .......... .......... 41% 267M 0s 31850K .......... .......... .......... .......... .......... 41% 206M 0s 31900K .......... .......... .......... .......... .......... 41% 327M 0s 31950K .......... .......... .......... .......... .......... 41% 332M 0s 32000K .......... .......... .......... .......... .......... 41% 357M 0s 32050K .......... .......... .......... .......... .......... 41% 160M 0s 32100K .......... .......... .......... .......... .......... 41% 218M 0s 32150K .......... .......... .......... .......... .......... 42% 324M 0s 32200K .......... .......... .......... .......... .......... 42% 382M 0s 32250K .......... .......... .......... .......... .......... 42% 379M 0s 32300K .......... .......... .......... .......... .......... 42% 337M 0s 32350K .......... .......... .......... .......... .......... 42% 298M 0s 32400K .......... .......... .......... .......... .......... 42% 267M 0s 32450K .......... .......... .......... .......... .......... 42% 328M 0s 32500K .......... .......... .......... .......... .......... 42% 224M 0s 32550K .......... .......... .......... .......... .......... 42% 371M 0s 32600K .......... .......... .......... .......... .......... 42% 337M 0s 32650K .......... .......... .......... .......... .......... 42% 382M 0s 32700K .......... .......... .......... .......... .......... 42% 376M 0s 32750K .......... .......... .......... .......... .......... 42% 295M 0s 32800K .......... .......... .......... .......... .......... 42% 239M 0s 32850K .......... .......... .......... .......... .......... 42% 368M 0s 32900K .......... .......... .......... .......... .......... 43% 247M 0s 32950K .......... .......... .......... .......... .......... 43% 377M 0s 33000K .......... .......... .......... .......... .......... 43% 318M 0s 33050K .......... .......... .......... .......... .......... 43% 355M 0s 33100K .......... .......... .......... .......... .......... 43% 363M 0s 33150K .......... .......... .......... .......... .......... 43% 376M 0s 33200K .......... .......... .......... .......... .......... 43% 236M 0s 33250K .......... .......... .......... .......... .......... 43% 306M 0s 33300K .......... .......... .......... .......... .......... 43% 257M 0s 33350K .......... .......... .......... .......... .......... 43% 351M 0s 33400K .......... .......... .......... .......... .......... 43% 269M 0s 33450K .......... .......... .......... .......... .......... 43% 237M 0s 33500K .......... .......... .......... .......... .......... 43% 297M 0s 33550K .......... .......... .......... .......... .......... 43% 372M 0s 33600K .......... .......... .......... .......... .......... 43% 338M 0s 33650K .......... .......... .......... .......... .......... 43% 310M 0s 33700K .......... .......... .......... .......... .......... 44% 278M 0s 33750K .......... .......... .......... .......... .......... 44% 302M 0s 33800K .......... .......... .......... .......... .......... 44% 381M 0s 33850K .......... .......... .......... .......... .......... 44% 373M 0s 33900K .......... .......... .......... .......... .......... 44% 284M 0s 33950K .......... .......... .......... .......... .......... 44% 177M 0s 34000K .......... .......... .......... .......... .......... 44% 376M 0s 34050K .......... .......... .......... .......... .......... 44% 174M 0s 34100K .......... .......... .......... .......... .......... 44% 213M 0s 34150K .......... .......... .......... .......... .......... 44% 370M 0s 34200K .......... .......... .......... .......... .......... 44% 302M 0s 34250K .......... .......... .......... .......... .......... 44% 371M 0s 34300K .......... .......... .......... .......... .......... 44% 351M 0s 34350K .......... .......... .......... .......... .......... 44% 310M 0s 34400K .......... .......... .......... .......... .......... 44% 381M 0s 34450K .......... .......... .......... .......... .......... 45% 323M 0s 34500K .......... .......... .......... .......... .......... 45% 378M 0s 34550K .......... .......... .......... .......... .......... 45% 375M 0s 34600K .......... .......... .......... .......... .......... 45% 316M 0s 34650K .......... .......... .......... .......... .......... 45% 158M 0s 34700K .......... .......... .......... .......... .......... 45% 317M 0s 34750K .......... .......... .......... .......... .......... 45% 380M 0s 34800K .......... .......... .......... .......... .......... 45% 383M 0s 34850K .......... .......... .......... .......... .......... 45% 330M 0s 34900K .......... .......... .......... .......... .......... 45% 381M 0s 34950K .......... .......... .......... .......... .......... 45% 218M 0s 35000K .......... .......... .......... .......... .......... 45% 279M 0s 35050K .......... .......... .......... .......... .......... 45% 356M 0s 35100K .......... .......... .......... .......... .......... 45% 345M 0s 35150K .......... .......... .......... .......... .......... 45% 390M 0s 35200K .......... .......... .......... .......... .......... 46% 321M 0s 35250K .......... .......... .......... .......... .......... 46% 165M 0s 35300K .......... .......... .......... .......... .......... 46% 373M 0s 35350K .......... .......... .......... .......... .......... 46% 347M 0s 35400K .......... .......... .......... .......... .......... 46% 360M 0s 35450K .......... .......... .......... .......... .......... 46% 342M 0s 35500K .......... .......... .......... .......... .......... 46% 284M 0s 35550K .......... .......... .......... .......... .......... 46% 329M 0s 35600K .......... .......... .......... .......... .......... 46% 382M 0s 35650K .......... .......... .......... .......... .......... 46% 341M 0s 35700K .......... .......... .......... .......... .......... 46% 397M 0s 35750K .......... .......... .......... .......... .......... 46% 159M 0s 35800K .......... .......... .......... .......... .......... 46% 354M 0s 35850K .......... .......... .......... .......... .......... 46% 380M 0s 35900K .......... .......... .......... .......... .......... 46% 365M 0s 35950K .......... .......... .......... .......... .......... 46% 341M 0s 36000K .......... .......... .......... .......... .......... 47% 327M 0s 36050K .......... .......... .......... .......... .......... 47% 331M 0s 36100K .......... .......... .......... .......... .......... 47% 311M 0s 36150K .......... .......... .......... .......... .......... 47% 322M 0s 36200K .......... .......... .......... .......... .......... 47% 370M 0s 36250K .......... .......... .......... .......... .......... 47% 340M 0s 36300K .......... .......... .......... .......... .......... 47% 378M 0s 36350K .......... .......... .......... .......... .......... 47% 213M 0s 36400K .......... .......... .......... .......... .......... 47% 371M 0s 36450K .......... .......... .......... .......... .......... 47% 325M 0s 36500K .......... .......... .......... .......... .......... 47% 163M 0s 36550K .......... .......... .......... .......... .......... 47% 349M 0s 36600K .......... .......... .......... .......... .......... 47% 368M 0s 36650K .......... .......... .......... .......... .......... 47% 321M 0s 36700K .......... .......... .......... .......... .......... 47% 354M 0s 36750K .......... .......... .......... .......... .......... 48% 230M 0s 36800K .......... .......... .......... .......... .......... 48% 249M 0s 36850K .......... .......... .......... .......... .......... 48% 305M 0s 36900K .......... .......... .......... .......... .......... 48% 215M 0s 36950K .......... .......... .......... .......... .......... 48% 372M 0s 37000K .......... .......... .......... .......... .......... 48% 149M 0s 37050K .......... .......... .......... .......... .......... 48% 367M 0s 37100K .......... .......... .......... .......... .......... 48% 328M 0s 37150K .......... .......... .......... .......... .......... 48% 377M 0s 37200K .......... .......... .......... .......... .......... 48% 373M 0s 37250K .......... .......... .......... .......... .......... 48% 378M 0s 37300K .......... .......... .......... .......... .......... 48% 221M 0s 37350K .......... .......... .......... .......... .......... 48% 333M 0s 37400K .......... .......... .......... .......... .......... 48% 271M 0s 37450K .......... .......... .......... .......... .......... 48% 365M 0s 37500K .......... .......... .......... .......... .......... 49% 334M 0s 37550K .......... .......... .......... .......... .......... 49% 350M 0s 37600K .......... .......... .......... .......... .......... 49% 350M 0s 37650K .......... .......... .......... .......... .......... 49% 259M 0s 37700K .......... .......... .......... .......... .......... 49% 211M 0s 37750K .......... .......... .......... .......... .......... 49% 337M 0s 37800K .......... .......... .......... .......... .......... 49% 381M 0s 37850K .......... .......... .......... .......... .......... 49% 328M 0s 37900K .......... .......... .......... .......... .......... 49% 344M 0s 37950K .......... .......... .......... .......... .......... 49% 349M 0s 38000K .......... .......... .......... .......... .......... 49% 268M 0s 38050K .......... .......... .......... .......... .......... 49% 340M 0s 38100K .......... .......... .......... .......... .......... 49% 352M 0s 38150K .......... .......... .......... .......... .......... 49% 245M 0s 38200K .......... .......... .......... .......... .......... 49% 97.0M 0s 38250K .......... .......... .......... .......... .......... 49% 228M 0s 38300K .......... .......... .......... .......... .......... 50% 333M 0s 38350K .......... .......... .......... .......... .......... 50% 343M 0s 38400K .......... .......... .......... .......... .......... 50% 316M 0s 38450K .......... .......... .......... .......... .......... 50% 354M 0s 38500K .......... .......... .......... .......... .......... 50% 167M 0s 38550K .......... .......... .......... .......... .......... 50% 370M 0s 38600K .......... .......... .......... .......... .......... 50% 170M 0s 38650K .......... .......... .......... .......... .......... 50% 377M 0s 38700K .......... .......... .......... .......... .......... 50% 232M 0s 38750K .......... .......... .......... .......... .......... 50% 186M 0s 38800K .......... .......... .......... .......... .......... 50% 223M 0s 38850K .......... .......... .......... .......... .......... 50% 384M 0s 38900K .......... .......... .......... .......... .......... 50% 383M 0s 38950K .......... .......... .......... .......... .......... 50% 158M 0s 39000K .......... .......... .......... .......... .......... 50% 335M 0s 39050K .......... .......... .......... .......... .......... 51% 384M 0s 39100K .......... .......... .......... .......... .......... 51% 342M 0s 39150K .......... .......... .......... .......... .......... 51% 366M 0s 39200K .......... .......... .......... .......... .......... 51% 332M 0s 39250K .......... .......... .......... .......... .......... 51% 377M 0s 39300K .......... .......... .......... .......... .......... 51% 349M 0s 39350K .......... .......... .......... .......... .......... 51% 354M 0s 39400K .......... .......... .......... .......... .......... 51% 319M 0s 39450K .......... .......... .......... .......... .......... 51% 367M 0s 39500K .......... .......... .......... .......... .......... 51% 375M 0s 39550K .......... .......... .......... .......... .......... 51% 375M 0s 39600K .......... .......... .......... .......... .......... 51% 182M 0s 39650K .......... .......... .......... .......... .......... 51% 295M 0s 39700K .......... .......... .......... .......... .......... 51% 376M 0s 39750K .......... .......... .......... .......... .......... 51% 325M 0s 39800K .......... .......... .......... .......... .......... 52% 367M 0s 39850K .......... .......... .......... .......... .......... 52% 373M 0s 39900K .......... .......... .......... .......... .......... 52% 340M 0s 39950K .......... .......... .......... .......... .......... 52% 372M 0s 40000K .......... .......... .......... .......... .......... 52% 336M 0s 40050K .......... .......... .......... .......... .......... 52% 292M 0s 40100K .......... .......... .......... .......... .......... 52% 367M 0s 40150K .......... .......... .......... .......... .......... 52% 274M 0s 40200K .......... .......... .......... .......... .......... 52% 255M 0s 40250K .......... .......... .......... .......... .......... 52% 339M 0s 40300K .......... .......... .......... .......... .......... 52% 365M 0s 40350K .......... .......... .......... .......... .......... 52% 302M 0s 40400K .......... .......... .......... .......... .......... 52% 223M 0s 40450K .......... .......... .......... .......... .......... 52% 339M 0s 40500K .......... .......... .......... .......... .......... 52% 382M 0s 40550K .......... .......... .......... .......... .......... 52% 384M 0s 40600K .......... .......... .......... .......... .......... 53% 232M 0s 40650K .......... .......... .......... .......... .......... 53% 261M 0s 40700K .......... .......... .......... .......... .......... 53% 172M 0s 40750K .......... .......... .......... .......... .......... 53% 372M 0s 40800K .......... .......... .......... .......... .......... 53% 373M 0s 40850K .......... .......... .......... .......... .......... 53% 331M 0s 40900K .......... .......... .......... .......... .......... 53% 353M 0s 40950K .......... .......... .......... .......... .......... 53% 371M 0s 41000K .......... .......... .......... .......... .......... 53% 253M 0s 41050K .......... .......... .......... .......... .......... 53% 361M 0s 41100K .......... .......... .......... .......... .......... 53% 311M 0s 41150K .......... .......... .......... .......... .......... 53% 340M 0s 41200K .......... .......... .......... .......... .......... 53% 315M 0s 41250K .......... .......... .......... .......... .......... 53% 304M 0s 41300K .......... .......... .......... .......... .......... 53% 369M 0s 41350K .......... .......... .......... .......... .......... 54% 226M 0s 41400K .......... .......... .......... .......... .......... 54% 321M 0s 41450K .......... .......... .......... .......... .......... 54% 383M 0s 41500K .......... .......... .......... .......... .......... 54% 373M 0s 41550K .......... .......... .......... .......... .......... 54% 366M 0s 41600K .......... .......... .......... .......... .......... 54% 376M 0s 41650K .......... .......... .......... .......... .......... 54% 323M 0s 41700K .......... .......... .......... .......... .......... 54% 411M 0s 41750K .......... .......... .......... .......... .......... 54% 345M 0s 41800K .......... .......... .......... .......... .......... 54% 366M 0s 41850K .......... .......... .......... .......... .......... 54% 385M 0s 41900K .......... .......... .......... .......... .......... 54% 201M 0s 41950K .......... .......... .......... .......... .......... 54% 214M 0s 42000K .......... .......... .......... .......... .......... 54% 333M 0s 42050K .......... .......... .......... .......... .......... 54% 377M 0s 42100K .......... .......... .......... .......... .......... 55% 382M 0s 42150K .......... .......... .......... .......... .......... 55% 377M 0s 42200K .......... .......... .......... .......... .......... 55% 314M 0s 42250K .......... .......... .......... .......... .......... 55% 275M 0s 42300K .......... .......... .......... .......... .......... 55% 229M 0s 42350K .......... .......... .......... .......... .......... 55% 381M 0s 42400K .......... .......... .......... .......... .......... 55% 335M 0s 42450K .......... .......... .......... .......... .......... 55% 170M 0s 42500K .......... .......... .......... .......... .......... 55% 343M 0s 42550K .......... .......... .......... .......... .......... 55% 199M 0s 42600K .......... .......... .......... .......... .......... 55% 344M 0s 42650K .......... .......... .......... .......... .......... 55% 380M 0s 42700K .......... .......... .......... .......... .......... 55% 297M 0s 42750K .......... .......... .......... .......... .......... 55% 201M 0s 42800K .......... .......... .......... .......... .......... 55% 180M 0s 42850K .......... .......... .......... .......... .......... 55% 304M 0s 42900K .......... .......... .......... .......... .......... 56% 352M 0s 42950K .......... .......... .......... .......... .......... 56% 383M 0s 43000K .......... .......... .......... .......... .......... 56% 161M 0s 43050K .......... .......... .......... .......... .......... 56% 326M 0s 43100K .......... .......... .......... .......... .......... 56% 350M 0s 43150K .......... .......... .......... .......... .......... 56% 382M 0s 43200K .......... .......... .......... .......... .......... 56% 315M 0s 43250K .......... .......... .......... .......... .......... 56% 374M 0s 43300K .......... .......... .......... .......... .......... 56% 214M 0s 43350K .......... .......... .......... .......... .......... 56% 324M 0s 43400K .......... .......... .......... .......... .......... 56% 185M 0s 43450K .......... .......... .......... .......... .......... 56% 221M 0s 43500K .......... .......... .......... .......... .......... 56% 247M 0s 43550K .......... .......... .......... .......... .......... 56% 122M 0s 43600K .......... .......... .......... .......... .......... 56% 319M 0s 43650K .......... .......... .......... .......... .......... 57% 234M 0s 43700K .......... .......... .......... .......... .......... 57% 326M 0s 43750K .......... .......... .......... .......... .......... 57% 374M 0s 43800K .......... .......... .......... .......... .......... 57% 357M 0s 43850K .......... .......... .......... .......... .......... 57% 151M 0s 43900K .......... .......... .......... .......... .......... 57% 225M 0s 43950K .......... .......... .......... .......... .......... 57% 280M 0s 44000K .......... .......... .......... .......... .......... 57% 375M 0s 44050K .......... .......... .......... .......... .......... 57% 360M 0s 44100K .......... .......... .......... .......... .......... 57% 332M 0s 44150K .......... .......... .......... .......... .......... 57% 233M 0s 44200K .......... .......... .......... .......... .......... 57% 289M 0s 44250K .......... .......... .......... .......... .......... 57% 378M 0s 44300K .......... .......... .......... .......... .......... 57% 378M 0s 44350K .......... .......... .......... .......... .......... 57% 314M 0s 44400K .......... .......... .......... .......... .......... 58% 210M 0s 44450K .......... .......... .......... .......... .......... 58% 376M 0s 44500K .......... .......... .......... .......... .......... 58% 353M 0s 44550K .......... .......... .......... .......... .......... 58% 332M 0s 44600K .......... .......... .......... .......... .......... 58% 338M 0s 44650K .......... .......... .......... .......... .......... 58% 367M 0s 44700K .......... .......... .......... .......... .......... 58% 365M 0s 44750K .......... .......... .......... .......... .......... 58% 350M 0s 44800K .......... .......... .......... .......... .......... 58% 342M 0s 44850K .......... .......... .......... .......... .......... 58% 201M 0s 44900K .......... .......... .......... .......... .......... 58% 373M 0s 44950K .......... .......... .......... .......... .......... 58% 379M 0s 45000K .......... .......... .......... .......... .......... 58% 375M 0s 45050K .......... .......... .......... .......... .......... 58% 316M 0s 45100K .......... .......... .......... .......... .......... 58% 338M 0s 45150K .......... .......... .......... .......... .......... 58% 386M 0s 45200K .......... .......... .......... .......... .......... 59% 351M 0s 45250K .......... .......... .......... .......... .......... 59% 272M 0s 45300K .......... .......... .......... .......... .......... 59% 301M 0s 45350K .......... .......... .......... .......... .......... 59% 335M 0s 45400K .......... .......... .......... .......... .......... 59% 353M 0s 45450K .......... .......... .......... .......... .......... 59% 254M 0s 45500K .......... .......... .......... .......... .......... 59% 367M 0s 45550K .......... .......... .......... .......... .......... 59% 212M 0s 45600K .......... .......... .......... .......... .......... 59% 229M 0s 45650K .......... .......... .......... .......... .......... 59% 268M 0s 45700K .......... .......... .......... .......... .......... 59% 376M 0s 45750K .......... .......... .......... .......... .......... 59% 340M 0s 45800K .......... .......... .......... .......... .......... 59% 385M 0s 45850K .......... .......... .......... .......... .......... 59% 348M 0s 45900K .......... .......... .......... .......... .......... 59% 243M 0s 45950K .......... .......... .......... .......... .......... 60% 311M 0s 46000K .......... .......... .......... .......... .......... 60% 296M 0s 46050K .......... .......... .......... .......... .......... 60% 344M 0s 46100K .......... .......... .......... .......... .......... 60% 370M 0s 46150K .......... .......... .......... .......... .......... 60% 213M 0s 46200K .......... .......... .......... .......... .......... 60% 326M 0s 46250K .......... .......... .......... .......... .......... 60% 384M 0s 46300K .......... .......... .......... .......... .......... 60% 322M 0s 46350K .......... .......... .......... .......... .......... 60% 372M 0s 46400K .......... .......... .......... .......... .......... 60% 178M 0s 46450K .......... .......... .......... .......... .......... 60% 359M 0s 46500K .......... .......... .......... .......... .......... 60% 237M 0s 46550K .......... .......... .......... .......... .......... 60% 223M 0s 46600K .......... .......... .......... .......... .......... 60% 225M 0s 46650K .......... .......... .......... .......... .......... 60% 399M 0s 46700K .......... .......... .......... .......... .......... 61% 271M 0s 46750K .......... .......... .......... .......... .......... 61% 371M 0s 46800K .......... .......... .......... .......... .......... 61% 341M 0s 46850K .......... .......... .......... .......... .......... 61% 173M 0s 46900K .......... .......... .......... .......... .......... 61% 368M 0s 46950K .......... .......... .......... .......... .......... 61% 322M 0s 47000K .......... .......... .......... .......... .......... 61% 361M 0s 47050K .......... .......... .......... .......... .......... 61% 311M 0s 47100K .......... .......... .......... .......... .......... 61% 306M 0s 47150K .......... .......... .......... .......... .......... 61% 349M 0s 47200K .......... .......... .......... .......... .......... 61% 351M 0s 47250K .......... .......... .......... .......... .......... 61% 317M 0s 47300K .......... .......... .......... .......... .......... 61% 368M 0s 47350K .......... .......... .......... .......... .......... 61% 380M 0s 47400K .......... .......... .......... .......... .......... 61% 343M 0s 47450K .......... .......... .......... .......... .......... 61% 375M 0s 47500K .......... .......... .......... .......... .......... 62% 378M 0s 47550K .......... .......... .......... .......... .......... 62% 217M 0s 47600K .......... .......... .......... .......... .......... 62% 313M 0s 47650K .......... .......... .......... .......... .......... 62% 227M 0s 47700K .......... .......... .......... .......... .......... 62% 380M 0s 47750K .......... .......... .......... .......... .......... 62% 171M 0s 47800K .......... .......... .......... .......... .......... 62% 309M 0s 47850K .......... .......... .......... .......... .......... 62% 326M 0s 47900K .......... .......... .......... .......... .......... 62% 359M 0s 47950K .......... .......... .......... .......... .......... 62% 369M 0s 48000K .......... .......... .......... .......... .......... 62% 200M 0s 48050K .......... .......... .......... .......... .......... 62% 364M 0s 48100K .......... .......... .......... .......... .......... 62% 222M 0s 48150K .......... .......... .......... .......... .......... 62% 382M 0s 48200K .......... .......... .......... .......... .......... 62% 339M 0s 48250K .......... .......... .......... .......... .......... 63% 376M 0s 48300K .......... .......... .......... .......... .......... 63% 157M 0s 48350K .......... .......... .......... .......... .......... 63% 370M 0s 48400K .......... .......... .......... .......... .......... 63% 291M 0s 48450K .......... .......... .......... .......... .......... 63% 341M 0s 48500K .......... .......... .......... .......... .......... 63% 344M 0s 48550K .......... .......... .......... .......... .......... 63% 257M 0s 48600K .......... .......... .......... .......... .......... 63% 336M 0s 48650K .......... .......... .......... .......... .......... 63% 345M 0s 48700K .......... .......... .......... .......... .......... 63% 273M 0s 48750K .......... .......... .......... .......... .......... 63% 384M 0s 48800K .......... .......... .......... .......... .......... 63% 320M 0s 48850K .......... .......... .......... .......... .......... 63% 376M 0s 48900K .......... .......... .......... .......... .......... 63% 377M 0s 48950K .......... .......... .......... .......... .......... 63% 168M 0s 49000K .......... .......... .......... .......... .......... 64% 266M 0s 49050K .......... .......... .......... .......... .......... 64% 379M 0s 49100K .......... .......... .......... .......... .......... 64% 227M 0s 49150K .......... .......... .......... .......... .......... 64% 370M 0s 49200K .......... .......... .......... .......... .......... 64% 328M 0s 49250K .......... .......... .......... .......... .......... 64% 182M 0s 49300K .......... .......... .......... .......... .......... 64% 354M 0s 49350K .......... .......... .......... .......... .......... 64% 328M 0s 49400K .......... .......... .......... .......... .......... 64% 337M 0s 49450K .......... .......... .......... .......... .......... 64% 374M 0s 49500K .......... .......... .......... .......... .......... 64% 299M 0s 49550K .......... .......... .......... .......... .......... 64% 310M 0s 49600K .......... .......... .......... .......... .......... 64% 373M 0s 49650K .......... .......... .......... .......... .......... 64% 361M 0s 49700K .......... .......... .......... .......... .......... 64% 360M 0s 49750K .......... .......... .......... .......... .......... 64% 323M 0s 49800K .......... .......... .......... .......... .......... 65% 333M 0s 49850K .......... .......... .......... .......... .......... 65% 321M 0s 49900K .......... .......... .......... .......... .......... 65% 350M 0s 49950K .......... .......... .......... .......... .......... 65% 389M 0s 50000K .......... .......... .......... .......... .......... 65% 360M 0s 50050K .......... .......... .......... .......... .......... 65% 239M 0s 50100K .......... .......... .......... .......... .......... 65% 161M 0s 50150K .......... .......... .......... .......... .......... 65% 378M 0s 50200K .......... .......... .......... .......... .......... 65% 386M 0s 50250K .......... .......... .......... .......... .......... 65% 389M 0s 50300K .......... .......... .......... .......... .......... 65% 234M 0s 50350K .......... .......... .......... .......... .......... 65% 297M 0s 50400K .......... .......... .......... .......... .......... 65% 189M 0s 50450K .......... .......... .......... .......... .......... 65% 378M 0s 50500K .......... .......... .......... .......... .......... 65% 262M 0s 50550K .......... .......... .......... .......... .......... 66% 252M 0s 50600K .......... .......... .......... .......... .......... 66% 334M 0s 50650K .......... .......... .......... .......... .......... 66% 376M 0s 50700K .......... .......... .......... .......... .......... 66% 374M 0s 50750K .......... .......... .......... .......... .......... 66% 274M 0s 50800K .......... .......... .......... .......... .......... 66% 262M 0s 50850K .......... .......... .......... .......... .......... 66% 312M 0s 50900K .......... .......... .......... .......... .......... 66% 185M 0s 50950K .......... .......... .......... .......... .......... 66% 377M 0s 51000K .......... .......... .......... .......... .......... 66% 351M 0s 51050K .......... .......... .......... .......... .......... 66% 180M 0s 51100K .......... .......... .......... .......... .......... 66% 314M 0s 51150K .......... .......... .......... .......... .......... 66% 252M 0s 51200K .......... .......... .......... .......... .......... 66% 304M 0s 51250K .......... .......... .......... .......... .......... 66% 229M 0s 51300K .......... .......... .......... .......... .......... 67% 258M 0s 51350K .......... .......... .......... .......... .......... 67% 316M 0s 51400K .......... .......... .......... .......... .......... 67% 294M 0s 51450K .......... .......... .......... .......... .......... 67% 381M 0s 51500K .......... .......... .......... .......... .......... 67% 366M 0s 51550K .......... .......... .......... .......... .......... 67% 382M 0s 51600K .......... .......... .......... .......... .......... 67% 144M 0s 51650K .......... .......... .......... .......... .......... 67% 366M 0s 51700K .......... .......... .......... .......... .......... 67% 256M 0s 51750K .......... .......... .......... .......... .......... 67% 225M 0s 51800K .......... .......... .......... .......... .......... 67% 378M 0s 51850K .......... .......... .......... .......... .......... 67% 378M 0s 51900K .......... .......... .......... .......... .......... 67% 368M 0s 51950K .......... .......... .......... .......... .......... 67% 310M 0s 52000K .......... .......... .......... .......... .......... 67% 334M 0s 52050K .......... .......... .......... .......... .......... 67% 242M 0s 52100K .......... .......... .......... .......... .......... 68% 258M 0s 52150K .......... .......... .......... .......... .......... 68% 369M 0s 52200K .......... .......... .......... .......... .......... 68% 252M 0s 52250K .......... .......... .......... .......... .......... 68% 294M 0s 52300K .......... .......... .......... .......... .......... 68% 337M 0s 52350K .......... .......... .......... .......... .......... 68% 340M 0s 52400K .......... .......... .......... .......... .......... 68% 265M 0s 52450K .......... .......... .......... .......... .......... 68% 341M 0s 52500K .......... .......... .......... .......... .......... 68% 334M 0s 52550K .......... .......... .......... .......... .......... 68% 350M 0s 52600K .......... .......... .......... .......... .......... 68% 341M 0s 52650K .......... .......... .......... .......... .......... 68% 315M 0s 52700K .......... .......... .......... .......... .......... 68% 378M 0s 52750K .......... .......... .......... .......... .......... 68% 388M 0s 52800K .......... .......... .......... .......... .......... 68% 232M 0s 52850K .......... .......... .......... .......... .......... 69% 344M 0s 52900K .......... .......... .......... .......... .......... 69% 320M 0s 52950K .......... .......... .......... .......... .......... 69% 369M 0s 53000K .......... .......... .......... .......... .......... 69% 368M 0s 53050K .......... .......... .......... .......... .......... 69% 337M 0s 53100K .......... .......... .......... .......... .......... 69% 351M 0s 53150K .......... .......... .......... .......... .......... 69% 184M 0s 53200K .......... .......... .......... .......... .......... 69% 314M 0s 53250K .......... .......... .......... .......... .......... 69% 370M 0s 53300K .......... .......... .......... .......... .......... 69% 235M 0s 53350K .......... .......... .......... .......... .......... 69% 204M 0s 53400K .......... .......... .......... .......... .......... 69% 339M 0s 53450K .......... .......... .......... .......... .......... 69% 377M 0s 53500K .......... .......... .......... .......... .......... 69% 385M 0s 53550K .......... .......... .......... .......... .......... 69% 288M 0s 53600K .......... .......... .......... .......... .......... 70% 270M 0s 53650K .......... .......... .......... .......... .......... 70% 381M 0s 53700K .......... .......... .......... .......... .......... 70% 381M 0s 53750K .......... .......... .......... .......... .......... 70% 256M 0s 53800K .......... .......... .......... .......... .......... 70% 360M 0s 53850K .......... .......... .......... .......... .......... 70% 379M 0s 53900K .......... .......... .......... .......... .......... 70% 311M 0s 53950K .......... .......... .......... .......... .......... 70% 370M 0s 54000K .......... .......... .......... .......... .......... 70% 320M 0s 54050K .......... .......... .......... .......... .......... 70% 374M 0s 54100K .......... .......... .......... .......... .......... 70% 214M 0s 54150K .......... .......... .......... .......... .......... 70% 297M 0s 54200K .......... .......... .......... .......... .......... 70% 319M 0s 54250K .......... .......... .......... .......... .......... 70% 370M 0s 54300K .......... .......... .......... .......... .......... 70% 303M 0s 54350K .......... .......... .......... .......... .......... 71% 340M 0s 54400K .......... .......... .......... .......... .......... 71% 389M 0s 54450K .......... .......... .......... .......... .......... 71% 217M 0s 54500K .......... .......... .......... .......... .......... 71% 374M 0s 54550K .......... .......... .......... .......... .......... 71% 349M 0s 54600K .......... .......... .......... .......... .......... 71% 386M 0s 54650K .......... .......... .......... .......... .......... 71% 371M 0s 54700K .......... .......... .......... .......... .......... 71% 228M 0s 54750K .......... .......... .......... .......... .......... 71% 378M 0s 54800K .......... .......... .......... .......... .......... 71% 385M 0s 54850K .......... .......... .......... .......... .......... 71% 371M 0s 54900K .......... .......... .......... .......... .......... 71% 199M 0s 54950K .......... .......... .......... .......... .......... 71% 382M 0s 55000K .......... .......... .......... .......... .......... 71% 382M 0s 55050K .......... .......... .......... .......... .......... 71% 384M 0s 55100K .......... .......... .......... .......... .......... 71% 135M 0s 55150K .......... .......... .......... .......... .......... 72% 336M 0s 55200K .......... .......... .......... .......... .......... 72% 245M 0s 55250K .......... .......... .......... .......... .......... 72% 327M 0s 55300K .......... .......... .......... .......... .......... 72% 354M 0s 55350K .......... .......... .......... .......... .......... 72% 375M 0s 55400K .......... .......... .......... .......... .......... 72% 145M 0s 55450K .......... .......... .......... .......... .......... 72% 371M 0s 55500K .......... .......... .......... .......... .......... 72% 248M 0s 55550K .......... .......... .......... .......... .......... 72% 380M 0s 55600K .......... .......... .......... .......... .......... 72% 344M 0s 55650K .......... .......... .......... .......... .......... 72% 359M 0s 55700K .......... .......... .......... .......... .......... 72% 378M 0s 55750K .......... .......... .......... .......... .......... 72% 323M 0s 55800K .......... .......... .......... .......... .......... 72% 293M 0s 55850K .......... .......... .......... .......... .......... 72% 229M 0s 55900K .......... .......... .......... .......... .......... 73% 316M 0s 55950K .......... .......... .......... .......... .......... 73% 320M 0s 56000K .......... .......... .......... .......... .......... 73% 333M 0s 56050K .......... .......... .......... .......... .......... 73% 352M 0s 56100K .......... .......... .......... .......... .......... 73% 296M 0s 56150K .......... .......... .......... .......... .......... 73% 373M 0s 56200K .......... .......... .......... .......... .......... 73% 374M 0s 56250K .......... .......... .......... .......... .......... 73% 341M 0s 56300K .......... .......... .......... .......... .......... 73% 364M 0s 56350K .......... .......... .......... .......... .......... 73% 339M 0s 56400K .......... .......... .......... .......... .......... 73% 376M 0s 56450K .......... .......... .......... .......... .......... 73% 318M 0s 56500K .......... .......... .......... .......... .......... 73% 388M 0s 56550K .......... .......... .......... .......... .......... 73% 321M 0s 56600K .......... .......... .......... .......... .......... 73% 375M 0s 56650K .......... .......... .......... .......... .......... 74% 317M 0s 56700K .......... .......... .......... .......... .......... 74% 251M 0s 56750K .......... .......... .......... .......... .......... 74% 362M 0s 56800K .......... .......... .......... .......... .......... 74% 373M 0s 56850K .......... .......... .......... .......... .......... 74% 343M 0s 56900K .......... .......... .......... .......... .......... 74% 383M 0s 56950K .......... .......... .......... .......... .......... 74% 310M 0s 57000K .......... .......... .......... .......... .......... 74% 209M 0s 57050K .......... .......... .......... .......... .......... 74% 346M 0s 57100K .......... .......... .......... .......... .......... 74% 352M 0s 57150K .......... .......... .......... .......... .......... 74% 344M 0s 57200K .......... .......... .......... .......... .......... 74% 365M 0s 57250K .......... .......... .......... .......... .......... 74% 347M 0s 57300K .......... .......... .......... .......... .......... 74% 316M 0s 57350K .......... .......... .......... .......... .......... 74% 261M 0s 57400K .......... .......... .......... .......... .......... 74% 342M 0s 57450K .......... .......... .......... .......... .......... 75% 300M 0s 57500K .......... .......... .......... .......... .......... 75% 338M 0s 57550K .......... .......... .......... .......... .......... 75% 160M 0s 57600K .......... .......... .......... .......... .......... 75% 277M 0s 57650K .......... .......... .......... .......... .......... 75% 379M 0s 57700K .......... .......... .......... .......... .......... 75% 302M 0s 57750K .......... .......... .......... .......... .......... 75% 307M 0s 57800K .......... .......... .......... .......... .......... 75% 376M 0s 57850K .......... .......... .......... .......... .......... 75% 348M 0s 57900K .......... .......... .......... .......... .......... 75% 378M 0s 57950K .......... .......... .......... .......... .......... 75% 338M 0s 58000K .......... .......... .......... .......... .......... 75% 167M 0s 58050K .......... .......... .......... .......... .......... 75% 287M 0s 58100K .......... .......... .......... .......... .......... 75% 363M 0s 58150K .......... .......... .......... .......... .......... 75% 378M 0s 58200K .......... .......... .......... .......... .......... 76% 262M 0s 58250K .......... .......... .......... .......... .......... 76% 353M 0s 58300K .......... .......... .......... .......... .......... 76% 266M 0s 58350K .......... .......... .......... .......... .......... 76% 370M 0s 58400K .......... .......... .......... .......... .......... 76% 363M 0s 58450K .......... .......... .......... .......... .......... 76% 328M 0s 58500K .......... .......... .......... .......... .......... 76% 236M 0s 58550K .......... .......... .......... .......... .......... 76% 336M 0s 58600K .......... .......... .......... .......... .......... 76% 368M 0s 58650K .......... .......... .......... .......... .......... 76% 335M 0s 58700K .......... .......... .......... .......... .......... 76% 237M 0s 58750K .......... .......... .......... .......... .......... 76% 377M 0s 58800K .......... .......... .......... .......... .......... 76% 313M 0s 58850K .......... .......... .......... .......... .......... 76% 369M 0s 58900K .......... .......... .......... .......... .......... 76% 355M 0s 58950K .......... .......... .......... .......... .......... 77% 343M 0s 59000K .......... .......... .......... .......... .......... 77% 287M 0s 59050K .......... .......... .......... .......... .......... 77% 130M 0s 59100K .......... .......... .......... .......... .......... 77% 240M 0s 59150K .......... .......... .......... .......... .......... 77% 369M 0s 59200K .......... .......... .......... .......... .......... 77% 256M 0s 59250K .......... .......... .......... .......... .......... 77% 300M 0s 59300K .......... .......... .......... .......... .......... 77% 378M 0s 59350K .......... .......... .......... .......... .......... 77% 376M 0s 59400K .......... .......... .......... .......... .......... 77% 286M 0s 59450K .......... .......... .......... .......... .......... 77% 377M 0s 59500K .......... .......... .......... .......... .......... 77% 385M 0s 59550K .......... .......... .......... .......... .......... 77% 359M 0s 59600K .......... .......... .......... .......... .......... 77% 310M 0s 59650K .......... .......... .......... .......... .......... 77% 374M 0s 59700K .......... .......... .......... .......... .......... 77% 241M 0s 59750K .......... .......... .......... .......... .......... 78% 377M 0s 59800K .......... .......... .......... .......... .......... 78% 218M 0s 59850K .......... .......... .......... .......... .......... 78% 299M 0s 59900K .......... .......... .......... .......... .......... 78% 372M 0s 59950K .......... .......... .......... .......... .......... 78% 365M 0s 60000K .......... .......... .......... .......... .......... 78% 382M 0s 60050K .......... .......... .......... .......... .......... 78% 279M 0s 60100K .......... .......... .......... .......... .......... 78% 205M 0s 60150K .......... .......... .......... .......... .......... 78% 239M 0s 60200K .......... .......... .......... .......... .......... 78% 336M 0s 60250K .......... .......... .......... .......... .......... 78% 373M 0s 60300K .......... .......... .......... .......... .......... 78% 377M 0s 60350K .......... .......... .......... .......... .......... 78% 313M 0s 60400K .......... .......... .......... .......... .......... 78% 377M 0s 60450K .......... .......... .......... .......... .......... 78% 373M 0s 60500K .......... .......... .......... .......... .......... 79% 214M 0s 60550K .......... .......... .......... .......... .......... 79% 290M 0s 60600K .......... .......... .......... .......... .......... 79% 358M 0s 60650K .......... .......... .......... .......... .......... 79% 380M 0s 60700K .......... .......... .......... .......... .......... 79% 163M 0s 60750K .......... .......... .......... .......... .......... 79% 351M 0s 60800K .......... .......... .......... .......... .......... 79% 290M 0s 60850K .......... .......... .......... .......... .......... 79% 185M 0s 60900K .......... .......... .......... .......... .......... 79% 337M 0s 60950K .......... .......... .......... .......... .......... 79% 371M 0s 61000K .......... .......... .......... .......... .......... 79% 116M 0s 61050K .......... .......... .......... .......... .......... 79% 297M 0s 61100K .......... .......... .......... .......... .......... 79% 176M 0s 61150K .......... .......... .......... .......... .......... 79% 353M 0s 61200K .......... .......... .......... .......... .......... 79% 382M 0s 61250K .......... .......... .......... .......... .......... 80% 336M 0s 61300K .......... .......... .......... .......... .......... 80% 302M 0s 61350K .......... .......... .......... .......... .......... 80% 275M 0s 61400K .......... .......... .......... .......... .......... 80% 223M 0s 61450K .......... .......... .......... .......... .......... 80% 347M 0s 61500K .......... .......... .......... .......... .......... 80% 414M 0s 61550K .......... .......... .......... .......... .......... 80% 318M 0s 61600K .......... .......... .......... .......... .......... 80% 351M 0s 61650K .......... .......... .......... .......... .......... 80% 385M 0s 61700K .......... .......... .......... .......... .......... 80% 359M 0s 61750K .......... .......... .......... .......... .......... 80% 339M 0s 61800K .......... .......... .......... .......... .......... 80% 198M 0s 61850K .......... .......... .......... .......... .......... 80% 380M 0s 61900K .......... .......... .......... .......... .......... 80% 206M 0s 61950K .......... .......... .......... .......... .......... 80% 371M 0s 62000K .......... .......... .......... .......... .......... 80% 331M 0s 62050K .......... .......... .......... .......... .......... 81% 374M 0s 62100K .......... .......... .......... .......... .......... 81% 354M 0s 62150K .......... .......... .......... .......... .......... 81% 384M 0s 62200K .......... .......... .......... .......... .......... 81% 343M 0s 62250K .......... .......... .......... .......... .......... 81% 335M 0s 62300K .......... .......... .......... .......... .......... 81% 383M 0s 62350K .......... .......... .......... .......... .......... 81% 377M 0s 62400K .......... .......... .......... .......... .......... 81% 381M 0s 62450K .......... .......... .......... .......... .......... 81% 352M 0s 62500K .......... .......... .......... .......... .......... 81% 166M 0s 62550K .......... .......... .......... .......... .......... 81% 303M 0s 62600K .......... .......... .......... .......... .......... 81% 363M 0s 62650K .......... .......... .......... .......... .......... 81% 187M 0s 62700K .......... .......... .......... .......... .......... 81% 382M 0s 62750K .......... .......... .......... .......... .......... 81% 373M 0s 62800K .......... .......... .......... .......... .......... 82% 322M 0s 62850K .......... .......... .......... .......... .......... 82% 370M 0s 62900K .......... .......... .......... .......... .......... 82% 271M 0s 62950K .......... .......... .......... .......... .......... 82% 293M 0s 63000K .......... .......... .......... .......... .......... 82% 307M 0s 63050K .......... .......... .......... .......... .......... 82% 353M 0s 63100K .......... .......... .......... .......... .......... 82% 350M 0s 63150K .......... .......... .......... .......... .......... 82% 208M 0s 63200K .......... .......... .......... .......... .......... 82% 355M 0s 63250K .......... .......... .......... .......... .......... 82% 179M 0s 63300K .......... .......... .......... .......... .......... 82% 156M 0s 63350K .......... .......... .......... .......... .......... 82% 381M 0s 63400K .......... .......... .......... .......... .......... 82% 343M 0s 63450K .......... .......... .......... .......... .......... 82% 308M 0s 63500K .......... .......... .......... .......... .......... 82% 374M 0s 63550K .......... .......... .......... .......... .......... 83% 126M 0s 63600K .......... .......... .......... .......... .......... 83% 365M 0s 63650K .......... .......... .......... .......... .......... 83% 196M 0s 63700K .......... .......... .......... .......... .......... 83% 302M 0s 63750K .......... .......... .......... .......... .......... 83% 159M 0s 63800K .......... .......... .......... .......... .......... 83% 318M 0s 63850K .......... .......... .......... .......... .......... 83% 302M 0s 63900K .......... .......... .......... .......... .......... 83% 342M 0s 63950K .......... .......... .......... .......... .......... 83% 314M 0s 64000K .......... .......... .......... .......... .......... 83% 373M 0s 64050K .......... .......... .......... .......... .......... 83% 337M 0s 64100K .......... .......... .......... .......... .......... 83% 380M 0s 64150K .......... .......... .......... .......... .......... 83% 379M 0s 64200K .......... .......... .......... .......... .......... 83% 194M 0s 64250K .......... .......... .......... .......... .......... 83% 280M 0s 64300K .......... .......... .......... .......... .......... 83% 315M 0s 64350K .......... .......... .......... .......... .......... 84% 373M 0s 64400K .......... .......... .......... .......... .......... 84% 385M 0s 64450K .......... .......... .......... .......... .......... 84% 317M 0s 64500K .......... .......... .......... .......... .......... 84% 387M 0s 64550K .......... .......... .......... .......... .......... 84% 294M 0s 64600K .......... .......... .......... .......... .......... 84% 336M 0s 64650K .......... .......... .......... .......... .......... 84% 254M 0s 64700K .......... .......... .......... .......... .......... 84% 273M 0s 64750K .......... .......... .......... .......... .......... 84% 372M 0s 64800K .......... .......... .......... .......... .......... 84% 316M 0s 64850K .......... .......... .......... .......... .......... 84% 389M 0s 64900K .......... .......... .......... .......... .......... 84% 243M 0s 64950K .......... .......... .......... .......... .......... 84% 250M 0s 65000K .......... .......... .......... .......... .......... 84% 372M 0s 65050K .......... .......... .......... .......... .......... 84% 377M 0s 65100K .......... .......... .......... .......... .......... 85% 310M 0s 65150K .......... .......... .......... .......... .......... 85% 285M 0s 65200K .......... .......... .......... .......... .......... 85% 351M 0s 65250K .......... .......... .......... .......... .......... 85% 356M 0s 65300K .......... .......... .......... .......... .......... 85% 354M 0s 65350K .......... .......... .......... .......... .......... 85% 330M 0s 65400K .......... .......... .......... .......... .......... 85% 384M 0s 65450K .......... .......... .......... .......... .......... 85% 345M 0s 65500K .......... .......... .......... .......... .......... 85% 188M 0s 65550K .......... .......... .......... .......... .......... 85% 275M 0s 65600K .......... .......... .......... .......... .......... 85% 349M 0s 65650K .......... .......... .......... .......... .......... 85% 344M 0s 65700K .......... .......... .......... .......... .......... 85% 269M 0s 65750K .......... .......... .......... .......... .......... 85% 180M 0s 65800K .......... .......... .......... .......... .......... 85% 354M 0s 65850K .......... .......... .......... .......... .......... 86% 281M 0s 65900K .......... .......... .......... .......... .......... 86% 280M 0s 65950K .......... .......... .......... .......... .......... 86% 232M 0s 66000K .......... .......... .......... .......... .......... 86% 379M 0s 66050K .......... .......... .......... .......... .......... 86% 379M 0s 66100K .......... .......... .......... .......... .......... 86% 209M 0s 66150K .......... .......... .......... .......... .......... 86% 346M 0s 66200K .......... .......... .......... .......... .......... 86% 290M 0s 66250K .......... .......... .......... .......... .......... 86% 341M 0s 66300K .......... .......... .......... .......... .......... 86% 309M 0s 66350K .......... .......... .......... .......... .......... 86% 378M 0s 66400K .......... .......... .......... .......... .......... 86% 393M 0s 66450K .......... .......... .......... .......... .......... 86% 323M 0s 66500K .......... .......... .......... .......... .......... 86% 381M 0s 66550K .......... .......... .......... .......... .......... 86% 357M 0s 66600K .......... .......... .......... .......... .......... 86% 248M 0s 66650K .......... .......... .......... .......... .......... 87% 193M 0s 66700K .......... .......... .......... .......... .......... 87% 163M 0s 66750K .......... .......... .......... .......... .......... 87% 380M 0s 66800K .......... .......... .......... .......... .......... 87% 341M 0s 66850K .......... .......... .......... .......... .......... 87% 381M 0s 66900K .......... .......... .......... .......... .......... 87% 281M 0s 66950K .......... .......... .......... .......... .......... 87% 341M 0s 67000K .......... .......... .......... .......... .......... 87% 379M 0s 67050K .......... .......... .......... .......... .......... 87% 314M 0s 67100K .......... .......... .......... .......... .......... 87% 382M 0s 67150K .......... .......... .......... .......... .......... 87% 345M 0s 67200K .......... .......... .......... .......... .......... 87% 382M 0s 67250K .......... .......... .......... .......... .......... 87% 258M 0s 67300K .......... .......... .......... .......... .......... 87% 246M 0s 67350K .......... .......... .......... .......... .......... 87% 242M 0s 67400K .......... .......... .......... .......... .......... 88% 294M 0s 67450K .......... .......... .......... .......... .......... 88% 375M 0s 67500K .......... .......... .......... .......... .......... 88% 267M 0s 67550K .......... .......... .......... .......... .......... 88% 163M 0s 67600K .......... .......... .......... .......... .......... 88% 332M 0s 67650K .......... .......... .......... .......... .......... 88% 339M 0s 67700K .......... .......... .......... .......... .......... 88% 310M 0s 67750K .......... .......... .......... .......... .......... 88% 369M 0s 67800K .......... .......... .......... .......... .......... 88% 326M 0s 67850K .......... .......... .......... .......... .......... 88% 347M 0s 67900K .......... .......... .......... .......... .......... 88% 276M 0s 67950K .......... .......... .......... .......... .......... 88% 228M 0s 68000K .......... .......... .......... .......... .......... 88% 373M 0s 68050K .......... .......... .......... .......... .......... 88% 372M 0s 68100K .......... .......... .......... .......... .......... 88% 372M 0s 68150K .......... .......... .......... .......... .......... 89% 296M 0s 68200K .......... .......... .......... .......... .......... 89% 374M 0s 68250K .......... .......... .......... .......... .......... 89% 313M 0s 68300K .......... .......... .......... .......... .......... 89% 297M 0s 68350K .......... .......... .......... .......... .......... 89% 366M 0s 68400K .......... .......... .......... .......... .......... 89% 364M 0s 68450K .......... .......... .......... .......... .......... 89% 335M 0s 68500K .......... .......... .......... .......... .......... 89% 273M 0s 68550K .......... .......... .......... .......... .......... 89% 372M 0s 68600K .......... .......... .......... .......... .......... 89% 324M 0s 68650K .......... .......... .......... .......... .......... 89% 322M 0s 68700K .......... .......... .......... .......... .......... 89% 333M 0s 68750K .......... .......... .......... .......... .......... 89% 382M 0s 68800K .......... .......... .......... .......... .......... 89% 262M 0s 68850K .......... .......... .......... .......... .......... 89% 383M 0s 68900K .......... .......... .......... .......... .......... 89% 361M 0s 68950K .......... .......... .......... .......... .......... 90% 161M 0s 69000K .......... .......... .......... .......... .......... 90% 209M 0s 69050K .......... .......... .......... .......... .......... 90% 316M 0s 69100K .......... .......... .......... .......... .......... 90% 379M 0s 69150K .......... .......... .......... .......... .......... 90% 386M 0s 69200K .......... .......... .......... .......... .......... 90% 294M 0s 69250K .......... .......... .......... .......... .......... 90% 189M 0s 69300K .......... .......... .......... .......... .......... 90% 378M 0s 69350K .......... .......... .......... .......... .......... 90% 378M 0s 69400K .......... .......... .......... .......... .......... 90% 388M 0s 69450K .......... .......... .......... .......... .......... 90% 209M 0s 69500K .......... .......... .......... .......... .......... 90% 177M 0s 69550K .......... .......... .......... .......... .......... 90% 378M 0s 69600K .......... .......... .......... .......... .......... 90% 377M 0s 69650K .......... .......... .......... .......... .......... 90% 333M 0s 69700K .......... .......... .......... .......... .......... 91% 374M 0s 69750K .......... .......... .......... .......... .......... 91% 380M 0s 69800K .......... .......... .......... .......... .......... 91% 356M 0s 69850K .......... .......... .......... .......... .......... 91% 322M 0s 69900K .......... .......... .......... .......... .......... 91% 271M 0s 69950K .......... .......... .......... .......... .......... 91% 379M 0s 70000K .......... .......... .......... .......... .......... 91% 382M 0s 70050K .......... .......... .......... .......... .......... 91% 267M 0s 70100K .......... .......... .......... .......... .......... 91% 202M 0s 70150K .......... .......... .......... .......... .......... 91% 328M 0s 70200K .......... .......... .......... .......... .......... 91% 378M 0s 70250K .......... .......... .......... .......... .......... 91% 285M 0s 70300K .......... .......... .......... .......... .......... 91% 344M 0s 70350K .......... .......... .......... .......... .......... 91% 353M 0s 70400K .......... .......... .......... .......... .......... 91% 352M 0s 70450K .......... .......... .......... .......... .......... 92% 360M 0s 70500K .......... .......... .......... .......... .......... 92% 299M 0s 70550K .......... .......... .......... .......... .......... 92% 372M 0s 70600K .......... .......... .......... .......... .......... 92% 373M 0s 70650K .......... .......... .......... .......... .......... 92% 382M 0s 70700K .......... .......... .......... .......... .......... 92% 351M 0s 70750K .......... .......... .......... .......... .......... 92% 360M 0s 70800K .......... .......... .......... .......... .......... 92% 297M 0s 70850K .......... .......... .......... .......... .......... 92% 216M 0s 70900K .......... .......... .......... .......... .......... 92% 379M 0s 70950K .......... .......... .......... .......... .......... 92% 246M 0s 71000K .......... .......... .......... .......... .......... 92% 258M 0s 71050K .......... .......... .......... .......... .......... 92% 323M 0s 71100K .......... .......... .......... .......... .......... 92% 341M 0s 71150K .......... .......... .......... .......... .......... 92% 347M 0s 71200K .......... .......... .......... .......... .......... 92% 374M 0s 71250K .......... .......... .......... .......... .......... 93% 275M 0s 71300K .......... .......... .......... .......... .......... 93% 320M 0s 71350K .......... .......... .......... .......... .......... 93% 383M 0s 71400K .......... .......... .......... .......... .......... 93% 167M 0s 71450K .......... .......... .......... .......... .......... 93% 357M 0s 71500K .......... .......... .......... .......... .......... 93% 384M 0s 71550K .......... .......... .......... .......... .......... 93% 328M 0s 71600K .......... .......... .......... .......... .......... 93% 381M 0s 71650K .......... .......... .......... .......... .......... 93% 255M 0s 71700K .......... .......... .......... .......... .......... 93% 302M 0s 71750K .......... .......... .......... .......... .......... 93% 262M 0s 71800K .......... .......... .......... .......... .......... 93% 174M 0s 71850K .......... .......... .......... .......... .......... 93% 364M 0s 71900K .......... .......... .......... .......... .......... 93% 266M 0s 71950K .......... .......... .......... .......... .......... 93% 362M 0s 72000K .......... .......... .......... .......... .......... 94% 375M 0s 72050K .......... .......... .......... .......... .......... 94% 305M 0s 72100K .......... .......... .......... .......... .......... 94% 307M 0s 72150K .......... .......... .......... .......... .......... 94% 339M 0s 72200K .......... .......... .......... .......... .......... 94% 375M 0s 72250K .......... .......... .......... .......... .......... 94% 372M 0s 72300K .......... .......... .......... .......... .......... 94% 243M 0s 72350K .......... .......... .......... .......... .......... 94% 239M 0s 72400K .......... .......... .......... .......... .......... 94% 271M 0s 72450K .......... .......... .......... .......... .......... 94% 225M 0s 72500K .......... .......... .......... .......... .......... 94% 375M 0s 72550K .......... .......... .......... .......... .......... 94% 289M 0s 72600K .......... .......... .......... .......... .......... 94% 366M 0s 72650K .......... .......... .......... .......... .......... 94% 243M 0s 72700K .......... .......... .......... .......... .......... 94% 182M 0s 72750K .......... .......... .......... .......... .......... 95% 246M 0s 72800K .......... .......... .......... .......... .......... 95% 328M 0s 72850K .......... .......... .......... .......... .......... 95% 385M 0s 72900K .......... .......... .......... .......... .......... 95% 144M 0s 72950K .......... .......... .......... .......... .......... 95% 395M 0s 73000K .......... .......... .......... .......... .......... 95% 385M 0s 73050K .......... .......... .......... .......... .......... 95% 321M 0s 73100K .......... .......... .......... .......... .......... 95% 388M 0s 73150K .......... .......... .......... .......... .......... 95% 253M 0s 73200K .......... .......... .......... .......... .......... 95% 238M 0s 73250K .......... .......... .......... .......... .......... 95% 374M 0s 73300K .......... .......... .......... .......... .......... 95% 242M 0s 73350K .......... .......... .......... .......... .......... 95% 331M 0s 73400K .......... .......... .......... .......... .......... 95% 377M 0s 73450K .......... .......... .......... .......... .......... 95% 381M 0s 73500K .......... .......... .......... .......... .......... 95% 340M 0s 73550K .......... .......... .......... .......... .......... 96% 225M 0s 73600K .......... .......... .......... .......... .......... 96% 336M 0s 73650K .......... .......... .......... .......... .......... 96% 243M 0s 73700K .......... .......... .......... .......... .......... 96% 371M 0s 73750K .......... .......... .......... .......... .......... 96% 357M 0s 73800K .......... .......... .......... .......... .......... 96% 343M 0s 73850K .......... .......... .......... .......... .......... 96% 324M 0s 73900K .......... .......... .......... .......... .......... 96% 373M 0s 73950K .......... .......... .......... .......... .......... 96% 384M 0s 74000K .......... .......... .......... .......... .......... 96% 317M 0s 74050K .......... .......... .......... .......... .......... 96% 384M 0s 74100K .......... .......... .......... .......... .......... 96% 319M 0s 74150K .......... .......... .......... .......... .......... 96% 203M 0s 74200K .......... .......... .......... .......... .......... 96% 376M 0s 74250K .......... .......... .......... .......... .......... 96% 210M 0s 74300K .......... .......... .......... .......... .......... 97% 373M 0s 74350K .......... .......... .......... .......... .......... 97% 372M 0s 74400K .......... .......... .......... .......... .......... 97% 303M 0s 74450K .......... .......... .......... .......... .......... 97% 374M 0s 74500K .......... .......... .......... .......... .......... 97% 299M 0s 74550K .......... .......... .......... .......... .......... 97% 374M 0s 74600K .......... .......... .......... .......... .......... 97% 376M 0s 74650K .......... .......... .......... .......... .......... 97% 343M 0s 74700K .......... .......... .......... .......... .......... 97% 377M 0s 74750K .......... .......... .......... .......... .......... 97% 320M 0s 74800K .......... .......... .......... .......... .......... 97% 381M 0s 74850K .......... .......... .......... .......... .......... 97% 358M 0s 74900K .......... .......... .......... .......... .......... 97% 376M 0s 74950K .......... .......... .......... .......... .......... 97% 338M 0s 75000K .......... .......... .......... .......... .......... 97% 368M 0s 75050K .......... .......... .......... .......... .......... 98% 337M 0s 75100K .......... .......... .......... .......... .......... 98% 374M 0s 75150K .......... .......... .......... .......... .......... 98% 380M 0s 75200K .......... .......... .......... .......... .......... 98% 342M 0s 75250K .......... .......... .......... .......... .......... 98% 379M 0s 75300K .......... .......... .......... .......... .......... 98% 324M 0s 75350K .......... .......... .......... .......... .......... 98% 375M 0s 75400K .......... .......... .......... .......... .......... 98% 346M 0s 75450K .......... .......... .......... .......... .......... 98% 394M 0s 75500K .......... .......... .......... .......... .......... 98% 383M 0s 75550K .......... .......... .......... .......... .......... 98% 333M 0s 75600K .......... .......... .......... .......... .......... 98% 368M 0s 75650K .......... .......... .......... .......... .......... 98% 344M 0s 75700K .......... .......... .......... .......... .......... 98% 390M 0s 75750K .......... .......... .......... .......... .......... 98% 370M 0s 75800K .......... .......... .......... .......... .......... 98% 318M 0s 75850K .......... .......... .......... .......... .......... 99% 382M 0s 75900K .......... .......... .......... .......... .......... 99% 363M 0s 75950K .......... .......... .......... .......... .......... 99% 365M 0s 76000K .......... .......... .......... .......... .......... 99% 381M 0s 76050K .......... .......... .......... .......... .......... 99% 320M 0s 76100K .......... .......... .......... .......... .......... 99% 385M 0s 76150K .......... .......... .......... .......... .......... 99% 354M 0s 76200K .......... .......... .......... .......... .......... 99% 380M 0s 76250K .......... .......... .......... .......... .......... 99% 383M 0s 76300K .......... .......... .......... .......... .......... 99% 322M 0s 76350K .......... .......... .......... .......... .......... 99% 361M 0s 76400K .......... .......... .......... .......... .......... 99% 351M 0s 76450K .......... .......... .......... .......... .......... 99% 385M 0s 76500K .......... .......... .......... .......... .......... 99% 372M 0s 76550K .......... .......... .......... .......... .......... 99% 327M 0s 76600K .......... ........ 100% 409M=0.3s 2025-10-03 14:19:46 (250 MB/s) - '/src/layers/layer8_monitoring/0300_telegraf/build/telegraf-1.36.2_linux_amd64.tar.gz' saved [78456879/78456879] Computing checksum for /src/layers/layer8_monitoring/0300_telegraf/build/telegraf-1.36.2_linux_amd64.tar.gz... Good checksum rm -Rf telegraf-1.36.2 /opt/metwork-mfext-master/bin/_uncompress_helper.sh `readlink -m ./build/telegraf-1.36.2_linux_amd64.tar.gz` tar.gz telegraf-1.36.2 make[1]: Leaving directory '/src/layers/layer8_monitoring/0300_telegraf' cd build/telegraf-1.36.2 && cp -f usr/bin/telegraf /opt/metwork-mfext-master/opt/monitoring/bin/telegraf make[3]: Leaving directory '/src/layers/layer8_monitoring/0300_telegraf' make[3]: Entering directory '/src/layers/layer8_monitoring/0400_vector' layer_wrapper --empty-env --empty-env-keeps=LANG,PATH,LAYERAPI2_LAYERS_PATH,PYTHON3_SHORT_VERSION,FORCED_PATHS,BUILDCACHE --force-prepend --layers=core@mfext,monitoring@mfext -- scl enable gcc-toolset-11 -- make -f Makefile.mk all rm -f /opt/metwork-mfext-master/opt/monitoring/share/metwork_packages/vector.yaml touch /opt/metwork-mfext-master/opt/monitoring/share/metwork_packages/vector.yaml echo "name: 'vector'" >>/opt/metwork-mfext-master/opt/monitoring/share/metwork_packages/vector.yaml echo "version: '0.49.0'" >>/opt/metwork-mfext-master/opt/monitoring/share/metwork_packages/vector.yaml echo "extension: 'tar.gz'" >>/opt/metwork-mfext-master/opt/monitoring/share/metwork_packages/vector.yaml echo "checktype: 'MD5'" >>/opt/metwork-mfext-master/opt/monitoring/share/metwork_packages/vector.yaml echo "checksum: '0d59188e204901f356ee997d2be295a1'" >>/opt/metwork-mfext-master/opt/monitoring/share/metwork_packages/vector.yaml echo -n "description: '" >>/opt/metwork-mfext-master/opt/monitoring/share/metwork_packages/vector.yaml echo -n "Collect, transform, and route all observability data with one simple tool." |sed "s/'/ /g" >>/opt/metwork-mfext-master/opt/monitoring/share/metwork_packages/vector.yaml echo "'" >>/opt/metwork-mfext-master/opt/monitoring/share/metwork_packages/vector.yaml echo "website: 'https://vector.dev/'" >>/opt/metwork-mfext-master/opt/monitoring/share/metwork_packages/vector.yaml echo "license: 'MPL'" >>/opt/metwork-mfext-master/opt/monitoring/share/metwork_packages/vector.yaml if test -s sources; then echo "sources: ">>/opt/metwork-mfext-master/opt/monitoring/share/metwork_packages/vector.yaml; cat sources |sed 's/^/ - url: /' >>/opt/metwork-mfext-master/opt/monitoring/share/metwork_packages/vector.yaml; fi if test -s patches; then echo "patches: ">>/opt/metwork-mfext-master/opt/monitoring/share/metwork_packages/vector.yaml; cat patches |sed 's/^/ - filename: /' >>/opt/metwork-mfext-master/opt/monitoring/share/metwork_packages/vector.yaml; fi make --file=/opt/metwork-mfext-master/share/Makefile.standard PREFIX=/opt/metwork-mfext-master/opt/monitoring download uncompress make[1]: Entering directory '/src/layers/layer8_monitoring/0400_vector' /opt/metwork-mfext-master/bin/_download_helper.sh `readlink -m ./build/vector-0.49.0-x86_64-unknown-linux-musl.tar.gz` `readlink -m ./sources` MD5 0d59188e204901f356ee997d2be295a1 Computing checksum for /src/layers/layer8_monitoring/0400_vector/build/vector-0.49.0-x86_64-unknown-linux-musl.tar.gz... Good checksum rm -Rf vector-0.49.0 /opt/metwork-mfext-master/bin/_uncompress_helper.sh `readlink -m ./build/vector-0.49.0-x86_64-unknown-linux-musl.tar.gz` tar.gz vector-0.49.0 make[1]: Leaving directory '/src/layers/layer8_monitoring/0400_vector' cd build/vector-x86_64-unknown-linux-musl/bin && cp -f vector /opt/metwork-mfext-master/opt/monitoring/bin/vector make[3]: Leaving directory '/src/layers/layer8_monitoring/0400_vector' 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: /buildcache/mfext_cache_layer_monitoring_6e6cb575d9d007aa6a00dad01552d3ce.tar created 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: b4c61b33ad60bdb08fd73e7fb71efaf1 /src/adm/root.mk md5sum hash: 60c1fe308b8f0e043a4de4f24888710b core@mfext layer (dependency) hash (from cache): da87729b77ce4bbdaca1f5915a0206c1 devtools@mfext layer (dependency) hash (from cache): 678dd89aab57961ffe535dcc0d8d35b6 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): d4c03bea3c02f7a22566bca464dba5ad python3@mfext layer (dependency) hash (from cache): de1af395ade0ad0c375745f63b115dea python3_core@mfext layer (dependency) hash (from cache): 38c96393bf7828f55861b72d1baffbf6 python3_devtools@mfext layer (dependency) hash (from cache): d1dda2194e0a5c185fc4d64ee06b1f83 python3_scientific_core@mfext layer (dependency) hash (from cache): 1494d3cc7dbd2a57964348aa2c379383 root@mfext layer (dependency) hash (from cache): 5149a111957315ede0f5aa2dfe51c4f2 scientific_core@mfext layer (dependency) hash (from cache): 209693373de2dcadc6cf2d7dab0389c0 source hash: 558c6b0abbb332346c98bcb655b28c46 cache missed (/buildcache/mfext_cache_layer_default_19de6bc78c0c7180d4314cad0d8a811b.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_19de6bc78c0c7180d4314cad0d8a811b.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 --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