Giter Club home page Giter Club logo

Comments (2)

pjanotti avatar pjanotti commented on August 30, 2024

SIG: not happen frequently, closing for now.

from opentelemetry-dotnet-instrumentation.

pjanotti avatar pjanotti commented on August 30, 2024

Same error on different test: https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/actions/runs/10390094077/job/28772236378?pr=3573#step:9:1089

Error: [xUnit.net 00:06:12.03]     IntegrationTests.NpqsqlTests.SubmitsTraces(packageVersion: "6.0.11") [FAIL]
  16:00:16 [ERR] [xUnit.net 00:06:12.03]     IntegrationTests.NpqsqlTests.SubmitsTraces(packageVersion: "6.0.11") [FAIL]
  16:00:16 [DBG] [xUnit.net 00:06:12.03] IntegrationTests: --- FAIL: IntegrationTests.NpqsqlTests.SubmitsTraces(6.0.11) (0.00s)
  16:00:17 [DBG]   Failed IntegrationTests.NpqsqlTests.SubmitsTraces(packageVersion: "8.0.3") [1 ms]
  16:00:17 [DBG]   Error Message:
  16:00:17 [DBG]    Docker.DotNet.DockerApiException : Docker API responded with status code=InternalServerError, response={"message":"Head \"[https://registry-1.docker.io/v2/library/postgres/manifests/16.3\](https://registry-1.docker.io/v2/library/postgres/manifests/16.3/)": received unexpected HTTP status: 502 Bad Gateway"}
  16:00:17 [DBG] 
  16:00:17 [DBG]   Stack Trace:
  16:00:17 [DBG]      at Docker.DotNet.DockerClient.HandleIfErrorResponseAsync(HttpStatusCode statusCode, HttpResponseMessage response)
  16:00:17 [DBG]    at Docker.DotNet.DockerClient.MakeRequestForRawResponseAsync(HttpMethod method, String path, IQueryString queryString, IRequestContent body, IDictionary`2 headers, CancellationToken token)
  16:00:17 [DBG]    at Docker.DotNet.Models.StreamUtil.MonitorResponseForMessagesAsync[T](Task`1 responseTask, DockerClient client, CancellationToken cancel, IProgress`1 progress)
  16:00:17 [DBG]    at DotNet.Testcontainers.Clients.DockerImageOperations.CreateAsync(IImage image, IDockerRegistryAuthenticationConfiguration dockerRegistryAuthConfig, CancellationToken ct) in /_/src/Testcontainers/Clients/DockerImageOperations.cs:line 74
  16:00:17 [DBG]    at DotNet.Testcontainers.Clients.TestcontainersClient.PullImageAsync(IImage image, CancellationToken ct) in /_/src/Testcontainers/Clients/TestcontainersClient.cs:line 375
  16:00:17 [DBG]    at DotNet.Testcontainers.Clients.TestcontainersClient.RunAsync(IContainerConfiguration configuration, CancellationToken ct) in /_/src/Testcontainers/Clients/TestcontainersClient.cs:line 303
  16:00:17 [DBG]    at DotNet.Testcontainers.Containers.DockerContainer.UnsafeCreateAsync(CancellationToken ct) in /_/src/Testcontainers/Containers/DockerContainer.cs:line 413
  16:00:17 [DBG]    at DotNet.Testcontainers.Containers.DockerContainer.StartAsync(CancellationToken ct) in /_/src/Testcontainers/Containers/DockerContainer.cs:line 277
  16:00:17 [DBG]    at IntegrationTests.PostgresFixture.LaunchPostgresContainerAsync(Int32 port) in /home/runner/work/opentelemetry-dotnet-instrumentation/opentelemetry-dotnet-instrumentation/test/IntegrationTests/PostgresCollection.cs:line 54
  16:00:17 [DBG]    at IntegrationTests.PostgresFixture.InitializeAsync() in /home/runner/work/opentelemetry-dotnet-instrumentation/opentelemetry-dotnet-instrumentation/test/IntegrationTests/PostgresCollection.cs:line 33
  16:00:17 [DBG]   Failed IntegrationTests.NpqsqlTests.SubmitsTraces(packageVersion: "6.0.11") [1 ms]
  16:00:17 [DBG]   Error Message:
  16:00:17 [DBG]    Docker.DotNet.DockerApiException : Docker API responded with status code=InternalServerError, response={"message":"Head \"[https://registry-1.docker.io/v2/library/postgres/manifests/16.3\](https://registry-1.docker.io/v2/library/postgres/manifests/16.3/)": received unexpected HTTP status: 502 Bad Gateway"}
  16:00:17 [DBG] 
  16:00:17 [DBG]   Stack Trace:
  16:00:17 [DBG]      at Docker.DotNet.DockerClient.HandleIfErrorResponseAsync(HttpStatusCode statusCode, HttpResponseMessage response)
  16:00:17 [DBG]    at Docker.DotNet.DockerClient.MakeRequestForRawResponseAsync(HttpMethod method, String path, IQueryString queryString, IRequestContent body, IDictionary`2 headers, CancellationToken token)
  16:00:17 [DBG]    at Docker.DotNet.Models.StreamUtil.MonitorResponseForMessagesAsync[T](Task`1 responseTask, DockerClient client, CancellationToken cancel, IProgress`1 progress)
  16:00:17 [DBG]    at DotNet.Testcontainers.Clients.DockerImageOperations.CreateAsync(IImage image, IDockerRegistryAuthenticationConfiguration dockerRegistryAuthConfig, CancellationToken ct) in /_/src/Testcontainers/Clients/DockerImageOperations.cs:line 74
  16:00:17 [DBG]    at DotNet.Testcontainers.Clients.TestcontainersClient.PullImageAsync(IImage image, CancellationToken ct) in /_/src/Testcontainers/Clients/TestcontainersClient.cs:line 375
  16:00:17 [DBG]    at DotNet.Testcontainers.Clients.TestcontainersClient.RunAsync(IContainerConfiguration configuration, CancellationToken ct) in /_/src/Testcontainers/Clients/TestcontainersClient.cs:line 303
  16:00:17 [DBG]    at DotNet.Testcontainers.Containers.DockerContainer.UnsafeCreateAsync(CancellationToken ct) in /_/src/Testcontainers/Containers/DockerContainer.cs:line 413
  16:00:17 [DBG]    at DotNet.Testcontainers.Containers.DockerContainer.StartAsync(CancellationToken ct) in /_/src/Testcontainers/Containers/DockerContainer.cs:line 277
  16:00:17 [DBG]    at IntegrationTests.PostgresFixture.LaunchPostgresContainerAsync(Int32 port) in /home/runner/work/opentelemetry-dotnet-instrumentation/opentelemetry-dotnet-instrumentation/test/IntegrationTests/PostgresCollection.cs:line 54
  16:00:17 [DBG]    at IntegrationTests.PostgresFixture.InitializeAsync() in /home/runner/work/opentelemetry-dotnet-instrumentation/opentelemetry-dotnet-instrumentation/test/IntegrationTests/PostgresCollection.cs:line 33

from opentelemetry-dotnet-instrumentation.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.