We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
All builds on test-digitalocean-debian11-x64-1 and test-rackspace-debian11-x64-1 are failing.
The build logs show Failed to exec spawn helper errors, e.g. https://ci.nodejs.org/job/node-test-commit-linux/nodes=debian11-x64/61338/console
Failed to exec spawn helper
10:00:27 > git rev-parse --resolve-git-dir /home/iojs/build/workspace/node/.git # timeout=10 10:00:27 ERROR: Workspace has a .git repository, but it appears to be corrupt. 10:00:27 hudson.plugins.git.GitException: Error performing git command: git rev-parse --resolve-git-dir /home/iojs/build/workspace/node/.git 10:00:27 at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2862) ... 10:00:27 Caused by: java.io.IOException: Cannot run program "git" (in directory "/home/iojs/build/workspace/node"): error=0, Failed to exec spawn helper: pid: 2835118, exit value: 1 10:00:27 at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1143) ... 10:00:27 Caused by: java.io.IOException: error=0, Failed to exec spawn helper: pid: 2835118, exit value: 1 10:00:27 at java.base/java.lang.ProcessImpl.forkAndExec(Native Method) ...
https://ci.nodejs.org/job/node-test-node-addon-api-new/nodes=debian11-x64/9476/console
[debian11-x64] $ /bin/bash /tmp/jenkins4721305701979205576.sh FATAL: command execution failed java.io.IOException: error=0, Failed to exec spawn helper: pid: 1613199, exit value: 1 at java.base/java.lang.ProcessImpl.forkAndExec(Native Method) ... Caused: java.io.IOException: Cannot run program "/bin/bash" (in directory "/home/iojs/build/workspace/node-test-node-addon-api-new/nodes/debian11-x64"): error=0, Failed to exec spawn helper: pid: 1613199, exit value: 1 at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1143) ...
The text was updated successfully, but these errors were encountered:
Most likely suspect is a JRE update. From the apt history log on test-digitalocean-debian11-x64-1:
Start-Date: 2024-10-22 06:12:50 Commandline: /usr/bin/unattended-upgrade Upgrade: openjdk-17-jre-headless:amd64 (17.0.12+7-2~deb11u1, 17.0.13+11-1~deb11u1) End-Date: 2024-10-22 06:12:54
I'll restart the agent on the two Debian 11 x64 machines. We'll probably need to watch the Debian 12 machines too.
Sorry, something went wrong.
https://ci.nodejs.org/job/node-test-commit-linux/nodes=debian12-x64/61341/console failed in a similar way on test-digitalocean-debian12-x64-1. I'll restart the agents on all the Debian x64 machines.
I've restarted the agents on all of the Debian x64 machines. https://ci.nodejs.org/job/node-test-commit-linux/61345/nodes=debian11-x64/console is running on test-rackspace-debian11-x64-1 and has got past the previously failing git checkout step.
No branches or pull requests
All builds on test-digitalocean-debian11-x64-1 and test-rackspace-debian11-x64-1 are failing.
The build logs show
Failed to exec spawn helper
errors,e.g. https://ci.nodejs.org/job/node-test-commit-linux/nodes=debian11-x64/61338/console
https://ci.nodejs.org/job/node-test-node-addon-api-new/nodes=debian11-x64/9476/console
The text was updated successfully, but these errors were encountered: