Skip to content
Success

Console Output

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 4d8097a9be6493b8db0747459905d3d39e2d8e29 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4d8097a9be6493b8db0747459905d3d39e2d8e29
 > git rev-list c96878ac40c05be9b109382149f5aebc9a2152e0 # timeout=10
[workspace] $ /bin/sh -xe /tmp/hudson2004676218068360447.sh
++ awk -F '"' '/^\[.*AssemblyVersion/{print $2}' Properties/AssemblyInfo.cs
+ VERSION=1.4.7.0
+ vsplit=(${VERSION//./ })
+ VERSION_MAJOR=1
+ VERSION_MINOR=4
+ VERSION_PATCH=7
+ VERSION_BUILD=0
+ KSP_MAJOR=1
+ KSP_MINOR=1
+ KSP_PATCH=3
+ sed -e s/@VERSION_MAJOR@/1/ -e s/@VERSION_MINOR@/4/ -e s/@VERSION_PATCH@/7/ -e s/@VERSION_BUILD@/0/ -e s/@KSP_MAJOR@/1/ -e s/@KSP_MINOR@/1/ -e s/@KSP_PATCH@/3/ 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/csc.exe /noconfig /target:library /checked- /nowarn:1701,1702,2008 /langversion:6 /nostdlib+ /platform:AnyCPU /warn:4 /errorendlocation /preferreduilang:en-US /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 1.0.0.50618
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(891,31,891,37): warning CS0649: Field 'GCMonitor.window' is never assigned to, and will always have its default value null
GCMonitor.cs(2022,26,2022,45): warning CS0169: The field 'GCMonitor.Adapter.oldTotalRunningTime' is never used
GCMonitor.cs(58,22,58,30): warning CS0414: The field 'GCMonitor.hiddenUI' is assigned but its value is never used
+ zip -FS -9 -r GCMonitor-1.4.7.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 55%)
  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
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