dotnet / sdk

Core functionality needed to create .NET Core projects, that is shared between Visual Studio and CLI
https://dot.net/core
MIT License
2.7k stars 1.06k forks source link

Restore fails with "An error occurred while sending the request." for some packages #5163

Closed atanasa closed 4 years ago

atanasa commented 8 years ago

Restore of the package "NETStandard.Library" (and others) fails with:

error: Failed to download package from 'https://dotnet.myget.org/F/dotnet-core/api/v3/flatcontainer/netstandard.library/1.0.0-rc2-23811/netstandard.library.1.0.0-rc2-23811.nupkg'.
error: An error occurred while sending the request.
error:   A connection with the server could not be established
error: Unable to load package 'NETStandard.Library'.
trace: System.AggregateException: One or more errors occurred. (Unable to load package 'NETStandard.Library'.) ---> 
NuGet.Protocol.Core.Types.FatalProtocolException: Unable to load package 'NETStandard.Library'.
trace:    at NuGet.Protocol.Core.v3.RemoteRepositories.PackageUtilities.<OpenNuspecFromNupkgAsync>d__0.MoveNext()

I think all packages on myget fail with this error (or maybe rc2 packages).

The dependency is defined as:

    "dependencies": {
        "NETStandard.Library": "1.0.0-rc2-23811"
    }

Version of dotnet cli: 1.0.0-beta-001494

Steps to reproduce:

  1. Create empty folder
  2. Run there "dotnet new"
  3. Run there "dotnet restore -v=debug > log.txt"

Using a browser to download the file 'https://dotnet.myget.org/F/dotnet-core/api/v3/flatcontainer/netstandard.library/1.0.0-rc2- 23811/netstandard.library.1.0.0-rc2-23811.nupkg' succeeds.

Full log: log.txt

blackdwarf commented 8 years ago

@atanasa which OS?

atanasa commented 8 years ago

Windows 7 64-bit

blackdwarf commented 8 years ago

@atanasa interesting enough, I cannot repro exactly this, but on my Win7 SP1 box with the latest rel/1.0.0 build 1.0.0-beta-001504 dotnet restore fails with HTTP timeout exceptions. Can you try the latest and see what is the result on your end? Thanks!

atanasa commented 8 years ago

It has something to do with my proxy settings for the WinINET stack (i.e. the Internet Options proxy). If I turn off the proxy, it works. If I run Fiddler (that sets a different proxy), the error is "security error" even though the fiddler certificate is trusted by windows. It is strange that if I have the proxy on, I can download the package using the browser. It could be my corporate proxy filtering out strange http clients, though it is strange that Fiddler would also break the connection.

I have a workaround for my case.

blackdwarf commented 8 years ago

@atanasa to me it didn't repro on a Win10 machine with newest CLI. Will try on Win7 again and if it doesn't repro there will close the issue. This OK with you?

blackdwarf commented 8 years ago

Well, a restore problem reproed for me with the latest bits on my Win7 SP1 machine.

Steps to reproduce

  1. Install latest bits
  2. Open up PowerShell
  3. mkdir new followed by cd new
  4. dotnet new
  5. dotnet restore

Expected behavior

The restore operation succeeds and lock file is written.

Actual behavior

The restore operation is extremely slow and never completes. The console is filled with these errors:

.0.0-rc2-23811.nupkg
log  : Failed to download package from 'https://dotnet.myget.org/F/dotnet-core/api/v3/flatcontainer/system.globalization
/4.0.11-rc2-23811/system.globalization.4.0.11-rc2-23811.nupkg'.
log  : The HTTP request to 'GET https://dotnet.myget.org/F/dotnet-core/api/v3/flatcontainer/system.globalization/4.0.11-
rc2-23811/system.globalization.4.0.11-rc2-23811.nupkg' has timed out after 100000ms.
info :   GET https://dotnet.myget.org/F/dotnet-core/api/v3/flatcontainer/system.globalization/4.0.11-rc2-23811/system.gl
obalization.4.0.11-rc2-23811.nupkg
log  : Failed to download package from 'https://dotnet.myget.org/F/dotnet-core/api/v3/flatcontainer/system.io.filesystem
/4.0.1-rc2-23811/system.io.filesystem.4.0.1-rc2-23811.nupkg'.
log  : The HTTP request to 'GET https://dotnet.myget.org/F/dotnet-core/api/v3/flatcontainer/system.io.filesystem/4.0.1-r
c2-23811/system.io.filesystem.4.0.1-rc2-23811.nupkg' has timed out after 100000ms.
info :   GET https://dotnet.myget.org/F/dotnet-core/api/v3/flatcontainer/system.io.filesystem/4.0.1-rc2-23811/system.io.
filesystem.4.0.1-rc2-23811.nupkg
log  : Failed to download package from 'https://dotnet.myget.org/F/dotnet-core/api/v3/flatcontainer/system.io/4.1.0-rc2-
23811/system.io.4.1.0-rc2-23811.nupkg'.
log  : The HTTP request to 'GET https://dotnet.myget.org/F/dotnet-core/api/v3/flatcontainer/system.io/4.1.0-rc2-23811/sy
stem.io.4.1.0-rc2-23811.nupkg' has timed out after 100000ms.
info :   GET https://dotnet.myget.org/F/dotnet-core/api/v3/flatcontainer/system.io/4.1.0-rc2-23811/system.io.4.1.0-rc2-2
3811.nupkg
log  : Failed to download package from 'https://dotnet.myget.org/F/dotnet-core/api/v3/flatcontainer/system.net.sockets/4
.1.0-rc2-23811/system.net.sockets.4.1.0-rc2-23811.nupkg'.
log  : The HTTP request to 'GET https://dotnet.myget.org/F/dotnet-core/api/v3/flatcontainer/system.net.sockets/4.1.0-rc2
-23811/system.net.sockets.4.1.0-rc2-23811.nupkg' has timed out after 100000ms.
info :   GET https://dotnet.myget.org/F/dotnet-core/api/v3/flatcontainer/system.net.sockets/4.1.0-rc2-23811/system.net.s
ockets.4.1.0-rc2-23811.nupkg
log  : Failed to download package from 'https://dotnet.myget.org/F/dotnet-core/api/v3/flatcontainer/system.io.filesystem
.primitives/4.0.1-rc2-23811/system.io.filesystem.primitives.4.0.1-rc2-23811.nupkg'.
log  : The HTTP request to 'GET https://dotnet.myget.org/F/dotnet-core/api/v3/flatcontainer/system.io.filesystem.primiti
ves/4.0.1-rc2-23811/system.io.filesystem.primitives.4.0.1-rc2-23811.nupkg' has timed out after 100000ms.
info :   GET https://dotnet.myget.org/F/dotnet-core/api/v3/flatcontainer/system.io.filesystem.primitives/4.0.1-rc2-23811
/system.io.filesystem.primitives.4.0.1-rc2-23811.nupkg
error: Failed to retrieve information from remote source 'https://dotnet.myget.org/F/dotnet-core/api/v3/flatcontainer/sy
stem.runtime/index.json'.
error: The HTTP request to 'GET https://dotnet.myget.org/F/dotnet-core/api/v3/flatcontainer/system.runtime/index.json' h
as timed out after 100000ms.
error: Failed to retrieve information from remote source 'https://dotnet.myget.org/F/dotnet-core/api/v3/flatcontainer/sy
stem.reflection.primitives/index.json'.
error: The HTTP request to 'GET https://dotnet.myget.org/F/dotnet-core/api/v3/flatcontainer/system.reflection.primitives
/index.json' has timed out after 100000ms.
error: Failed to retrieve information from remote source 'https://dotnet.myget.org/F/dotnet-core/api/v3/flatcontainer/sy
stem.reflection.typeextensions/index.json'.
error: The HTTP request to 'GET https://dotnet.myget.org/F/dotnet-core/api/v3/flatcontainer/system.reflection.typeextens
ions/index.json' has timed out after 100000ms.
error: Failed to retrieve information from remote source 'https://dotnet.myget.org/F/dotnet-core/api/v3/flatcontainer/sy
stem.reflection/index.json'.
error: The HTTP request to 'GET https://dotnet.myget.org/F/dotnet-core/api/v3/flatcontainer/system.reflection/index.json
' has timed out after 100000ms.
error: Failed to retrieve information from remote source 'https://api.nuget.org/v3-flatcontainer/system.runtime/index.js
on'.
error: The HTTP request to 'GET https://api.nuget.org/v3-flatcontainer/system.runtime/index.json' has timed out after 10
0000ms.
error: Failed to retrieve information from remote source 'https://dotnet.myget.org/F/dotnet-core/api/v3/flatcontainer/sy
stem.net.primitives/index.json'.
error: The HTTP request to 'GET https://dotnet.myget.org/F/dotnet-core/api/v3/flatcontainer/system.net.primitives/index.
json' has timed out after 100000ms.
error: Failed to retrieve information from remote source 'https://dotnet.myget.org/F/dotnet-core/api/v3/flatcontainer/sy
stem.reflection.extensions/index.json'.
error: The HTTP request to 'GET https://dotnet.myget.org/F/dotnet-core/api/v3/flatcontainer/system.reflection.extensions
/index.json' has timed out after 100000ms.
error: Failed to retrieve information from remote source 'https://dotnet.myget.org/F/dotnet-core/api/v3/flatcontainer/sy
stem.runtime/index.json'.
error:   The HTTP request to 'GET https://dotnet.myget.org/F/dotnet-core/api/v3/flatcontainer/system.runtime/index.json'
 has timed out after 100000ms.

My env

.NET Command Line Tools (1.0.0-beta-001540)

Product Information:
 Version:     1.0.0-beta-001540
 Commit Sha:  6aeed1f52d

Runtime Environment:
 OS Name:     Windows
 OS Version:  6.1.7601
 OS Platform: Windows
 Runtime Id:  win7-x64

/cc @piotrpMSFT

RobTheX commented 8 years ago

Hello,

I am new at .NET Core and facing a similar problem when trying to restore my first test project. I am behind a proxy, however, it seems that some packages can be downloaded successfully, some not (see listing extract below).

I also use Windows 7 64bit, so I guess that is the same bug as described above, isn't it?

If I try to run the project after restoring in spite of the error messages, it fails with:

F:\Temp\hwapp>dotnet run Can not find runtime target for framework 'DNXCore,Version=v5.0' and RID's 'win7-x64'. Possible causes:

  1. Project is not restored or restore failed - run dotnet restore
  2. Project is not targeting runable framework (netstandardapp* or net*)

F:\Temp\hwapp>dotnet run Can not find runtime target for framework 'DNXCore,Version=v5.0' and RID's 'win7-x64'. Possible causes:

  1. Project is not restored or restore failed - run dotnet restore
  2. Project is not targeting runable framework (netstandardapp* or net*)

Restoring messages (extract):

F:\Temp\hwapp>dotnet restore

[.....]

info : OK https://api.nuget.org/v3-flatcontainer/system.globalization/index.json 39558ms info : GET https://api.nuget.org/v3-flatcontainer/system.globalization/4.0.10/system.globalization.4.0.10.nupkg info : OK https://api.nuget.org/v3-flatcontainer/system.globalization.calendars/index.json 40258ms info : OK https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/microsoft.netcore.runtime/index.json 43902ms info : GET https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/microsoft.netcore.runtime/1.0.1-rc2-23811/microsoft.netcore.runtime.1.0.1-rc2-23811.nupkg info : OK https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/system.collections.concurrent/4.0.12-rc2-23811/system.collections.concurrent.4.0.12-rc2-23811.nupkg 70092ms info : GET https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/system.diagnostics.tracing/4.0.20/system.diagnostics.tracing.4.0.20.nupkg info : OK https://api.nuget.org/v3-flatcontainer/system.io/index.json 45733ms info : OK https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/microsoft.win32.primitives/index.json 46895ms info : GET https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/microsoft.win32.primitives/4.0.1-rc2-23811/microsoft.win32.primitives.4.0.1-rc2-23811.nupkg info : OK https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/system.io.filesystem.primitives/index.json 48934ms info : GET https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/system.io.filesystem.primitives/4.0.1-rc2-23811/system.io.filesystem.primitives.4.0.1-rc2-23811.nupkg info : OK https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/system.appcontext/index.json 51458ms info : GET https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/system.appcontext/4.1.0-rc2-23811/system.appcontext.4.1.0-rc2-23811.nupkg info : OK https://api.nuget.org/v3-flatcontainer/system.net.primitives/index.json 54422ms info : OK https://api.nuget.org/v3-flatcontainer/system.threading.timer/index.json 55984ms info : OK https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/system.reflection/index.json 58937ms info : GET https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/system.reflection/4.1.0-rc2-23811/system.reflection.4.1.0-rc2-23811.nupkg info : GET https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/system.reflection/4.0.10/system.reflection.4.0.10.nupkg info : OK https://api.nuget.org/v3-flatcontainer/system.collections/index.json 61319ms info : OK https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/system.reflection.extensions/index.json 63067ms info : GET https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/system.reflection.extensions/4.0.1-rc2-23811/system.reflection.extensions.4.0.1-rc2-23811.nupkg info : OK https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/system.console/index.json 65487ms info : GET https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/system.console/4.0.0-rc2-23811/system.console.4.0.0-rc2-23811.nupkg info : OK https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/system.collections/4.0.11-rc2-23811/system.collections.4.0.11-rc2-23811.nupkg 48936ms info : OK https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/system.diagnostics.debug/index.json 70155ms info : GET https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/system.diagnostics.debug/4.0.11-rc2-23811/system.diagnostics.debug.4.0.11-rc2-23811.nupkg info : OK https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/system.reflection.typeextensions/index.json 72153ms info : GET https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/system.reflection.typeextensions/4.1.0-rc2-23811/system.reflection.typeextensions.4.1.0-rc2-23811.nupkg info : OK https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/system.runtime/index.json 74538ms info : GET https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/system.runtime/4.1.0-rc2-23811/system.runtime.4.1.0-rc2-23811.nupkg info : GET https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/system.runtime/4.0.20/system.runtime.4.0.20.nupkg info : OK https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/system.runtime.extensions/index.json 76829ms info : GET https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/system.runtime.extensions/4.1.0-rc2-23811/system.runtime.extensions.4.1.0-rc2-23811.nupkg info : GET https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/system.runtime.extensions/4.0.10/system.runtime.extensions.4.0.10.nupkg info : OK https://api.nuget.org/v3-flatcontainer/system.runtime.extensions/index.json 79909ms info : OK https://api.nuget.org/v3-flatcontainer/system.runtime.handles/index.json 82483ms info : OK https://api.nuget.org/v3-flatcontainer/system.diagnostics.debug/4.0.10/system.diagnostics.debug.4.0.10.nupkg 54776ms info : OK https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/system.diagnostics.tools/4.0.1-rc2-23811/system.diagnostics.tools.4.0.1-rc2-23811.nupkg 53992ms info : OK https://api.nuget.org/v3-flatcontainer/system.runtime.interopservices/index.json 88584ms info : OK https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/system.runtime.interopservices.runtimeinformation/index.json 90584ms info : GET https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/system.runtime.interopservices.runtimeinformation/4.0.0-rc2-23811/system.runtime.interopservices.runtimeinformation.4.0.0-rc2-23811.nupkg info : OK https://api.nuget.org/v3-flatcontainer/system.runtime.interopservices.runtimeinformation/index.json 93259ms info : OK https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/system.text.encoding/index.json 95106ms info : GET https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/system.text.encoding/4.0.11-rc2-23811/system.text.encoding.4.0.11-rc2-23811.nupkg info : OK https://api.nuget.org/v3-flatcontainer/system.text.encoding/index.json 98315ms info : OK https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/microsoft.netcore.runtime/1.0.1-rc2-23811/microsoft.netcore.runtime.1.0.1-rc2-23811.nupkg 69005ms info : GET https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/microsoft.netcore.runtime.coreclr/index.json info : GET https://api.nuget.org/v3-flatcontainer/microsoft.netcore.runtime.coreclr/index.json info : GET https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/microsoft.netcore.runtime.native/index.json info : GET https://api.nuget.org/v3-flatcontainer/microsoft.netcore.runtime.native/index.json info : OK https://api.nuget.org/v3-flatcontainer/system.globalization/4.0.10/system.globalization.4.0.10.nupkg 76806ms info : OK https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/system.reflection/4.0.10/system.reflection.4.0.10.nupkg 66929ms info : GET https://api.nuget.org/v3-flatcontainer/system.io/4.0.0/system.io.4.0.0.nupkg info : OK https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/system.diagnostics.debug/4.0.11-rc2-23811/system.diagnostics.debug.4.0.11-rc2-23811.nupkg 65101ms info : OK https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/system.reflection.typeextensions/4.1.0-rc2-23811/system.reflection.typeextensions.4.1.0-rc2-23811.nupkg 65158ms info : OK https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/system.runtime.extensions/4.0.10/system.runtime.extensions.4.0.10.nupkg 69033ms info : OK https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/system.runtime/4.1.0-rc2-23811/system.runtime.4.1.0-rc2-23811.nupkg 72487ms info : OK https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/system.text.regularexpressions/4.0.12-rc2-23811/system.text.regularexpressions.4.0.12-rc2-23811.nupkg 166505ms info : OK https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/system.runtime.interopservices.runtimeinformation/4.0.0-rc2-23811/system.runtime.interopservices.runtimeinformation.4.0.0-rc2-23811.nupkg 63244ms info : OK https://api.nuget.org/v3-flatcontainer/system.diagnostics.tools/index.json 161836ms info : OK https://api.nuget.org/v3-flatcontainer/system.diagnostics.tracing/index.json 164314ms info : OK https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/system.io/index.json 165846ms info : GET https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/system.io/4.1.0-rc2-23811/system.io.4.1.0-rc2-23811.nupkg info : OK https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/system.io.filesystem/index.json 168826ms info : GET https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/system.io.filesystem/4.0.1-rc2-23811/system.io.filesystem.4.0.1-rc2-23811.nupkg info : OK https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/system.net.primitives/index.json 170206ms info : GET https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/system.net.primitives/4.0.11-rc2-23811/system.net.primitives.4.0.11-rc2-23811.nupkg info : OK https://api.nuget.org/v3-flatcontainer/system.threading.tasks/index.json 173301ms info : GET https://api.nuget.org/v3-flatcontainer/system.threading.tasks/4.0.10/system.threading.tasks.4.0.10.nupkg info : OK https://api.nuget.org/v3-flatcontainer/system.threading/index.json 177891ms info : GET https://api.nuget.org/v3-flatcontainer/system.threading/4.0.10/system.threading.4.0.10.nupkg info : OK https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/system.runtime.handles/index.json 179327ms info : GET https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/system.runtime.handles/4.0.1-rc2-23811/system.runtime.handles.4.0.1-rc2-23811.nupkg info : OK https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/system.runtime.interopservices/index.json 182496ms info : GET https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/system.runtime.interopservices/4.1.0-rc2-23811/system.runtime.interopservices.4.1.0-rc2-23811.nupkg info : OK https://api.nuget.org/v3-flatcontainer/system.reflection.typeextensions/index.json 184307ms info : OK https://api.nuget.org/v3-flatcontainer/system.reflection.primitives/index.json 187147ms info : GET https://api.nuget.org/v3-flatcontainer/system.reflection.primitives/4.0.0/system.reflection.primitives.4.0.0.nupkg info : OK https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/system.reflection.primitives/index.json 188618ms info : GET https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/system.reflection.primitives/4.0.1-rc2-23811/system.reflection.primitives.4.0.1-rc2-23811.nupkg info : OK https://api.nuget.org/v3-flatcontainer/system.resources.resourcemanager/index.json 183239ms info : GET https://api.nuget.org/v3-flatcontainer/system.resources.resourcemanager/4.0.0/system.resources.resourcemanager.4.0.0.nupkg info : OK https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/system.net.sockets/index.json 193432ms info : GET https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/system.net.sockets/4.1.0-rc2-23811/system.net.sockets.4.1.0-rc2-23811.nupkg info : OK https://api.nuget.org/v3-flatcontainer/system.net.sockets/index.json 195848ms info : OK https://api.nuget.org/v3-flatcontainer/microsoft.netcore.runtime.native/index.json 86061ms info : OK https://api.nuget.org/v3-flatcontainer/microsoft.netcore.runtime.coreclr/index.json 90680ms info : OK https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/system.collections/4.0.10/system.collections.4.0.10.nupkg 188830ms info : OK https://api.nuget.org/v3-flatcontainer/system.io/4.0.0/system.io.4.0.0.nupkg 88695ms info : GET https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/system.text.encoding/4.0.0/system.text.encoding.4.0.0.nupkg info : OK https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/system.diagnostics.tracing/4.1.0-rc2-23811/system.diagnostics.tracing.4.1.0-rc2-23811.nupkg 184404ms info : OK https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/microsoft.netcore.platforms/1.0.1-rc2-23811/microsoft.netcore.platforms.1.0.1-rc2-23811.nupkg 183026ms info : GET https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/microsoft.netcore.targets/index.json info : GET https://api.nuget.org/v3-flatcontainer/microsoft.netcore.targets/index.json info : OK https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/system.reflection.extensions/4.0.1-rc2-23811/system.reflection.extensions.4.0.1-rc2-23811.nupkg 176504ms info : OK https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/system.console/4.0.0-rc2-23811/system.console.4.0.0-rc2-23811.nupkg 176533ms info : OK https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/system.runtime.handles/4.0.1-rc2-23811/system.runtime.handles.4.0.1-rc2-23811.nupkg 78764ms info : OK https://api.nuget.org/v3-flatcontainer/system.threading/4.0.10/system.threading.4.0.10.nupkg 80341ms info : GET https://api.nuget.org/v3-flatcontainer/system.threading.tasks/4.0.0/system.threading.tasks.4.0.0.nupkg info : OK https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/system.runtime.interopservices/4.1.0-rc2-23811/system.runtime.interopservices.4.1.0-rc2-23811.nupkg 79744ms info : GET https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/system.runtime.interopservices.pinvoke/index.json info : GET https://api.nuget.org/v3-flatcontainer/system.runtime.interopservices.pinvoke/index.json info : OK https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/system.globalization/index.json 277636ms info : GET https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/system.globalization/4.0.11-rc2-23811/system.globalization.4.0.11-rc2-23811.nupkg info : OK https://api.nuget.org/v3-flatcontainer/system.io.filesystem.primitives/index.json 280722ms info : OK https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/system.threading.tasks/index.json 282002ms info : GET https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/system.threading.tasks/4.0.11-rc2-23811/system.threading.tasks.4.0.11-rc2-23811.nupkg info : OK https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/system.threading/index.json 286644ms info : GET https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/system.threading/4.0.11-rc2-23811/system.threading.4.0.11-rc2-23811.nupkg info : OK https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/microsoft.netcore.runtime.native/index.json 186034ms info : GET https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/microsoft.netcore.runtime.native/1.0.1-rc2-23811/microsoft.netcore.runtime.native.1.0.1-rc2-23811.nupkg log : Retrying 'FindPackagesByIdAsync' for source https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/system.globalization.calendars/index.json. log : The HTTP request to 'GET https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/system.globalization.calendars/index.json' has timed out after 100000ms. info : GET https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/system.globalization.calendars/index.json log : Retrying 'FindPackagesByIdAsync' for source https://api.nuget.org/v3-flatcontainer/system.io.filesystem/index.json. log : The HTTP request to 'GET https://api.nuget.org/v3-flatcontainer/system.io.filesystem/index.json' has timed out after 100000ms. info : GET https://api.nuget.org/v3-flatcontainer/system.io.filesystem/index.json info : OK https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/system.resources.resourcemanager/index.json 292568ms log : Retrying 'FindPackagesByIdAsync' for source https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/system.threading.timer/index.json. log : The HTTP request to 'GET https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/system.threading.timer/index.json' has timed out after 100000ms. info : GET https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/system.threading.timer/index.json log : Retrying 'FindPackagesByIdAsync' for source https://api.nuget.org/v3-flatcontainer/system.text.encoding.extensions/index.json. log : The HTTP request to 'GET https://api.nuget.org/v3-flatcontainer/system.text.encoding.extensions/index.json' has timed out after 100000ms. info : GET https://api.nuget.org/v3-flatcontainer/system.text.encoding.extensions/index.json log : Retrying 'FindPackagesByIdAsync' for source https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/system.text.encoding.extensions/index.json. log : The HTTP request to 'GET https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/system.text.encoding.extensions/index.json' has timed out after 100000ms. info : GET https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/system.text.encoding.extensions/index.json log : Retrying 'FindPackagesByIdAsync' for source https://api.nuget.org/v3-flatcontainer/system.runtime/index.json. log : The HTTP request to 'GET https://api.nuget.org/v3-flatcontainer/system.runtime/index.json' has timed out after 100000ms. info : GET https://api.nuget.org/v3-flatcontainer/system.runtime/index.json info : OK https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/microsoft.netcore.targets/index.json 86933ms info : GET https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/microsoft.netcore.targets/1.0.1-rc2-23811/microsoft.netcore.targets.1.0.1-rc2-23811.nupkg log : Retrying 'FindPackagesByIdAsync' for source https://api.nuget.org/v3-flatcontainer/system.reflection.extensions/index.json. log : The HTTP request to 'GET https://api.nuget.org/v3-flatcontainer/system.reflection.extensions/index.json' has timed out after 100000ms. info : GET https://api.nuget.org/v3-flatcontainer/system.reflection.extensions/index.json log : Retrying 'FindPackagesByIdAsync' for source https://api.nuget.org/v3-flatcontainer/system.reflection/index.json. log : The HTTP request to 'GET https://api.nuget.org/v3-flatcontainer/system.reflection/index.json' has timed out after 100000ms. info : GET https://api.nuget.org/v3-flatcontainer/system.reflection/index.json info : OK https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/system.reflection/4.1.0-rc2-23811/system.reflection.4.1.0-rc2-23811.nupkg 280647ms info : OK https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/system.runtime.interopservices.pinvoke/index.json 78107ms info : GET https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/system.runtime.interopservices.pinvoke/4.0.0-rc2-23811/system.runtime.interopservices.pinvoke.4.0.0-rc2-23811.nupkg log : Failed to download package from 'https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/system.diagnostics.tracing/4.0.20/system.diagnostics.tracing.4.0.20.nupkg'. log : The HTTP request to 'GET https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/system.diagnostics.tracing/4.0.20/system.diagnostics.tracing.4.0.20.nupkg' has timed out after 100000ms. info : GET https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/system.diagnostics.tracing/4.0.20/system.diagnostics.tracing.4.0.20.nupkg log : Failed to download package from 'https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/microsoft.win32.primitives/4.0.1-rc2-23811/microsoft.win32.primitives.4.0.1-rc2-23811.nupkg'. log : The HTTP request to 'GET https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/microsoft.win32.primitives/4.0.1-rc2-23811/microsoft.win32.primitives.4.0.1-rc2-23811.nupkg' has timed out after 100000ms. info : GET https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/microsoft.win32.primitives/4.0.1-rc2-23811/microsoft.win32.primitives.4.0.1-rc2-23811.nupkg info : OK https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/system.io/4.1.0-rc2-23811/system.io.4.1.0-rc2-23811.nupkg 181889ms info : OK https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/system.io.filesystem/4.0.1-rc2-23811/system.io.filesystem.4.0.1-rc2-23811.nupkg 180382ms log : Failed to download package from 'https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/system.io.filesystem.primitives/4.0.1-rc2-23811/system.io.filesystem.primitives.4.0.1-rc2-23811.nupkg'. log : The HTTP request to 'GET https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/system.io.filesystem.primitives/4.0.1-rc2-23811/system.io.filesystem.primitives.4.0.1-rc2-23811.nupkg' has timed out after 100000ms. info : GET https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/system.io.filesystem.primitives/4.0.1-rc2-23811/system.io.filesystem.primitives.4.0.1-rc2-23811.nupkg log : Failed to download package from 'https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/system.appcontext/4.1.0-rc2-23811/system.appcontext.4.1.0-rc2-23811.nupkg'. log : The HTTP request to 'GET https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/system.appcontext/4.1.0-rc2-23811/system.appcontext.4.1.0-rc2-23811.nupkg' has timed out after 100000ms. info : GET https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/system.appcontext/4.1.0-rc2-23811/system.appcontext.4.1.0-rc2-23811.nupkg info : OK https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/system.net.primitives/4.0.11-rc2-23811/system.net.primitives.4.0.11-rc2-23811.nupkg 182299ms info : OK https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/system.runtime/4.0.20/system.runtime.4.0.20.nupkg 285821ms info : GET https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/system.private.uri/index.json info : GET https://api.nuget.org/v3-flatcontainer/system.private.uri/index.json info : OK https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/system.runtime.extensions/4.1.0-rc2-23811/system.runtime.extensions.4.1.0-rc2-23811.nupkg 284088ms info : OK https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/system.threading.tasks/4.0.11-rc2-23811/system.threading.tasks.4.0.11-rc2-23811.nupkg 84684ms info : OK https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/system.reflection.primitives/4.0.1-rc2-23811/system.reflection.primitives.4.0.1-rc2-23811.nupkg 182818ms info : OK https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/microsoft.netcore.runtime.native/1.0.1-rc2-23811/microsoft.netcore.runtime.native.1.0.1-rc2-23811.nupkg 81924ms info : OK https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/system.threading.timer/index.json 84106ms info : GET https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/system.threading.timer/4.0.1-rc2-23811/system.threading.timer.4.0.1-rc2-23811.nupkg info : OK https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/microsoft.netcore.targets/1.0.1-rc2-23811/microsoft.netcore.targets.1.0.1-rc2-23811.nupkg 86527ms info : GET https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/microsoft.netcore.targets.dnxcore/index.json info : GET https://api.nuget.org/v3-flatcontainer/microsoft.netcore.targets.dnxcore/index.json log : Failed to download package from 'https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/system.text.encoding/4.0.11-rc2-23811/system.text.encoding.4.0.11-rc2-23811.nupkg'. log : The HTTP request to 'GET https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/system.text.encoding/4.0.11-rc2-23811/system.text.encoding.4.0.11-rc2-23811.nupkg' has timed out after 100000ms. info : GET https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/system.text.encoding/4.0.11-rc2-23811/system.text.encoding.4.0.11-rc2-23811.nupkg info : OK https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/microsoft.netcore.runtime.coreclr/index.json 286897ms info : GET https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/microsoft.netcore.runtime.coreclr/1.0.1-rc2-23811/microsoft.netcore.runtime.coreclr.1.0.1-rc2-23811.nupkg info : OK https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/system.diagnostics.tracing/4.0.20/system.diagnostics.tracing.4.0.20.nupkg 74200ms info : OK https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/system.private.uri/index.json 72944ms info : GET https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/system.private.uri/4.0.0/system.private.uri.4.0.0.nupkg log : Failed to download package from 'https://api.nuget.org/v3-flatcontainer/system.reflection.primitives/4.0.0/system.reflection.primitives.4.0.0.nupkg'. log : Object reference not set to an instance of an object. info : GET https://api.nuget.org/v3-flatcontainer/system.reflection.primitives/4.0.0/system.reflection.primitives.4.0.0.nupkg info : OK https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/system.globalization/4.0.11-rc2-23811/system.globalization.4.0.11-rc2-23811.nupkg 170620ms log : Failed to download package from 'https://api.nuget.org/v3-flatcontainer/system.threading.tasks/4.0.10/system.threading.tasks.4.0.10.nupkg'. log : The HTTP request to 'GET https://api.nuget.org/v3-flatcontainer/system.threading.tasks/4.0.10/system.threading.tasks.4.0.10.nupkg' has timed out after 100000ms. info : GET https://api.nuget.org/v3-flatcontainer/system.threading.tasks/4.0.10/system.threading.tasks.4.0.10.nupkg info : OK https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/system.threading/4.0.11-rc2-23811/system.threading.4.0.11-rc2-23811.nupkg 169015ms info : OK https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/microsoft.netcore.targets.dnxcore/index.json 67859ms info : GET https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/microsoft.netcore.targets.dnxcore/5.0.0-rc2-23811/microsoft.netcore.targets.dnxcore.5.0.0-rc2-23811.nupkg info : OK https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/system.net.sockets/4.1.0-rc2-23811/system.net.sockets.4.1.0-rc2-23811.nupkg 269026ms info : OK https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/system.globalization.calendars/index.json 171778ms info : GET https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/system.globalization.calendars/4.0.1-rc2-23811/system.globalization.calendars.4.0.1-rc2-23811.nupkg log : Failed to download package from 'https://api.nuget.org/v3-flatcontainer/system.resources.resourcemanager/4.0.0/system.resources.resourcemanager.4.0.0.nupkg'. log : The HTTP request to 'GET https://api.nuget.org/v3-flatcontainer/system.resources.resourcemanager/4.0.0/system.resources.resourcemanager.4.0.0.nupkg' has timed out after 100000ms. info : GET https://api.nuget.org/v3-flatcontainer/system.resources.resourcemanager/4.0.0/system.resources.resourcemanager.4.0.0.nupkg info : OK https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/system.text.encoding.extensions/index.json 172163ms info : GET https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/system.text.encoding.extensions/4.0.11-rc2-23811/system.text.encoding.extensions.4.0.11-rc2-23811.nupkg info : OK https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/system.text.encoding/4.0.0/system.text.encoding.4.0.0.nupkg 268577ms info : OK https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/microsoft.netcore.targets.dnxcore/5.0.0-rc2-23811/microsoft.netcore.targets.dnxcore.5.0.0-rc2-23811.nupkg 58576ms log : Retrying 'FindPackagesByIdAsync' for source https://api.nuget.org/v3-flatcontainer/microsoft.netcore.targets/index.json. log : The HTTP request to 'GET https://api.nuget.org/v3-flatcontainer/microsoft.netcore.targets/index.json' has timed out after 100000ms. info : GET https://api.nuget.org/v3-flatcontainer/microsoft.netcore.targets/index.json log : Retrying 'FindPackagesByIdAsync' for source https://api.nuget.org/v3-flatcontainer/system.reflection.extensions/index.json. log : Object reference not set to an instance of an object. info : GET https://api.nuget.org/v3-flatcontainer/system.reflection.extensions/index.json info : OK https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/system.globalization.calendars/4.0.1-rc2-23811/system.globalization.calendars.4.0.1-rc2-23811.nupkg 57112ms log : Failed to download package from 'https://api.nuget.org/v3-flatcontainer/system.threading.tasks/4.0.0/system.threading.tasks.4.0.0.nupkg'. log : The HTTP request to 'GET https://api.nuget.org/v3-flatcontainer/system.threading.tasks/4.0.0/system.threading.tasks.4.0.0.nupkg' has timed out after 100000ms. info : GET https://api.nuget.org/v3-flatcontainer/system.threading.tasks/4.0.0/system.threading.tasks.4.0.0.nupkg log : Retrying 'FindPackagesByIdAsync' for source https://api.nuget.org/v3-flatcontainer/system.runtime.interopservices.pinvoke/index.json. log : The HTTP request to 'GET https://api.nuget.org/v3-flatcontainer/system.runtime.interopservices.pinvoke/index.json' has timed out after 100000ms. info : GET https://api.nuget.org/v3-flatcontainer/system.runtime.interopservices.pinvoke/index.json log : Retrying 'FindPackagesByIdAsync' for source https://api.nuget.org/v3-flatcontainer/system.runtime/index.json. log : Object reference not set to an instance of an object. info : GET https://api.nuget.org/v3-flatcontainer/system.runtime/index.json log : Retrying 'FindPackagesByIdAsync' for source https://api.nuget.org/v3-flatcontainer/system.text.encoding.extensions/index.json. log : The HTTP request to 'GET https://api.nuget.org/v3-flatcontainer/system.text.encoding.extensions/index.json' has timed out after 100000ms. info : GET https://api.nuget.org/v3-flatcontainer/system.text.encoding.extensions/index.json info : OK https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/system.private.uri/4.0.0/system.private.uri.4.0.0.nupkg 143942ms info : OK https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/system.threading.timer/4.0.1-rc2-23811/system.threading.timer.4.0.1-rc2-23811.nupkg 196904ms log : Retrying 'FindPackagesByIdAsync' for source https://api.nuget.org/v3-flatcontainer/system.io.filesystem/index.json. log : The HTTP request to 'GET https://api.nuget.org/v3-flatcontainer/system.io.filesystem/index.json' has timed out after 100000ms. info : GET https://api.nuget.org/v3-flatcontainer/system.io.filesystem/index.json info : OK https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/system.text.encoding/4.0.11-rc2-23811/system.text.encoding.4.0.11-rc2-23811.nupkg 191726ms log : Retrying 'FindPackagesByIdAsync' for source https://api.nuget.org/v3-flatcontainer/system.reflection/index.json. log : Object reference not set to an instance of an object. info : GET https://api.nuget.org/v3-flatcontainer/system.reflection/index.json info : OK https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/microsoft.netcore.runtime.coreclr/1.0.1-rc2-23811/microsoft.netcore.runtime.coreclr.1.0.1-rc2-23811.nupkg 191654ms info : GET https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/microsoft.netcore.windows.apisets/index.json info : GET https://api.nuget.org/v3-flatcontainer/microsoft.netcore.windows.apisets/index.json info : OK https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/microsoft.win32.primitives/4.0.1-rc2-23811/microsoft.win32.primitives.4.0.1-rc2-23811.nupkg 275215ms info : OK https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/microsoft.netcore.windows.apisets/index.json 35508ms info : GET https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/microsoft.netcore.windows.apisets/1.0.1-rc2-23811/microsoft.netcore.windows.apisets.1.0.1-rc2-23811.nupkg log : Retrying 'FindPackagesByIdAsync' for source https://api.nuget.org/v3-flatcontainer/microsoft.netcore.targets.dnxcore/index.json. log : Object reference not set to an instance of an object. info : GET https://api.nuget.org/v3-flatcontainer/microsoft.netcore.targets.dnxcore/index.json log : Failed to download package from 'https://api.nuget.org/v3-flatcontainer/system.reflection.primitives/4.0.0/system.reflection.primitives.4.0.0.nupkg'. log : Object reference not set to an instance of an object. info : GET https://api.nuget.org/v3-flatcontainer/system.reflection.primitives/4.0.0/system.reflection.primitives.4.0.0.nupkg log : Retrying 'FindPackagesByIdAsync' for source https://api.nuget.org/v3-flatcontainer/system.private.uri/index.json. log : Object reference not set to an instance of an object. info : GET https://api.nuget.org/v3-flatcontainer/system.private.uri/index.json log : Failed to download package from 'https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/system.runtime.interopservices.pinvoke/4.0.0-rc2-23811/system.runtime.interopservices.pinvoke.4.0.0-rc2-23811.nupkg'. log : The HTTP request to 'GET https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/system.runtime.interopservices.pinvoke/4.0.0-rc2-23811/system.runtime.interopservices.pinvoke.4.0.0-rc2-23811.nupkg' has timed out after 100000ms. info : GET https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/system.runtime.interopservices.pinvoke/4.0.0-rc2-23811/system.runtime.interopservices.pinvoke.4.0.0-rc2-23811.nupkg info : OK https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/system.text.encoding.extensions/4.0.11-rc2-23811/system.text.encoding.extensions.4.0.11-rc2-23811.nupkg 167589ms log : Retrying 'FindPackagesByIdAsync' for source https://api.nuget.org/v3-flatcontainer/system.runtime.interopservices.pinvoke/index.json. log : Object reference not set to an instance of an object. info : GET https://api.nuget.org/v3-flatcontainer/system.runtime.interopservices.pinvoke/index.json log : Failed to download package from 'https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/system.io.filesystem.primitives/4.0.1-rc2-23811/system.io.filesystem.primitives.4.0.1-rc2-23811.nupkg'. log : The HTTP request to 'GET https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/system.io.filesystem.primitives/4.0.1-rc2-23811/system.io.filesystem.primitives.4.0.1-rc2-23811.nupkg' has timed out after 100000ms. log : Failed to download package from 'https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/system.appcontext/4.1.0-rc2-23811/system.appcontext.4.1.0-rc2-23811.nupkg'. log : The HTTP request to 'GET https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/system.appcontext/4.1.0-rc2-23811/system.appcontext.4.1.0-rc2-23811.nupkg' has timed out after 100000ms. info : GET https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/system.io.filesystem.primitives/4.0.1-rc2-23811/system.io.filesystem.primitives.4.0.1-rc2-23811.nupkg info : GET https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/system.appcontext/4.1.0-rc2-23811/system.appcontext.4.1.0-rc2-23811.nupkg log : Failed to download package from 'https://api.nuget.org/v3-flatcontainer/system.threading.tasks/4.0.10/system.threading.tasks.4.0.10.nupkg'. log : Object reference not set to an instance of an object. info : GET https://api.nuget.org/v3-flatcontainer/system.threading.tasks/4.0.10/system.threading.tasks.4.0.10.nupkg error: Failed to retrieve information from remote source 'https://api.nuget.org/v3-flatcontainer/system.reflection.extensions/index.json'. error: Object reference not set to an instance of an object. info : OK https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/system.runtime.interopservices.pinvoke/4.0.0-rc2-23811/system.runtime.interopservices.pinvoke.4.0.0-rc2-23811.nupkg 28555ms error: Failed to retrieve information from remote source 'https://api.nuget.org/v3-flatcontainer/system.io.filesystem/index.json'. error: Object reference not set to an instance of an object. info : OK https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/microsoft.netcore.windows.apisets/1.0.1-rc2-23811/microsoft.netcore.windows.apisets.1.0.1-rc2-23811.nupkg 51412ms info : OK https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/system.io.filesystem.primitives/4.0.1-rc2-23811/system.io.filesystem.primitives.4.0.1-rc2-23811.nupkg 25723ms log : Retrying 'FindPackagesByIdAsync' for source https://api.nuget.org/v3-flatcontainer/microsoft.netcore.targets/index.json. log : Object reference not set to an instance of an object. info : GET https://api.nuget.org/v3-flatcontainer/microsoft.netcore.targets/index.json log : Failed to download package from 'https://api.nuget.org/v3-flatcontainer/system.threading.tasks/4.0.0/system.threading.tasks.4.0.0.nupkg'. log : Object reference not set to an instance of an object. info : GET https://api.nuget.org/v3-flatcontainer/system.threading.tasks/4.0.0/system.threading.tasks.4.0.0.nupkg log : Failed to download package from 'https://api.nuget.org/v3-flatcontainer/system.resources.resourcemanager/4.0.0/system.resources.resourcemanager.4.0.0.nupkg'. log : Object reference not set to an instance of an object. info : GET https://api.nuget.org/v3-flatcontainer/system.resources.resourcemanager/4.0.0/system.resources.resourcemanager.4.0.0.nupkg info : OK https://dotnetmyget.blob.core.windows.net/artifacts/dotnet-core/nuget/v3/flatcontainer/system.appcontext/4.1.0-rc2-23811/system.appcontext.4.1.0-rc2-23811.nupkg 61940ms error: Failed to retrieve information from remote source 'https://api.nuget.org/v3-flatcontainer/system.text.encoding.extensions/index.json'. error: Object reference not set to an instance of an object. error: Failed to retrieve information from remote source 'https://api.nuget.org/v3-flatcontainer/system.reflection/index.json'. error: Object reference not set to an instance of an object. error: Failed to retrieve information from remote source 'https://api.nuget.org/v3-flatcontainer/system.runtime/index.json'. error: Object reference not set to an instance of an object. log : Retrying 'FindPackagesByIdAsync' for source https://api.nuget.org/v3-flatcontainer/microsoft.netcore.targets.dnxcore/index.json. log : Object reference not set to an instance of an object. info : GET https://api.nuget.org/v3-flatcontainer/microsoft.netcore.targets.dnxcore/index.json log : Retrying 'FindPackagesByIdAsync' for source https://api.nuget.org/v3-flatcontainer/system.private.uri/index.json. log : Object reference not set to an instance of an object. info : GET https://api.nuget.org/v3-flatcontainer/system.private.uri/index.json error: Failed to download package from 'https://api.nuget.org/v3-flatcontainer/system.resources.resourcemanager/4.0.0/system.resources.resourcemanager.4.0.0.nupkg'. error: Object reference not set to an instance of an object. error: Unable to load package 'System.Resources.ResourceManager'.

F:\Temp\hwapp>dotnet run Can not find runtime target for framework 'DNXCore,Version=v5.0' and RID's 'win7-x64'. Possible causes:

  1. Project is not restored or restore failed - run dotnet restore
  2. Project is not targeting runable framework (netstandardapp* or net*)

F:\Temp\hwapp>dotnet run Can not find runtime target for framework 'DNXCore,Version=v5.0' and RID's 'win7-x64'. Possible causes:

  1. Project is not restored or restore failed - run dotnet restore
  2. Project is not targeting runable framework (netstandardapp* or net*)

F:\Temp\hwapp>

RobTheX commented 8 years ago

... ok, I found the solution for my problem: I removed/commented the "clear" statement in the "NuGet.Config" file in my project directory (see screenshot). Then restoring worked (I still had some "Not Found .." messages though) and I could also run the project.

capture

kierenj commented 8 years ago

I have similar errors, but only intermittently, and only when running dotnet restore under a Docker for Windows container. The same URLs which fail with "Couldn't connect to the server" then work perfectly when I copy-paste them into the Windows host browser. Note, I don't have a <clear/> in my NuGet.config. In my last attempt, all failed URLs were for the host dotnetmyget.blob.core.windows.net.

I just added a <clear/> clause to NuGet.config and the NuGet official feed to the bottom of the list - still loads of errors, but a mix of timeouts, DNS errors, "server returned nothing" errors and "couldn't connect to server" errors...

blackdwarf commented 8 years ago

@kierenj which Windows version are you using?

kierenj commented 8 years ago

@blackdwarf Win10 64-bit. Really confusing since it did work once or twice a few days ago, and it's still intermittent. Not sure what I can do to diagnose it! Could be an issue with my machine, or Docker, or something dotnetty... any tips greatly appreciated

blackdwarf commented 8 years ago

@kierenj I encountered the same problem, but on Win7 SP1 and the problem was in the virtual adapters on the machine (e.g. Virtual Box networking adapter, though it repro-ed with VMWare installed as well). I haven't played with Docker on Windows (yet 😄 ) but could it be something similar?

kierenj commented 8 years ago

@blackdwarf / others ... I fixed this by going into Docker for Windows' settings, then Network, then un-checking 'VPN compatibility mode', which is ON by default.

livarcocc commented 7 years ago

If you guys run into something like this again, please open a new issue under the NuGet repo.