Description
Reported via Slack:
From @Trott :
10:51:23 > git config remote.origin.url [email protected]:nodejs/node.git # timeout=10 10:51:23 ERROR: Error fetching remote repo 'origin' 10:51:23 hudson.plugins.git.GitException: Failed to fetch from [email protected]:nodejs/node.git 10:51:23 at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:996) 10:51:23 at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1237)
11:01:46 collect2: fatal error: ld terminated with signal 9 [Killed] 11:01:46 compilation terminated. 11:01:46 cctest.target.mk:231: recipe for target '/home/iojs/build/workspace/node-test-commit-linux-> containered/out/Debug/cctest' failed 11:01:46 make[2]: *** [/home/iojs/build/workspace/node-test-commit-linux-containered/out/Debug/cctest] Error 1 11:01:46 make[2]: *** Waiting for unfinished jobs.... 11:02:58 rm fa309b4689a758e9e8a16895fbbf2b4922a45c96.intermediate 11:02:58 Makefile:104: recipe for target 'node_g' failed 11:02:58 make[1]: *** [node_g] Error 2 11:02:58 Makefile:530: recipe for target 'build-ci' failed 11:02:58 make: *** [build-ci] Error 2
From @danielleadams :
I’m running into some issues with the pull-request jobs today (releasing 15.4.0). Different tests seem to be raising the same error with git, and they are inconsistently failing:
https://ci.nodejs.org/job/node-test-commit-linux-containered/nodes=ubuntu1804_sharedlibs_debug_x64/23997/console
https://ci.nodejs.org/job/node-test-commit-linux-containered/nodes=ubuntu1804_sharedlibs_withoutssl_x64/23997/console
https://ci.nodejs.org/job/node-test-commit-linux-containered/nodes=ubuntu1804_sharedlibs_openssl110_x64/23999/console
https://ci.nodejs.org/job/node-test-commit-linux-containered/nodes=ubuntu1804_sharedlibs_openssl111_x64/24008/
https://ci.nodejs.org/job/node-test-commit-linux-containered/nodes=ubuntu1804_sharedlibs_withoutssl_x64/24008/console
https://ci.nodejs.org/job/node-test-commit-linux/nodes=alpine-latest-x64/38744/console
Does anyone know how to address this?