skupperproject / skupper-router

An application-layer router for Skupper networks
https://skupper.io
Apache License 2.0
14 stars 18 forks source link

amd64 container image job continually failing in CI #1470

Closed ganeshmurthy closed 4 months ago

ganeshmurthy commented 4 months ago

There is a 500 error message

https://github.com/skupperproject/skupper-router/actions/runs/8708292995/job/23893683794#step:7:67

 test testcontainers::test_h2spec::test_h2spec ... Using router image: local/skupper-router:local
Going to run these h2spec tests: ["--strict", "hpack", "generic/2", "generic/5", "generic/6", "http2/3", "http2/4", "http2/8"]
ignoring network not foundCreated network: test_h2spec_network, eca34ab428797660756af3147c29bbadfee314a626f201ef5ffccf9c0330fa7b
thread 'testcontainers::test_h2spec::test_h2spec' panicked at tests/testcontainers/docker.rs:171:51:
called `Result::unwrap()` on an `Err` value: DockerResponseServerError { status_code: 500, message: "{\"progressDetail\":{},\"errorDetail\":{\"message\":\"initializing source docker://nixery.dev/nghttp2:latest: reading manifest latest in nixery.dev/nghttp2: received unexpected HTTP status: 500 Internal Server Error\"},\"error\":\"initializing source docker://nixery.dev/nghttp2:latest: reading manifest latest in nixery.dev/nghttp2: received unexpected HTTP status: 500 Internal Server Error\"}\n" }
stack backtrace:
   0: rust_begin_unwind
             at /rustc/25ef9e3d85d934b27d9dada2f9dd52b1dc63bb04/library/std/src/panicking.rs:647:5
   1: core::panicking::panic_fmt
             at /rustc/25ef9e3d85d934b27d9dada2f9dd52b1dc63bb04/library/core/src/panicking.rs:72:14
   2: core::result::unwrap_failed
             at /rustc/25ef9e3d85d934b27d9dada2f9dd52b1dc63bb04/library/core/src/result.rs:1649:5
   3: core::result::Result<T,E>::unwrap
             at /rustc/25ef9e3d85d934b27d9dada2f9dd52b1dc63bb04/library/core/src/result.rs:1073:23
   4: testcontainers::testcontainers::docker::docker_pull::{{closure}}
             at ./tests/testcontainers/docker.rs:168:5
   5: testcontainers::testcontainers::docker::find_or_pull_image::{{closure}}
             at ./tests/testcontainers/docker.rs:154:44
   6: testcontainers::testcontainers::test_h2spec::test_h2spec::{{closure}}
             at ./tests/testcontainers/test_h2spec.rs:116:48
   7: <core::pin::Pin<P> as core::future::future::Future>::poll
             at /rustc/25ef9e3d85d934b27d9dada2f9dd52b1dc63bb04/library/core/src/future/future.rs:124:9
   8: tokio::runtime::park::CachedParkThread::block_on::{{closure}}
             at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/park.rs:281:63
   9: tokio::runtime::coop::with_budget
             at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/coop.rs:107:5
  10: tokio::runtime::coop::budget
             at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/coop.rs:73:5
  11: tokio::runtime::park::CachedParkThread::block_on
             at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/park.rs:281:31
  12: tokio::runtime::context::blocking::BlockingRegionGuard::block_on
             at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/context/blocking.rs:66:9
  13: tokio::runtime::scheduler::multi_thread::MultiThread::block_on::{{closure}}
             at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/scheduler/multi_thread/mod.rs:87:13
  14: tokio::runtime::context::runtime::enter_runtime
             at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/context/runtime.rs:65:16
  15: tokio::runtime::scheduler::multi_thread::MultiThread::block_on
             at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/scheduler/multi_thread/mod.rs:86:9
  16: tokio::runtime::runtime::Runtime::block_on
             at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/runtime.rs:351:45
  17: testcontainers::testcontainers::test_h2spec::test_h2spec
             at ./tests/testcontainers/test_h2spec.rs:202:5
  18: testcontainers::testcontainers::test_h2spec::test_h2spec::{{closure}}
             at ./tests/testcontainers/test_h2spec.rs:83:23
  19: core::ops::function::FnOnce::call_once
             at /rustc/25ef9e3d85d934b27d9dada2f9dd52b1dc63bb04/library/core/src/ops/function.rs:250:5
  20: core::ops::function::FnOnce::call_once
             at /rustc/25ef9e3d85d934b27d9dada2f9dd52b1dc63bb04/library/core/src/ops/function.rs:250:5
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.