Skip to content
Failed

Console Output

Started by timer
Running as SYSTEM
Building in workspace /jenkins/jobs/illumos-gate/workspace
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url git://github.com/OpenIndiana/oi-userland.git # timeout=10
Fetching upstream changes from git://github.com/OpenIndiana/oi-userland.git
 > git --version # timeout=10
 > git fetch --tags --force --progress git://github.com/OpenIndiana/oi-userland.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/oi/hipster^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/oi/hipster^{commit} # timeout=10
Checking out Revision 507bfef5098cec97ec0499f398b8b1cd34e30685 (refs/remotes/origin/oi/hipster)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 507bfef5098cec97ec0499f398b8b1cd34e30685
Commit message: "Update GNU FreeIPMI to 1.6.4"
 > git rev-list --no-walk fd24074e1ed2d013cf53dd8e37fd48760579c7bb # timeout=10
 > git tag -a -f -m Jenkins Build #5709 jenkins-illumos-gate-5709 # timeout=10
[workspace] $ /bin/sh -xe /var/tmp/jenkins3931676078573085369.sh
+ JENKINS_BUILD_NUMBER=5709
+ export JENKINS_BUILD_NUMBER
+ unset BUILD_NUMBER
+ trap copy_logs EXIT
+ [ -f components/components.mk ]
+ rm components/components.mk
+ [ -f components/depends.mk ]
+ rm components/depends.mk
+ PUBLISHER=openindiana.org
+ export PUBLISHER
+ USERLAND_ARCHIVES=/data/userland-archives/
+ export USERLAND_ARCHIVES
+ COMPONENT_BUILD_ARGS=-j4
+ export COMPONENT_BUILD_ARGS
+ /usr/bin/time gmake setup
setup components
make[1]: Entering directory '/jenkins/jobs/illumos-gate/workspace/components'
Generating component list...
Generating component dependencies...
building tools...
make[2]: Entering directory '/jenkins/jobs/illumos-gate/workspace/tools'
make[2]: Leaving directory '/jenkins/jobs/illumos-gate/workspace/tools'
/bin/mkdir -p /jenkins/jobs/illumos-gate/workspace/i386/pkglint-cache
make[1]: Leaving directory '/jenkins/jobs/illumos-gate/workspace/components'

real     1:46.6
user       14.3
sys        31.1
+ /usr/bin/time gmake publish -k COMPONENT_DIRS=openindiana/illumos-gate DEBUG=yes
publish components
make[1]: Entering directory '/jenkins/jobs/illumos-gate/workspace/components'
building tools...
make[2]: Entering directory '/jenkins/jobs/illumos-gate/workspace/tools'
make[2]: Leaving directory '/jenkins/jobs/illumos-gate/workspace/tools'
/bin/mkdir -p /jenkins/jobs/illumos-gate/workspace/i386/pkglint-cache
publish openindiana/illumos-gate
+ copy_logs
+ mkdir -p /data/logs/illumos-gate/5709
make[1]: *** [Makefile:139: openindiana/illumos-gate] Terminated
gmake: *** [Makefile:47: components] Terminated
+ rsync -av i386/logs/ /data/logs/illumos-gate/5709/
sending incremental file list
./
openindiana.illumos-gate.publish.log
openindiana.kvm.publish.log

sent 1,251,343 bytes  received 57 bytes  2,502,800.00 bytes/sec
total size is 1,250,817  speedup is 1.00
+ /usr/gnu/bin/ln -snf /data/logs/illumos-gate/5709 /data/logs/illumos-gate/latest
Build step 'Execute shell' marked build as failure
IRC notifier plugin: Sending notification to: #oi-dev
IRC notifier plugin: There was an error sending notification to: #oi-dev
java.lang.RuntimeException: Not connected to server
	at org.pircbotx.output.OutputRaw.rawLine(OutputRaw.java:63)
	at org.pircbotx.output.OutputRaw.rawLineSplit(OutputRaw.java:129)
	at org.pircbotx.output.OutputRaw.rawLineSplit(OutputRaw.java:116)
	at org.pircbotx.output.OutputIRC.message(OutputIRC.java:138)
	at hudson.plugins.ircbot.v2.IRCConnection.send(IRCConnection.java:428)
	at hudson.plugins.ircbot.v2.IRCConnection.send(IRCConnection.java:403)
	at hudson.plugins.im.IMPublisher.sendNotification(IMPublisher.java:379)
	at hudson.plugins.im.IMPublisher.notifyChatsOnBuildEnd(IMPublisher.java:595)
	at hudson.plugins.im.IMPublisher.notifyOnBuildEnd(IMPublisher.java:303)
	at hudson.plugins.im.IMPublisher.perform(IMPublisher.java:290)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:741)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
	at hudson.model.Build$BuildExecution.post2(Build.java:186)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
	at hudson.model.Run.execute(Run.java:1843)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)

Finished: FAILURE