Skip to content
New issue

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

Debian x64 builds failing #3941

Closed
richardlau opened this issue Oct 23, 2024 · 3 comments
Closed

Debian x64 builds failing #3941

richardlau opened this issue Oct 23, 2024 · 3 comments

Comments

@richardlau
Copy link
Member

All builds on test-digitalocean-debian11-x64-1 and test-rackspace-debian11-x64-1 are failing.

image

image

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

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)
...
@richardlau richardlau changed the title Debian 11 builds failing Debian 11 x64 builds failing Oct 23, 2024
@richardlau
Copy link
Member Author

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.

@richardlau richardlau changed the title Debian 11 x64 builds failing Debian x64 builds failing Oct 23, 2024
@richardlau
Copy link
Member Author

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.

@richardlau
Copy link
Member Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant