Skip to content

Bump software.amazon.awssdk:s3 from 2.22.9 to 2.29.40 #61

Bump software.amazon.awssdk:s3 from 2.22.9 to 2.29.40

Bump software.amazon.awssdk:s3 from 2.22.9 to 2.29.40 #61

GitHub Actions / Test Results with Java 21 failed Dec 23, 2024 in 0s

1 fail, 22 skipped, 30 pass in 14m 14s

53 tests   30 ✅  14m 14s ⏱️
18 suites  22 💤
18 files     1 ❌

Results for commit 5b320ba.

Annotations

Check warning on line 0 in net.christophschubert.cp.testcontainers.ConnectDataGenKsqlDB

See this annotation in the file changed.

@github-actions 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 12s]
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@62573c86)
	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)