Skip to content
Success

Console Output

Started by user 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 5442231de0700549826b101041d81b047adec7c3 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 5442231de0700549826b101041d81b047adec7c3
 > git rev-list 5442231de0700549826b101041d81b047adec7c3 # timeout=10
[workspace] $ /bin/sh -xe /tmp/hudson2043035325631523227.sh
++ awk -F '"' '/^\[.*AssemblyFileVersion/{print $2}' Properties/AssemblyInfo.cs
+ VERSION=1.8.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(73,21): warning CS0219: The variable `dwPitchOrLinearSize' is assigned but its value is never used
DatabaseLoaderTexture_DDS.cs(74,21): warning CS0219: The variable `dwDepth' is assigned but its value is never used
DatabaseLoaderTexture_DDS.cs(89,22): warning CS0219: The variable `dds_pxlf_dwSize' is assigned but its value is never used
DatabaseLoaderTexture_DDS.cs(92,24): warning CS0219: The variable `fourCC' is assigned but its value is never used
DatabaseLoaderTexture_DDS.cs(100,21): warning CS0219: The variable `dwCaps' is assigned but its value is never used
DatabaseLoaderTexture_DDS.cs(101,21): warning CS0219: The variable `dwCaps2' is assigned but its value is never used
DatabaseLoaderTexture_DDS.cs(102,21): warning CS0219: The variable `dwCaps3' is assigned but its value is never used
DatabaseLoaderTexture_DDS.cs(103,21): warning CS0219: The variable `dwCaps4' is assigned but its value is never used
DatabaseLoaderTexture_DDS.cs(104,21): warning CS0219: The variable `dwReserved2' is assigned but its value is never used
Compilation succeeded - 9 warning(s)
+ ln -fsn /home/jenkins/jobs/DDSLoader/workspace/LICENSE.txt build/DDSLoader/LICENSE.txt
+ ln -fsn /home/jenkins/jobs/DDSLoader/workspace/DDSLoader.cfg build/DDSLoader/DDSLoader.cfg
+ cd /home/jenkins/jobs/DDSLoader/workspace/build
+ zip -FS -9 -r /home/jenkins/jobs/DDSLoader/workspace/DDSLoader-1.8.0.0.zip DDSLoader
  adding: DDSLoader/ (stored 0%)
  adding: DDSLoader/DDSLoader.cfg (deflated 48%)
  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