Skip to content
Failed

Console Output

Started by timer
Running as SYSTEM
Building on the built-in node in workspace /var/jenkins_home/jobs/master-osmo-hlr/workspace
[ssh-agent] Looking for ssh-agent implementation...
$ ssh-agent
SSH_AUTH_SOCK=/tmp/ssh-McmzcGpX0M0f/agent.97733
SSH_AGENT_PID=97737
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /var/jenkins_home/jobs/master-osmo-hlr/workspace@tmp/private_key_1645043335884650414.key (osmocom-jenkins)
[ssh-agent] Using credentials docs (OS#5798)
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --resolve-git-dir /var/jenkins_home/jobs/master-osmo-hlr/workspace/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://gerrit.osmocom.org/osmo-hlr # timeout=10
Fetching upstream changes from https://gerrit.osmocom.org/osmo-hlr
 > git --version # timeout=10
 > git --version # 'git version 2.39.5
Process leaked file descriptors. See https://www.jenkins.io/redirect/troubleshooting/process-leaked-file-descriptors for more information'
 > git fetch --tags --force --progress -- https://gerrit.osmocom.org/osmo-hlr +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision f9048a5bfc451782702e01e649d3c949af1de6fd (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f9048a5bfc451782702e01e649d3c949af1de6fd # timeout=10
Commit message: "Bump version: 1.9.1.1-d4b4 → 1.9.2"
 > git rev-list --no-walk f9048a5bfc451782702e01e649d3c949af1de6fd # timeout=10
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 97737 killed;
[ssh-agent] Stopped.
FATAL: Invalid id: Process leaked file descriptors. See https://www.jenkins.io/redirect/troubleshooting/process-leaked-file-descriptors for more information
org.eclipse.jgit.errors.InvalidObjectIdException: Invalid id: Process leaked file descriptors. See https://www.jenkins.io/redirect/troubleshooting/process-leaked-file-descriptors for more information
	at PluginClassLoader for git-client//org.eclipse.jgit.lib.ObjectId.fromString(ObjectId.java:203)
	at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.CliGitAPIImpl$10.execute(CliGitAPIImpl.java:3446)
	at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.CliGitAPIImpl.isCommitInRepo(CliGitAPIImpl.java:3498)
	at PluginClassLoader for git-client//hudson.plugins.git.GitAPI.isCommitInRepo(GitAPI.java:287)
	at PluginClassLoader for git//hudson.plugins.git.GitSCM.computeChangeLog(GitSCM.java:1486)
	at PluginClassLoader for git//hudson.plugins.git.GitSCM.checkout(GitSCM.java:1382)
	at hudson.scm.SCM.checkout(SCM.java:540)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1250)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:649)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:85)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:522)
	at hudson.model.Run.execute(Run.java:1833)
	at PluginClassLoader for matrix-project//hudson.matrix.MatrixBuild.run(MatrixBuild.java:323)
	at hudson.model.ResourceController.execute(ResourceController.java:101)
	at hudson.model.Executor.run(Executor.java:446)
Finished: FAILURE