michaeljmarshall opened a new issue, #20281:
URL: https://github.com/apache/pulsar/issues/20281

   ### Search before asking
   
   - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) 
and found nothing similar.
   
   
   ### Example failure
   
   
https://github.com/michaeljmarshall/pulsar/actions/runs/4922663911/jobs/8807664239?pr=43#step:11:13023
   
   ### Exception stacktrace
   
   <!-- copy-paste the stack trace in the code block below -->
   ```
     Error:  Tests run: 29, Failures: 1, Errors: 0, Skipped: 23, Time elapsed: 
826.682 s <<< FAILURE! - in TestSuite
     Error:  
testDebeziumPostgreSqlSource(org.apache.pulsar.tests.integration.io.sources.debezium.PulsarDebeziumSourcesTest)
  Time elapsed: 124.017 s  <<< FAILURE!
     org.testcontainers.containers.ContainerLaunchException: Container startup 
failed
        at 
org.testcontainers.containers.GenericContainer.doStart(GenericContainer.java:349)
        at 
org.testcontainers.containers.GenericContainer.start(GenericContainer.java:322)
        at 
org.apache.pulsar.tests.integration.topologies.PulsarCluster.startService(PulsarCluster.java:333)
        at 
org.apache.pulsar.tests.integration.io.sources.debezium.DebeziumPostgreSqlSourceTester.setServiceContainer(DebeziumPostgreSqlSourceTester.java:85)
        at 
org.apache.pulsar.tests.integration.io.sources.debezium.PulsarDebeziumSourcesTest.testDebeziumPostgreSqlConnect(PulsarDebeziumSourcesTest.java:161)
        at 
org.apache.pulsar.tests.integration.io.sources.debezium.PulsarDebeziumSourcesTest.testDebeziumPostgreSqlSource(PulsarDebeziumSourcesTest.java:68)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:568)
        at 
org.testng.internal.invokers.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:139)
        at 
org.testng.internal.invokers.InvokeMethodRunnable.runOne(InvokeMethodRunnable.java:47)
        at 
org.testng.internal.invokers.InvokeMethodRunnable.call(InvokeMethodRunnable.java:76)
        at 
org.testng.internal.invokers.InvokeMethodRunnable.call(InvokeMethodRunnable.java:11)
        at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at 
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
        at 
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
        at java.base/java.lang.Thread.run(Thread.java:833)
     Caused by: org.testcontainers.containers.ContainerFetchException: Can't 
get Docker image: RemoteDockerImage(imageName=debezium/example-postgres:0.10, 
imagePullPolicy=DefaultPullPolicy(), 
imageNameSubstitutor=org.testcontainers.utility.ImageNameSubstitutor$LogWrappedImageNameSubstitutor@327a4b59)
        at 
org.testcontainers.containers.GenericContainer.getDockerImageName(GenericContainer.java:1371)
        at 
org.testcontainers.containers.GenericContainer.logger(GenericContainer.java:651)
        at 
org.testcontainers.containers.GenericContainer.doStart(GenericContainer.java:331)
        ... 17 more
     Caused by: org.testcontainers.containers.ContainerFetchException: Failed 
to pull image: debezium/example-postgres:0.10
        at 
org.testcontainers.images.RemoteDockerImage.resolve(RemoteDockerImage.java:119)
        at 
org.testcontainers.images.RemoteDockerImage.resolve(RemoteDockerImage.java:28)
        at 
org.testcontainers.utility.LazyFuture.getResolvedValue(LazyFuture.java:17)
        at org.testcontainers.utility.LazyFuture.get(LazyFuture.java:39)
        at 
org.testcontainers.containers.GenericContainer.getDockerImageName(GenericContainer.java:1369)
        ... 19 more
   ```
   
   
   ### Are you willing to submit a PR?
   
   - [ ] I'm willing to submit a PR!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to