+ release_urlbase=https://unofficial-builds.nodejs.org/download/release/ + disttype=release + customtag= + datestring= + commit= + fullversion=v12.11.0 + source_url=https://nodejs.org/download/release/v12.11.0/node-v12.11.0.tar.xz + config_flags= + cd /home/node + tar -xf node.tar.xz + cd node-v12.11.0 + export 'CC=ccache gcc' + CC='ccache gcc' + export 'CXX=ccache g++' + CXX='ccache g++' ++ getconf _NPROCESSORS_ONLN + make -j8 binary V= DESTCPU=x64 ARCH=x64 VARIATION=musl DISTTYPE=release CUSTOMTAG= DATESTRING= COMMIT= RELEASE_URLBASE=https://unofficial-builds.nodejs.org/download/release/ CONFIG_FLAGS= /bin/sh: git: not found rm -f -r node-v12.11.0-linux-x64-musl rm -f -r out/deps out/Release python ./configure \ --prefix=/ \ --dest-cpu=x64 \ --tag= \ --release-urlbase=https://unofficial-builds.nodejs.org/download/release/ \ --download=all --with-intl=small-icu INFO: Using floating patch "tools/icu/patches/64/source/common/putil.cpp" from "tools/icu" INFO: Using floating patch "tools/icu/patches/64/source/i18n/dtptngen.cpp" from "tools/icu" INFO: configure completed successfully make install DESTDIR=node-v12.11.0-linux-x64-musl V= PORTABLE=1 make -C out BUILDTYPE=Release V= TOUCH /home/node/node-v12.11.0/out/Release/obj.target/tools/v8_gypfiles/v8_version.stamp make[2]: *** No rule to make target '../deps/v8/test/torque/test-torque.tq', needed by '7ea8302c51573d5268a52f6014edc10e884f440e.intermediate'. Stop. make[2]: *** Waiting for unfinished jobs.... make[1]: *** [Makefile:101: node] Error 2 make: *** [Makefile:1119: node-v12.11.0-linux-x64-musl.tar] Error 2