Started by user sarbian
Building in workspace /home/jenkins/jobs/MechJebRCSFXExt/workspace
Cloning the remote Git repository
Cloning repository https://github.com/sarbian/MechJebRCSFXExt.git
> git init /home/jenkins/jobs/MechJebRCSFXExt/workspace # timeout=10
Fetching upstream changes from https://github.com/sarbian/MechJebRCSFXExt.git
> git --version # timeout=10
> git -c core.askpass=true fetch --tags --progress https://github.com/sarbian/MechJebRCSFXExt.git +refs/heads/*:refs/remotes/origin/*
> git config remote.origin.url https://github.com/sarbian/MechJebRCSFXExt.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://github.com/sarbian/MechJebRCSFXExt.git # timeout=10
Cleaning workspace
> git rev-parse --verify HEAD # timeout=10
No valid HEAD. Skipping the resetting
> git clean -fdx # timeout=10
Fetching upstream changes from https://github.com/sarbian/MechJebRCSFXExt.git
> git -c core.askpass=true fetch --tags --progress https://github.com/sarbian/MechJebRCSFXExt.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 8e57108b879109e5402dc64a67007d71fda4a73a (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 8e57108b879109e5402dc64a67007d71fda4a73a
First time build. Skipping changelog.
[workspace] $ /bin/sh -xe /tmp/hudson8884699466893123746.sh
+ sudo -u steam /usr/bin/mono /home/steam/ckan.exe update --headless
Downloading updates...
Updated information on 693 available modules
+ sudo -u steam /usr/bin/mono /home/steam/ckan.exe upgrade --headless ModuleRCSFX
Upgrading modules...
Downloading "https://github.com/NathanKell/ModuleRCSFX/releases/download/v4.2/ModuleRCSFX_v4.2.zip" (libcurl)
0 kbps - downloading - 0 MiB left - 0%
0 kbps - downloading - 0 MiB left - 0%
0 kbps - downloading - 0 MiB left - 100%
0 kbps - downloading - 0 MiB left - 100%
0 kbps - downloading - 0 MiB left - 100%
0 kbps - downloading - 0 MiB left - 100% Installing previously uninstalled mod ModuleRCSFX
Done!
+ sudo -u steam /usr/bin/mono /home/steam/ckan.exe upgrade --headless MechJeb2-dev
Upgrading modules...
1929 [1] WARN CKAN.ModuleInstaller (null) - MechJeb2-dev is already at the latest version, reinstalling
Done!
++ awk -F '"' '/^\[.*AssemblyFileVersion/{print $2}' Properties/AssemblyInfo.cs
+ VERSION=1.0.0.0
+ /usr/bin/mcs -sdk:2 -optimize+ -t:library -lib:/home/ksp/KSP_Data/Managed/ -lib:/home/ksp/GameData/ModuleRCSFX/Plugins -lib:/home/ksp/GameData/MechJeb2/Plugins -r:Assembly-CSharp,Assembly-CSharp-firstpass,UnityEngine,ModuleRCSFX,MechJeb2 -out:GameData/MechJeb2/Plugins/MechJebRCSFXExt.dll MechJebRCSFXExt.cs Properties/AssemblyInfo.cs
error CS0016: Could not write to file `MechJebRCSFXExt', cause: Could not find a part of the path "/home/jenkins/jobs/MechJebRCSFXExt/workspace/GameData/MechJeb2/Plugins/MechJebRCSFXExt.dll".
Compilation failed: 1 error(s), 0 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