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 cda0f354e8387e7e1b33de5d260caa21141bf9e3 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f cda0f354e8387e7e1b33de5d260caa21141bf9e3
 > git rev-list 475acfc145cccf599a7f796a0a9543f9715e6274 # timeout=10
[workspace] $ /bin/sh -xe /tmp/hudson7792450155018858812.sh
++ awk -F '"' '/^\[.*AssemblyVersion/{print $2}' Properties/AssemblyInfo.cs
+ VERSION=1.1.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.1.0.0.zip DDSLoader
updating: DDSLoader/ (stored 0%)
updating: DDSLoader/DDSLoader.dll (deflated 55%)
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