Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ScottHutchinson/ed54de9714c92aa105d9702870b26150 to your computer and use it in GitHub Desktop.
Save ScottHutchinson/ed54de9714c92aa105d9702870b26150 to your computer and use it in GitHub Desktop.
Downloading fsharp/FAKE:c160d4907360cfd42904008dab2bd22c0a4a9952 modules/Octokit/Octokit.fsx to C:\Users\scott\source\repos\fsharp-data-sample\paket-files\build\fsharp\FAKE\modules\Octokit\Octokit.fsx
Downloading NuGet.Packaging 4.6
Downloading dotnet-mono 0.5.2-alpha001
Download of dotnet-mono 0.5.2-alpha001 done in 2 seconds.
Downloading dotnet-sourcelink 2.8
Download of NuGet.Packaging 4.6 done in 2 seconds.
Download of dotnet-sourcelink 2.8 done in 856 milliseconds.
Downloading NuGet.Packaging.Core 4.6
Downloading Microsoft.Build 15.6.82
Download of NuGet.Packaging.Core 4.6 done in 1 second.
Downloading NuGet.Versioning 4.6
Download of Microsoft.Build 15.6.82 done in 1 second.
Downloading Microsoft.Build.Framework 15.6.82
Download of Microsoft.Build.Framework 15.6.82 done in 162 milliseconds.
Download of NuGet.Versioning 4.6 done in 999 milliseconds.
Downloading Microsoft.Build.Utilities.Core 15.6.82
Downloading SourceLink.Create.CommandLine 2.8
Download of Microsoft.Build.Utilities.Core 15.6.82 done in 336 milliseconds.
Downloading Microsoft.Extensions.CommandLineUtils 1.1.1
Download of SourceLink.Create.CommandLine 2.8 done in 727 milliseconds.
Download of Microsoft.Extensions.CommandLineUtils 1.1.1 done in 433 milliseconds.
Downloading NuGet.Common 4.6
Download of NuGet.Common 4.6 done in 912 milliseconds.
Downloading NuGet.Frameworks 4.6
Download of NuGet.Frameworks 4.6 done in 1 second.
Performance:
- Disk IO: 6 seconds
- Average Download Time: 492 milliseconds
- Number of downloads: 13
- Average Request Time: 294 milliseconds
- Number of Requests: 9
- Runtime: 15 seconds
Building project with version: LocalBuild
Shortened DependencyGraph for Target DotnetPack:
<== DotnetPack
<== Clean
<== DotnetTest
<== DotnetBuild
<== DotnetRestore
The running order is:
- Clean
- DotnetRestore
- DotnetBuild
- DotnetTest
- DotnetPack
Running build with 1 worker
Starting Target: Clean
Creating C:\Users\scott\source\repos\fsharp-data-sample\bin
Creating C:\Users\scott\source\repos\fsharp-data-sample\temp
Creating C:\Users\scott\source\repos\fsharp-data-sample\dist
Creating C:\Users\scott\source\repos\fsharp-data-sample\src\fsharp-data-sample\bin
Deleting contents of C:\Users\scott\source\repos\fsharp-data-sample\src\fsharp-data-sample\obj
Creating C:\Users\scott\source\repos\fsharp-data-sample\tests\fsharp-data-sample.Tests\bin
Deleting contents of C:\Users\scott\source\repos\fsharp-data-sample\tests\fsharp-data-sample.Tests\obj
Finished Target: Clean
Starting Target: DotnetRestore
dotnet "restore" "fsharp_data_sample.sln" /p:PackageVersion=0.1.0
MSBUILD : error MSB1009: Project file does not exist.
Switch: fsharp_data_sample.sln
Running build failed.
Error:
System.Exception: Restore failed on "restore" "fsharp_data_sample.sln" /p:PackageVersion=0.1.0
at Fake.DotNetCli.Restore@146-3.Invoke(String message) in D:\code\fake\src\app\FakeLib\DotNetCLIHelper.fs:line 146
at Fake.DotNetCli.Restore(FSharpFunc`2 setRestoreParams) in D:\code\fake\src\app\FakeLib\DotNetCLIHelper.fs:line 146
at FSI_0005.Build.clo@47-6.Invoke(String dir) in C:\Users\scott\source\repos\fsharp-data-sample\build.fsx:line 48
at Microsoft.FSharp.Collections.SeqModule.Iterate[T](FSharpFunc`2 action, IEnumerable`1 source)
at FSI_0005.Build.clo@45-5.Invoke(Unit _arg2) in C:\Users\scott\source\repos\fsharp-data-sample\build.fsx:line 46
at Fake.TargetHelper.runSingleTarget(TargetTemplate`1 target) in D:\code\fake\src\app\FakeLib\TargetHelper.fs:line 626
---------------------------------------------------------------------
Build Time Report
---------------------------------------------------------------------
Target Duration
------ --------
Clean 00:00:00.0426513
DotnetRestore Failure
Total: 00:00:00.4752384
---------------------------------------------------------------------
Status: Failure
---------------------------------------------------------------------
---------------------------------------------------------------------
1) System.Exception: Restore failed on "restore" "fsharp_data_sample.sln" /p:PackageVersion=0.1.0
at Fake.DotNetCli.Restore@146-3.Invoke(String message) in D:\code\fake\src\app\FakeLib\DotNetCLIHelper.fs:line 146
at Fake.DotNetCli.Restore(FSharpFunc`2 setRestoreParams) in D:\code\fake\src\app\FakeLib\DotNetCLIHelper.fs:line 146
at FSI_0005.Build.clo@47-6.Invoke(String dir) in C:\Users\scott\source\repos\fsharp-data-sample\build.fsx:line 48
at Microsoft.FSharp.Collections.SeqModule.Iterate[T](FSharpFunc`2 action, IEnumerable`1 source)
at FSI_0005.Build.clo@45-5.Invoke(Unit _arg2) in C:\Users\scott\source\repos\fsharp-data-sample\build.fsx:line 46
at Fake.TargetHelper.runSingleTarget(TargetTemplate`1 target) in D:\code\fake\src\app\FakeLib\TargetHelper.fs:line 626
---------------------------------------------------------------------
PS C:\Users\scott\source\repos\fsharp-data-sample>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment