>>> host-ninja v1.8.2 Downloading --2020-03-06 11:41:53-- https://github.com/ninja-build/ninja/archive/v1.8.2/ninja-v1.8.2.tar.gz Resolving github.com (github.com)... 140.82.118.3 Connecting to github.com (github.com)|140.82.118.3|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://codeload.github.com/ninja-build/ninja/tar.gz/v1.8.2 [following] --2020-03-06 11:41:53-- https://codeload.github.com/ninja-build/ninja/tar.gz/v1.8.2 Resolving codeload.github.com (codeload.github.com)... 140.82.114.9 Connecting to codeload.github.com (codeload.github.com)|140.82.114.9|:443... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [application/x-gzip] Saving to: '/home/dawncrow/buildroot-test/scripts/instance-0/output-1/build/.ninja-v1.8.2.tar.gz.eFh7cF/output' 0K .......... .......... .......... .......... .......... 247K 50K .......... .......... .......... .......... .......... 494K 100K .......... .......... .......... .......... .......... 67.8M 150K .......... .......... .......... 80.7M=0.3s 2020-03-06 11:41:54 (593 KB/s) - '/home/dawncrow/buildroot-test/scripts/instance-0/output-1/build/.ninja-v1.8.2.tar.gz.eFh7cF/output' saved [185226] ninja-v1.8.2.tar.gz: OK (sha256: 86b8700c3d0880c2b44c2ff67ce42774aaf8c28cbf57725cb881569288c1c6f4) >>> host-ninja v1.8.2 Extracting gzip -d -c /home/dawncrow/buildroot-test/scripts/instance-0/dl/ninja/ninja-v1.8.2.tar.gz | tar --strip-components=1 -C /home/dawncrow/buildroot-test/scripts/instance-0/output-1/build/host-ninja-v1.8.2 -xf - >>> host-ninja v1.8.2 Patching >>> host-ninja v1.8.2 Configuring >>> host-ninja v1.8.2 Building (cd /home/dawncrow/buildroot-test/scripts/instance-0/output-1/build/host-ninja-v1.8.2; ./configure.py --bootstrap) ./src/build_log.cc: In function 'uint64_t {anonymous}::MurmurHash64A(const void*, size_t)': ./src/build_log.cc:78:13: warning: this statement may fall through [-Wimplicit-fallthrough=] case 7: h ^= uint64_t(data[6]) << 48; ~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./src/build_log.cc:79:3: note: here case 6: h ^= uint64_t(data[5]) << 40; ^~~~ ./src/build_log.cc:79:13: warning: this statement may fall through [-Wimplicit-fallthrough=] case 6: h ^= uint64_t(data[5]) << 40; ~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./src/build_log.cc:80:3: note: here case 5: h ^= uint64_t(data[4]) << 32; ^~~~ ./src/build_log.cc:80:13: warning: this statement may fall through [-Wimplicit-fallthrough=] case 5: h ^= uint64_t(data[4]) << 32; ~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./src/build_log.cc:81:3: note: here case 4: h ^= uint64_t(data[3]) << 24; ^~~~ ./src/build_log.cc:81:13: warning: this statement may fall through [-Wimplicit-fallthrough=] case 4: h ^= uint64_t(data[3]) << 24; ~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./src/build_log.cc:82:3: note: here case 3: h ^= uint64_t(data[2]) << 16; ^~~~ ./src/build_log.cc:82:13: warning: this statement may fall through [-Wimplicit-fallthrough=] case 3: h ^= uint64_t(data[2]) << 16; ~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./src/build_log.cc:83:3: note: here case 2: h ^= uint64_t(data[1]) << 8; ^~~~ ./src/build_log.cc:83:13: warning: this statement may fall through [-Wimplicit-fallthrough=] case 2: h ^= uint64_t(data[1]) << 8; ~~^~~~~~~~~~~~~~~~~~~~~~~~~ ./src/build_log.cc:84:3: note: here case 1: h ^= uint64_t(data[0]); ^~~~ In file included from ./src/build_log.h:22:0, from ./src/build_log.cc:23: ./src/hash_map.h: In function 'unsigned int MurmurHash2(const void*, size_t)': ./src/hash_map.h:42:13: warning: this statement may fall through [-Wimplicit-fallthrough=] case 3: h ^= data[2] << 16; ~~^~~~~~~~~~~~~~~~ ./src/hash_map.h:43:3: note: here case 2: h ^= data[1] << 8; ^~~~ ./src/hash_map.h:43:13: warning: this statement may fall through [-Wimplicit-fallthrough=] case 2: h ^= data[1] << 8; ~~^~~~~~~~~~~~~~~ ./src/hash_map.h:44:3: note: here case 1: h ^= data[0]; ^~~~ In file included from ./src/state.h:25:0, from ./src/state.cc:15: ./src/hash_map.h: In function 'unsigned int MurmurHash2(const void*, size_t)': ./src/hash_map.h:42:13: warning: this statement may fall through [-Wimplicit-fallthrough=] case 3: h ^= data[2] << 16; ~~^~~~~~~~~~~~~~~~ ./src/hash_map.h:43:3: note: here case 2: h ^= data[1] << 8; ^~~~ ./src/hash_map.h:43:13: warning: this statement may fall through [-Wimplicit-fallthrough=] case 2: h ^= data[1] << 8; ~~^~~~~~~~~~~~~~~ ./src/hash_map.h:44:3: note: here case 1: h ^= data[0]; ^~~~ ninja: fatal: posix_spawn: Resource temporarily unavailable bootstrapping ninja... warning: A compatible version of re2c (>= 0.11.3) was not found; changes to src/*.in.cc will not affect your build. wrote build.ninja. bootstrap complete. rebuilding... Traceback (most recent call last): File "./configure.py", line 684, in subprocess.check_call(rebuild_args) File "/usr/lib/python2.7/subprocess.py", line 190, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '['./ninja']' returned non-zero exit status 1 package/pkg-generic.mk:238: recipe for target '/home/dawncrow/buildroot-test/scripts/instance-0/output-1/build/host-ninja-v1.8.2/.stamp_built' failed make: *** [/home/dawncrow/buildroot-test/scripts/instance-0/output-1/build/host-ninja-v1.8.2/.stamp_built] Error 1 make: Leaving directory '/home/dawncrow/buildroot-test/scripts/instance-0/buildroot'