Skip to content
Success

Console Output

Started by user sarbian
Running as SYSTEM
Building in workspace /home/jenkins/jobs/ModuleManager/workspace
No credentials specified
 > 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/ModuleManager.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/ModuleManager.git
 > git --version # timeout=10
 > git fetch --tags --force --progress https://github.com/sarbian/ModuleManager.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 ff637237458fbd372ca64a8da4d105ae0c0d8719 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ff637237458fbd372ca64a8da4d105ae0c0d8719
Commit message: "v4.1.1 - Outdated Firespitter warning"
 > git rev-list --no-walk 5aa82999b419e5c05ab7b8076b3034cb8e861b6d # timeout=10
Path To MSBuild.exe: /usr/bin/msbuild
FATAL: Unable to use this plugin on this kind of operation system
Executing the command /usr/bin/msbuild /p:TargetFrameworkSDKToolsDirectory=/home/mstools /p:CustomAfterMicrosoftCommonTargets=/home/mstools/noCopyLocal.targets /p:ReferencePath=/home/ksp/KSP_Data/Managed /p:OutputPath=.. /p:PostBuildEvent= ModuleManager/ModuleManager.csproj from /home/jenkins/jobs/ModuleManager/workspace
[workspace] $ /usr/bin/msbuild /p:TargetFrameworkSDKToolsDirectory=/home/mstools /p:CustomAfterMicrosoftCommonTargets=/home/mstools/noCopyLocal.targets /p:ReferencePath=/home/ksp/KSP_Data/Managed /p:OutputPath=.. /p:PostBuildEvent= ModuleManager/ModuleManager.csproj
Microsoft (R) Build Engine version 15.2.0.0 ( Thu May 11 17:28:41 UTC 2017)
Copyright (C) Microsoft Corporation. All rights reserved.

Build started 10/27/2019 15:37:02.
Project "/home/jenkins/jobs/ModuleManager/workspace/ModuleManager/ModuleManager.csproj" on node 1 (default targets).
PrepareForBuild:
  Creating directory "obj/Debug/".
CoreResGen:
  /home/mstools/resgen.exe /useSourcePath /r:/home/ksp/KSP_Data/Managed/Assembly-CSharp.dll /r:/home/ksp/KSP_Data/Managed/KSPAssets.dll /r:/usr/lib/mono/4.7-api/mscorlib.dll /r:/home/ksp/KSP_Data/Managed/System.Core.dll /r:/home/ksp/KSP_Data/Managed/System.dll /r:/home/ksp/KSP_Data/Managed/UnityEngine.CoreModule.dll /r:/home/ksp/KSP_Data/Managed/UnityEngine.dll /r:/home/ksp/KSP_Data/Managed/UnityEngine.ImageConversionModule.dll /r:/home/ksp/KSP_Data/Managed/UnityEngine.InputLegacyModule.dll /r:/home/ksp/KSP_Data/Managed/UnityEngine.Physics2DModule.dll /r:/home/ksp/KSP_Data/Managed/UnityEngine.TextRenderingModule.dll /r:/home/ksp/KSP_Data/Managed/UnityEngine.UI.dll /r:/home/ksp/KSP_Data/Managed/UnityEngine.UIModule.dll /compile Properties/Resources.resx,obj/Debug/ModuleManager.Properties.Resources.resources
  Processing resource file "Properties/Resources.resx" into "obj/Debug/ModuleManager.Properties.Resources.resources".
CoreCompile:
  /usr/lib/mono/msbuild/15.0/bin/Roslyn/csc.exe /noconfig /nowarn:1701,1702 /nostdlib+ /errorreport:prompt /warn:4 /define:DEBUG /highentropyva+ /reference:/home/ksp/KSP_Data/Managed/Assembly-CSharp.dll /reference:/home/ksp/KSP_Data/Managed/KSPAssets.dll /reference:/usr/lib/mono/4.7-api/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.CoreModule.dll /reference:/home/ksp/KSP_Data/Managed/UnityEngine.dll /reference:/home/ksp/KSP_Data/Managed/UnityEngine.ImageConversionModule.dll /reference:/home/ksp/KSP_Data/Managed/UnityEngine.InputLegacyModule.dll /reference:/home/ksp/KSP_Data/Managed/UnityEngine.Physics2DModule.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.UIModule.dll /debug+ /debug:portable /optimize- /out:obj/Debug/ModuleManager.dll /subsystemversion:6.00 /resource:obj/Debug/ModuleManager.Properties.Resources.resources /target:library /utf8output /langversion:default Cats/CatAnimator.cs Cats/CatManager.cs Cats/CatMover.cs Cats/CatOrbiter.cs Collections/ArrayEnumerator.cs Collections/ImmutableStack.cs Collections/KeyValueCache.cs Collections/MessageQueue.cs Command.cs CommandParser.cs Extensions/ByteArrayExtensions.cs Extensions/ConfigNodeExtensions.cs Extensions/IBasicLoggerExtensions.cs Extensions/NodeStackExtensions.cs Extensions/StringExtensions.cs Extensions/UrlConfigExtensions.cs Extensions/UrlDirExtensions.cs Extensions/UrlFileExtensions.cs FatalErrorHandler.cs FilePathRepository.cs Fix16.cs Logging/IBasicLogger.cs Logging/ILogMessage.cs Logging/LogMessage.cs Logging/LogSplitter.cs Logging/PrefixLogger.cs Logging/QueueLogger.cs Logging/QueueLogRunner.cs Logging/StreamLogger.cs Logging/UnityLogger.cs MMPatchLoader.cs MMPatchRunner.cs ModuleManager.cs ModListGenerator.cs PostPatchLoader.cs ModuleManagerTestRunner.cs NeedsChecker.cs NodeMatcher.cs Operator.cs OperatorParser.cs Pass.cs PatchApplier.cs PatchContext.cs Patches/CopyPatch.cs Patches/DeletePatch.cs Patches/EditPatch.cs Patches/InsertPatch.cs Patches/IPatch.cs Patches/PassSpecifiers/AfterPassSpecifier.cs Patches/PassSpecifiers/BeforePassSpecifier.cs Patches/PassSpecifiers/FinalPassSpecifier.cs Patches/PassSpecifiers/FirstPassSpecifier.cs Patches/PassSpecifiers/ForPassSpecifier.cs Patches/PassSpecifiers/InsertPassSpecifier.cs Patches/PassSpecifiers/IPassSpecifier.cs Patches/PassSpecifiers/LegacyPassSpecifier.cs Patches/PassSpecifiers/LastPassSpecifier.cs Patches/PatchCompiler.cs Patches/ProtoPatch.cs Patches/ProtoPatchBuilder.cs PatchExtractor.cs PatchList.cs Progress/ProgressCounter.cs Properties/AssemblyInfo.cs Properties/Resources.Designer.cs Progress/IPatchProgress.cs Progress/PatchProgress.cs ProtoUrlConfig.cs Tags/Tag.cs Tags/TagList.cs Tags/TagListParser.cs Threading/ITaskStatus.cs Threading/TaskStatus.cs Threading/TaskStatusWrapper.cs Utils/Counter.cs Utils/FileUtils.cs CustomConfigsManager.cs Threading/BackgroundTask.cs "/tmp/.NETFramework,Version=v4.7.AssemblyAttributes.cs"
  Using shared compilation with compiler from directory: /usr/lib/mono/msbuild/15.0/bin/Roslyn
CopyFilesToOutputDirectory:
  Copying file from "obj/Debug/ModuleManager.dll" to "../ModuleManager.dll".
  ModuleManager -> /home/jenkins/jobs/ModuleManager/workspace/ModuleManager.dll
  Copying file from "obj/Debug/ModuleManager.pdb" to "../ModuleManager.pdb".
Done Building Project "/home/jenkins/jobs/ModuleManager/workspace/ModuleManager/ModuleManager.csproj" (default targets).

Build succeeded.
    0 Warning(s)
    0 Error(s)

Time Elapsed 00:00:23.92
[workspace] $ /bin/sh -xe /tmp/jenkins2164171420809871954.sh
++ awk -F '"' '/AssemblyVersion/{print $2}' ModuleManager/Properties/AssemblyInfo.cs
+ VERSION_MM=4.1.1
+ mv ModuleManager.dll ModuleManager.4.1.1.dll
+ zip -9 -r ModuleManager-4.1.1.zip ModuleManager.4.1.1.dll README.md
  adding: ModuleManager.4.1.1.dll (deflated 56%)
  adding: README.md (deflated 43%)
+ sha256sum ModuleManager.4.1.1.dll
4f4996d7987bbf571de7d5dccb6248830c75d18b8dc65d0a2cf7efff2557e9f4  ModuleManager.4.1.1.dll
Archiving artifacts
Finished: SUCCESS