Started by timer
Running as SYSTEM
Building on the built-in node in workspace /var/jenkins_home/jobs/master-osmo-python-tests/workspace
[ssh-agent] Looking for ssh-agent implementation...
$ ssh-agent
SSH_AUTH_SOCK=/tmp/ssh-vtC9BWZT08b6/agent.42761
SSH_AGENT_PID=42762
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /var/jenkins_home/jobs/master-osmo-python-tests/workspace@tmp/private_key_16720210249682201322.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-python-tests/workspace/.git # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://gerrit.osmocom.org/python/osmo-python-tests # timeout=10
Fetching upstream changes from https://gerrit.osmocom.org/python/osmo-python-tests
> git --version # timeout=10
> git --version # 'git version 2.39.5'
> git fetch --tags --force --progress -- https://gerrit.osmocom.org/python/osmo-python-tests +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse origin/master^{commit} # timeout=10
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 42762 killed;
[ssh-agent] Stopped.
FATAL: Invalid id: 5d0fac9dc330225bb49511516d1b0c9c408cb867
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: 5d0fac9dc330225bb49511516d1b0c9c408cb867
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.revParse(CliGitAPIImpl.java:1120)
at PluginClassLoader for git-client//hudson.plugins.git.GitAPI.revParse(GitAPI.java:419)
at PluginClassLoader for git//hudson.plugins.git.util.DefaultBuildChooser.getHeadRevision(DefaultBuildChooser.java:129)
at PluginClassLoader for git//hudson.plugins.git.util.DefaultBuildChooser.getCandidateRevisions(DefaultBuildChooser.java:83)
at PluginClassLoader for git//hudson.plugins.git.GitSCM.determineRevisionToBuild(GitSCM.java:1146)
at PluginClassLoader for git//hudson.plugins.git.GitSCM.checkout(GitSCM.java:1304)
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