SuccessConsole Output

Started by an SCM change
Building on master in workspace /var/lib/jenkins/workspace/test-site-deploy
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url git://git.netsurf-browser.org/netsurf-test.git # timeout=10
Fetching upstream changes from git://git.netsurf-browser.org/netsurf-test.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress git://git.netsurf-browser.org/netsurf-test.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision 0ed395f733752fb58a77c7cc20922dedba2944f2 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 0ed395f733752fb58a77c7cc20922dedba2944f2
 > git rev-list 37e0afc97d64c0c73fa38c06dadf7de4659147be # timeout=10
[test-site-deploy] $ /bin/sh -xe /tmp/hudson1135800084971401107.sh
+ rm -rf build-root
+ mkdir build-root
+ make install DESTDIR=build-root
mkdir -p "build-root/html" "build-root/cgi-bin"
cp -a html monkey-test "build-root"/html/
cp -a cgi-bin/* "build-root"/cgi-bin/
+ rsync -av --delete build-root/html/ /srv/test.netsurf-browser.org/html/
sending incremental file list
./

sent 111,499 bytes  received 35 bytes  223,068.00 bytes/sec
total size is 6,896,222  speedup is 61.83
+ rsync -av --delete build-root/cgi-bin/ /srv/test.netsurf-browser.org/cgi-bin/
sending incremental file list
./
monkey-index.cgi

sent 2,423 bytes  received 38 bytes  4,922.00 bytes/sec
total size is 10,057  speedup is 4.09
Warning: you have no plugins providing access control for builds, so falling back to legacy behavior of permitting any downstream builds to be triggered
Triggering a new build of test-ns-infrastructure
Finished: SUCCESS