Skip to content
Success

Console Output

Started by user sarbian
Building in workspace /home/jenkins/jobs/MechJebFARExt/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/MechJebFARExt.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/sarbian/MechJebFARExt.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress https://github.com/sarbian/MechJebFARExt.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 30e93136de9e1f87f475c8be1a38ed4ed318d7bf (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 30e93136de9e1f87f475c8be1a38ed4ed318d7bf
 > git rev-list 30e93136de9e1f87f475c8be1a38ed4ed318d7bf # timeout=10
[workspace] $ /bin/sh -xe /tmp/hudson7402000876365900604.sh
+ sudo -u steam /usr/bin/mono /home/steam/ckan.exe update --headless
Downloading updates...
Updated information on 900 available modules
+ sudo -u steam /usr/bin/mono /home/steam/ckan.exe upgrade --headless FerramAerospaceResearch

Upgrading modules...

2086 [1] WARN CKAN.ModuleInstaller (null) - FerramAerospaceResearch is already at the latest version, reinstalling

Done!

+ sudo -u steam /usr/bin/mono /home/steam/ckan.exe upgrade --headless MechJeb2-dev

Upgrading modules...

1779 [1] WARN CKAN.ModuleInstaller (null) - MechJeb2-dev is already at the latest version, reinstalling

Done!

++ monodis --assembly /home/ksp/GameData/FerramAerospaceResearch/Plugins/FerramAerospaceResearch.dll
++ awk '/^Version/{print $2}'
+ VERSION=0.15.5.3
+ /usr/bin/mcs -sdk:2 -optimize+ -t:library -lib:/home/ksp/KSP_Data/Managed/ -lib:/home/ksp/GameData/FerramAerospaceResearch/Plugins -lib:/home/ksp/GameData/MechJeb2/Plugins -r:Assembly-CSharp,Assembly-CSharp-firstpass,UnityEngine,FerramAerospaceResearch,Scale_Redist,MechJeb2 -out:GameData/MechJeb2/Plugins/MechJebFARExt.dll MechJebFARExt.cs Properties/AssemblyInfo.cs
+ zip -FS -9 -r MechJebFARExt-0.15.5.3.14.zip GameData -x '*.in'
  adding: GameData/ (stored 0%)
  adding: GameData/MechJeb2/ (stored 0%)
  adding: GameData/MechJeb2/Plugins/ (stored 0%)
  adding: GameData/MechJeb2/Plugins/MechJebFARExt.dll (deflated 56%)
  adding: GameData/MechJeb2/Plugins/MechJebFARExt-LICENSE.txt (deflated 66%)
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: SUCCESS