Skip to content
Success

Console Output

Started by GitHub push by sarbian
Building in workspace /home/jenkins/jobs/DDSLoader/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/DDSLoader.git # timeout=10
Fetching upstream changes from https://github.com/sarbian/DDSLoader.git
 > git --version # timeout=10
 > git fetch --tags --progress https://github.com/sarbian/DDSLoader.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 51df49b96c36807460183f05fdbb066b649df68c (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 51df49b96c36807460183f05fdbb066b649df68c
 > git rev-list 5b8165c806759e87f797cb83a92f7250a99a0358 # timeout=10
[workspace] $ /bin/sh -xe /tmp/hudson4031226589246580776.sh
++ awk -F '"' '/^\[.*AssemblyVersion/{print $2}' Properties/AssemblyInfo.cs
+ VERSION=1.5.0.0
+ mkdir -p /home/jenkins/jobs/DDSLoader/workspace/build/DDSLoader
+ /usr/bin/gmcs -optimize+ -t:library -lib:/home/ksp/KSP_Data/Managed/ -r:Assembly-CSharp,Assembly-CSharp-firstpass,UnityEngine -out:/home/jenkins/jobs/DDSLoader/workspace/build/DDSLoader/DDSLoader.dll DatabaseLoaderTexture_DDS.cs Settings.cs Properties/AssemblyInfo.cs
DatabaseLoaderTexture_DDS.cs(66,21): warning CS0219: The variable `dwPitchOrLinearSize' is assigned but its value is never used
DatabaseLoaderTexture_DDS.cs(67,21): warning CS0219: The variable `dwDepth' is assigned but its value is never used
DatabaseLoaderTexture_DDS.cs(82,21): warning CS0219: The variable `dds_pxlf_dwSize' is assigned but its value is never used
DatabaseLoaderTexture_DDS.cs(85,24): warning CS0219: The variable `fourCC' is assigned but its value is never used
DatabaseLoaderTexture_DDS.cs(88,21): warning CS0219: The variable `dds_pxlf_dwRBitMask' is assigned but its value is never used
DatabaseLoaderTexture_DDS.cs(89,21): warning CS0219: The variable `dds_pxlf_dwGBitMask' is assigned but its value is never used
DatabaseLoaderTexture_DDS.cs(90,21): warning CS0219: The variable `dds_pxlf_dwBBitMask' is assigned but its value is never used
DatabaseLoaderTexture_DDS.cs(91,21): warning CS0219: The variable `dds_pxlf_dwABitMask' is assigned but its value is never used
DatabaseLoaderTexture_DDS.cs(93,21): warning CS0219: The variable `dwCaps' is assigned but its value is never used
DatabaseLoaderTexture_DDS.cs(94,21): warning CS0219: The variable `dwCaps2' is assigned but its value is never used
DatabaseLoaderTexture_DDS.cs(95,21): warning CS0219: The variable `dwCaps3' is assigned but its value is never used
DatabaseLoaderTexture_DDS.cs(96,21): warning CS0219: The variable `dwCaps4' is assigned but its value is never used
DatabaseLoaderTexture_DDS.cs(97,21): warning CS0219: The variable `dwReserved2' is assigned but its value is never used
Compilation succeeded - 13 warning(s)
+ ln -fsn /home/jenkins/jobs/DDSLoader/workspace/LICENSE.txt build/DDSLoader/LICENSE.txt
+ cd /home/jenkins/jobs/DDSLoader/workspace/build
+ zip -FS -9 -r /home/jenkins/jobs/DDSLoader/workspace/DDSLoader-1.5.0.0.zip DDSLoader
  adding: DDSLoader/ (stored 0%)
  adding: DDSLoader/DDSLoader.dll (deflated 53%)
  adding: DDSLoader/LICENSE.txt (deflated 41%)
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