Skip to content
Success

Console Output

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
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 d3d4ea3ccaaacef865a171d0d63af0371fd9e59f (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f d3d4ea3ccaaacef865a171d0d63af0371fd9e59f
 > git rev-list 511aa911a584923ed52394e51f0689b0276e2061 # timeout=10
[workspace] $ /bin/sh -xe /tmp/hudson4812600189670786325.sh
++ awk -F '"' '/^\[.*AssemblyVersion/{print $2}' Properties/AssemblyInfo.cs
+ VERSION=1.2.8.0
+ vsplit=(${VERSION//./ })
+ VERSION_MAJOR=1
+ VERSION_MINOR=2
+ VERSION_PATCH=8
+ VERSION_BUILD=0
+ KSP_MAJOR=1
+ KSP_MINOR=0
+ KSP_PATCH=4
+ sed -e s/@VERSION_MAJOR@/1/ -e s/@VERSION_MINOR@/2/ -e s/@VERSION_PATCH@/8/ -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 Properties/AssemblyInfo.cs Properties/Resources.Designer.cs -resource:Resources.resources,GCMonitor.Properties.Resources.resources
+ zip -FS -9 -r GCMonitor-1.2.8.0.zip GCMonitor -x '*.in'
updating: GCMonitor/ (stored 0%)
deleting: GCMonitor/getRSS_x64.so
deleting: GCMonitor/getRSS_x86.dll
deleting: GCMonitor/getRSS_OSX_x86.so
deleting: GCMonitor/getRSS_x64.dll
deleting: GCMonitor/getRSS_src.zip
updating: GCMonitor/GCMonitor.version (deflated 60%)
updating: GCMonitor/GCMonitor.dll (deflated 54%)
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