Skip to content
Failed

Console Output

Started by user sarbian
Building in workspace /home/jenkins/jobs/CrewManifest/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/CrewManifest.git # timeout=10
Fetching upstream changes from https://github.com/sarbian/CrewManifest.git
 > git --version # timeout=10
 > git fetch --tags --progress https://github.com/sarbian/CrewManifest.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision c3ce46268ed35545baa9dd38dcd82adbc67bb743 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c3ce46268ed35545baa9dd38dcd82adbc67bb743
 > git rev-list c3ce46268ed35545baa9dd38dcd82adbc67bb743 # timeout=10
[workspace] $ /bin/sh -xe /tmp/hudson5579331367309946696.sh
+ mkdir jenkins-CrewManifest-9
++ 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-9/CrewManifest.dll ./CrewManifest/Models.cs ./CrewManifest/ManifestController.cs ./CrewManifest/ToolbarWrapper.cs ./CrewManifest/CrewManifestModule.cs ./CrewManifest/Utilities.cs ./CrewManifest/Properties/AssemblyInfo.cs ./CrewManifest/WeakReference.cs
error CS0006: Metadata file `Assembly-CSharp' could not be found
error CS0006: Metadata file `Assembly-CSharp-firstpass' could not be found
error CS0006: Metadata file `UnityEngine' could not be found
Compilation failed: 3 error(s), 0 warnings
Build step 'Execute shell' marked build as failure
Archiving artifacts
Finished: FAILURE