Skip to content

Console Output

Started by timer
Building remotely on build1-debian9-lxc (osmocom-gerrit-debian9 linux_amd64_debian9 osmocom-master-debian9) in workspace /home/osmocom-build/jenkins/workspace/ttcn3-nitb-sysinfo
[ttcn3-nitb-sysinfo] $ /bin/sh -xe /tmp/jenkins1627135902004019864.sh
+ env
JENKINS_HOME=/usr/local/jenkins
MAIL=/var/mail/osmocom-build
SSH_CLIENT=192.168.122.1 56518 22
USER=osmocom-build
RUN_CHANGES_DISPLAY_URL=https://jenkins.osmocom.org/jenkins/job/ttcn3-nitb-sysinfo/211/display/redirect?page=changes
NODE_LABELS=build1-debian9-lxc linux_amd64_debian9 osmocom-gerrit-debian9 osmocom-master-debian9
HUDSON_URL=https://jenkins.osmocom.org/jenkins/
SHLVL=1
ROOTFS_PREFIX=/opt
OLDPWD=/home/osmocom-build
HOME=/home/osmocom-build
BUILD_URL=https://jenkins.osmocom.org/jenkins/job/ttcn3-nitb-sysinfo/211/
HUDSON_COOKIE=42bdc13a-8327-49f5-90fb-271e97f38eea
JENKINS_SERVER_COOKIE=8cd9590adb8bfe87
WORKSPACE=/home/osmocom-build/jenkins/workspace/ttcn3-nitb-sysinfo
LOGNAME=osmocom-build
NODE_NAME=build1-debian9-lxc
_=/usr/bin/java
EXECUTOR_NUMBER=2
XDG_SESSION_ID=17
BUILD_DISPLAY_NAME=#211
HUDSON_HOME=/usr/local/jenkins
JOB_BASE_NAME=ttcn3-nitb-sysinfo
PATH=/usr/local/bin:/usr/bin:/bin:/usr/games:/home/osmocom-build/bin
BUILD_ID=211
XDG_RUNTIME_DIR=/run/user/1000
BUILD_TAG=jenkins-ttcn3-nitb-sysinfo-211
LANG=en_US.UTF-8
JENKINS_URL=https://jenkins.osmocom.org/jenkins/
JOB_URL=https://jenkins.osmocom.org/jenkins/job/ttcn3-nitb-sysinfo/
BUILD_NUMBER=211
PARALLEL_MAKE=-j 3
SHELL=/bin/bash
RUN_DISPLAY_URL=https://jenkins.osmocom.org/jenkins/job/ttcn3-nitb-sysinfo/211/display/redirect
HUDSON_SERVER_COOKIE=8cd9590adb8bfe87
JOB_DISPLAY_URL=https://jenkins.osmocom.org/jenkins/job/ttcn3-nitb-sysinfo/display/redirect
JOB_NAME=ttcn3-nitb-sysinfo
PWD=/home/osmocom-build/jenkins/workspace/ttcn3-nitb-sysinfo
SSH_CONNECTION=192.168.122.1 56518 192.168.122.224 22
MAKE=make
+ OLDPWD=/home/osmocom-build/jenkins/workspace/ttcn3-nitb-sysinfo
+ DIR=/home/osmocom-build/jenkins/docker-playground
+ cd /home/osmocom-build/jenkins/docker-playground
+ git fetch
+ git checkout -f -B master origin/master
Reset branch 'master'
Branch master set up to track remote branch master from origin.
Your branch is up-to-date with 'origin/master'.
+ cd /home/osmocom-build/jenkins/docker-playground/osmo-nitb-master
+ make
docker build -t docker.io/osmocom-build/osmo-nitb-master:latest .
Sending build context to Docker daemon   12.8kB

Step 1/16 : FROM laforge/debian-jessie-build
 ---> 80385047baea
Step 2/16 : MAINTAINER Harald Welte <laforge@gnumonks.org>
 ---> Using cache
 ---> 1372d15076ce
Step 3/16 : ARG	OSMOCOM_REPO="http://download.opensuse.org/repositories/network:/osmocom:/nightly/Debian_8.0/"
 ---> Using cache
 ---> aae944168d63
Step 4/16 : COPY	Release.key /tmp/Release.key
 ---> Using cache
 ---> e980ade16c0b
Step 5/16 : RUN	apt-key add /tmp/Release.key && 	rm /tmp/Release.key && 	echo "deb " $OSMOCOM_REPO " ./" > /etc/apt/sources.list.d/osmocom-nightly.list
 ---> Using cache
 ---> 8ecf8084919b
Step 6/16 : ADD	$OSMOCOM_REPO/Release /tmp/Release

 ---> Using cache
 ---> ccf9678e6d47
Step 7/16 : RUN	apt-get update && 	apt-get install -y --no-install-recommends 		telnet 		libosmocore-dev 		libosmo-abis-dev 		libosmo-netif-dev 		libosmo-sccp-dev 		libsmpp34-dev 		libgtp-dev && 	apt-get clean
 ---> Running in ea72fa9e52e0
FATAL: command execution failed
java.io.IOException
	at hudson.remoting.Channel.close(Channel.java:1402)
	at hudson.remoting.Channel.close(Channel.java:1358)
	at hudson.slaves.SlaveComputer.closeChannel(SlaveComputer.java:737)
	at hudson.slaves.SlaveComputer.kill(SlaveComputer.java:704)
	at hudson.model.AbstractCIBase.killComputer(AbstractCIBase.java:88)
	at jenkins.model.Jenkins.access$2000(Jenkins.java:304)
	at jenkins.model.Jenkins$20.run(Jenkins.java:3367)
	at hudson.model.Queue._withLock(Queue.java:1373)
	at hudson.model.Queue.withLock(Queue.java:1250)
	at jenkins.model.Jenkins._cleanUpDisconnectComputers(Jenkins.java:3361)
	at jenkins.model.Jenkins.cleanUp(Jenkins.java:3237)
	at hudson.WebAppMain.contextDestroyed(WebAppMain.java:379)
	at org.eclipse.jetty.server.handler.ContextHandler.callContextDestroyed(ContextHandler.java:898)
	at org.eclipse.jetty.servlet.ServletContextHandler.callContextDestroyed(ServletContextHandler.java:545)
	at org.eclipse.jetty.server.handler.ContextHandler.stopContext(ContextHandler.java:873)
	at org.eclipse.jetty.servlet.ServletContextHandler.stopContext(ServletContextHandler.java:355)
	at org.eclipse.jetty.webapp.WebAppContext.stopWebapp(WebAppContext.java:1507)
	at org.eclipse.jetty.webapp.WebAppContext.stopContext(WebAppContext.java:1471)
	at org.eclipse.jetty.server.handler.ContextHandler.doStop(ContextHandler.java:927)
	at org.eclipse.jetty.servlet.ServletContextHandler.doStop(ServletContextHandler.java:271)
	at org.eclipse.jetty.webapp.WebAppContext.doStop(WebAppContext.java:569)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:89)
	at org.eclipse.jetty.util.component.ContainerLifeCycle.stop(ContainerLifeCycle.java:142)
	at org.eclipse.jetty.util.component.ContainerLifeCycle.doStop(ContainerLifeCycle.java:160)
	at org.eclipse.jetty.server.handler.AbstractHandler.doStop(AbstractHandler.java:124)
	at org.eclipse.jetty.server.Server.doStop(Server.java:523)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:89)
	at winstone.Launcher.shutdown(Launcher.java:307)
	at winstone.ShutdownHook.run(ShutdownHook.java:25)
Caused: hudson.remoting.ChannelClosedException: Remote call on build1-debian9-lxc failed. The channel is closing down or has closed down
	at hudson.remoting.Channel.call(Channel.java:901)
	at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:281)
	at com.sun.proxy.$Proxy55.isAlive(Unknown Source)
	at hudson.Launcher$RemoteLauncher$ProcImpl.isAlive(Launcher.java:1138)
	at hudson.Launcher$RemoteLauncher$ProcImpl.join(Launcher.java:1130)
	at hudson.tasks.CommandInterpreter.join(CommandInterpreter.java:155)
	at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:109)
	at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:66)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
	at hudson.model.Build$BuildExecution.build(Build.java:206)
	at hudson.model.Build$BuildExecution.doRun(Build.java:163)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:504)
	at hudson.model.Run.execute(Run.java:1724)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
Build step 'Execute shell' marked build as failure
ERROR: Step ‘Publish JUnit test result report’ failed: no workspace for ttcn3-nitb-sysinfo #211
ERROR: Step ‘E-mail Notification’ failed: no workspace for ttcn3-nitb-sysinfo #211
Finished: FAILURE