Bump ch.qos.logback:logback-classic from 1.4.14 to 1.5.16 #65
GitHub Actions / Test Results with Java 21
failed
Jan 6, 2025 in 0s
1 fail, 22 skipped, 30 pass in 13m 52s
53 tests 30 ✅ 13m 52s ⏱️
18 suites 22 💤
18 files 1 ❌
Results for commit 069531d.
Annotations
Check warning on line 0 in net.christophschubert.cp.testcontainers.ConnectDataGenKsqlDB
github-actions / Test Results with Java 21
setupKsqlDBWithSchemaRegistry() (net.christophschubert.cp.testcontainers.ConnectDataGenKsqlDB) failed
build/test-results/integrationTest/TEST-net.christophschubert.cp.testcontainers.ConnectDataGenKsqlDB.xml [took 1m 13s]
Raw output
org.testcontainers.containers.ContainerFetchException: Can't get Docker image: RemoteDockerImage(imageName=confluentinc/cp-ksqldb-server:0.17.0, imagePullPolicy=DefaultPullPolicy(), imageNameSubstitutor=org.testcontainers.utility.ImageNameSubstitutor$LogWrappedImageNameSubstitutor@760245e1)
at app//org.testcontainers.containers.GenericContainer.getDockerImageName(GenericContainer.java:1367)
at app//org.testcontainers.containers.GenericContainer.doStart(GenericContainer.java:362)
at app//org.testcontainers.containers.GenericContainer.start(GenericContainer.java:333)
at app//net.christophschubert.cp.testcontainers.ConnectDataGenKsqlDB.setupKsqlDBWithSchemaRegistry(ConnectDataGenKsqlDB.java:37)
at [email protected]/java.lang.reflect.Method.invoke(Method.java:580)
at [email protected]/java.util.ArrayList.forEach(ArrayList.java:1596)
at [email protected]/java.util.ArrayList.forEach(ArrayList.java:1596)
Caused by: com.github.dockerjava.api.exception.NotFoundException: Status 404: {"message":"manifest for confluentinc/cp-ksqldb-server:0.17.0 not found: manifest unknown: manifest unknown"}
at app//org.testcontainers.shaded.com.github.dockerjava.core.DefaultInvocationBuilder.execute(DefaultInvocationBuilder.java:241)
at app//org.testcontainers.shaded.com.github.dockerjava.core.DefaultInvocationBuilder.lambda$executeAndStream$1(DefaultInvocationBuilder.java:269)
at [email protected]/java.lang.Thread.run(Thread.java:1583)
Loading