Skip to content
Failed

Console Output

Started by GitHub push by lamont-granquist
Started by GitHub push by lamont-granquist
Running as SYSTEM
Building in workspace /home/jenkins/jobs/MechJeb2-Dev/workspace
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --resolve-git-dir /home/jenkins/jobs/MechJeb2-Dev/workspace/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/MuMech/MechJeb2.git # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10
Fetching upstream changes from https://github.com/MuMech/MechJeb2.git
 > git --version # timeout=10
 > git --version # 'git version 2.34.1'
 > git fetch --tags --force --progress -- https://github.com/MuMech/MechJeb2.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/dev^{commit} # timeout=10
Checking out Revision 33006d333c1e3514723f418df660a224fae09cb6 (refs/remotes/origin/dev)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 33006d333c1e3514723f418df660a224fae09cb6 # timeout=10
Commit message: "Merge pull request #1716 from MuMech/lcg/multiple-bits"
 > git rev-list --no-walk 05afee18f445e90d19f6e3109fea74d8df540d8a # timeout=10
[workspace] $ /bin/sh -xe /tmp/jenkins13487461000135319076.sh
++ awk -F '"' '/^\[.*AssemblyFileVersion/{print $2}' MechJeb2/Properties/AssemblyInfo.cs
+ VERSION=2.14.3.0
++ awk '/^Version/{print $2}' /home/ksp/readme.txt
+ KSP_VERSION=1.12.5
+ mkdir -p /home/jenkins/jobs/MechJeb2-Dev/workspace/build/MechJeb2/Plugins
+ ln -fsn /home/jenkins/jobs/MechJeb2-Dev/workspace/Icons build/MechJeb2/Icons
+ ln -fsn /home/jenkins/jobs/MechJeb2-Dev/workspace/Parts build/MechJeb2/Parts
+ ln -fsn /home/jenkins/jobs/MechJeb2-Dev/workspace/Bundles build/MechJeb2/Bundles
+ ln -fsn /home/jenkins/jobs/MechJeb2-Dev/workspace/Localization build/MechJeb2/Localization
+ ln -fsn /home/jenkins/jobs/MechJeb2-Dev/workspace/LICENSE.md build/MechJeb2/LICENSE.md
+ ln -fsn /home/jenkins/jobs/MechJeb2-Dev/workspace/LandingSites.cfg build/MechJeb2/LandingSites.cfg
+ sed -i 's/AssemblyInformationalVersion("\(.*\)")/AssemblyInformationalVersion("Dev #1252 Sarbian")/' MechJeb2/Properties/AssemblyInfo.cs
+ cd /home/jenkins/jobs/MechJeb2-Dev/workspace/MechJeb2
+ cp /home/roslyn/System.Buffers.4.5.1/lib/net461/System.Buffers.dll /home/jenkins/jobs/MechJeb2-Dev/workspace/build/MechJeb2/Plugins/
+ resgen2 -usesourcepath Properties/Resources.resx Resources.resources
Read in 3 resources from '/home/jenkins/jobs/MechJeb2-Dev/workspace/MechJeb2/Properties/Resources.resx'
Writing resource file...  Done.
+ set -e
+ /home/roslyn/Microsoft.Net.Compilers.3.6.0/tools/csc.exe /noconfig /target:library /checked- /nowarn:1701,1702,2008,8632 /langversion:8.0 /nostdlib+ /platform:AnyCPU /warn:4 /errorendlocation /highentropyva- /optimize+ /debug- /filealign:512 /reference:/home/ksp/KSP_Data/Managed/Assembly-CSharp.dll /reference:/home/ksp/KSP_Data/Managed/Assembly-CSharp-firstpass.dll /reference:/home/ksp/KSP_Data/Managed/mscorlib.dll /reference:/home/ksp/KSP_Data/Managed/System.Core.dll /reference:/home/ksp/KSP_Data/Managed/System.dll /reference:/home/ksp/KSP_Data/Managed/UnityEngine.dll /reference:/home/ksp/KSP_Data/Managed/UnityEngine.AnimationModule.dll /reference:/home/ksp/KSP_Data/Managed/UnityEngine.AssetBundleModule.dll /reference:/home/ksp/KSP_Data/Managed/UnityEngine.CoreModule.dll /reference:/home/ksp/KSP_Data/Managed/UnityEngine.ImageConversionModule.dll /reference:/home/ksp/KSP_Data/Managed/UnityEngine.IMGUIModule.dll /reference:/home/ksp/KSP_Data/Managed/UnityEngine.InputLegacyModule.dll /reference:/home/ksp/KSP_Data/Managed/UnityEngine.PhysicsModule.dll /reference:/home/ksp/KSP_Data/Managed/UnityEngine.TextRenderingModule.dll /reference:/home/ksp/KSP_Data/Managed/UnityEngine.UI.dll /reference:/home/ksp/KSP_Data/Managed/UnityEngine.VehiclesModule.dll /reference:/home/jenkins/jobs/MechJeb2-Dev/workspace/build/MechJeb2/Plugins/System.Buffers.dll /out:/home/jenkins/jobs/MechJeb2-Dev/workspace/build/MechJeb2/Plugins/MechJeb2.dll /resource:Resources.resources,MuMech.Properties.Resources.resources '/recurse:*.cs'
Microsoft (R) Visual C# Compiler version 3.6.0-4.20269.4 (c94e3215)
Copyright (C) Microsoft Corporation. All rights reserved.

MechJebLib/Utils/BackgroundJob.cs(25,29,25,32): error CS0246: The type or namespace name 'not' could not be found (are you missing a using directive or an assembly reference?)
Build step 'Execute shell' marked build as failure
Skipped archiving because build is not successful
Triggering a new build of MechJeb2-CKAN-REPO
Finished: FAILURE