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-fl2k/workspace
[ssh-agent] Looking for ssh-agent implementation...
$ ssh-agent
SSH_AUTH_SOCK=/tmp/ssh-4zSvgxByBaEL/agent.982307
SSH_AGENT_PID=982308
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /var/jenkins_home/jobs/master-osmo-fl2k/workspace@tmp/private_key_11340518149935511730.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-fl2k/workspace/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://gitea.osmocom.org/sdr/osmo-fl2k # timeout=10
Fetching upstream changes from https://gitea.osmocom.org/sdr/osmo-fl2k
 > git --version # timeout=10
 > git --version # 'git version 2.39.5'
 > git fetch --tags --force --progress -- https://gitea.osmocom.org/sdr/osmo-fl2k +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 62ebc51cc4c5b3bba74f1d05a171e4937a9f93a6 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 62ebc51cc4c5b3bba74f1d05a171e4937a9f93a6 # timeout=10
Commit message: "Release 0.2.1"
 > git rev-list --no-walk 62ebc51cc4c5b3bba74f1d05a171e4937a9f93a6 # timeout=10
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 982308 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