SuccessConsole Output

Started by user Vincent Sanders
Building on master in workspace /var/lib/jenkins/workspace/source-libpencil-release
Cloning the remote Git repository
Cloning repository git://git.netsurf-browser.org/libpencil.git
 > git init /var/lib/jenkins/workspace/source-libpencil-release # timeout=10
Fetching upstream changes from git://git.netsurf-browser.org/libpencil.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress git://git.netsurf-browser.org/libpencil.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url git://git.netsurf-browser.org/libpencil.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url git://git.netsurf-browser.org/libpencil.git # timeout=10
Fetching upstream changes from git://git.netsurf-browser.org/libpencil.git
 > git -c core.askpass=true fetch --tags --progress git://git.netsurf-browser.org/libpencil.git +refs/tags/release/*:refs/remotes/origin/tags/release/*
Seen branch in repository origin/master
Seen branch in repository origin/tags/release/0.0.2
Seen branch in repository origin/tags/release/0.0.3
Seen branch in repository origin/tags/release/0.0.4
Seen branch in repository origin/tags/release/0.0.5
Seen 5 remote branches
Checking out Revision be9753d6d55aa456dfb4aa7ac5fde1de7cb11e8a (origin/tags/release/0.0.5)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f be9753d6d55aa456dfb4aa7ac5fde1de7cb11e8a
First time build. Skipping changelog.
 > git tag -a -f -m Jenkins Build #5 jenkins-source-libpencil-release-5 # timeout=10
[source-libpencil-release] $ /bin/sh -xe /tmp/hudson1380297230859861568.sh
+ echo source-libpencil-release
+ cut -d - -f 1
+ TARGET=source
+ echo source-libpencil-release
+ cut -d - -f 2
+ TARNAME=libpencil
+ ARTIFACT_HOME=/var/lib/jenkins/artifacts-source
+ mkdir -p /var/lib/jenkins/artifacts-source
+ export PREFIX=/var/lib/jenkins/artifacts-source
+ export PKG_CONFIG_PATH=/var/lib/jenkins/artifacts-source/lib/pkgconfig
+ export LD_LIBRARY_PATH=:/var/lib/jenkins/artifacts-source/lib
+ make dist
Package librufl was not found in the pkg-config search path.
Perhaps you should add the directory containing `librufl.pc'
to the PKG_CONFIG_PATH environment variable
Package 'librufl', required by 'virtual:world', not found
Package librufl was not found in the pkg-config search path.
Perhaps you should add the directory containing `librufl.pc'
to the PKG_CONFIG_PATH environment variable
Package 'librufl', required by 'virtual:world', not found
+ git describe --abbrev=0 --match=release/*
+ TAG=release/0.0.5
+ VER=0.0.5
+ DESTDIR=/srv/ci.netsurf-browser.org/html/builds/sources/release/
+ SRC_TGZ=libpencil-0.0.5.tar.gz
+ scp libpencil-0.0.5.tar.gz netsurf@ci.netsurf-browser.org:/srv/ci.netsurf-browser.org/html/builds/sources/release//libpencil-0.0.5.tar.gz
+ rm -f libpencil-0.0.5.tar.gz
Finished: SUCCESS