Started by user sarbian Building in workspace /home/jenkins/jobs/AmazingCurveEditor/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/AmazingCurveEditor.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/AmazingCurveEditor.git > git --version # timeout=10 > git fetch --tags --progress https://github.com/sarbian/AmazingCurveEditor.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 0d057f755e0c187fd4c1242e1258951d6819274f (refs/remotes/origin/master) Commit message: "1.1.1 for KSP 1.2.x" > git config core.sparsecheckout # timeout=10 > git checkout -f 0d057f755e0c187fd4c1242e1258951d6819274f > git rev-list 0d057f755e0c187fd4c1242e1258951d6819274f # timeout=10 [workspace] $ /bin/sh -xe /tmp/jenkins2685627990642367475.sh ++ awk -F '"' '/^\[.*AssemblyVersion/{print $2}' Properties/AssemblyInfo.cs + VERSION=1.1.1.0 + /home/roslyn/Microsoft.Net.Compilers.2.3.1/tools/csc.exe /noconfig /target:library /checked- /nowarn:1701,1702,2008 /langversion:6 /nostdlib+ /platform:AnyCPU /warn:4 /errorendlocation /highentropyva- /optimize+ /debug- /filealign:512 /unsafe /reference:/home/ksp/KSP_Data/Managed/Assembly-CSharp.dll /reference:/home/ksp/KSP_Data/Managed/mscorlib.dll /reference:/home/ksp/KSP_Data/Managed/System.Core.dll /reference:/home/ksp/KSP_Data/Managed/UnityEngine.dll /reference:/home/ksp/KSP_Data/Managed/UnityEngine.UI.dll /out:GameData/AmazingCurveEditor/AmazingCurveEditor.dll '/recurse:*.cs' Microsoft (R) Visual C# Compiler version 2.3.1.61919 (57c81319) Copyright (C) Microsoft Corporation. All rights reserved. + zip -FS -9 -r AmazingCurveEditor-1.1.1.0.zip GameData -x '*.in' adding: GameData/ (stored 0%) adding: GameData/AmazingCurveEditor/ (stored 0%) adding: GameData/AmazingCurveEditor/LICENSE (deflated 62%) adding: GameData/AmazingCurveEditor/AmazingCurveEditor.dll (deflated 53%) Archiving artifacts Finished: SUCCESS