aspnet / MusicStore

[Archived] MusicStore test application that uses ASP.NET/EF Core. Project moved to https://github.com/aspnet/AspNetCore
1.3k stars 878 forks source link

Timeout restoring packages on deploy to Heroku #525

Closed gheiler closed 8 years ago

gheiler commented 9 years ago

Unfortunately im getting timeout errors when restoring packages trying to deploy to Heroku.

-----> Fetching custom git buildpack... done
-----> ASP.NET 5 app detected
installing https://github.com/friism/mono-builder/releases/download/v4.0.1.44/mono-4.0.1.44.tar.gz
/tmp/tmp.c3GgDRmhWG/node-v0.12.2-linux-x64/bin/grunt -> /tmp/tmp.c3GgDRmhWG/node-v0.12.2-linux-x64/lib/node_modules/grunt-cli/bin/grunt
grunt-cli@0.1.13 /tmp/tmp.c3GgDRmhWG/node-v0.12.2-linux-x64/lib/node_modules/grunt-cli
├── resolve@0.3.1
├── nopt@1.0.10 (abbrev@1.0.7)
└── findup-sync@0.1.3 (lodash@2.4.2, glob@3.2.11)
Downloading dnvm as script to '/app/.dnx/dnvm'
Appending source string to /app/.profile
Type 'source /app/.dnx/dnvm/dnvm.sh' to start using dnvm
Determining latest version
Latest version is 1.0.0-beta7-12302 
Downloading dnx-mono.1.0.0-beta7-12302 from https://www.myget.org/F/aspnetvnext/api/v2
Download: https://www.myget.org/F/aspnetvnext/api/v2/package/dnx-mono/1.0.0-beta7-12302
######################################################################## 100.0%######################################################################## 100.0%
Installing to /app/.dnx/runtimes/dnx-mono.1.0.0-beta7-12302
Adding /app/.dnx/runtimes/dnx-mono.1.0.0-beta7-12302/bin to process PATH
Setting alias 'default' to 'dnx-mono.1.0.0-beta7-12302'
Project file configured in .deployment file
Building /tmp/tmp.YgQzQfPV8s/src/MusicStore/project.json
Microsoft .NET Development Utility Mono-x64-1.0.0-beta7-12302
Restoring packages for /tmp/tmp.YgQzQfPV8s/src/MusicStore/project.json
Following lock file /tmp/tmp.YgQzQfPV8s/src/MusicStore/project.lock.json
Warning: FindPackagesById: Microsoft.Framework.DependencyInjection
  HTTP request timed out. Retrying.
Warning: FindPackagesById: Microsoft.Framework.DependencyInjection.Abstractions
  HTTP request timed out. Retrying.
Warning: FindPackagesById: Microsoft.Framework.FileSystemGlobbing
  HTTP request timed out. Retrying.
Warning: FindPackagesById: Microsoft.Framework.Globalization.CultureInfoCache
  HTTP request timed out. Retrying.
Warning: FindPackagesById: Microsoft.Framework.Localization
  HTTP request timed out. Retrying.
Warning: FindPackagesById: Microsoft.Framework.Localization.Abstractions
  HTTP request timed out. Retrying.
Warning: FindPackagesById: Microsoft.Framework.Logging
  HTTP request timed out. Retrying.
Warning: FindPackagesById: Microsoft.Framework.Logging.Abstractions
  HTTP request timed out. Retrying.
Warning: FindPackagesById: Microsoft.Framework.Logging.Console
  HTTP request timed out. Retrying.
Warning: FindPackagesById: Microsoft.Framework.Notification
  HTTP request timed out. Retrying.
Warning: FindPackagesById: Microsoft.Framework.OptionsModel
  HTTP request timed out. Retrying.
Warning: FindPackagesById: Microsoft.Framework.Runtime.Abstractions
  HTTP request timed out. Retrying.
Warning: FindPackagesById: Microsoft.Framework.Runtime.Caching
  HTTP request timed out. Retrying.
Warning: FindPackagesById: Microsoft.Framework.Runtime.Roslyn
  HTTP request timed out. Retrying.
Warning: FindPackagesById: Microsoft.Framework.Runtime.Roslyn.Abstractions
  HTTP request timed out. Retrying.
Warning: FindPackagesById: Microsoft.Framework.Runtime.Roslyn.Common
  HTTP request timed out. Retrying.
Warning: FindPackagesById: Microsoft.Framework.WebEncoders
  HTTP request timed out. Retrying.
Warning: FindPackagesById: Microsoft.Framework.WebEncoders.Core
  HTTP request timed out. Retrying.
Warning: FindPackagesById: Microsoft.IdentityModel.Logging
  HTTP request timed out. Retrying.
Warning: FindPackagesById: Microsoft.IdentityModel.Protocol.Extensions
  HTTP request timed out. Retrying.
Warning: FindPackagesById: Microsoft.Net.Http.Headers
  HTTP request timed out. Retrying.
Warning: FindPackagesById: Microsoft.Net.Http.Server
  HTTP request timed out. Retrying.
Warning: FindPackagesById: Microsoft.Net.WebSockets
  HTTP request timed out. Retrying.
Warning: FindPackagesById: Microsoft.Win32.Primitives
  HTTP request timed out. Retrying.
Warning: FindPackagesById: Microsoft.Win32.Registry
  HTTP request timed out. Retrying.
Warning: FindPackagesById: Newtonsoft.Json
  HTTP request timed out. Retrying.
Warning: FindPackagesById: Remotion.Linq
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Collections
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Collections.Concurrent
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Collections.Immutable
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Collections.NonGeneric
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Collections.Specialized
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.ComponentModel
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.ComponentModel.Annotations
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.ComponentModel.EventBasedAsync
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.ComponentModel.Primitives
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.ComponentModel.TypeConverter
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Console
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Data.Common
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Data.SqlClient
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Diagnostics.Contracts
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Diagnostics.Debug
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Diagnostics.Process
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Diagnostics.Tools
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Diagnostics.TraceSource
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Diagnostics.Tracing
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Dynamic.Runtime
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Globalization
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Globalization.Calendars
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Globalization.Extensions
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.IdentityModel.Tokens
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.IO
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.IO.Compression
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.IO.FileSystem
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.IO.FileSystem.Primitives
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.IO.FileSystem.Watcher
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Linq
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Linq.Expressions
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Linq.Queryable
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Net.Http
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Net.Http.WinHttpHandler
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Net.NetworkInformation
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Net.Primitives
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Net.WebSockets
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.ObjectModel
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Private.Networking
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Private.Uri
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Reflection
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Reflection.Emit
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Reflection.Emit.ILGeneration
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Reflection.Emit.Lightweight
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Reflection.Extensions
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Reflection.Metadata
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Reflection.Primitives
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Reflection.TypeExtensions
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Resources.ReaderWriter
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Resources.ResourceManager
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Runtime
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Runtime.Extensions
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Runtime.Handles
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Runtime.InteropServices
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Runtime.Numerics
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Runtime.Serialization.Primitives
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Security.Claims
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Security.Cryptography.Encoding
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Security.Cryptography.Encryption
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Security.Cryptography.Encryption.Aes
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Security.Cryptography.Hashing
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Security.Cryptography.Hashing.Algorithms
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Security.Cryptography.RandomNumberGenerator
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Security.Cryptography.RSA
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Security.Cryptography.X509Certificates
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Security.Principal
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Security.Principal.Windows
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Security.SecureString
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Text.Encoding
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Text.Encoding.CodePages
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Text.Encoding.Extensions
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Text.RegularExpressions
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Threading
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Threading.Overlapped
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Threading.Tasks
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Threading.Tasks.Parallel
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Threading.Thread
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Threading.ThreadPool
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Threading.Timer
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Xml.ReaderWriter
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Xml.XDocument
  HTTP request timed out. Retrying.
Warning: DownloadPackageAsync: https://www.myget.org/F/aspnetmaster/api/v2/package/Microsoft.AspNet.SignalR.Messaging/3.0.0-beta6
  HTTP request timed out. Retrying.
Warning: DownloadPackageAsync: https://www.myget.org/F/aspnetmaster/api/v2/package/Microsoft.AspNet.SignalR.Server/3.0.0-beta6
  HTTP request timed out. Retrying.
Warning: DownloadPackageAsync: https://www.nuget.org/api/v2/package/System.Security.Cryptography.X509Certificates/4.0.0-beta-23109
  HTTP request timed out. Retrying.
Warning: DownloadPackageAsync: https://www.nuget.org/api/v2/package/System.Security.Principal/4.0.0-beta-23109
  HTTP request timed out. Retrying.
Warning: DownloadPackageAsync: https://www.nuget.org/api/v2/package/System.Security.Principal.Windows/4.0.0-beta-23109
  HTTP request timed out. Retrying.
Warning: DownloadPackageAsync: https://www.nuget.org/api/v2/package/System.Security.SecureString/4.0.0-beta-23109
  HTTP request timed out. Retrying.
Warning: DownloadPackageAsync: https://www.nuget.org/api/v2/package/System.Text.Encoding/4.0.10-beta-23109
  HTTP request timed out. Retrying.
Warning: DownloadPackageAsync: https://www.nuget.org/api/v2/package/System.Text.Encoding.CodePages/4.0.0-beta-23109
  HTTP request timed out. Retrying.
Warning: DownloadPackageAsync: https://www.nuget.org/api/v2/package/System.Text.Encoding.Extensions/4.0.10-beta-23109
  HTTP request timed out. Retrying.
Warning: DownloadPackageAsync: https://www.nuget.org/api/v2/package/System.Text.RegularExpressions/4.0.10-beta-23109
  HTTP request timed out. Retrying.
Warning: DownloadPackageAsync: https://www.nuget.org/api/v2/package/System.Threading/4.0.0-beta-23109
  HTTP request timed out. Retrying.
Warning: DownloadPackageAsync: https://www.nuget.org/api/v2/package/System.Threading/4.0.10-beta-23109
  HTTP request timed out. Retrying.
Warning: DownloadPackageAsync: https://www.nuget.org/api/v2/package/System.Threading.Overlapped/4.0.0-beta-23109
  HTTP request timed out. Retrying.
Warning: DownloadPackageAsync: https://www.nuget.org/api/v2/package/System.Threading.Tasks.Parallel/4.0.0-beta-23109
  HTTP request timed out. Retrying.
Warning: DownloadPackageAsync: https://www.nuget.org/api/v2/package/System.Threading.Tasks/4.0.10-beta-23109
  HTTP request timed out. Retrying.
Warning: DownloadPackageAsync: https://www.nuget.org/api/v2/package/System.Threading.Thread/4.0.0-beta-23109
  HTTP request timed out. Retrying.
Warning: DownloadPackageAsync: https://www.nuget.org/api/v2/package/System.Threading.ThreadPool/4.0.10-beta-23109
  HTTP request timed out. Retrying.
Warning: DownloadPackageAsync: https://www.nuget.org/api/v2/package/System.Threading.Timer/4.0.0-beta-23109
  HTTP request timed out. Retrying.
Warning: DownloadPackageAsync: https://www.nuget.org/api/v2/package/System.Xml.ReaderWriter/4.0.10-beta-23109
  HTTP request timed out. Retrying.
Warning: DownloadPackageAsync: https://www.nuget.org/api/v2/package/System.Xml.XDocument/4.0.10-beta-23109
  HTTP request timed out. Retrying.
Warning: DownloadPackageAsync: https://www.myget.org/F/aspnetmaster/api/v2/package/Microsoft.Framework.CodeGeneration/1.0.0-beta6
  HTTP request timed out. Retrying.
Warning: DownloadPackageAsync: https://www.myget.org/F/aspnetmaster/api/v2/package/Microsoft.Framework.CodeGeneration.Core/1.0.0-beta6
  HTTP request timed out. Retrying.
Warning: DownloadPackageAsync: https://www.myget.org/F/aspnetmaster/api/v2/package/Microsoft.Framework.CodeGeneration.EntityFramework/1.0.0-beta6
  HTTP request timed out. Retrying.
Warning: DownloadPackageAsync: https://www.myget.org/F/aspnetmaster/api/v2/package/Microsoft.Framework.CodeGeneration.Templating/1.0.0-beta6
  HTTP request timed out. Retrying.
Warning: DownloadPackageAsync: https://www.myget.org/F/aspnetmaster/api/v2/package/Microsoft.Framework.CodeGenerators.Mvc/1.0.0-beta6
  HTTP request timed out. Retrying.
Warning: FindPackagesById: Microsoft.Framework.DependencyInjection.Abstractions
  HTTP request timed out. Retrying.
Warning: FindPackagesById: Microsoft.Framework.DependencyInjection
  HTTP request timed out. Retrying.
Warning: FindPackagesById: Microsoft.Framework.FileSystemGlobbing
  HTTP request timed out. Retrying.
Warning: FindPackagesById: Microsoft.Framework.Globalization.CultureInfoCache
  HTTP request timed out. Retrying.
Warning: FindPackagesById: Microsoft.Framework.Localization
  HTTP request timed out. Retrying.
Warning: FindPackagesById: Microsoft.Framework.Localization.Abstractions
  HTTP request timed out. Retrying.
Warning: FindPackagesById: Microsoft.Framework.Logging.Abstractions
  HTTP request timed out. Retrying.
Warning: FindPackagesById: Microsoft.Framework.Logging.Console
  HTTP request timed out. Retrying.
Warning: FindPackagesById: Microsoft.Framework.Logging
  HTTP request timed out. Retrying.
Warning: FindPackagesById: Microsoft.Framework.Notification
  HTTP request timed out. Retrying.
Warning: FindPackagesById: Microsoft.Framework.Runtime.Caching
  HTTP request timed out. Retrying.
Warning: FindPackagesById: Microsoft.Framework.OptionsModel
  HTTP request timed out. Retrying.
Warning: FindPackagesById: Microsoft.Framework.Runtime.Abstractions
  HTTP request timed out. Retrying.
Warning: FindPackagesById: Microsoft.Framework.Runtime.Roslyn
  HTTP request timed out. Retrying.
Warning: FindPackagesById: Microsoft.Framework.Runtime.Roslyn.Abstractions
  HTTP request timed out. Retrying.
Warning: FindPackagesById: Microsoft.Framework.Runtime.Roslyn.Common
  HTTP request timed out. Retrying.
Warning: FindPackagesById: Microsoft.Framework.WebEncoders.Core
  HTTP request timed out. Retrying.
Warning: FindPackagesById: Microsoft.Framework.WebEncoders
  HTTP request timed out. Retrying.
Warning: FindPackagesById: Microsoft.IdentityModel.Protocol.Extensions
  HTTP request timed out. Retrying.
Warning: FindPackagesById: Microsoft.IdentityModel.Logging
  HTTP request timed out. Retrying.
Warning: FindPackagesById: Microsoft.Net.Http.Headers
  HTTP request timed out. Retrying.
Warning: FindPackagesById: Microsoft.Net.Http.Server
  HTTP request timed out. Retrying.
Warning: FindPackagesById: Microsoft.Net.WebSockets
  HTTP request timed out. Retrying.
Warning: FindPackagesById: Microsoft.Win32.Primitives
  HTTP request timed out. Retrying.
Warning: FindPackagesById: Microsoft.Win32.Registry
  HTTP request timed out. Retrying.
Warning: FindPackagesById: Newtonsoft.Json
  HTTP request timed out. Retrying.
Warning: FindPackagesById: Remotion.Linq
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Collections.Concurrent
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Collections
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Collections.Immutable
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Collections.NonGeneric
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Collections.Specialized
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.ComponentModel
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.ComponentModel.Annotations
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.ComponentModel.EventBasedAsync
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.ComponentModel.Primitives
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Console
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Data.Common
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.ComponentModel.TypeConverter
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Data.SqlClient
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Diagnostics.Contracts
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Diagnostics.Debug
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Diagnostics.Process
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Diagnostics.Tools
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Diagnostics.TraceSource
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Diagnostics.Tracing
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Globalization
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Globalization.Extensions
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Globalization.Calendars
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.IdentityModel.Tokens
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Dynamic.Runtime
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.IO
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.IO.Compression
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.IO.FileSystem
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.IO.FileSystem.Primitives
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.IO.FileSystem.Watcher
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Linq
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Linq.Expressions
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Linq.Queryable
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Net.Http
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Net.Http.WinHttpHandler
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Net.NetworkInformation
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Net.Primitives
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Net.WebSockets
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.ObjectModel
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Private.Networking
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Private.Uri
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Reflection
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Reflection.Emit
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Reflection.Emit.ILGeneration
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Reflection.Emit.Lightweight
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Reflection.Extensions
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Reflection.Metadata
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Reflection.Primitives
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Resources.ReaderWriter
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Runtime.Extensions
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Runtime.Handles
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Runtime.InteropServices
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Resources.ResourceManager
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Runtime
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Reflection.TypeExtensions
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Runtime.Numerics
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Security.Claims
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Security.Cryptography.Encryption
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Security.Cryptography.Hashing
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Security.Cryptography.Hashing.Algorithms
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Security.Cryptography.RandomNumberGenerator
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Security.Cryptography.Encoding
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Security.Cryptography.Encryption.Aes
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Runtime.Serialization.Primitives
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Security.Cryptography.RSA
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Security.Cryptography.X509Certificates
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Security.Principal.Windows
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Security.Principal
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Security.SecureString
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Text.Encoding
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Text.Encoding.CodePages
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Threading.Overlapped
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Threading.Tasks
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Threading.Tasks.Parallel
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Threading.Thread
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Text.Encoding.Extensions
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Threading.ThreadPool
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Threading.Timer
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Xml.XDocument
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Threading
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Xml.ReaderWriter
  HTTP request timed out. Retrying.
Warning: FindPackagesById: System.Text.RegularExpressions
  HTTP request timed out. Retrying.
Warning: DownloadPackageAsync: https://www.myget.org/F/aspnetmaster/api/v2/package/Microsoft.AspNet.SignalR.Messaging/3.0.0-beta6
  HTTP request timed out. Retrying.
Warning: DownloadPackageAsync: https://www.myget.org/F/aspnetmaster/api/v2/package/Microsoft.AspNet.SignalR.Server/3.0.0-beta6
  HTTP request timed out. Retrying.
Warning: DownloadPackageAsync: https://www.nuget.org/api/v2/package/System.Security.Cryptography.X509Certificates/4.0.0-beta-23109
  HTTP request timed out. Retrying.
Warning: DownloadPackageAsync: https://www.nuget.org/api/v2/package/System.Security.Principal/4.0.0-beta-23109
  HTTP request timed out. Retrying.
Warning: DownloadPackageAsync: https://www.nuget.org/api/v2/package/System.Security.SecureString/4.0.0-beta-23109
  HTTP request timed out. Retrying.
Warning: DownloadPackageAsync: https://www.nuget.org/api/v2/package/System.Text.Encoding.CodePages/4.0.0-beta-23109
  HTTP request timed out. Retrying.
Warning: DownloadPackageAsync: https://www.nuget.org/api/v2/package/System.Text.Encoding.Extensions/4.0.10-beta-23109
  HTTP request timed out. Retrying.
Warning: DownloadPackageAsync: https://www.nuget.org/api/v2/package/System.Text.RegularExpressions/4.0.10-beta-23109
  HTTP request timed out. Retrying.
Warning: DownloadPackageAsync: https://www.nuget.org/api/v2/package/System.Security.Principal.Windows/4.0.0-beta-23109
  HTTP request timed out. Retrying.
Warning: DownloadPackageAsync: https://www.nuget.org/api/v2/package/System.Text.Encoding/4.0.10-beta-23109
  HTTP request timed out. Retrying.
Warning: DownloadPackageAsync: https://www.nuget.org/api/v2/package/System.Threading/4.0.0-beta-23109
  HTTP request timed out. Retrying.
Warning: DownloadPackageAsync: https://www.nuget.org/api/v2/package/System.Threading/4.0.10-beta-23109
  HTTP request timed out. Retrying.
Warning: DownloadPackageAsync: https://www.nuget.org/api/v2/package/System.Threading.Overlapped/4.0.0-beta-23109
  HTTP request timed out. Retrying.
Warning: DownloadPackageAsync: https://www.nuget.org/api/v2/package/System.Threading.Tasks.Parallel/4.0.0-beta-23109
  HTTP request timed out. Retrying.
Warning: DownloadPackageAsync: https://www.nuget.org/api/v2/package/System.Threading.Tasks/4.0.10-beta-23109
  HTTP request timed out. Retrying.
Warning: DownloadPackageAsync: https://www.nuget.org/api/v2/package/System.Threading.Thread/4.0.0-beta-23109
  HTTP request timed out. Retrying.
Warning: DownloadPackageAsync: https://www.nuget.org/api/v2/package/System.Threading.ThreadPool/4.0.10-beta-23109
  HTTP request timed out. Retrying.
Warning: DownloadPackageAsync: https://www.nuget.org/api/v2/package/System.Threading.Timer/4.0.0-beta-23109
  HTTP request timed out. Retrying.
Warning: DownloadPackageAsync: https://www.nuget.org/api/v2/package/System.Xml.ReaderWriter/4.0.10-beta-23109
  HTTP request timed out. Retrying.
Warning: DownloadPackageAsync: https://www.nuget.org/api/v2/package/System.Xml.XDocument/4.0.10-beta-23109
  HTTP request timed out. Retrying.
Warning: DownloadPackageAsync: https://www.myget.org/F/aspnetmaster/api/v2/package/Microsoft.Framework.CodeGeneration/1.0.0-beta6
  HTTP request timed out. Retrying.
Warning: DownloadPackageAsync: https://www.myget.org/F/aspnetmaster/api/v2/package/Microsoft.Framework.CodeGeneration.Core/1.0.0-beta6
  HTTP request timed out. Retrying.
Warning: DownloadPackageAsync: https://www.myget.org/F/aspnetmaster/api/v2/package/Microsoft.Framework.CodeGeneration.EntityFramework/1.0.0-beta6
  HTTP request timed out. Retrying.
Warning: DownloadPackageAsync: https://www.myget.org/F/aspnetmaster/api/v2/package/Microsoft.Framework.CodeGeneration.Templating/1.0.0-beta6
  HTTP request timed out. Retrying.
Warning: DownloadPackageAsync: https://www.myget.org/F/aspnetmaster/api/v2/package/Microsoft.Framework.CodeGenerators.Mvc/1.0.0-beta6
  HTTP request timed out. Retrying.
Error: FindPackagesById: Microsoft.Framework.DependencyInjection
  HTTP request timed out. Exiting.
Error: FindPackagesById: Microsoft.Framework.Globalization.CultureInfoCache
  HTTP request timed out. Exiting.
Error: FindPackagesById: Microsoft.Framework.Localization
  HTTP request timed out. Exiting.
Error: FindPackagesById: Microsoft.Framework.Logging.Abstractions
  HTTP request timed out. Exiting.
Error: FindPackagesById: Microsoft.Framework.Logging
  HTTP request timed out. Exiting.
Error: FindPackagesById: Microsoft.Framework.DependencyInjection.Abstractions
  HTTP request timed out. Exiting.
Error: FindPackagesById: Microsoft.Framework.FileSystemGlobbing
  HTTP request timed out. Exiting.
Error: FindPackagesById: Microsoft.Framework.Localization.Abstractions
  HTTP request timed out. Exiting.
Error: FindPackagesById: Microsoft.Framework.Notification
  HTTP request timed out. Exiting.
Error: FindPackagesById: Microsoft.Framework.Runtime.Caching
  HTTP request timed out. Exiting.
Error: FindPackagesById: Microsoft.Framework.OptionsModel
  HTTP request timed out. Exiting.
Error: FindPackagesById: Microsoft.Framework.Runtime.Abstractions
  HTTP request timed out. Exiting.
Error: FindPackagesById: Microsoft.Framework.Runtime.Roslyn
  HTTP request timed out. Exiting.
Error: FindPackagesById: Microsoft.Framework.Logging.Console
  HTTP request timed out. Exiting.
Error: FindPackagesById: Microsoft.Framework.Runtime.Roslyn.Abstractions
  HTTP request timed out. Exiting.
Error: FindPackagesById: Microsoft.Framework.Runtime.Roslyn.Common
  HTTP request timed out. Exiting.
Error: FindPackagesById: Microsoft.Framework.WebEncoders.Core
  HTTP request timed out. Exiting.
Error: FindPackagesById: Microsoft.Framework.WebEncoders
  HTTP request timed out. Exiting.
Error: FindPackagesById: Microsoft.IdentityModel.Logging
  HTTP request timed out. Exiting.
Error: FindPackagesById: Microsoft.IdentityModel.Protocol.Extensions
  HTTP request timed out. Exiting.
Error: FindPackagesById: Microsoft.Net.WebSockets
  HTTP request timed out. Exiting.
Error: FindPackagesById: Microsoft.Net.Http.Headers
  HTTP request timed out. Exiting.
Error: FindPackagesById: Microsoft.Win32.Primitives
  HTTP request timed out. Exiting.
Error: FindPackagesById: Microsoft.Net.Http.Server
  HTTP request timed out. Exiting.
Error: FindPackagesById: Microsoft.Win32.Registry
  HTTP request timed out. Exiting.
Error: FindPackagesById: Newtonsoft.Json
  HTTP request timed out. Exiting.
Error: FindPackagesById: Remotion.Linq
  HTTP request timed out. Exiting.
Error: FindPackagesById: System.Collections.Concurrent
  HTTP request timed out. Exiting.
Error: FindPackagesById: System.Collections
  HTTP request timed out. Exiting.
Error: FindPackagesById: System.Collections.Immutable
  HTTP request timed out. Exiting.
Error: FindPackagesById: System.Collections.NonGeneric
  HTTP request timed out. Exiting.
Error: FindPackagesById: System.ComponentModel
  HTTP request timed out. Exiting.
Error: FindPackagesById: System.ComponentModel.Annotations
  HTTP request timed out. Exiting.
Error: FindPackagesById: System.Collections.Specialized
  HTTP request timed out. Exiting.
Error: FindPackagesById: System.ComponentModel.EventBasedAsync
  HTTP request timed out. Exiting.
Error: FindPackagesById: System.ComponentModel.Primitives
  HTTP request timed out. Exiting.
Error: FindPackagesById: System.Console
  HTTP request timed out. Exiting.
Error: FindPackagesById: System.Data.Common
  HTTP request timed out. Exiting.
Error: FindPackagesById: System.ComponentModel.TypeConverter
  HTTP request timed out. Exiting.
Error: FindPackagesById: System.Data.SqlClient
  HTTP request timed out. Exiting.
Error: FindPackagesById: System.Diagnostics.Contracts
  HTTP request timed out. Exiting.
Error: FindPackagesById: System.Diagnostics.Debug
  HTTP request timed out. Exiting.
Error: FindPackagesById: System.Diagnostics.Tracing
  HTTP request timed out. Exiting.
Error: FindPackagesById: System.Diagnostics.Process
  HTTP request timed out. Exiting.
Error: FindPackagesById: System.Diagnostics.TraceSource
  HTTP request timed out. Exiting.
Error: FindPackagesById: System.Diagnostics.Tools
  HTTP request timed out. Exiting.
Error: FindPackagesById: System.Globalization.Calendars
  HTTP request timed out. Exiting.
Error: FindPackagesById: System.Globalization
  HTTP request timed out. Exiting.
Error: FindPackagesById: System.IdentityModel.Tokens
  HTTP request timed out. Exiting.
Error: FindPackagesById: System.Dynamic.Runtime
  HTTP request timed out. Exiting.
Error: FindPackagesById: System.Globalization.Extensions
  HTTP request timed out. Exiting.
Error: FindPackagesById: System.IO.Compression
  HTTP request timed out. Exiting.
Error: FindPackagesById: System.IO.FileSystem
  HTTP request timed out. Exiting.
Error: FindPackagesById: System.IO.FileSystem.Watcher
  HTTP request timed out. Exiting.
Error: FindPackagesById: System.IO.FileSystem.Primitives
  HTTP request timed out. Exiting.
Error: FindPackagesById: System.Linq
  HTTP request timed out. Exiting.
Error: FindPackagesById: System.IO
  HTTP request timed out. Exiting.
Error: FindPackagesById: System.Linq.Queryable
  HTTP request timed out. Exiting.
Error: FindPackagesById: System.Linq.Expressions
  HTTP request timed out. Exiting.
Error: FindPackagesById: System.Net.Http
  HTTP request timed out. Exiting.
Error: FindPackagesById: System.Net.Http.WinHttpHandler
  HTTP request timed out. Exiting.
Error: FindPackagesById: System.Net.NetworkInformation
  HTTP request timed out. Exiting.
Error: FindPackagesById: System.Net.Primitives
  HTTP request timed out. Exiting.
Error: FindPackagesById: System.Net.WebSockets
  HTTP request timed out. Exiting.
Error: FindPackagesById: System.Private.Networking
  HTTP request timed out. Exiting.
Error: FindPackagesById: System.ObjectModel
  HTTP request timed out. Exiting.
Error: FindPackagesById: System.Private.Uri
  HTTP request timed out. Exiting.
Error: FindPackagesById: System.Reflection
  HTTP request timed out. Exiting.
Error: FindPackagesById: System.Reflection.Emit
  HTTP request timed out. Exiting.
Error: FindPackagesById: System.Reflection.Emit.ILGeneration
  HTTP request timed out. Exiting.
Error: FindPackagesById: System.Reflection.Emit.Lightweight
  HTTP request timed out. Exiting.
Error: FindPackagesById: System.Reflection.Extensions
  HTTP request timed out. Exiting.
Error: FindPackagesById: System.Reflection.Metadata
  HTTP request timed out. Exiting.
Error: FindPackagesById: System.Reflection.Primitives
  HTTP request timed out. Exiting.
Error: FindPackagesById: System.Resources.ReaderWriter
  HTTP request timed out. Exiting.
Error: FindPackagesById: System.Runtime.Extensions
  HTTP request timed out. Exiting.
Error: FindPackagesById: System.Runtime.Handles
  HTTP request timed out. Exiting.
Error: FindPackagesById: System.Runtime.InteropServices
  HTTP request timed out. Exiting.
Error: FindPackagesById: System.Runtime
  HTTP request timed out. Exiting.
Error: FindPackagesById: System.Reflection.TypeExtensions
  HTTP request timed out. Exiting.
Error: FindPackagesById: System.Resources.ResourceManager
  HTTP request timed out. Exiting.
Error: FindPackagesById: System.Runtime.Numerics
  HTTP request timed out. Exiting.
Error: FindPackagesById: System.Security.Claims
  HTTP request timed out. Exiting.
Error: FindPackagesById: System.Security.Cryptography.Hashing
  HTTP request timed out. Exiting.
Error: FindPackagesById: System.Security.Cryptography.Hashing.Algorithms
  HTTP request timed out. Exiting.
Error: FindPackagesById: System.Security.Cryptography.Encryption
  HTTP request timed out. Exiting.
Error: FindPackagesById: System.Security.Cryptography.Encoding
  HTTP request timed out. Exiting.
Error: FindPackagesById: System.Security.Cryptography.Encryption.Aes
  HTTP request timed out. Exiting.
Error: FindPackagesById: System.Runtime.Serialization.Primitives
  HTTP request timed out. Exiting.
Error: FindPackagesById: System.Security.Cryptography.RandomNumberGenerator
  HTTP request timed out. Exiting.
Error: FindPackagesById: System.Security.Cryptography.X509Certificates
  HTTP request timed out. Exiting.
Error: FindPackagesById: System.Security.Cryptography.RSA
  HTTP request timed out. Exiting.
Error: FindPackagesById: System.Security.Principal.Windows
  HTTP request timed out. Exiting.
Error: FindPackagesById: System.Security.Principal
  HTTP request timed out. Exiting.
Error: FindPackagesById: System.Security.SecureString
  HTTP request timed out. Exiting.
Error: FindPackagesById: System.Text.Encoding
  HTTP request timed out. Exiting.
Error: FindPackagesById: System.Text.Encoding.CodePages
  HTTP request timed out. Exiting.
Error: FindPackagesById: System.Threading.Tasks
  HTTP request timed out. Exiting.
Error: FindPackagesById: System.Threading.Tasks.Parallel
  HTTP request timed out. Exiting.
Error: FindPackagesById: System.Threading.Overlapped
  HTTP request timed out. Exiting.
Error: FindPackagesById: System.Text.Encoding.Extensions
  HTTP request timed out. Exiting.
Error: FindPackagesById: System.Threading.ThreadPool
  HTTP request timed out. Exiting.
Error: FindPackagesById: System.Threading.Timer
  HTTP request timed out. Exiting.
Error: FindPackagesById: System.Threading.Thread
  HTTP request timed out. Exiting.
Error: FindPackagesById: System.Xml.XDocument
  HTTP request timed out. Exiting.
Error: FindPackagesById: System.Threading
  HTTP request timed out. Exiting.
Error: FindPackagesById: System.Xml.ReaderWriter
  HTTP request timed out. Exiting.
Error: FindPackagesById: System.Text.RegularExpressions
  HTTP request timed out. Exiting.
Error: DownloadPackageAsync: https://www.myget.org/F/aspnetmaster/api/v2/package/Microsoft.AspNet.SignalR.Messaging/3.0.0-beta6
  HTTP request timed out. Exiting.
Error: DownloadPackageAsync: https://www.nuget.org/api/v2/package/System.Security.Cryptography.X509Certificates/4.0.0-beta-23109
  HTTP request timed out. Exiting.
Error: DownloadPackageAsync: https://www.myget.org/F/aspnetmaster/api/v2/package/Microsoft.AspNet.SignalR.Server/3.0.0-beta6
  HTTP request timed out. Exiting.
Error: DownloadPackageAsync: https://www.nuget.org/api/v2/package/System.Security.Principal/4.0.0-beta-23109
  HTTP request timed out. Exiting.
Error: DownloadPackageAsync: https://www.nuget.org/api/v2/package/System.Security.SecureString/4.0.0-beta-23109
  HTTP request timed out. Exiting.
Error: DownloadPackageAsync: https://www.nuget.org/api/v2/package/System.Text.Encoding.CodePages/4.0.0-beta-23109
  HTTP request timed out. Exiting.
Error: DownloadPackageAsync: https://www.nuget.org/api/v2/package/System.Text.Encoding.Extensions/4.0.10-beta-23109
  HTTP request timed out. Exiting.
Error: DownloadPackageAsync: https://www.nuget.org/api/v2/package/System.Text.RegularExpressions/4.0.10-beta-23109
  HTTP request timed out. Exiting.
Error: DownloadPackageAsync: https://www.nuget.org/api/v2/package/System.Security.Principal.Windows/4.0.0-beta-23109
  HTTP request timed out. Exiting.
Error: DownloadPackageAsync: https://www.nuget.org/api/v2/package/System.Text.Encoding/4.0.10-beta-23109
  HTTP request timed out. Exiting.
Error: DownloadPackageAsync: https://www.nuget.org/api/v2/package/System.Threading/4.0.0-beta-23109
  HTTP request timed out. Exiting.
Error: DownloadPackageAsync: https://www.nuget.org/api/v2/package/System.Threading/4.0.10-beta-23109
  HTTP request timed out. Exiting.
Error: DownloadPackageAsync: https://www.nuget.org/api/v2/package/System.Threading.Overlapped/4.0.0-beta-23109
  HTTP request timed out. Exiting.
Error: DownloadPackageAsync: https://www.nuget.org/api/v2/package/System.Threading.Tasks.Parallel/4.0.0-beta-23109
  HTTP request timed out. Exiting.
Error: DownloadPackageAsync: https://www.nuget.org/api/v2/package/System.Threading.Tasks/4.0.10-beta-23109
  HTTP request timed out. Exiting.
Error: DownloadPackageAsync: https://www.nuget.org/api/v2/package/System.Threading.Thread/4.0.0-beta-23109
  HTTP request timed out. Exiting.
Error: DownloadPackageAsync: https://www.nuget.org/api/v2/package/System.Threading.ThreadPool/4.0.10-beta-23109
  HTTP request timed out. Exiting.
Error: DownloadPackageAsync: https://www.nuget.org/api/v2/package/System.Threading.Timer/4.0.0-beta-23109
  HTTP request timed out. Exiting.
Error: DownloadPackageAsync: https://www.nuget.org/api/v2/package/System.Xml.ReaderWriter/4.0.10-beta-23109
  HTTP request timed out. Exiting.
Error: DownloadPackageAsync: https://www.nuget.org/api/v2/package/System.Xml.XDocument/4.0.10-beta-23109
  HTTP request timed out. Exiting.
Error: DownloadPackageAsync: https://www.myget.org/F/aspnetmaster/api/v2/package/Microsoft.Framework.CodeGeneration/1.0.0-beta6
  HTTP request timed out. Exiting.
Error: DownloadPackageAsync: https://www.myget.org/F/aspnetmaster/api/v2/package/Microsoft.Framework.CodeGeneration.Core/1.0.0-beta6
  HTTP request timed out. Exiting.
Error: DownloadPackageAsync: https://www.myget.org/F/aspnetmaster/api/v2/package/Microsoft.Framework.CodeGeneration.EntityFramework/1.0.0-beta6
  HTTP request timed out. Exiting.
Error: DownloadPackageAsync: https://www.myget.org/F/aspnetmaster/api/v2/package/Microsoft.Framework.CodeGeneration.Templating/1.0.0-beta6
  HTTP request timed out. Exiting.
Error: DownloadPackageAsync: https://www.myget.org/F/aspnetmaster/api/v2/package/Microsoft.Framework.CodeGenerators.Mvc/1.0.0-beta6
  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.Dnx.Tooling.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.Dnx.Tooling.Restore.NuGet.HttpSourceResult].GetResult () [0x00000] in <filename unknown>:0 
  at Microsoft.Dnx.Tooling.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.Dnx.Tooling.Restore.NuGet.NupkgEntry].GetResult () [0x00000] in <filename unknown>:0 
  at Microsoft.Dnx.Tooling.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.Dnx.Tooling.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.Dnx.Tooling.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.Dnx.Tooling.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.Dnx.Runtime.LibraryDependency]].GetResult () [0x00000] in <filename unknown>:0 
  at Microsoft.Dnx.Tooling.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.Dnx.Tooling.GraphItem].GetResult () [0x00000] in <filename unknown>:0 
  at Microsoft.Dnx.Tooling.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.Dnx.Tooling.GraphNode].GetResult () [0x00000] in <filename unknown>:0 
  at Microsoft.Dnx.Tooling.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.Dnx.Tooling.RestoreCommand+TargetContext[]].GetResult () [0x00000] in <filename unknown>:0 
  at Microsoft.Dnx.Tooling.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.Dnx.Tooling.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.Dnx.Tooling.RestoreCommand+<Execute>d__69.MoveNext () [0x00000] in <filename unknown>:0 
----------
Restore failed
A task was canceled.
 !     Push rejected, failed to compile ASP.NET 5 app
Eilon commented 8 years ago

This should now be significantly improved because everything should be using the NuGet v3 APIs, which are significantly faster. This applies to both NuGet and MyGet feeds.