Guest User

Untitled

a guest
Apr 15th, 2018
292
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.85 KB | None | 0 0
  1. 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
  2. Downloading NuGet.Packaging 4.6
  3. Downloading dotnet-mono 0.5.2-alpha001
  4. Download of dotnet-mono 0.5.2-alpha001 done in 2 seconds.
  5. Downloading dotnet-sourcelink 2.8
  6. Download of NuGet.Packaging 4.6 done in 2 seconds.
  7. Download of dotnet-sourcelink 2.8 done in 856 milliseconds.
  8. Downloading NuGet.Packaging.Core 4.6
  9. Downloading Microsoft.Build 15.6.82
  10. Download of NuGet.Packaging.Core 4.6 done in 1 second.
  11. Downloading NuGet.Versioning 4.6
  12. Download of Microsoft.Build 15.6.82 done in 1 second.
  13. Downloading Microsoft.Build.Framework 15.6.82
  14. Download of Microsoft.Build.Framework 15.6.82 done in 162 milliseconds.
  15. Download of NuGet.Versioning 4.6 done in 999 milliseconds.
  16. Downloading Microsoft.Build.Utilities.Core 15.6.82
  17. Downloading SourceLink.Create.CommandLine 2.8
  18. Download of Microsoft.Build.Utilities.Core 15.6.82 done in 336 milliseconds.
  19. Downloading Microsoft.Extensions.CommandLineUtils 1.1.1
  20. Download of SourceLink.Create.CommandLine 2.8 done in 727 milliseconds.
  21. Download of Microsoft.Extensions.CommandLineUtils 1.1.1 done in 433 milliseconds.
  22. Downloading NuGet.Common 4.6
  23. Download of NuGet.Common 4.6 done in 912 milliseconds.
  24. Downloading NuGet.Frameworks 4.6
  25. Download of NuGet.Frameworks 4.6 done in 1 second.
  26. Performance:
  27. - Disk IO: 6 seconds
  28. - Average Download Time: 492 milliseconds
  29. - Number of downloads: 13
  30. - Average Request Time: 294 milliseconds
  31. - Number of Requests: 9
  32. - Runtime: 15 seconds
  33. Building project with version: LocalBuild
  34. Shortened DependencyGraph for Target DotnetPack:
  35. <== DotnetPack
  36. <== Clean
  37. <== DotnetTest
  38. <== DotnetBuild
  39. <== DotnetRestore
  40.  
  41. The running order is:
  42. - Clean
  43. - DotnetRestore
  44. - DotnetBuild
  45. - DotnetTest
  46. - DotnetPack
  47. Running build with 1 worker
  48. Starting Target: Clean
  49. Creating C:\Users\scott\source\repos\fsharp-data-sample\bin
  50. Creating C:\Users\scott\source\repos\fsharp-data-sample\temp
  51. Creating C:\Users\scott\source\repos\fsharp-data-sample\dist
  52. Creating C:\Users\scott\source\repos\fsharp-data-sample\src\fsharp-data-sample\bin
  53. Deleting contents of C:\Users\scott\source\repos\fsharp-data-sample\src\fsharp-data-sample\obj
  54. Creating C:\Users\scott\source\repos\fsharp-data-sample\tests\fsharp-data-sample.Tests\bin
  55. Deleting contents of C:\Users\scott\source\repos\fsharp-data-sample\tests\fsharp-data-sample.Tests\obj
  56. Finished Target: Clean
  57. Starting Target: DotnetRestore
  58. dotnet "restore" "fsharp_data_sample.sln" /p:PackageVersion=0.1.0
  59. MSBUILD : error MSB1009: Project file does not exist.
  60. Switch: fsharp_data_sample.sln
  61. Running build failed.
  62. Error:
  63. System.Exception: Restore failed on "restore" "fsharp_data_sample.sln" /p:PackageVersion=0.1.0
  64. at Fake.DotNetCli.Restore@146-3.Invoke(String message) in D:\code\fake\src\app\FakeLib\DotNetCLIHelper.fs:line 146
  65. at Fake.DotNetCli.Restore(FSharpFunc`2 setRestoreParams) in D:\code\fake\src\app\FakeLib\DotNetCLIHelper.fs:line 146
  66. at FSI_0005.Build.clo@47-6.Invoke(String dir) in C:\Users\scott\source\repos\fsharp-data-sample\build.fsx:line 48
  67. at Microsoft.FSharp.Collections.SeqModule.Iterate[T](FSharpFunc`2 action, IEnumerable`1 source)
  68. at FSI_0005.Build.clo@45-5.Invoke(Unit _arg2) in C:\Users\scott\source\repos\fsharp-data-sample\build.fsx:line 46
  69. at Fake.TargetHelper.runSingleTarget(TargetTemplate`1 target) in D:\code\fake\src\app\FakeLib\TargetHelper.fs:line 626
  70.  
  71. ---------------------------------------------------------------------
  72. Build Time Report
  73. ---------------------------------------------------------------------
  74. Target Duration
  75. ------ --------
  76. Clean 00:00:00.0426513
  77. DotnetRestore Failure
  78. Total: 00:00:00.4752384
  79. ---------------------------------------------------------------------
  80. Status: Failure
  81. ---------------------------------------------------------------------
  82. ---------------------------------------------------------------------
  83. 1) System.Exception: Restore failed on "restore" "fsharp_data_sample.sln" /p:PackageVersion=0.1.0
  84. at Fake.DotNetCli.Restore@146-3.Invoke(String message) in D:\code\fake\src\app\FakeLib\DotNetCLIHelper.fs:line 146
  85. at Fake.DotNetCli.Restore(FSharpFunc`2 setRestoreParams) in D:\code\fake\src\app\FakeLib\DotNetCLIHelper.fs:line 146
  86. at FSI_0005.Build.clo@47-6.Invoke(String dir) in C:\Users\scott\source\repos\fsharp-data-sample\build.fsx:line 48
  87. at Microsoft.FSharp.Collections.SeqModule.Iterate[T](FSharpFunc`2 action, IEnumerable`1 source)
  88. at FSI_0005.Build.clo@45-5.Invoke(Unit _arg2) in C:\Users\scott\source\repos\fsharp-data-sample\build.fsx:line 46
  89. at Fake.TargetHelper.runSingleTarget(TargetTemplate`1 target) in D:\code\fake\src\app\FakeLib\TargetHelper.fs:line 626
  90. ---------------------------------------------------------------------
  91. PS C:\Users\scott\source\repos\fsharp-data-sample>
Add Comment
Please, Sign In to add comment