Skip to content
Failed

Console Output

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 -c core.askpass=true fetch --tags --progress https://github.com/sarbian/SmokeScreen.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 9d12c980533980dbc09bea116ada9e6670c3930e (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 9d12c980533980dbc09bea116ada9e6670c3930e
 > git rev-list 4bff53daf237ed73c30b2d80055e761aa203b832 # timeout=10
[workspace] $ /bin/sh -xe /tmp/hudson4470311027570192764.sh
+ mkdir -p GameData/SmokeScreen
+ /usr/bin/mcs -sdk:2 -optimize+ -t:library -lib:/home/ksp/KSP_Data/Managed/ -r:Assembly-CSharp,Assembly-CSharp-firstpass,UnityEngine -out:GameData/SmokeScreen/SmokeScreen.dll DebugEffect.cs KM_LaunchEffect_SmkS.cs ModelMultiParticlePersistFX.cs MultiInputCurve.cs PersistentEmitterManager.cs PersistentKSPParticleEmitter.cs SmokeScreenConfig.cs SmokeScreenUI.cs SmokeScreenUtil.cs ToolbarWrapper.cs Properties/AssemblyInfo.cs
ModelMultiParticlePersistFX.cs(374,94): error CS0103: The name `InitalVelocityOffsetMaxRadius' does not exist in the current context
ModelMultiParticlePersistFX.cs(616,9): error CS0103: The name `InitalVelocityOffsetMaxRadius' does not exist in the current context
ModelMultiParticlePersistFX.cs(633,9): error CS0103: The name `InitalVelocityOffsetMaxRadius' does not exist in the current context
ModelMultiParticlePersistFX.cs(765,13): error CS0103: The name `InitalVelocityOffsetMaxRadius' does not exist in the current context
ModelMultiParticlePersistFX.cs(767,13): error CS0103: The name `InitalVelocityOffsetMaxRadius' does not exist in the current context
ModelMultiParticlePersistFX.cs(962,30): error CS0103: The name `InitalVelocityOffsetMaxRadius' does not exist in the current context
ModelMultiParticlePersistFX.cs(984,30): error CS0103: The name `InitalVelocityOffsetMaxRadius' does not exist in the current context
PersistentKSPParticleEmitter.cs(355,31): warning CS0618: `UnityEngine.Vector3.Exclude(UnityEngine.Vector3, UnityEngine.Vector3)' is obsolete: `Use Vector3.ProjectOnPlane instead.'
PersistentKSPParticleEmitter.cs(356,40): warning CS0618: `UnityEngine.Vector3.Exclude(UnityEngine.Vector3, UnityEngine.Vector3)' is obsolete: `Use Vector3.ProjectOnPlane instead.'
Compilation failed: 7 error(s), 2 warnings
Build step 'Execute shell' marked build as failure
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: FAILURE