Connectivity issues affecting nuget restore

byron's Avatar

byron

05 Jun, 2015 04:12 PM

We are seeing several builds failing during nuget package restore. Can you check into possible connectivity issues?

  1. 1 Posted by byron on 05 Jun, 2015 04:15 PM

    byron's Avatar
    Installing 'Autofac.Owin 3.1.0'.
    Installing 'Log4Slack 1.1.1'.
    Installing 'Autofac.WebApi2 3.4.0'.
    Installing 'Microsoft.AspNet.Cors 5.2.3'.
    Installing 'Microsoft.AspNet.WebApi.Client 5.2.3'.
    Installing 'Microsoft.AspNet.WebApi.Cors 5.2.3'.
    Installing 'Autofac.WebApi2.Owin 3.2.0'.
    Successfully installed 'Flurl 1.0.7'.
    Successfully installed 'Autofac.WebApi2.Owin 3.2.0'.
    Installing 'Microsoft.AspNet.WebApi.Owin 5.2.3'.
    Installing 'Microsoft.Owin 3.0.1'.
    Installing 'Microsoft.Owin.Cors 3.0.1'.
    WARNING: The operation has timed out
    Successfully installed 'Microsoft.AspNet.WebApi.Owin 5.2.3'.
    Successfully installed 'Microsoft.AspNet.WebApi.Core 5.2.3'.
    WARNING: The operation has timed out
    WARNING: The operation has timed out
    WARNING: The operation has timed out
    Installing 'Microsoft.Owin 3.0.0'.
    WARNING: The operation has timed out
    WARNING: The operation has timed out
    Installing 'MySql.Data 6.9.6'.
    WARNING: The operation has timed out
    WARNING: The operation has timed out
    WARNING: The operation has timed out
    Successfully installed 'Microsoft.Owin 3.0.1'.
    Successfully installed 'MySql.Data 6.9.6'.
    WARNING: The operation has timed out
    WARNING: The operation has timed out
    WARNING: The operation has timed out
    WARNING: The operation has timed out
    WARNING: The operation has timed out
    Installing 'AcklenAvenue.Testing 1.0.0.0'.
    WARNING: The operation has timed out
    WARNING: The operation has timed out
    
  2. Support Staff 2 Posted by Feodor Fitsner on 05 Jun, 2015 04:28 PM

    Feodor Fitsner's Avatar

    Yeah, nuget is not a joy right now. Looks like the problem on their side (again): http://status.nuget.org/

  3. Support Staff 3 Posted by Feodor Fitsner on 05 Jun, 2015 04:31 PM

    Feodor Fitsner's Avatar

    I usually run a simple command locally with cache disabled to see if it's common issue. Like this command for example - right now takes like almost a minute to complete:

    nuget install Newtonsoft.Json -version 5.0.6 -nocache
    

    I recommend you setup build cache for nuget packages: http://www.appveyor.com/docs/nuget#use-build-cache-for-nuget-packages

  4. Support Staff 4 Posted by Feodor Fitsner on 05 Jun, 2015 04:43 PM

    Feodor Fitsner's Avatar

    Got the same issue from our bot running builds on Azure - it's clearly nuget.org.

  5. 5 Posted by byron on 05 Jun, 2015 04:45 PM

    byron's Avatar

    Thanks for looking into it. We will implement caching and hope that nuget.org gets right.

  6. Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 01:56 AM.

Comments are currently closed for this discussion. You can start a new one.

Keyboard shortcuts

Generic

? Show this help
ESC Blurs the current field

Comment Form

r Focus the comment reply box
^ + ↩ Submit the comment

You can use Command ⌘ instead of Control ^ on Mac