cd layers && make make[1]: Entering directory `/src/layers' make[2]: Entering directory `/src/layers/layer9_soprano' if test "MFEXT" = "MFEXT" -a "1" != "1"; then cat .layerapi2_label |/src/adm/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-1.2/opt/soprano/.layerapi2_label; else cat .layerapi2_label |/opt/metwork-mfext-1.2/bin/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-1.2/opt/soprano/.layerapi2_label; fi if test "MFEXT" = "MFEXT" -a "1" != "1"; then cat .layerapi2_dependencies |/src/adm/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-1.2/opt/soprano/.layerapi2_dependencies; else cat .layerapi2_dependencies |/opt/metwork-mfext-1.2/bin/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-1.2/opt/soprano/.layerapi2_dependencies; fi _cache_logic_before_layer.sh "/opt/metwork-mfext-1.2/opt/soprano" "soprano" /etc/buildimage_hash: e6d30d5c60f50810bcc480765d05d990 /src/adm/root.mk md5sum hash: 227b6be34839ecfdb72578817862ec6f core@mfext layer (dependency) hash (from cache): 4529b7ce8f468b34ba7525fb7d7f0c34 devtools@mfext layer (dependency) hash (from cache): 0ad23ed5366f9beeae2ef5629a6c2e10 python3@mfext layer (dependency) hash (from cache): 7692cfdbe8cc5f97802402489d05065e python3_core@mfext layer (dependency) hash (from cache): af34a5b9352eb537b838cec862c1600f python3_devtools@mfext layer (dependency) hash (from cache): 5d867acc48460ddd4d5c5563d0f64cdb python3_radartools@mfext layer (dependency) hash (from cache): 35668ef6b6186c87537ce33fad6a514a python3_scientific@mfext layer (dependency) hash (from cache): dc7c73fe32fab6c4b7875da567cfb193 python3_scientific_core@mfext layer (dependency) hash (from cache): 93ecc5542d30c9d5e79b1cf3105727fe root@mfext layer (dependency) hash (from cache): c444ca34af4e3526610347160eb3e9ef scientific@mfext layer (dependency) hash (from cache): ab6025c127f1f7587b3beb30f742a6c4 scientific_core@mfext layer (dependency) hash (from cache): f061db7c591dfd6d7d25e47f41fe26c4 scientific_system_libraries@mfext layer (dependency) hash (from cache): c968afeacd347dfd998a9c73eab63fa6 tcltk@mfext layer (dependency) hash (from cache): d36f537624d4e8e0eb12b5e694900968 source hash: 9af8c49ac6cd02e405680101cf31045d cache hit (used: /buildcache/mfext_cache_layer_soprano_190044928d1540f999623314e634caae.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-1.2/opt/soprano ; \ fi if test "1" = "1"; then echo soprano > /opt/metwork-mfext-1.2/opt/soprano/.mfextaddon; fi _layer_dhash "soprano@mfext" >/opt/metwork-mfext-1.2/opt/soprano/.dhash if ! test -f cache/hit; then \ _check_layers_hash >/dev/null ; \ fi _cache_logic_after_layer.sh "/opt/metwork-mfext-1.2/opt/soprano" cache already exist (/buildcache/mfext_cache_layer_soprano_190044928d1540f999623314e634caae.tar) make[2]: Leaving directory `/src/layers/layer9_soprano' make[1]: Leaving directory `/src/layers' if test "1" != "1"; then _layer_dhash root@mfext >/opt/metwork-mfext-1.2/.dhash; fi layer_wrapper --layers=python3_devtools@mfext -- _yaml_to_md.py ALL >.metwork-framework/components.md /opt/metwork-mfext-1.2/bin/_yaml_to_md.py:70: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details. y = yaml.load(unidecode(raw_content))