Skip to content

Instantly share code, notes, and snippets.

@wholroyd
Created July 31, 2015 23:04
Show Gist options
  • Save wholroyd/00644841a8d5fc000beb to your computer and use it in GitHub Desktop.
Save wholroyd/00644841a8d5fc000beb to your computer and use it in GitHub Desktop.
Docker build on a DNX project failing on DNU restore
[wholroyd@wholroyd-fedora fake-dnx]$ docker build .
Sending build context to Docker daemon 2.561 MB
Sending build context to Docker daemon
Step 0 : FROM microsoft/aspnet
---> 3ad193895d0a
Step 1 : COPY /src/fake-dnx /app
---> Using cache
---> 677cc7cb7b1a
Step 2 : WORKDIR /app
---> Using cache
---> 7ec408b828a9
Step 3 : RUN dnu restore
---> Running in 83bd631e49f4
Microsoft .NET Development Utility Mono-x64-1.0.0-beta6-12256
Restoring packages for /app/project.json
GET https://www.nuget.org/api/v2/
GET https://www.nuget.org/api/v2/FindPackagesById()?id='Microsoft.AspNet.Diagnostics'
GET https://www.nuget.org/api/v2/FindPackagesById()?id='Microsoft.AspNet.Mvc'
GET https://www.nuget.org/api/v2/FindPackagesById()?id='Microsoft.AspNet.Mvc.TagHelpers'
GET https://www.nuget.org/api/v2/FindPackagesById()?id='Microsoft.AspNet.Server.IIS'
GET https://www.nuget.org/api/v2/FindPackagesById()?id='Microsoft.AspNet.Server.WebListener'
GET https://www.nuget.org/api/v2/FindPackagesById()?id='Microsoft.AspNet.StaticFiles'
GET https://www.nuget.org/api/v2/FindPackagesById()?id='Microsoft.AspNet.Tooling.Razor'
GET https://www.nuget.org/api/v2/FindPackagesById()?id='Microsoft.Framework.ConfigurationModel.Json'
GET https://www.nuget.org/api/v2/FindPackagesById()?id='Microsoft.Framework.CodeGenerators.Mvc'
GET https://www.nuget.org/api/v2/FindPackagesById()?id='Microsoft.Framework.Logging'
GET https://www.nuget.org/api/v2/FindPackagesById()?id='Microsoft.Framework.Logging.Console'
GET https://www.nuget.org/api/v2/FindPackagesById()?id='Microsoft.VisualStudio.Web.BrowserLink.Loader'
OK https://www.nuget.org/api/v2/FindPackagesById()?id='Microsoft.AspNet.Diagnostics' 64019ms
GET https://www.nuget.org/api/v2/package/Microsoft.AspNet.Diagnostics/1.0.0-beta6
Warning: FindPackagesById: Microsoft.AspNet.Mvc
HTTP request timed out. Retrying.
GET https://www.nuget.org/api/v2/FindPackagesById()?id='Microsoft.AspNet.Mvc'
Warning: FindPackagesById: Microsoft.AspNet.Server.IIS
HTTP request timed out. Retrying.
Warning: FindPackagesById: Microsoft.AspNet.Mvc.TagHelpers
HTTP request timed out. Retrying.
GET https://www.nuget.org/api/v2/FindPackagesById()?id='Microsoft.AspNet.Mvc.TagHelpers'
Warning: FindPackagesById: Microsoft.AspNet.Server.WebListener
HTTP request timed out. Retrying.
GET https://www.nuget.org/api/v2/FindPackagesById()?id='Microsoft.AspNet.Server.WebListener'
GET https://www.nuget.org/api/v2/FindPackagesById()?id='Microsoft.AspNet.Server.IIS'
Warning: FindPackagesById: Microsoft.AspNet.Tooling.Razor
HTTP request timed out. Retrying.
GET https://www.nuget.org/api/v2/FindPackagesById()?id='Microsoft.AspNet.Tooling.Razor'
Warning: FindPackagesById: Microsoft.AspNet.StaticFiles
HTTP request timed out. Retrying.
GET https://www.nuget.org/api/v2/FindPackagesById()?id='Microsoft.AspNet.StaticFiles'
Warning: FindPackagesById: Microsoft.Framework.ConfigurationModel.Json
HTTP request timed out. Retrying.
GET https://www.nuget.org/api/v2/FindPackagesById()?id='Microsoft.Framework.ConfigurationModel.Json'
Warning: FindPackagesById: Microsoft.Framework.CodeGenerators.Mvc
HTTP request timed out. Retrying.
GET https://www.nuget.org/api/v2/FindPackagesById()?id='Microsoft.Framework.CodeGenerators.Mvc'
Warning: FindPackagesById: Microsoft.Framework.Logging
HTTP request timed out. Retrying.
GET https://www.nuget.org/api/v2/FindPackagesById()?id='Microsoft.Framework.Logging'
Warning: FindPackagesById: Microsoft.Framework.Logging.Console
HTTP request timed out. Retrying.
GET https://www.nuget.org/api/v2/FindPackagesById()?id='Microsoft.Framework.Logging.Console'
Warning: FindPackagesById: Microsoft.VisualStudio.Web.BrowserLink.Loader
HTTP request timed out. Retrying.
GET https://www.nuget.org/api/v2/FindPackagesById()?id='Microsoft.VisualStudio.Web.BrowserLink.Loader'
OK https://www.nuget.org/api/v2/package/Microsoft.AspNet.Diagnostics/1.0.0-beta6 63380ms
OK https://www.nuget.org/api/v2/FindPackagesById()?id='Microsoft.AspNet.Mvc' 27491ms
GET https://www.nuget.org/api/v2/package/Microsoft.AspNet.Mvc/6.0.0-beta6
GET https://www.nuget.org/api/v2/FindPackagesById()?id='Microsoft.AspNet.Diagnostics.Abstractions'
GET https://www.nuget.org/api/v2/FindPackagesById()?id='Microsoft.AspNet.Http.Extensions'
GET https://www.nuget.org/api/v2/FindPackagesById()?id='Microsoft.AspNet.WebUtilities'
GET https://www.nuget.org/api/v2/FindPackagesById()?id='Microsoft.Framework.OptionsModel'
GET https://www.nuget.org/api/v2/FindPackagesById()?id='Microsoft.Framework.WebEncoders.Core'
GET https://www.nuget.org/api/v2/FindPackagesById()?id='Microsoft.Framework.Runtime.Abstractions'
GET https://www.nuget.org/api/v2/FindPackagesById()?id='Microsoft.Framework.Logging.Abstractions'
OK https://www.nuget.org/api/v2/FindPackagesById()?id='Microsoft.AspNet.Mvc.TagHelpers' 32477ms
GET https://www.nuget.org/api/v2/package/Microsoft.AspNet.Mvc.TagHelpers/6.0.0-beta6
OK https://www.nuget.org/api/v2/FindPackagesById()?id='Microsoft.AspNet.Server.WebListener' 32740ms
OK https://www.nuget.org/api/v2/FindPackagesById()?id='Microsoft.AspNet.Server.IIS' 32970ms
GET https://www.nuget.org/api/v2/package/Microsoft.AspNet.Server.WebListener/1.0.0-beta6
OK https://www.nuget.org/api/v2/FindPackagesById()?id='Microsoft.AspNet.StaticFiles' 39494ms
GET https://www.nuget.org/api/v2/package/Microsoft.AspNet.Server.IIS/1.0.0-beta6
GET https://www.nuget.org/api/v2/package/Microsoft.AspNet.StaticFiles/1.0.0-beta6
OK https://www.nuget.org/api/v2/FindPackagesById()?id='Microsoft.Framework.ConfigurationModel.Json' 39829ms
GET https://www.nuget.org/api/v2/package/Microsoft.Framework.ConfigurationModel.Json/1.0.0-beta4
OK https://www.nuget.org/api/v2/FindPackagesById()?id='Microsoft.AspNet.Tooling.Razor' 40203ms
GET https://www.nuget.org/api/v2/package/Microsoft.AspNet.Tooling.Razor/1.0.0-beta6
OK https://www.nuget.org/api/v2/FindPackagesById()?id='Microsoft.Framework.CodeGenerators.Mvc' 40986ms
GET https://www.nuget.org/api/v2/package/Microsoft.Framework.CodeGenerators.Mvc/1.0.0-beta5
OK https://www.nuget.org/api/v2/FindPackagesById()?id='Microsoft.Framework.Logging' 41991ms
GET https://www.nuget.org/api/v2/package/Microsoft.Framework.Logging/1.0.0-beta6
OK https://www.nuget.org/api/v2/FindPackagesById()?id='Microsoft.Framework.Logging.Console' 42879ms
GET https://www.nuget.org/api/v2/package/Microsoft.Framework.Logging.Console/1.0.0-beta6
OK https://www.nuget.org/api/v2/FindPackagesById()?id='Microsoft.VisualStudio.Web.BrowserLink.Loader' 43487ms
GET https://www.nuget.org/api/v2/package/Microsoft.VisualStudio.Web.BrowserLink.Loader/14.0.0-beta6
OK https://www.nuget.org/api/v2/FindPackagesById()?id='Microsoft.AspNet.Diagnostics.Abstractions' 19393ms
GET https://www.nuget.org/api/v2/package/Microsoft.AspNet.Diagnostics.Abstractions/1.0.0-beta6
OK https://www.nuget.org/api/v2/FindPackagesById()?id='Microsoft.AspNet.Http.Extensions' 19815ms
GET https://www.nuget.org/api/v2/package/Microsoft.AspNet.Http.Extensions/1.0.0-beta6
OK https://www.nuget.org/api/v2/FindPackagesById()?id='Microsoft.AspNet.WebUtilities' 20197ms
GET https://www.nuget.org/api/v2/package/Microsoft.AspNet.WebUtilities/1.0.0-beta6
OK https://www.nuget.org/api/v2/FindPackagesById()?id='Microsoft.Framework.OptionsModel' 26939ms
OK https://www.nuget.org/api/v2/package/Microsoft.AspNet.Mvc/6.0.0-beta6 27511ms
GET https://www.nuget.org/api/v2/FindPackagesById()?id='Microsoft.AspNet.Mvc.ApiExplorer'
GET https://www.nuget.org/api/v2/FindPackagesById()?id='Microsoft.AspNet.Mvc.Cors'
GET https://www.nuget.org/api/v2/package/Microsoft.Framework.OptionsModel/1.0.0-beta6
GET https://www.nuget.org/api/v2/FindPackagesById()?id='Microsoft.AspNet.Mvc.DataAnnotations'
GET https://www.nuget.org/api/v2/FindPackagesById()?id='Microsoft.AspNet.Mvc.Formatters.Json'
GET https://www.nuget.org/api/v2/FindPackagesById()?id='Microsoft.AspNet.Mvc.Localization'
GET https://www.nuget.org/api/v2/FindPackagesById()?id='Microsoft.AspNet.Mvc.Razor'
GET https://www.nuget.org/api/v2/FindPackagesById()?id='Microsoft.AspNet.Mvc.ViewFeatures'
GET https://www.nuget.org/api/v2/FindPackagesById()?id='Microsoft.Framework.Caching.Memory'
GET https://www.nuget.org/api/v2/FindPackagesById()?id='Microsoft.Framework.DependencyInjection'
OK https://www.nuget.org/api/v2/FindPackagesById()?id='Microsoft.Framework.WebEncoders.Core' 42271ms
GET https://www.nuget.org/api/v2/package/Microsoft.Framework.WebEncoders.Core/1.0.0-beta6
OK https://www.nuget.org/api/v2/FindPackagesById()?id='Microsoft.Framework.Runtime.Abstractions' 55686ms
GET https://www.nuget.org/api/v2/package/Microsoft.Framework.Runtime.Abstractions/1.0.0-beta6
OK https://www.nuget.org/api/v2/FindPackagesById()?id='Microsoft.Framework.Logging.Abstractions' 58690ms
GET https://www.nuget.org/api/v2/package/Microsoft.Framework.Logging.Abstractions/1.0.0-beta6
OK https://www.nuget.org/api/v2/package/Microsoft.AspNet.Mvc.TagHelpers/6.0.0-beta6 61395ms
GET https://www.nuget.org/api/v2/FindPackagesById()?id='Microsoft.Framework.FileSystemGlobbing'
Warning: DownloadPackageAsync: https://www.nuget.org/api/v2/package/Microsoft.Framework.CodeGenerators.Mvc/1.0.0-beta5
Error getting response stream (ReadDone1): ReceiveFailure
GET https://www.nuget.org/api/v2/package/Microsoft.Framework.CodeGenerators.Mvc/1.0.0-beta5
OK https://www.nuget.org/api/v2/package/Microsoft.AspNet.Server.WebListener/1.0.0-beta6 60395ms
GET https://www.nuget.org/api/v2/FindPackagesById()?id='Microsoft.AspNet.Hosting'
GET https://www.nuget.org/api/v2/FindPackagesById()?id='Microsoft.Net.Http.Headers'
GET https://www.nuget.org/api/v2/FindPackagesById()?id='Microsoft.Net.Http.Server'
OK https://www.nuget.org/api/v2/package/Microsoft.AspNet.Server.IIS/1.0.0-beta6 61947ms
GET https://www.nuget.org/api/v2/FindPackagesById()?id='Microsoft.AspNet.Loader.IIS.Interop'
GET https://www.nuget.org/api/v2/FindPackagesById()?id='Microsoft.AspNet.Loader.IIS'
OK https://www.nuget.org/api/v2/package/Microsoft.AspNet.StaticFiles/1.0.0-beta6 76905ms
GET https://www.nuget.org/api/v2/FindPackagesById()?id='Microsoft.AspNet.FileProviders.Abstractions'
GET https://www.nuget.org/api/v2/FindPackagesById()?id='Microsoft.AspNet.Hosting.Abstractions'
GET https://www.nuget.org/api/v2/FindPackagesById()?id='Microsoft.Framework.WebEncoders'
OK https://www.nuget.org/api/v2/package/Microsoft.Framework.ConfigurationModel.Json/1.0.0-beta4 84034ms
GET https://www.nuget.org/api/v2/FindPackagesById()?id='Newtonsoft.Json'
OK https://www.nuget.org/api/v2/FindPackagesById()?id='Microsoft.AspNet.Mvc.ApiExplorer' 68694ms
GET https://www.nuget.org/api/v2/FindPackagesById()?id='Microsoft.Framework.ConfigurationModel'
GET https://www.nuget.org/api/v2/package/Microsoft.AspNet.Mvc.ApiExplorer/6.0.0-beta6
OK https://www.nuget.org/api/v2/package/Microsoft.AspNet.Tooling.Razor/1.0.0-beta6 86249ms
GET https://www.nuget.org/api/v2/FindPackagesById()?id='Microsoft.AspNet.Razor.Runtime'
Warning: DownloadPackageAsync: https://www.nuget.org/api/v2/package/Microsoft.Framework.Logging.Console/1.0.0-beta6
HTTP request timed out. Retrying.
GET https://www.nuget.org/api/v2/package/Microsoft.Framework.Logging.Console/1.0.0-beta6
Warning: DownloadPackageAsync: https://www.nuget.org/api/v2/package/Microsoft.VisualStudio.Web.BrowserLink.Loader/14.0.0-beta6
HTTP request timed out. Retrying.
GET https://www.nuget.org/api/v2/package/Microsoft.VisualStudio.Web.BrowserLink.Loader/14.0.0-beta6
OK https://www.nuget.org/api/v2/FindPackagesById()?id='Microsoft.AspNet.Mvc.Cors' 89592ms
GET https://www.nuget.org/api/v2/package/Microsoft.AspNet.Mvc.Cors/6.0.0-beta6
OK https://www.nuget.org/api/v2/FindPackagesById()?id='Microsoft.AspNet.Mvc.DataAnnotations' 90590ms
GET https://www.nuget.org/api/v2/package/Microsoft.AspNet.Mvc.DataAnnotations/6.0.0-beta6
Warning: DownloadPackageAsync: https://www.nuget.org/api/v2/package/Microsoft.AspNet.Diagnostics.Abstractions/1.0.0-beta6
HTTP request timed out. Retrying.
GET https://www.nuget.org/api/v2/package/Microsoft.AspNet.Diagnostics.Abstractions/1.0.0-beta6
Warning: DownloadPackageAsync: https://www.nuget.org/api/v2/package/Microsoft.AspNet.Http.Extensions/1.0.0-beta6
HTTP request timed out. Retrying.
GET https://www.nuget.org/api/v2/package/Microsoft.AspNet.Http.Extensions/1.0.0-beta6
Warning: DownloadPackageAsync: https://www.nuget.org/api/v2/package/Microsoft.AspNet.WebUtilities/1.0.0-beta6
HTTP request timed out. Retrying.
GET https://www.nuget.org/api/v2/package/Microsoft.AspNet.WebUtilities/1.0.0-beta6
Warning: DownloadPackageAsync: https://www.nuget.org/api/v2/package/Microsoft.Framework.OptionsModel/1.0.0-beta6
HTTP request timed out. Retrying.
GET https://www.nuget.org/api/v2/package/Microsoft.Framework.OptionsModel/1.0.0-beta6
Warning: FindPackagesById: Microsoft.AspNet.Mvc.Formatters.Json
HTTP request timed out. Retrying.
GET https://www.nuget.org/api/v2/FindPackagesById()?id='Microsoft.AspNet.Mvc.Formatters.Json'
Warning: FindPackagesById: Microsoft.AspNet.Mvc.Localization
HTTP request timed out. Retrying.
GET https://www.nuget.org/api/v2/FindPackagesById()?id='Microsoft.AspNet.Mvc.Localization'
Warning: FindPackagesById: Microsoft.AspNet.Mvc.Razor
HTTP request timed out. Retrying.
GET https://www.nuget.org/api/v2/FindPackagesById()?id='Microsoft.AspNet.Mvc.Razor'
Warning: FindPackagesById: Microsoft.AspNet.Mvc.ViewFeatures
HTTP request timed out. Retrying.
GET https://www.nuget.org/api/v2/FindPackagesById()?id='Microsoft.AspNet.Mvc.ViewFeatures'
Warning: FindPackagesById: Microsoft.Framework.Caching.Memory
HTTP request timed out. Retrying.
GET https://www.nuget.org/api/v2/FindPackagesById()?id='Microsoft.Framework.Caching.Memory'
Warning: FindPackagesById: Microsoft.Framework.DependencyInjection
HTTP request timed out. Retrying.
GET https://www.nuget.org/api/v2/FindPackagesById()?id='Microsoft.Framework.DependencyInjection'
OK https://www.nuget.org/api/v2/package/Microsoft.Framework.Logging/1.0.0-beta6 119612ms
GET https://www.nuget.org/api/v2/FindPackagesById()?id='Microsoft.Framework.DependencyInjection.Abstractions'
Warning: DownloadPackageAsync: https://www.nuget.org/api/v2/package/Microsoft.Framework.WebEncoders.Core/1.0.0-beta6
HTTP request timed out. Retrying.
GET https://www.nuget.org/api/v2/package/Microsoft.Framework.WebEncoders.Core/1.0.0-beta6
OK https://www.nuget.org/api/v2/FindPackagesById()?id='Microsoft.Framework.Caching.Memory' 15864ms
GET https://www.nuget.org/api/v2/package/Microsoft.Framework.Caching.Memory/1.0.0-beta6
Warning: DownloadPackageAsync: https://www.nuget.org/api/v2/package/Microsoft.Framework.Runtime.Abstractions/1.0.0-beta6
HTTP request timed out. Retrying.
GET https://www.nuget.org/api/v2/package/Microsoft.Framework.Runtime.Abstractions/1.0.0-beta6
Warning: DownloadPackageAsync: https://www.nuget.org/api/v2/package/Microsoft.Framework.Logging.Abstractions/1.0.0-beta6
HTTP request timed out. Retrying.
GET https://www.nuget.org/api/v2/package/Microsoft.Framework.Logging.Abstractions/1.0.0-beta6
Warning: FindPackagesById: Microsoft.Framework.FileSystemGlobbing
HTTP request timed out. Retrying.
GET https://www.nuget.org/api/v2/FindPackagesById()?id='Microsoft.Framework.FileSystemGlobbing'
Warning: DownloadPackageAsync: https://www.nuget.org/api/v2/package/Microsoft.Framework.CodeGenerators.Mvc/1.0.0-beta5
HTTP request timed out. Retrying.
GET https://www.nuget.org/api/v2/package/Microsoft.Framework.CodeGenerators.Mvc/1.0.0-beta5
Warning: FindPackagesById: Microsoft.AspNet.Hosting
HTTP request timed out. Retrying.
GET https://www.nuget.org/api/v2/FindPackagesById()?id='Microsoft.AspNet.Hosting'
Warning: FindPackagesById: Microsoft.Net.Http.Headers
HTTP request timed out. Retrying.
GET https://www.nuget.org/api/v2/FindPackagesById()?id='Microsoft.Net.Http.Headers'
Warning: FindPackagesById: Microsoft.Net.Http.Server
HTTP request timed out. Retrying.
GET https://www.nuget.org/api/v2/FindPackagesById()?id='Microsoft.Net.Http.Server'
Warning: FindPackagesById: Microsoft.AspNet.Loader.IIS.Interop
HTTP request timed out. Retrying.
GET https://www.nuget.org/api/v2/FindPackagesById()?id='Microsoft.AspNet.Loader.IIS.Interop'
Warning: FindPackagesById: Microsoft.AspNet.Loader.IIS
HTTP request timed out. Retrying.
GET https://www.nuget.org/api/v2/FindPackagesById()?id='Microsoft.AspNet.Loader.IIS'
Warning: FindPackagesById: Microsoft.AspNet.FileProviders.Abstractions
HTTP request timed out. Retrying.
GET https://www.nuget.org/api/v2/FindPackagesById()?id='Microsoft.AspNet.FileProviders.Abstractions'
Warning: FindPackagesById: Microsoft.AspNet.Hosting.Abstractions
HTTP request timed out. Retrying.
GET https://www.nuget.org/api/v2/FindPackagesById()?id='Microsoft.AspNet.Hosting.Abstractions'
Warning: FindPackagesById: Microsoft.Framework.WebEncoders
HTTP request timed out. Retrying.
GET https://www.nuget.org/api/v2/FindPackagesById()?id='Microsoft.Framework.WebEncoders'
Warning: FindPackagesById: Newtonsoft.Json
HTTP request timed out. Retrying.
GET https://www.nuget.org/api/v2/FindPackagesById()?id='Newtonsoft.Json'
Warning: FindPackagesById: Microsoft.Framework.ConfigurationModel
HTTP request timed out. Retrying.
GET https://www.nuget.org/api/v2/FindPackagesById()?id='Microsoft.Framework.ConfigurationModel'
Warning: DownloadPackageAsync: https://www.nuget.org/api/v2/package/Microsoft.AspNet.Mvc.ApiExplorer/6.0.0-beta6
HTTP request timed out. Retrying.
GET https://www.nuget.org/api/v2/package/Microsoft.AspNet.Mvc.ApiExplorer/6.0.0-beta6
Warning: FindPackagesById: Microsoft.AspNet.Razor.Runtime
HTTP request timed out. Retrying.
GET https://www.nuget.org/api/v2/FindPackagesById()?id='Microsoft.AspNet.Razor.Runtime'
Warning: DownloadPackageAsync: https://www.nuget.org/api/v2/package/Microsoft.Framework.Logging.Console/1.0.0-beta6
HTTP request timed out. Retrying.
GET https://www.nuget.org/api/v2/package/Microsoft.Framework.Logging.Console/1.0.0-beta6
Warning: DownloadPackageAsync: https://www.nuget.org/api/v2/package/Microsoft.VisualStudio.Web.BrowserLink.Loader/14.0.0-beta6
HTTP request timed out. Retrying.
GET https://www.nuget.org/api/v2/package/Microsoft.VisualStudio.Web.BrowserLink.Loader/14.0.0-beta6
Warning: DownloadPackageAsync: https://www.nuget.org/api/v2/package/Microsoft.AspNet.Mvc.Cors/6.0.0-beta6
HTTP request timed out. Retrying.
GET https://www.nuget.org/api/v2/package/Microsoft.AspNet.Mvc.Cors/6.0.0-beta6
Warning: DownloadPackageAsync: https://www.nuget.org/api/v2/package/Microsoft.AspNet.Mvc.DataAnnotations/6.0.0-beta6
HTTP request timed out. Retrying.
GET https://www.nuget.org/api/v2/package/Microsoft.AspNet.Mvc.DataAnnotations/6.0.0-beta6
Warning: DownloadPackageAsync: https://www.nuget.org/api/v2/package/Microsoft.AspNet.Diagnostics.Abstractions/1.0.0-beta6
HTTP request timed out. Retrying.
GET https://www.nuget.org/api/v2/package/Microsoft.AspNet.Diagnostics.Abstractions/1.0.0-beta6
Warning: DownloadPackageAsync: https://www.nuget.org/api/v2/package/Microsoft.AspNet.Http.Extensions/1.0.0-beta6
HTTP request timed out. Retrying.
GET https://www.nuget.org/api/v2/package/Microsoft.AspNet.Http.Extensions/1.0.0-beta6
Warning: DownloadPackageAsync: https://www.nuget.org/api/v2/package/Microsoft.AspNet.WebUtilities/1.0.0-beta6
HTTP request timed out. Retrying.
GET https://www.nuget.org/api/v2/package/Microsoft.AspNet.WebUtilities/1.0.0-beta6
Warning: DownloadPackageAsync: https://www.nuget.org/api/v2/package/Microsoft.Framework.OptionsModel/1.0.0-beta6
HTTP request timed out. Retrying.
GET https://www.nuget.org/api/v2/package/Microsoft.Framework.OptionsModel/1.0.0-beta6
Warning: FindPackagesById: Microsoft.AspNet.Mvc.Formatters.Json
HTTP request timed out. Retrying.
GET https://www.nuget.org/api/v2/FindPackagesById()?id='Microsoft.AspNet.Mvc.Formatters.Json'
Warning: FindPackagesById: Microsoft.AspNet.Mvc.Localization
HTTP request timed out. Retrying.
GET https://www.nuget.org/api/v2/FindPackagesById()?id='Microsoft.AspNet.Mvc.Localization'
Warning: FindPackagesById: Microsoft.AspNet.Mvc.Razor
HTTP request timed out. Retrying.
GET https://www.nuget.org/api/v2/FindPackagesById()?id='Microsoft.AspNet.Mvc.Razor'
Warning: FindPackagesById: Microsoft.AspNet.Mvc.ViewFeatures
HTTP request timed out. Retrying.
GET https://www.nuget.org/api/v2/FindPackagesById()?id='Microsoft.AspNet.Mvc.ViewFeatures'
Warning: FindPackagesById: Microsoft.Framework.DependencyInjection
HTTP request timed out. Retrying.
GET https://www.nuget.org/api/v2/FindPackagesById()?id='Microsoft.Framework.DependencyInjection'
Warning: FindPackagesById: Microsoft.Framework.DependencyInjection.Abstractions
HTTP request timed out. Retrying.
GET https://www.nuget.org/api/v2/FindPackagesById()?id='Microsoft.Framework.DependencyInjection.Abstractions'
Warning: DownloadPackageAsync: https://www.nuget.org/api/v2/package/Microsoft.Framework.WebEncoders.Core/1.0.0-beta6
HTTP request timed out. Retrying.
GET https://www.nuget.org/api/v2/package/Microsoft.Framework.WebEncoders.Core/1.0.0-beta6
Warning: DownloadPackageAsync: https://www.nuget.org/api/v2/package/Microsoft.Framework.Caching.Memory/1.0.0-beta6
HTTP request timed out. Retrying.
GET https://www.nuget.org/api/v2/package/Microsoft.Framework.Caching.Memory/1.0.0-beta6
OK https://www.nuget.org/api/v2/FindPackagesById()?id='Microsoft.AspNet.Mvc.Formatters.Json' 24359ms
GET https://www.nuget.org/api/v2/package/Microsoft.AspNet.Mvc.Formatters.Json/6.0.0-beta6
Warning: DownloadPackageAsync: https://www.nuget.org/api/v2/package/Microsoft.Framework.Runtime.Abstractions/1.0.0-beta6
HTTP request timed out. Retrying.
GET https://www.nuget.org/api/v2/package/Microsoft.Framework.Runtime.Abstractions/1.0.0-beta6
Warning: DownloadPackageAsync: https://www.nuget.org/api/v2/package/Microsoft.Framework.Logging.Abstractions/1.0.0-beta6
HTTP request timed out. Retrying.
GET https://www.nuget.org/api/v2/package/Microsoft.Framework.Logging.Abstractions/1.0.0-beta6
Warning: FindPackagesById: Microsoft.Framework.FileSystemGlobbing
HTTP request timed out. Retrying.
GET https://www.nuget.org/api/v2/FindPackagesById()?id='Microsoft.Framework.FileSystemGlobbing'
Error: DownloadPackageAsync: https://www.nuget.org/api/v2/package/Microsoft.Framework.CodeGenerators.Mvc/1.0.0-beta5
HTTP request timed out. Exiting.
----------
System.Threading.Tasks.TaskCanceledException: A task was canceled.
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x00000] in <filename unknown>:0
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x00000] in <filename unknown>:0
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x00000] in <filename unknown>:0
at System.Runtime.CompilerServices.TaskAwaiter`1[System.Net.Http.HttpResponseMessage].GetResult () [0x00000] in <filename unknown>:0
at System.Net.Http.HttpClientHandler+<SendAsync>c__async0.MoveNext () [0x00000] in <filename unknown>:0
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x00000] in <filename unknown>:0
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x00000] in <filename unknown>:0
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x00000] in <filename unknown>:0
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x00000] in <filename unknown>:0
at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[System.Net.Http.HttpResponseMessage].GetResult () [0x00000] in <filename unknown>:0
at System.Net.Http.HttpClient+<SendAsyncWorker>c__async0.MoveNext () [0x00000] in <filename unknown>:0
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x00000] in <filename unknown>:0
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x00000] in <filename unknown>:0
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x00000] in <filename unknown>:0
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x00000] in <filename unknown>:0
at System.Runtime.CompilerServices.TaskAwaiter`1[System.Net.Http.HttpResponseMessage].GetResult () [0x00000] in <filename unknown>:0
at Microsoft.Framework.PackageManager.Restore.NuGet.HttpSource+<GetAsync>d__8.MoveNext () [0x00000] in <filename unknown>:0
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x00000] in <filename unknown>:0
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x00000] in <filename unknown>:0
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x00000] in <filename unknown>:0
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x00000] in <filename unknown>:0
at System.Runtime.CompilerServices.TaskAwaiter`1[Microsoft.Framework.PackageManager.Restore.NuGet.HttpSourceResult].GetResult () [0x00000] in <filename unknown>:0
at Microsoft.Framework.PackageManager.Restore.NuGet.PackageUtilities+<OpenNupkgStreamAsync>d__1.MoveNext () [0x00000] in <filename unknown>:0
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x00000] in <filename unknown>:0
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x00000] in <filename unknown>:0
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x00000] in <filename unknown>:0
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x00000] in <filename unknown>:0
at System.Runtime.CompilerServices.TaskAwaiter`1[Microsoft.Framework.PackageManager.Restore.NuGet.NupkgEntry].GetResult () [0x00000] in <filename unknown>:0
at Microsoft.Framework.PackageManager.Restore.NuGet.NuGetv2Feed+<OpenNupkgStreamAsync>d__29.MoveNext () [0x00000] in <filename unknown>:0
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x00000] in <filename unknown>:0
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x00000] in <filename unknown>:0
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x00000] in <filename unknown>:0
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x00000] in <filename unknown>:0
at System.Runtime.CompilerServices.TaskAwaiter`1[System.IO.Stream].GetResult () [0x00000] in <filename unknown>:0
at Microsoft.Framework.PackageManager.Restore.NuGet.PackageUtilities+<OpenNuspecStreamFromNupkgAsync>d__2.MoveNext () [0x00000] in <filename unknown>:0
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x00000] in <filename unknown>:0
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x00000] in <filename unknown>:0
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x00000] in <filename unknown>:0
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x00000] in <filename unknown>:0
at System.Runtime.CompilerServices.TaskAwaiter`1[System.IO.Stream].GetResult () [0x00000] in <filename unknown>:0
at Microsoft.Framework.PackageManager.Restore.NuGet.NuGetv2Feed+<OpenNuspecStreamAsync>d__27.MoveNext () [0x00000] in <filename unknown>:0
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x00000] in <filename unknown>:0
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x00000] in <filename unknown>:0
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x00000] in <filename unknown>:0
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x00000] in <filename unknown>:0
at System.Runtime.CompilerServices.TaskAwaiter`1[System.IO.Stream].GetResult () [0x00000] in <filename unknown>:0
at Microsoft.Framework.PackageManager.RemoteWalkProvider+<GetDependencies>d__7.MoveNext () [0x00000] in <filename unknown>:0
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x00000] in <filename unknown>:0
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x00000] in <filename unknown>:0
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x00000] in <filename unknown>:0
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x00000] in <filename unknown>:0
at System.Runtime.CompilerServices.TaskAwaiter`1[System.Collections.Generic.IEnumerable`1[Microsoft.Framework.Runtime.LibraryDependency]].GetResult () [0x00000] in <filename unknown>:0
at Microsoft.Framework.PackageManager.RestoreOperations+<FindLibraryEntry>d__5.MoveNext () [0x00000] in <filename unknown>:0
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x00000] in <filename unknown>:0
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x00000] in <filename unknown>:0
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x00000] in <filename unknown>:0
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x00000] in <filename unknown>:0
at System.Runtime.CompilerServices.TaskAwaiter`1[Microsoft.Framework.PackageManager.GraphItem].GetResult () [0x00000] in <filename unknown>:0
at Microsoft.Framework.PackageManager.RestoreOperations+<CreateGraphNode>d__2.MoveNext () [0x00000] in <filename unknown>:0
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x00000] in <filename unknown>:0
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x00000] in <filename unknown>:0
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x00000] in <filename unknown>:0
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x00000] in <filename unknown>:0
at System.Runtime.CompilerServices.TaskAwaiter`1[Microsoft.Framework.PackageManager.GraphNode].GetResult () [0x00000] in <filename unknown>:0
at Microsoft.Framework.PackageManager.RestoreOperations+<CreateGraphNode>d__2.MoveNext () [0x00000] in <filename unknown>:0
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x00000] in <filename unknown>:0
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x00000] in <filename unknown>:0
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x00000] in <filename unknown>:0
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x00000] in <filename unknown>:0
at System.Runtime.CompilerServices.TaskAwaiter`1[Microsoft.Framework.PackageManager.GraphNode].GetResult () [0x00000] in <filename unknown>:0
at Microsoft.Framework.PackageManager.RestoreCommand+<CreateGraphNode>d__71.MoveNext () [0x00000] in <filename unknown>:0
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x00000] in <filename unknown>:0
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x00000] in <filename unknown>:0
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x00000] in <filename unknown>:0
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x00000] in <filename unknown>:0
at System.Runtime.CompilerServices.TaskAwaiter`1[Microsoft.Framework.PackageManager.RestoreCommand+TargetContext[]].GetResult () [0x00000] in <filename unknown>:0
at Microsoft.Framework.PackageManager.RestoreCommand+<RestoreForProject>d__70.MoveNext () [0x00000] in <filename unknown>:0
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x00000] in <filename unknown>:0
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x00000] in <filename unknown>:0
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x00000] in <filename unknown>:0
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x00000] in <filename unknown>:0
at System.Runtime.CompilerServices.TaskAwaiter`1[System.Boolean].GetResult () [0x00000] in <filename unknown>:0
at Microsoft.Framework.PackageManager.RestoreCommand+<>c__DisplayClass69_0+<<Execute>b__1>d.MoveNext () [0x00000] in <filename unknown>:0
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x00000] in <filename unknown>:0
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x00000] in <filename unknown>:0
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x00000] in <filename unknown>:0
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x00000] in <filename unknown>:0
at System.Runtime.CompilerServices.TaskAwaiter.GetResult () [0x00000] in <filename unknown>:0
at Microsoft.Framework.PackageManager.RestoreCommand+<Execute>d__69.MoveNext () [0x00000] in <filename unknown>:0
----------
Restore failed
A task was canceled.
NuGet Config files used:
/root/.config/NuGet/NuGet.Config
Feeds used:
https://www.nuget.org/api/v2/
_wapi_connect: error looking up socket handle 0x7
The command 'dnu restore' returned a non-zero code: 1
@rzachariah
Copy link

I'm having the same problem. How did you resolve this?

@chaliy
Copy link

chaliy commented Sep 2, 2015

Exactly same issue :(

@ThomasHoest
Copy link

Same issue here

@slavabobik
Copy link

guys, did you see this issue dotnet/AspNetCore.Docs#184 ? may be it's a mono problem, any idea?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment