Skip to content
Failed

Console Output

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 a71ffdc7ca54fc68a631b9bb9b94689ddee777e1 (refs/remotes/origin/dev)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a71ffdc7ca54fc68a631b9bb9b94689ddee777e1 # timeout=10
Commit message: "Merge pull request #1515 from siimav/FFSOptimization"
 > git rev-list --no-walk 9b20ee72026aad0d1c4bbef36c7a04525b26c609 # timeout=10
[workspace] $ /bin/sh -xe /tmp/jenkins3302183064429052702.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 #1201 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.

FuelFlowSimulation.cs(54,22,54,40): error CS1061: 'FuelFlowSimulation.FuelNode' does not contain a definition for 'AddCrossfeedSouces' and no accessible extension method 'AddCrossfeedSouces' accepting a first argument of type 'FuelFlowSimulation.FuelNode' could be found (are you missing a using directive or an assembly reference?)
MechJebLib/PVG/Optimizer.cs(121,26,121,43): warning CS8602: Dereference of a possibly null reference.
MechJebLib/PVG/Phase.cs(51,17,51,22): warning CS8618: Non-nullable field 'Integrator' is uninitialized. Consider declaring the field as nullable.
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