Started by GitHub push by 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 Cleaning workspace > git rev-parse --verify HEAD # timeout=10 Resetting working tree > git reset --hard # timeout=10 > git clean -fdx # 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 0abb452d6d96445e73ea7a4fc7c8b5ff4aae47e7 (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 0abb452d6d96445e73ea7a4fc7c8b5ff4aae47e7 > git rev-list d5fc2d560035d89e4af53ac29b47a3947a0f1f17 # timeout=10 [workspace] $ /bin/sh -xe /tmp/hudson5790362654338899473.sh ++ awk -F '"' '/^\[.*AssemblyVersion/{print $2}' Properties/AssemblyInfo.cs + VERSION=1.3.1.0 + vsplit=(${VERSION//./ }) + VERSION_MAJOR=1 + VERSION_MINOR=3 + VERSION_PATCH=1 + VERSION_BUILD=0 + KSP_MAJOR=1 + KSP_MINOR=0 + KSP_PATCH=4 + sed -e s/@VERSION_MAJOR@/1/ -e s/@VERSION_MINOR@/3/ -e s/@VERSION_PATCH@/1/ -e s/@VERSION_BUILD@/0/ -e s/@KSP_MAJOR@/1/ -e s/@KSP_MINOR@/0/ -e s/@KSP_PATCH@/4/ GCMonitor/GCMonitor.version.in + resgen2 -usesourcepath Properties/Resources.resx Resources.resources Read in 1 resources from '/home/jenkins/jobs/GCMonitor/workspace/Properties/Resources.resx' Writing resource file... Done. + /usr/bin/mcs -sdk:2 -optimize+ -unsafe -t:library -lib:/home/ksp/KSP_Data/Managed/ -r:Assembly-CSharp,Assembly-CSharp-firstpass,UnityEngine -out:GCMonitor/GCMonitor.dll GCMonitor.cs StringParser.cs ToolbarWrapper.cs GPU/D3DKMT.cs Properties/AssemblyInfo.cs Properties/Resources.Designer.cs -resource:Resources.resources,GCMonitor.Properties.Resources.resources GCMonitor.cs(1307,26): warning CS0169: The private field `GCMonitor.GCMonitor.Adapter.oldTotalRunningTime' is never used Compilation succeeded - 1 warning(s) + zip -FS -9 -r GCMonitor-1.3.1.0.zip GCMonitor -x '*.in' adding: GCMonitor/ (stored 0%) adding: GCMonitor/GCMonitor38N.png (deflated 15%) adding: GCMonitor/GCMonitor24A2.png (deflated 3%) adding: GCMonitor/GCMonitor.version (deflated 60%) adding: GCMonitor/GCMonitor38A1.png (deflated 11%) adding: GCMonitor/GCMonitor24N.png (deflated 9%) adding: GCMonitor/GCMonitor.dll (deflated 57%) adding: GCMonitor/GCMonitor38A2.png (deflated 6%) adding: GCMonitor/GCMonitor24W.png (deflated 2%) adding: GCMonitor/LICENSE.txt (deflated 41%) adding: GCMonitor/GCMonitor24A1.png (deflated 2%) adding: GCMonitor/GCMonitor38W.png (deflated 10%) 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: SUCCESS