Started by timer Building in workspace /jenkins/jobs/illumos-gate/workspace > 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 -c core.askpass=true fetch --tags --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 e7f6342d3551de605cff6476b1a34e474563bdf1 (refs/remotes/origin/oi/hipster) > git config core.sparsecheckout # timeout=10 > git checkout -f e7f6342d3551de605cff6476b1a34e474563bdf1 > git rev-list 5a351c142b500d74afb9ebeb4e6026ece6d2e13c # timeout=10 > git tag -a -f -m Jenkins Build #4629 jenkins-illumos-gate-4629 # timeout=10 [workspace] $ /bin/sh -xe /var/tmp/hudson6149651512392378365.sh + JENKINS_BUILD_NUMBER=4629 + 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 + 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' + gmake publish -j8 -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]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. 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/oi-userland/4629 + rsync -av i386/logs/ /data/logs/illumos-gate/4629/ make[1]: *** [Makefile:129: openindiana/illumos-gate] Terminated gmake: *** [Makefile:47: components] Terminated sending incremental file list created directory /data/logs/illumos-gate/4629 ./ illumos-gate.publish.log kvm.publish.log sent 1,039,148 bytes received 108 bytes 692,837.33 bytes/sec total size is 1,038,694 speedup is 1.00 + /usr/gnu/bin/ln -snf /data/logs/illumos-gate/4629 /data/logs/illumos-gate/latest Build was aborted Aborted by Adam Števko IRC notifier plugin: Sending notification to: #oi-dev IRC notifier plugin: There was an error sending notification to: #oi-dev java.lang.RuntimeException: Waiting for mode response interrupted at org.pircbotx.Channel.getMode(Channel.java:194) at hudson.plugins.ircbot.v2.IRCConnection.send(IRCConnection.java:401) at hudson.plugins.ircbot.v2.IRCConnection.send(IRCConnection.java:393) 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:779) at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:720) at hudson.model.Build$BuildExecution.post2(Build.java:185) at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:665) at hudson.model.Run.execute(Run.java:1745) at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) at hudson.model.ResourceController.execute(ResourceController.java:98) at hudson.model.Executor.run(Executor.java:410) Caused by: java.lang.InterruptedException at java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireSharedInterruptibly(AbstractQueuedSynchronizer.java:1301) at java.util.concurrent.CountDownLatch.await(CountDownLatch.java:236) at org.pircbotx.Channel.getMode(Channel.java:190) ... 15 more Finished: ABORTED