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 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 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 29e4f7dbfe37d6bc57c7d6c62c711dee54389e5f (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 29e4f7dbfe37d6bc57c7d6c62c711dee54389e5f Commit message: "v1.4.9 build for KSP 1.5" > git rev-list --no-walk 29e4f7dbfe37d6bc57c7d6c62c711dee54389e5f # timeout=10 [workspace] $ /bin/sh -xe /tmp/jenkins3814513114027367146.sh ++ awk -F '"' '/^\[.*AssemblyVersion/{print $2}' Properties/AssemblyInfo.cs + VERSION=1.4.9.0 + vsplit=(${VERSION//./ }) + VERSION_MAJOR=1 + VERSION_MINOR=4 + VERSION_PATCH=9 + VERSION_BUILD=0 + KSP_MAJOR=1 + KSP_MINOR=5 + KSP_PATCH=0 + sed -e s/@VERSION_MAJOR@/1/ -e s/@VERSION_MINOR@/4/ -e s/@VERSION_PATCH@/9/ -e s/@VERSION_BUILD@/0/ -e s/@KSP_MAJOR@/1/ -e s/@KSP_MINOR@/5/ -e s/@KSP_PATCH@/0/ 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. + /home/roslyn/Microsoft.Net.Compilers.2.3.1/tools/csc.exe /noconfig /target:library /checked- /nowarn:1701,1702,2008 /langversion:6 /nostdlib+ /platform:AnyCPU /warn:4 /errorendlocation /highentropyva- /optimize+ /debug- /filealign:512 /unsafe /reference:/home/ksp/KSP_Data/Managed/Assembly-CSharp.dll /reference:/home/ksp/KSP_Data/Managed/Assembly-CSharp-firstpass.dll /reference:/home/ksp/KSP_Data/Managed/KSPAssets.dll /reference:/home/ksp/KSP_Data/Managed/mscorlib.dll /reference:/home/ksp/KSP_Data/Managed/System.Core.dll /reference:/home/ksp/KSP_Data/Managed/System.dll /reference:/home/ksp/KSP_Data/Managed/UnityEngine.dll /reference:/home/ksp/KSP_Data/Managed/UnityEngine.UI.dll /reference:GCMonitor/KSPUIHelper.dll /out:GCMonitor/GCMonitor.dll /resource:Resources.resources,GCMonitor.Properties.Resources.resources '/recurse:*.cs' Microsoft (R) Visual C# Compiler version 2.3.1.61919 (57c81319) Copyright (C) Microsoft Corporation. All rights reserved. GPU/D3DKMT.cs(346,19,346,158): warning CS0675: Bitwise-or operator used on a sign-extended operand; consider casting to a smaller unsigned type first GPU/D3DKMT.cs(346,19,346,132): warning CS0675: Bitwise-or operator used on a sign-extended operand; consider casting to a smaller unsigned type first GPU/D3DKMT.cs(346,19,346,82): warning CS0675: Bitwise-or operator used on a sign-extended operand; consider casting to a smaller unsigned type first GCMonitor.cs(2071,26,2071,45): warning CS0169: The field 'GCMonitor.Adapter.oldTotalRunningTime' is never used GCMonitor.cs(941,31,941,37): warning CS0649: Field 'GCMonitor.window' is never assigned to, and will always have its default value null GCMonitor.cs(170,24,170,30): warning CS0169: The field 'GCMonitor.canvas' is never used GCMonitor.cs(62,22,62,30): warning CS0414: The field 'GCMonitor.hiddenUI' is assigned but its value is never used + zip -FS -9 -r GCMonitor-1.4.9.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 56%) adding: GCMonitor/GCMonitor38A2.png (deflated 6%) adding: GCMonitor/GCMonitor24W.png (deflated 2%) adding: GCMonitor/KSPUIHelper.dll (deflated 58%) adding: GCMonitor/gcmonitor.ksp (stored 0%) adding: GCMonitor/LICENSE.txt (deflated 41%) adding: GCMonitor/GCMonitor24A1.png (deflated 2%) adding: GCMonitor/GCMonitor38W.png (deflated 10%) Archiving artifacts Finished: SUCCESS