Skip to content
Success

Console Output

Started by user Adam Števko
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 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 86407bb01aebb435dfac5e9369d6f4968c7dcaa2 (refs/remotes/origin/oi/hipster)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 86407bb01aebb435dfac5e9369d6f4968c7dcaa2
 > git rev-list 86407bb01aebb435dfac5e9369d6f4968c7dcaa2 # timeout=10
 > git tag -a -f -m Jenkins Build #4517 jenkins-illumos-gate-4517 # timeout=10
[workspace] $ /bin/sh -xe /var/tmp/hudson4565347049373643757.sh
+ JENKINS_BUILD_NUMBER=4517
+ export JENKINS_BUILD_NUMBER
+ unset BUILD_NUMBER
+ [ -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=illumos/illumos-gate
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 illumos/illumos-gate
/usr/bin/pkgrepo refresh -s file:/jenkins/jobs/illumos-gate/workspace/i386/repo
Initiating repository refresh.
make[1]: Leaving directory '/jenkins/jobs/illumos-gate/workspace/components'
+ gmake publish -k COMPONENT_DIRS=illumos/kvm
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 illumos/kvm
/usr/bin/pkgrepo refresh -s file:/jenkins/jobs/illumos-gate/workspace/i386/repo
Initiating repository refresh.
make[1]: Leaving directory '/jenkins/jobs/illumos-gate/workspace/components'
+ mkdir -p /data/logs/illumos-gate/4517
+ rsync -av i386/logs/ /data/logs/illumos-gate/4517/
sending incremental file list
./
illumos-gate.publish.log
kvm.publish.log

sent 2,179 bytes  received 57 bytes  4,472.00 bytes/sec
total size is 1,964  speedup is 0.88
+ ln -snf /data/logs/illumos-gate/4517 /data/logs/illumos-gate/latest
+ exit 0
Finished: SUCCESS