Started by user sarbian Building in workspace /home/jenkins/jobs/GCMonitor/workspace > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/sarbian/GCMonitor.git # timeout=10 Fetching upstream changes from https://github.com/sarbian/GCMonitor.git > git --version # timeout=10 > git -c core.askpass=true fetch --tags --progress https://github.com/sarbian/GCMonitor.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 a3096f3216b792eaff98ca4ff9230c1919229c50 (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f a3096f3216b792eaff98ca4ff9230c1919229c50 > git rev-list a3096f3216b792eaff98ca4ff9230c1919229c50 # timeout=10 [workspace] $ /bin/sh -xe /tmp/hudson7253520425242194615.sh ++ awk -F '"' '/^\[.*AssemblyVersion/{print $2}' Properties/AssemblyInfo.cs + VERSION=1.2.3.0 + vsplit=(${VERSION//./ }) + VERSION_MAJOR=1 + VERSION_MINOR=2 + VERSION_PATCH=3 + VERSION_BUILD=0 + KSP_MAJOR=0 + KSP_MINOR=90 + KSP_PATCH=0 + sed -e s/@VERSION_MAJOR@/1/ -e s/@VERSION_MINOR@/2/ -e s/@VERSION_PATCH@/3/ -e s/@VERSION_BUILD@/0/ -e s/@KSP_MAJOR@/0/ -e s/@KSP_MINOR@/90/ -e s/@KSP_PATCH@/0/ GCMonitor/GCMonitor.version.in sed: can't read GCMonitor/GCMonitor.version.in: No such file or directory Build step 'Execute shell' marked build as failure Archiving artifacts Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 0 seconds Finished: FAILURE