Skip to content
Failed

Console Output

Started by user sarbian
Building in workspace /var/lib/jenkins/jobs/CrewManifest/workspace
Fetching changes from the remote Git repository
Fetching upstream changes from https://github.com/sarbian/CrewManifest.git
using GIT_SSH to set credentials 
using .gitcredentials to set credentials
Checking out Revision 126f6ebb913df4daf596abfef6d5582a28d2f109 (origin/master)
[workspace] $ /bin/sh -xe /tmp/hudson3058530243432370966.sh
+ mkdir jenkins-CrewManifest-3
++ find . -name '*.cs'
+ /usr/bin/gmcs -t:library '-lib:/home/ksp/steamcmd/steamapps/common/Kerbal Space Program/KSP_Data/Managed/' -r:Assembly-CSharp,Assembly-CSharp-firstpass,UnityEngine -out:jenkins-CrewManifest-3/CrewManifest.dll ./CrewManifest/Utilities.cs ./CrewManifest/CrewManifestModule.cs ./CrewManifest/ManifestController.cs ./CrewManifest/Models.cs ./CrewManifest/Properties/AssemblyInfo.cs ./CrewManifest/ToolbarWrapper.cs ./CrewManifest/WeakReference.cs
./CrewManifest/CrewManifestModule.cs(38,23): warning CS0414: The private field `CrewManifest.ManifestBehaviour.intervalCrewCheck' is assigned but its value is never used
./CrewManifest/ToolbarWrapper.cs(440,30): warning CS0414: The private field `CrewManifest.GameScenesVisibility.gameScenes' is assigned but its value is never used
Compilation succeeded - 2 warning(s)
+ mkdir -p jenkins-CrewManifest-3/CrewManifest
+ ln -s /var/lib/jenkins/jobs/CrewManifest/workspace/jenkins-CrewManifest-3/CrewManifest.dll jenkins-CrewManifest-3/CrewManifest/Plugins/CrewManifest.dll
ln: failed to create symbolic link ‘jenkins-CrewManifest-3/CrewManifest/Plugins/CrewManifest.dll’: No such file or directory
Build step 'Execute shell' marked build as failure
Archiving artifacts
Finished: FAILURE