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 ae66264a570c51a02650e187610ef667db091e2d (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f ae66264a570c51a02650e187610ef667db091e2d > git rev-list 611acf7afe99b42b352f99598c1f1a2b098b9488 # timeout=10 [workspace] $ /bin/sh -xe /tmp/hudson9005345085305947258.sh ++ awk -F '"' '/^\[.*AssemblyVersion/{print $2}' Properties/AssemblyInfo.cs + VERSION=1.3.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 Properties/AssemblyInfo.cs DatabaseLoaderTexture_DDS.cs(77,21): warning CS0219: The variable `dwPitchOrLinearSize' is assigned but its value is never used DatabaseLoaderTexture_DDS.cs(78,21): warning CS0219: The variable `dwDepth' is assigned but its value is never used DatabaseLoaderTexture_DDS.cs(93,21): warning CS0219: The variable `dds_pxlf_dwSize' is assigned but its value is never used DatabaseLoaderTexture_DDS.cs(96,24): warning CS0219: The variable `fourCC' is assigned but its value is never used DatabaseLoaderTexture_DDS.cs(99,21): warning CS0219: The variable `dds_pxlf_dwRBitMask' is assigned but its value is never used DatabaseLoaderTexture_DDS.cs(100,21): warning CS0219: The variable `dds_pxlf_dwGBitMask' is assigned but its value is never used DatabaseLoaderTexture_DDS.cs(101,21): warning CS0219: The variable `dds_pxlf_dwBBitMask' is assigned but its value is never used DatabaseLoaderTexture_DDS.cs(102,21): warning CS0219: The variable `dds_pxlf_dwABitMask' is assigned but its value is never used DatabaseLoaderTexture_DDS.cs(104,21): warning CS0219: The variable `dwCaps' is assigned but its value is never used DatabaseLoaderTexture_DDS.cs(105,21): warning CS0219: The variable `dwCaps2' is assigned but its value is never used DatabaseLoaderTexture_DDS.cs(106,21): warning CS0219: The variable `dwCaps3' is assigned but its value is never used DatabaseLoaderTexture_DDS.cs(107,21): warning CS0219: The variable `dwCaps4' is assigned but its value is never used DatabaseLoaderTexture_DDS.cs(108,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.3.0.0.zip DDSLoader adding: DDSLoader/ (stored 0%) adding: DDSLoader/DDSLoader.dll (deflated 55%) 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