Skip to content

Instantly share code, notes, and snippets.

@garfbradaz
Last active August 12, 2019 14:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save garfbradaz/e3bbe4dc64246ef3fdb051cfad62619a to your computer and use it in GitHub Desktop.
Save garfbradaz/e3bbe4dc64246ef3fdb051cfad62619a to your computer and use it in GitHub Desktop.
Errors from dotnet build
​ Failed to download package 'Stratum.Util.201908.6.2' from 'https://pkgs.dev.azure.com/stratumfive/_packaging/9c301f7b-5cd6-4352-bff6-a4a1666f6569@f8ecd5e5-96ea-4d83-90eb-5e7cee6e175b/nuget/v3/flat2/stratum.util/201908.6.2/stratum.util.201908.6.2.nupkg'. An error occurred while sending the request. Received an unexpected EOF or 0 bytes from the transport stream. Failed to download package 'Serilog.Formatting.Elasticsearch.7.1.0' from 'https://pkgs.dev.azure.com/stratumfive/_packaging/9c301f7b-5cd6-4352-bff6-a4a1666f6569@f8ecd5e5-96ea-4d83-90eb-5e7cee6e175b/nuget/v3/flat2/serilog.formatting.elasticsearch/7.1.0/serilog.formatting.elasticsearch.7.1.0.nupkg'.
Connection refused Restore completed in 25.59 sec for /app/src/Aviso.Ports.Common/Aviso.Ports.Common.csproj. Restore completed in 18.18 sec for /app/src/Aviso.Ports.Dal/Aviso.Ports.Dal.csproj. Retrying 'FindPackagesByIdAsync' for source 'https://api.nuget.org/v3-flatcontainer/microsoft.entityframeworkcore.sqlite.core/index.json'. The download of 'https://api.nuget.org/v3-flatcontainer/microsoft.entityframeworkcore.sqlite.core/index.json' timed out because no data was received for 60000ms.
Exception of type 'System.TimeoutException' was thrown. Failed to download package 'Npgsql.3.2.5' from 'https://api.nuget.org/v3-flatcontainer/npgsql/3.2.5/npgsql.3.2.5.nupkg'. The download of 'https://api.nuget.org/v3-flatcontainer/npgsql/3.2.5/npgsql.3.2.5.nupkg' timed out because no data was received for 60000ms. Exception of type 'System.TimeoutException' was thrown.
Retrying 'FindPackagesByIdAsync' for source 'https://api.nuget.org/v3-flatcontainer/serilog.enrichers.environment/index.json'. The download of 'https://api.nuget.org/v3-flatcontainer/serilog.enrichers.environment/index.json' timed out because no data was received for 60000ms. Exception of type 'System.TimeoutException' was thrown. Retrying 'FindPackagesByIdAsync' for source 'https://api.nuget.org/v3-flatcontainer/serilog.extensions.logging/index.json'. The download of 'https://api.nuget.org/v3-flatcontainer/serilog.extensions.logging/index.json' timed out because no data was received for 60000ms. Exception of type
'System.TimeoutException' was thrown. Failed to download package 'mod_spatialite.4.3.0.1' from 'https://api.nuget.org/v3-flatcontainer/mod_spatialite/4.3.0.1/mod_spatialite.4.3.0.1.nupkg'. The download of 'https://api.nuget.org/v3-flatcontainer/mod_spatialite/4.3.0.1/mod_spatialite.4.3.0.1.nupkg' timed out because no data was received for 60000ms. Exception of type 'System.TimeoutException' was thrown. Failed to download package 'NetTopologySuite.Core.1.15.0' from 'https://api.nuget.org/v3-flatcontainer/nettopologysuite.core/1.15.0/nettopologysuite.core.1.15.0.nupkg'. The download of 'https://api.nuget.org/v3-flatcontainer/nettopologysuite.core/1.15.0/nettopologysuite.core.1.15.0.nupkg' timed out because no data was received for 60000ms. Exception of type 'System.TimeoutException' was thrown. Restore completed in 42.58 sec for /app/src/Aviso.Ports.Data/Aviso.Ports.Data.csproj. Restore completed in 1.44 min for /app/src/Aviso.Ports.Api/Aviso.Ports.Api.csproj. Restore completed in 110.91 ms for /app/src/Aviso.Ports.Service/Aviso.Ports.Service.csproj. Restore completed in 630.48 ms for /app/src/Aviso.Ports.Mapping/Aviso.Ports.Mapping.csproj. Retrying 'FindPackagesByIdAsync' for source 'https://api.nuget.org/v3-flatcontainer/microsoft.extensions.options/index.json'. The download of 'https://api.nuget.org/v3-flatcontainer/microsoft.extensions.options/index.json' timed out because no data was received for 60000ms. Exception of type 'System.TimeoutException' was thrown. Restore completed in 15.81 sec for /app/src/Aviso.Ports.ServiceClient/Aviso.Ports.ServiceClient.csproj. Restore completed in 21.86 sec for /app/tests/Aviso.Ports.Tests/Aviso.Ports.Tests.csproj.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment