Skip to content
Success

Console Output

Started by user sarbian
Building in workspace /home/jenkins/jobs/DDSLoader/workspace
Cloning the remote Git repository
Cloning repository https://github.com/sarbian/DDSLoader.git
 > git init /home/jenkins/jobs/DDSLoader/workspace # 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 config remote.origin.url https://github.com/sarbian/DDSLoader.git # timeout=10
 > git config remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/sarbian/DDSLoader.git # timeout=10
Fetching upstream changes from https://github.com/sarbian/DDSLoader.git
 > 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 c77c798b07f54a7fc111b39e99da0be8ebe9e62e (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c77c798b07f54a7fc111b39e99da0be8ebe9e62e
First time build. Skipping changelog.
[workspace] $ /bin/sh -xe /tmp/hudson1334953513744882053.sh
++ awk -F '"' '/^\[.*AssemblyVersion/{print $2}' Properties/AssemblyInfo.cs
+ VERSION=1.0.0.0
+ /usr/bin/gmcs -optimize+ -t:library -lib:/home/ksp/KSP_Data/Managed/ -r:Assembly-CSharp,Assembly-CSharp-firstpass,UnityEngine -out:DDSLoader.dll DatabaseLoaderTexture_DDS.cs Properties/AssemblyInfo.cs
DatabaseLoaderTexture_DDS.cs(47,21): warning CS0219: The variable `dwMagic' is assigned but its value is never used
DatabaseLoaderTexture_DDS.cs(57,21): warning CS0219: The variable `dwFlags' is assigned but its value is never used
DatabaseLoaderTexture_DDS.cs(61,21): warning CS0219: The variable `dwPitchOrLinearSize' is assigned but its value is never used
DatabaseLoaderTexture_DDS.cs(62,21): warning CS0219: The variable `dwDepth' is assigned but its value is never used
DatabaseLoaderTexture_DDS.cs(72,21): warning CS0219: The variable `dds_pxlf_dwSize' is assigned but its value is never used
DatabaseLoaderTexture_DDS.cs(73,21): warning CS0219: The variable `dds_pxlf_dwFlags' is assigned but its value is never used
DatabaseLoaderTexture_DDS.cs(76,21): warning CS0219: The variable `dds_pxlf_dwRGBBitCount' is assigned but its value is never used
DatabaseLoaderTexture_DDS.cs(77,21): warning CS0219: The variable `dds_pxlf_dwRBitMask' is assigned but its value is never used
DatabaseLoaderTexture_DDS.cs(78,21): warning CS0219: The variable `dds_pxlf_dwGBitMask' is assigned but its value is never used
DatabaseLoaderTexture_DDS.cs(79,21): warning CS0219: The variable `dds_pxlf_dwBBitMask' is assigned but its value is never used
DatabaseLoaderTexture_DDS.cs(80,21): warning CS0219: The variable `dds_pxlf_dwABitMask' is assigned but its value is never used
DatabaseLoaderTexture_DDS.cs(82,21): warning CS0219: The variable `dwCaps' is assigned but its value is never used
DatabaseLoaderTexture_DDS.cs(83,21): warning CS0219: The variable `dwCaps2' is assigned but its value is never used
DatabaseLoaderTexture_DDS.cs(84,21): warning CS0219: The variable `dwCaps3' is assigned but its value is never used
DatabaseLoaderTexture_DDS.cs(85,21): warning CS0219: The variable `dwCaps4' is assigned but its value is never used
DatabaseLoaderTexture_DDS.cs(86,21): warning CS0219: The variable `dwReserved2' is assigned but its value is never used
Compilation succeeded - 16 warning(s)
+ zip -FS -9 -r DDSLoader-1.0.0.0.zip DDSLoader.dll LICENSE.txt
  adding: DDSLoader.dll (deflated 56%)
  adding: 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