Skip to content
Failed

Console Output

Started by GitHub push by sarbian
Started by GitHub push by sarbian
Started by GitHub push by sarbian
Building in workspace /home/jenkins/jobs/SmokeScreen/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/SmokeScreen.git # timeout=10
Fetching upstream changes from https://github.com/sarbian/SmokeScreen.git
 > git --version # timeout=10
 > git fetch --tags --progress https://github.com/sarbian/SmokeScreen.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 92d389e70f3c0d8b46628d54e9be89db16f5242e (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 92d389e70f3c0d8b46628d54e9be89db16f5242e
 > git rev-list ceb52fffb0e1e2f8040b8da2970019853faa1b61 # timeout=10
[workspace] $ /bin/sh -xe /tmp/hudson9133441965237762264.sh
+ mkdir -p GameData/SmokeScreen
+ /usr/bin/gmcs -optimize+ -t:library -lib:/home/ksp/KSP_Data/Managed/ -r:Assembly-CSharp,Assembly-CSharp-firstpass,UnityEngine -out:GameData/SmokeScreen/SmokeScreen.dll ModelMultiParticlePersistFX.cs MultiInputCurve.cs PersistentEmitterManager.cs PersistentKSPParticleEmitter.cs SmokeScreenConfig.cs SmokeScreenUI.cs SmokeScreenUtil.cs ToolbarWrapper.cs Properties/AssemblyInfo.cs
ToolbarWrapper.cs(440,30): warning CS0414: The private field `SmokeScreen.GameScenesVisibility.gameScenes' is assigned but its value is never used
Compilation succeeded - 1 warning(s)
+ ln -sn /home/jenkins/jobs/SmokeScreen/workspace/README.md GameData/SmokeScreen/README.md
ln: failed to create symbolic link 'GameData/SmokeScreen/README.md': File exists
Build step 'Execute shell' marked build as failure
Archiving artifacts
Finished: FAILURE