Started by GitHub push by sarbian Building in workspace /home/jenkins/jobs/ModularFlightIntegrator/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/ModularFlightIntegrator.git # timeout=10 Fetching upstream changes from https://github.com/sarbian/ModularFlightIntegrator.git > git --version # timeout=10 > git -c core.askpass=true fetch --tags --progress https://github.com/sarbian/ModularFlightIntegrator.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 004fc55635baa0a4a92e8fd0dc8381ecd85443a5 (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 004fc55635baa0a4a92e8fd0dc8381ecd85443a5 > git rev-list 00bf33c4848f233802c5296eb181da98296fee00 # timeout=10 [workspace] $ /bin/sh -xe /tmp/hudson6813300494395362449.sh ++ awk -F '"' '/^\[.*AssemblyVersion/{print $2}' Properties/AssemblyInfo.cs + VERSION=1.0.0.0 + vsplit=(${VERSION//./ }) + VERSION_MAJOR=1 + VERSION_MINOR=0 + VERSION_PATCH=0 + VERSION_BUILD=0 + KSP_MAJOR=1 + KSP_MINOR=0 + KSP_PATCH=0 + sed -e s/@VERSION_MAJOR@/1/ -e s/@VERSION_MINOR@/0/ -e s/@VERSION_PATCH@/0/ -e s/@VERSION_BUILD@/0/ -e s/@KSP_MAJOR@/1/ -e s/@KSP_MINOR@/0/ -e s/@KSP_PATCH@/0/ ModularFlightIntegrator/ModularFlightIntegrator.version.in + /usr/bin/gmcs -optimize+ -t:library -lib:/home/ksp/KSP_Data/Managed/ -r:Assembly-CSharp,Assembly-CSharp-firstpass,UnityEngine -out:ModularFlightIntegrator/ModularFlightIntegrator.dll Example.cs ModularFlightIntegrator.cs Properties/AssemblyInfo.cs + zip -FS -9 -r ModularFlightIntegrator-1.0.0.0.zip ModularFlightIntegrator -x '*.in' updating: ModularFlightIntegrator/ (stored 0%) updating: ModularFlightIntegrator/ModularFlightIntegrator.version (deflated 62%) updating: ModularFlightIntegrator/ModularFlightIntegrator.dll (deflated 63%) 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