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 f5c97e7420da4be492dc131fdf39272fc0a6f5fe (refs/remotes/origin/oi/hipster)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f5c97e7420da4be492dc131fdf39272fc0a6f5fe
Commit message: "ansible: update to 2.9.11"
 > git rev-list --no-walk 9a657646ef4f0a38dfe2709bf56e130ff2b509fb # timeout=10
 > git tag -a -f -m Jenkins Build #6071 jenkins-illumos-gate-6071 # timeout=10
[workspace] $ /bin/sh -xe /var/tmp/jenkins85340784115234405.sh
+ JENKINS_BUILD_NUMBER=6071
+ export JENKINS_BUILD_NUMBER
+ unset BUILD_NUMBER
+ trap copy_logs EXIT
+ [ -f components/components.mk ]
+ rm components/components.mk
+ [ -f components/depends.mk ]
+ PUBLISHER=openindiana.org
+ export PUBLISHER
+ USERLAND_ARCHIVES=/data/userland-archives/
+ export USERLAND_ARCHIVES
+ COMPONENT_BUILD_ARGS=-j8
+ export COMPONENT_BUILD_ARGS
+ /usr/bin/time gmake setup
setup components
make[1]: Entering directory '/jenkins/jobs/illumos-gate/workspace/components'
Generating component list...
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        4.0
user        1.9
sys         1.5
+ /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
make[1]: *** [Makefile:152: openindiana/illumos-gate] Error 2
make[1]: Target 'publish' not remade because of errors.
make[1]: Leaving directory '/jenkins/jobs/illumos-gate/workspace/components'
gmake: *** [Makefile:47: components] Error 2
gmake: Target 'publish' not remade because of errors.

real    54:29.8
user  5:08:27.2
sys   2:12:47.5
+ copy_logs
+ mkdir -p /data/logs/illumos-gate/6071
+ rsync -av i386/logs/ /data/logs/illumos-gate/6071/
sending incremental file list
./
openindiana.illumos-gate.publish.log
openindiana.kvm.publish.log

sent 1,279,048 bytes  received 57 bytes  2,558,210.00 bytes/sec
total size is 1,278,518  speedup is 1.00
+ /usr/gnu/bin/ln -snf /data/logs/illumos-gate/6071 /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: Couldn't pause thread for message delay
	at org.pircbotx.output.OutputRaw.rawLine(OutputRaw.java:76)
	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:1878)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:427)
Caused by: java.lang.RuntimeException: Exception encountered when writing to socket
	at org.pircbotx.PircBotX.sendRawLineToServer(PircBotX.java:303)
	at org.pircbotx.Utils.sendRawLineToServer(Utils.java:88)
	at org.pircbotx.output.OutputRaw.rawLine(OutputRaw.java:73)
	... 18 more
Caused by: java.net.SocketException: Broken pipe (Write failed)
	at java.net.SocketOutputStream.socketWrite0(Native Method)
	at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:111)
	at java.net.SocketOutputStream.write(SocketOutputStream.java:155)
	at sun.nio.cs.StreamEncoder.writeBytes(StreamEncoder.java:221)
	at sun.nio.cs.StreamEncoder.implWrite(StreamEncoder.java:282)
	at sun.nio.cs.StreamEncoder.write(StreamEncoder.java:125)
	at sun.nio.cs.StreamEncoder.write(StreamEncoder.java:135)
	at java.io.OutputStreamWriter.write(OutputStreamWriter.java:220)
	at java.io.Writer.write(Writer.java:157)
	at org.pircbotx.PircBotX.sendRawLineToServer(PircBotX.java:299)
	... 20 more

Finished: FAILURE