Skip to content
Success

Console Output

Started by GitHub push by sarbian
Started by GitHub push by sarbian
Building in workspace /home/jenkins/jobs/ModuleManager/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/ModuleManager.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/ModuleManager.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress https://github.com/sarbian/ModuleManager.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 f32b316d7c786e0a3550fac86c1c3263e20439e6 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f32b316d7c786e0a3550fac86c1c3263e20439e6
 > git rev-list 38baac1591c797c17e1ab1fc146a9cf44adfe775 # timeout=10
[workspace] $ /bin/sh -xe /tmp/hudson9106069113908134570.sh
++ awk -F '"' '/AssemblyVersion/{print $2}' Properties/AssemblyInfo.cs
+ VERSION_MM=2.6.15
+ resgen2 -usesourcepath Properties/Resources.resx Resources.resources
Read in 1 resources from '/home/jenkins/jobs/ModuleManager/workspace/Properties/Resources.resx'
Writing resource file...  Done.
+ /usr/bin/mcs -sdk:2 -optimize+ -t:library -lib:/home/ksp/KSP_Data/Managed/ -r:Assembly-CSharp,Assembly-CSharp-firstpass,UnityEngine -out:ModuleManager.2.6.15.dll CustomConfigsManager.cs moduleManager.cs Properties/AssemblyInfo.cs Properties/Resources.Designer.cs -resource:Resources.resources,ModuleManager.Properties.Resources.resources
moduleManager.cs(1087,24): warning CS0219: The variable `name' is assigned but its value is never used
moduleManager.cs(1088,24): warning CS0219: The variable `type' is assigned but its value is never used
moduleManager.cs(1090,24): warning CS0219: The variable `url' is assigned but its value is never used
Compilation succeeded - 3 warning(s)
+ zip -9 -r ModuleManager-2.6.15.zip ModuleManager.2.6.15.dll README.md
  adding: ModuleManager.2.6.15.dll (deflated 55%)
  adding: README.md (deflated 43%)
+ sha256sum ModuleManager.2.6.15.dll
d12b6b0a79bd50111c6a9015165614ef3825c606fd870cb3a5cf7378c4f70523  ModuleManager.2.6.15.dll
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