Created
April 7, 2018 15:55
-
-
Save ScottHutchinson/beb9fc65b9258d87c5409312469e713c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Performance: | |
- Runtime: 2 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 | |
Deleting contents of bin | |
Deleting contents of temp | |
Deleting contents of C:\Users\scott\source\repos\fsharp-data-sample\dist | |
Deleting contents of 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 | |
Deleting contents of 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 | |
Welcome to .NET Core! | |
--------------------- | |
Learn more about .NET Core @ https://aka.ms/dotnet-docs. Use dotnet --help to see available commands or go to https://aka.ms/dotnet-cli-docs. | |
Telemetry | |
-------------- | |
The .NET Core tools collect usage data in order to improve your experience. The data is anonymous and does not include command-line arguments. The data is collected by Microsoft and shared with the community. | |
You can opt out of telemetry by setting a DOTNET_CLI_TELEMETRY_OPTOUT environment variable to 1 using your favorite shell. | |
You can read more about .NET Core tools telemetry @ https://aka.ms/dotnet-cli-telemetry. | |
Permission denied to modify the 'C:\Program Files\dotnet\sdk\NuGetFallbackFolder' folder. | |
Here are some options to fix this error: | |
--------------------- | |
1. Re-run this command with elevated access. | |
2. Disabled the first run experience by setting the environment variable DOTNET_SKIP_FIRST_TIME_EXPERIENCE to true. | |
3. Copy the .NET Core SDK to a non-protected location and use it from there. | |
C:\Users\scott\source\repos\fsharp-data-sample\paket-files\paket.locked is locked by paket.exe (PID = 17384). Waiting... | |
Performance: | |
- Disk IO: 75 milliseconds | |
- Runtime: 6 seconds | |
Performance: | |
- Disk IO: 51 milliseconds | |
- Runtime: 6 seconds | |
Restoring packages for C:\Users\scott\source\repos\fsharp-data-sample\tests\fsharp-data-sample.Tests\fsharp-data-sample.Tests.fsproj... | |
Restoring packages for C:\Users\scott\source\repos\fsharp-data-sample\src\fsharp-data-sample\fsharp-data-sample.fsproj... | |
Restore completed in 258.21 ms for C:\Users\scott\source\repos\fsharp-data-sample\tests\fsharp-data-sample.Tests\fsharp-data-sample.Tests.fsproj. | |
Restore completed in 256.19 ms for C:\Users\scott\source\repos\fsharp-data-sample\tests\fsharp-data-sample.Tests\fsharp-data-sample.Tests.fsproj. | |
Generating MSBuild file C:\Users\scott\source\repos\fsharp-data-sample\tests\fsharp-data-sample.Tests\obj\fsharp-data-sample.Tests.fsproj.nuget.g.props. | |
Generating MSBuild file C:\Users\scott\source\repos\fsharp-data-sample\src\fsharp-data-sample\obj\fsharp-data-sample.fsproj.nuget.g.props. | |
Generating MSBuild file C:\Users\scott\source\repos\fsharp-data-sample\src\fsharp-data-sample\obj\fsharp-data-sample.fsproj.nuget.g.targets. | |
Generating MSBuild file C:\Users\scott\source\repos\fsharp-data-sample\tests\fsharp-data-sample.Tests\obj\fsharp-data-sample.Tests.fsproj.nuget.g.targets. | |
Restore completed in 1.62 sec for C:\Users\scott\source\repos\fsharp-data-sample\src\fsharp-data-sample\fsharp-data-sample.fsproj. | |
Restore completed in 1.61 sec for C:\Users\scott\source\repos\fsharp-data-sample\tests\fsharp-data-sample.Tests\fsharp-data-sample.Tests.fsproj. | |
dotnet "restore" "C:\Users\scott\source\repos\fsharp-data-sample\tools" /p:PackageVersion=0.1.0 | |
Restore completed in 105.63 ms for C:\Users\scott\source\repos\fsharp-data-sample\tools\tools.csproj. | |
Restore completed in 211.73 ms for C:\Users\scott\source\repos\fsharp-data-sample\tools\tools.csproj. | |
Finished Target: DotnetRestore | |
Starting Target: DotnetBuild (==> DotnetRestore) | |
dotnet "build" "fsharp-data-sample.sln" --configuration Release /p:PackageVersion=0.1.0 /p:SourceLinkCreate=false --no-restore | |
Microsoft (R) Build Engine version 15.6.84.34536 for .NET Core | |
Copyright (C) Microsoft Corporation. All rights reserved. | |
fsharp-data-sample -> C:\Users\scott\source\repos\fsharp-data-sample\src\fsharp-data-sample\bin\Release\netcoreapp2.0\fsharp-data-sample.dll | |
fsharp-data-sample.Tests -> C:\Users\scott\source\repos\fsharp-data-sample\tests\fsharp-data-sample.Tests\bin\Release\netcoreapp2.0\fsharp-data-sample.Tests.dll | |
Build succeeded. | |
0 Warning(s) | |
0 Error(s) | |
Time Elapsed 00:00:35.58 | |
Finished Target: DotnetBuild | |
Starting Target: DotnetTest (==> DotnetBuild) | |
Running build failed. | |
Error: | |
System.NullReferenceException: Object reference not set to an instance of an object. | |
at FSI_0005.Build.getTargetFrameworksFromProjectFile(String projFile) | |
at [email protected](String proj) | |
at [email protected](b& ) | |
at Microsoft.FSharp.Collections.IEnumerator.MapEnumerator`1.System-Collections-IEnumerator-MoveNext() | |
at [email protected](b& ) | |
at Microsoft.FSharp.Collections.IEnumerator.MapEnumerator`1.System-Collections-IEnumerator-MoveNext() | |
at Microsoft.FSharp.Core.CompilerServices.RuntimeHelpers.takeOuter@683[T,TResult](ConcatEnumerator`2 x, Unit unitVar0) | |
at Microsoft.FSharp.Collections.SeqModule.Iterate[T](FSharpFunc`2 action, IEnumerable`1 source) | |
at [email protected](Unit _arg1) | |
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:03.5132715 | |
DotnetRestore 00:00:48.9638250 | |
DotnetBuild 00:00:42.5684445 | |
DotnetTest Failure | |
Total: 00:01:37.5484103 | |
--------------------------------------------------------------------- | |
Status: Failure | |
--------------------------------------------------------------------- | |
--------------------------------------------------------------------- | |
1) System.NullReferenceException: Object reference not set to an instance of an object. | |
at FSI_0005.Build.getTargetFrameworksFromProjectFile(String projFile) | |
at [email protected](String proj) | |
at [email protected](b& ) | |
at Microsoft.FSharp.Collections.IEnumerator.MapEnumerator`1.System-Collections-IEnumerator-MoveNext() | |
at [email protected](b& ) | |
at Microsoft.FSharp.Collections.IEnumerator.MapEnumerator`1.System-Collections-IEnumerator-MoveNext() | |
at Microsoft.FSharp.Core.CompilerServices.RuntimeHelpers.takeOuter@683[T,TResult](ConcatEnumerator`2 x, Unit unitVar0) | |
at Microsoft.FSharp.Collections.SeqModule.Iterate[T](FSharpFunc`2 action, IEnumerable`1 source) | |
at [email protected](Unit _arg1) | |
at Fake.TargetHelper.runSingleTarget(TargetTemplate`1 target) in D:\code\fake\src\app\FakeLib\TargetHelper.fs:line 626 | |
--------------------------------------------------------------------- | |
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