SuccessConsole Output

Started by user Vincent Sanders
Building on master in workspace /var/lib/jenkins/workspace/source-libutf8proc
Cloning the remote Git repository
Cloning repository git://git.netsurf-browser.org/libutf8proc.git
 > git init /var/lib/jenkins/workspace/source-libutf8proc # timeout=10
Fetching upstream changes from git://git.netsurf-browser.org/libutf8proc.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress git://git.netsurf-browser.org/libutf8proc.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url git://git.netsurf-browser.org/libutf8proc.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/libutf8proc.git # timeout=10
Fetching upstream changes from git://git.netsurf-browser.org/libutf8proc.git
 > git -c core.askpass=true fetch --tags --progress git://git.netsurf-browser.org/libutf8proc.git +refs/tags/release/*:refs/remotes/origin/tags/release/*
Seen branch in repository origin/master
Seen branch in repository origin/tags/release/1.1.6
Seen 2 remote branches
Checking out Revision 57d5f1229542134bd463f19612ab5021b3ef64d8 (origin/tags/release/1.1.6)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 57d5f1229542134bd463f19612ab5021b3ef64d8
First time build. Skipping changelog.
 > git tag -a -f -m Jenkins Build #1 jenkins-source-libutf8proc-1 # timeout=10
[source-libutf8proc] $ /bin/sh -xe /tmp/hudson4297798257342849325.sh
+ TARGET=source
+ TARNAME=libutf8proc
+ 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=/usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/server:/usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64:/usr/lib/jvm/java-6-openjdk-amd64/jre/../lib/amd64:/var/lib/jenkins/artifacts-source/lib
+ make dist
+ git describe --abbrev=0 --match=release/*
+ TAG=release/1.1.6
+ VER=1.1.6
+ DESTDIR=/srv/ci.netsurf-browser.org/html/builds/sources/
+ SRC_TGZ=libutf8proc-1.1.6.tar.gz
+ scp libutf8proc-1.1.6.tar.gz netsurf@ci.netsurf-browser.org:/srv/ci.netsurf-browser.org/html/builds/sources//libutf8proc-1.1.6.tar.gz
+ rm -f libutf8proc-1.1.6.tar.gz
Finished: SUCCESS