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 db83e199b1f6c70e553d6c7f4a98be4946e81244 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f db83e199b1f6c70e553d6c7f4a98be4946e81244
 > git rev-list 7b235a6663ac95523eedbe9fbc206dcd06a11ce2 # timeout=10
[test-site-deploy] $ /bin/sh -xe /tmp/hudson8444474837936532122.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
./
monkey-test/
monkey-test/about-scheme.yaml

sent 120,040 bytes  received 57 bytes  240,194.00 bytes/sec
total size is 6,896,247  speedup is 57.42
+ rsync -av --delete build-root/cgi-bin/ /srv/test.netsurf-browser.org/cgi-bin/
sending incremental file list
./

sent 331 bytes  received 19 bytes  700.00 bytes/sec
total size is 10,645  speedup is 30.41
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