Skip to content

Instantly share code, notes, and snippets.

@andredublin
Created December 13, 2018 19:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andredublin/b873f2488dff350caa4717f61e8fe572 to your computer and use it in GitHub Desktop.
Save andredublin/b873f2488dff350caa4717f61e8fe572 to your computer and use it in GitHub Desktop.
saturn build output
Paket version 5.194.0
Starting full restore process.
Performance:
- Disk IO: 1 minute, 1 second
- Runtime: 1 minute, 7 seconds
This runner is now obsolete with FAKE 5, please upgrade to the new .Net Core runner. See https://fake.build/fake-migrate-to-fake-5.html
To remove this warning you can append the '--removeLegacyFakeWarning' argument or set the 'FAKE_NO_LEGACY_WARNING' environment variable to 'true'
Building project with version: LocalBuild
Shortened DependencyGraph for Target Build:
<== Build
<== InstallDotNetCore
<== Clean
The running order is:
- Clean
- InstallDotNetCore
- Build
Running build with 1 worker
Starting Target: Clean
Finished Target: Clean
Starting Target: InstallDotNetCore (==> Clean)
dotnet --info
C:\Users\Andre\AppData\Local\dotnetcore\dotnet.exe --info
Deleting contents of C:\Users\Andre\AppData\Local\dotnetcore
Downloading 'https://dotnetcli.azureedge.net/dotnet/Sdk/2.1.300/dotnet-dev-win-x64.2.1.300.zip' to 'C:\Users\Andre\AppData\Local\Temp\dotnet-dev-win-x64.2.1.300.zip'
dotnet cli path - C:\Users\Andre\AppData\Local\dotnetcore
- C:\Users\Andre\AppData\Local\dotnetcore\dotnet.exe
- C:\Users\Andre\AppData\Local\dotnetcore\LICENSE.txt
- C:\Users\Andre\AppData\Local\dotnetcore\ThirdPartyNotices.txt
- C:\Users\Andre\AppData\Local\dotnetcore\host\
- C:\Users\Andre\AppData\Local\dotnetcore\sdk\
- C:\Users\Andre\AppData\Local\dotnetcore\shared\
Finished Target: InstallDotNetCore
Starting Target: Build (==> InstallDotNetCore)
dotnet "build" --configuration Release
A compatible SDK version for global.json version: [2.1.300] from [C:\Users\Andre\source\repos\SaturnSample\global.json] was not found
Did you mean to run dotnet SDK commands? Please install dotnet SDK from:
https://go.microsoft.com/fwlink/?LinkID=798306&clcid=0x409
Running build failed.
Error:
System.Exception: Build failed on "build" --configuration Release
at Microsoft.FSharp.Core.PrintfModule.PrintFormatToStringThenFail@1645.Invoke(String message)
at Fake.DotNetCli.Build(FSharpFunc`2 setBuildParams) in D:\a\1\s\src\legacy\FakeLib\DotNetCLIHelper.fs:line 234
at FSI_0005.Build.clo@22-4.Invoke(Unit _arg3) in C:\Users\Andre\source\repos\SaturnSample\build.fsx:line 23
at Fake.TargetHelper.runSingleTarget(TargetTemplate`1 target) in D:\a\1\s\src\legacy\FakeLib\TargetHelper.fs:line 683
---------------------------------------------------------------------
Build Time Report
---------------------------------------------------------------------
Target Duration
------ --------
Clean 00:00:00.0010667
InstallDotNetCore 00:01:09.4113184
Build Failure
Total: 00:01:09.9804093
---------------------------------------------------------------------
Status: Failure
---------------------------------------------------------------------
---------------------------------------------------------------------
1) System.Exception: Build failed on "build" --configuration Release
at Microsoft.FSharp.Core.PrintfModule.PrintFormatToStringThenFail@1645.Invoke(String message)
at Fake.DotNetCli.Build(FSharpFunc`2 setBuildParams) in D:\a\1\s\src\legacy\FakeLib\DotNetCLIHelper.fs:line 234
at FSI_0005.Build.clo@22-4.Invoke(Unit _arg3) in C:\Users\Andre\source\repos\SaturnSample\build.fsx:line 23
at Fake.TargetHelper.runSingleTarget(TargetTemplate`1 target) in D:\a\1\s\src\legacy\FakeLib\TargetHelper.fs:line 683
---------------------------------------------------------------------
build.fsx(7,40): warning FS0044: This construct is deprecated. Use Fake.IO instead (FAKE0001 - package: Fake.IO.FileSystem - member: Fake.IO.Path.getFullName)
build.fsx(9,24): warning FS0044: This construct is deprecated. Please add 'open Fake.DotNet' and use 'DotNet.*' instead, see https://fake.build/dotnet-dotnet.html for an example (the fake 5 module is called Fake.DotNet.Cli)
build.fsx(9,24): warning FS0044: This construct is deprecated. Please add 'open Fake.DotNet' and use 'DotNet.*' instead, see https://fake.build/dotnet-dotnet.html for an example (the fake 5 module is called Fake.DotNet.Cli)
build.fsx(11,1): warning FS0044: This construct is deprecated. Use Fake.Core.Target instead (FAKE0001 - package: Fake.Core.Target - member: Fake.Core.Target.Create)
build.fsx(11,16): warning FS0044: This construct is deprecated. Use Fake.Core.Target instead (FAKE0001 - package: Fake.Core.Target - member: Fake.Core.Target.DoNothing)
build.fsx(13,1): warning FS0044: This construct is deprecated. Use Fake.Core.Target instead (FAKE0001 - package: Fake.Core.Target - member: Fake.Core.Target.Create)
build.fsx(14,3): warning FS0044: This construct is deprecated. Please add 'open Fake.DotNet' and use 'DotNet.*' instead, see https://fake.build/dotnet-dotnet.html for an example (the fake 5 module is called Fake.DotNet.Cli)
build.fsx(14,3): warning FS0044: This construct is deprecated. Please add 'open Fake.DotNet' and use 'DotNet.*' instead, see https://fake.build/dotnet-dotnet.html for an example (the fake 5 module is called Fake.DotNet.Cli)
build.fsx(18,1): warning FS0044: This construct is deprecated. Use Fake.Core.Target instead (FAKE0001 - package: Fake.Core.Target - member: Fake.Core.Target.Create)
build.fsx(19,5): warning FS0044: This construct is deprecated. Please add 'open Fake.DotNet' and use 'DotNet.*' instead, see https://fake.build/dotnet-dotnet.html for an example (the fake 5 module is called Fake.DotNet.Cli)
build.fsx(19,5): warning FS0044: This construct is deprecated. Please add 'open Fake.DotNet' and use 'DotNet.*' instead, see https://fake.build/dotnet-dotnet.html for an example (the fake 5 module is called Fake.DotNet.Cli)
build.fsx(22,1): warning FS0044: This construct is deprecated. Use Fake.Core.Target instead (FAKE0001 - package: Fake.Core.Target - member: Fake.Core.Target.Create)
build.fsx(23,5): warning FS0044: This construct is deprecated. Please add 'open Fake.DotNet' and use 'DotNet.*' instead, see https://fake.build/dotnet-dotnet.html for an example (the fake 5 module is called Fake.DotNet.Cli)
build.fsx(23,5): warning FS0044: This construct is deprecated. Please add 'open Fake.DotNet' and use 'DotNet.*' instead, see https://fake.build/dotnet-dotnet.html for an example (the fake 5 module is called Fake.DotNet.Cli)
build.fsx(26,1): warning FS0044: This construct is deprecated. Use Fake.Core.Target instead (FAKE0001 - package: Fake.Core.Target - member: Fake.Core.Target.Create)
build.fsx(28,5): warning FS0044: This construct is deprecated. Please add 'open Fake.DotNet' and use 'DotNet.*' instead, see https://fake.build/dotnet-dotnet.html for an example (the fake 5 module is called Fake.DotNet.Cli)
build.fsx(28,5): warning FS0044: This construct is deprecated. Please add 'open Fake.DotNet' and use 'DotNet.*' instead, see https://fake.build/dotnet-dotnet.html for an example (the fake 5 module is called Fake.DotNet.Cli)
build.fsx(43,3): warning FS0044: This construct is deprecated. Use Fake.Core.Target instead (FAKE0001 - package: Fake.Core.Target - member: Fake.Core.TargetOperators.(==>)
build.fsx(42,3): warning FS0044: This construct is deprecated. Use Fake.Core.Target instead (FAKE0001 - package: Fake.Core.Target - member: Fake.Core.TargetOperators.(==>)
build.fsx(47,3): warning FS0044: This construct is deprecated. Use Fake.Core.Target instead (FAKE0001 - package: Fake.Core.Target - member: Fake.Core.TargetOperators.(==>)
build.fsx(46,3): warning FS0044: This construct is deprecated. Use Fake.Core.Target instead (FAKE0001 - package: Fake.Core.Target - member: Fake.Core.TargetOperators.(==>)
build.fsx(49,1): warning FS0044: This construct is deprecated. Use Fake.Core.Target instead (FAKE0001 - package: Fake.Core.Target - member: Fake.Core.Target.runOrDefault)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment