Skip to content

Console Output

Started by timer
Running as SYSTEM
Building on the built-in node in workspace /var/jenkins_home/jobs/master-pysim/workspace
[ssh-agent] Looking for ssh-agent implementation...
[ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
$ ssh-agent
SSH_AUTH_SOCK=/tmp/ssh-XXXXXXNeCj8p/agent.3388240
SSH_AGENT_PID=3388253
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /var/jenkins_home/jobs/master-pysim/workspace@tmp/private_key_1691869531960588221.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-pysim/workspace/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://gerrit.osmocom.org/pysim # timeout=10
Fetching upstream changes from https://gerrit.osmocom.org/pysim
 > git --version # timeout=10
 > git --version # 'git version 2.39.2'
 > git fetch --tags --force --progress -- https://gerrit.osmocom.org/pysim +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 1d1ba8e4cc0cb8c1f862dad04b26e5d4786b924d (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1d1ba8e4cc0cb8c1f862dad04b26e5d4786b924d # timeout=10
Commit message: "esim.esp2: Allow HTTP methods other than POST"
 > git rev-list --no-walk 1d1ba8e4cc0cb8c1f862dad04b26e5d4786b924d # timeout=10
Triggering master-pysim » test,a1=default,a3=default,a4=default,simtester
Triggering master-pysim » docs,a1=default,a3=default,a4=default,osmocom-master
Triggering master-pysim » pylint,a1=default,a3=default,a4=default,osmocom-master
Configuration master-pysim » test,a1=default,a3=default,a4=default,simtester is still in the queue: ‘simtester’ is offline
Aborted
Aborted by Oliver Smith
Cancelled master-pysim » test,a1=default,a3=default,a4=default,simtester
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 3388253 killed;
[ssh-agent] Stopped.
Finished: ABORTED