You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "jamesnetherton (via GitHub)" <gi...@apache.org> on 2024/01/29 12:28:58 UTC

[I] SMB tests fail in the Quarkus Platform [camel-quarkus]

jamesnetherton opened a new issue, #5692:
URL: https://github.com/apache/camel-quarkus/issues/5692

   ### Bug description
   
   Seems the `Dockerfile` used to create the SMB container cannot be resolved.
   
   ```
   [ERROR] org.apache.camel.quarkus.component.smb.it.SmbTest.testSmbResultsValidation  Time elapsed: 0.003 s  <<< ERROR!
   java.lang.RuntimeException: java.lang.RuntimeException: Unable to start Quarkus test resource class org.apache.camel.quarkus.component.smb.it.SmbTestResource
   	at io.quarkus.test.junit.QuarkusTestExtension.throwBootFailureException(QuarkusTestExtension.java:638)
   	at io.quarkus.test.junit.QuarkusTestExtension.interceptTestClassConstructor(QuarkusTestExtension.java:722)
   	at java.base/java.util.Optional.orElseGet(Optional.java:364)
   	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
   	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
   Caused by: java.lang.RuntimeException: Unable to start Quarkus test resource class org.apache.camel.quarkus.component.smb.it.SmbTestResource
   	at io.quarkus.test.common.TestResourceManager$TestResourceEntryRunnable.run(TestResourceManager.java:506)
   	at java.base/java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804)
   	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:840)
   Caused by: java.lang.RuntimeException: org.testcontainers.containers.ContainerFetchException: Can't get Docker image: RemoteDockerImage(imageName=<resolving>, imagePullPolicy=DefaultPullPolicy(), imageNameSubstitutor=org.testcontainers.utility.ImageNameSubstitutor$LogWrappedImageNameSubstitutor@19f23acf)
   	at org.apache.camel.quarkus.component.smb.it.SmbTestResource.start(SmbTestResource.java:51)
   	at io.quarkus.test.common.TestResourceManager$TestResourceEntryRunnable.run(TestResourceManager.java:500)
   	... 4 more
   Caused by: org.testcontainers.containers.ContainerFetchException: Can't get Docker image: RemoteDockerImage(imageName=<resolving>, imagePullPolicy=DefaultPullPolicy(), imageNameSubstitutor=org.testcontainers.utility.ImageNameSubstitutor$LogWrappedImageNameSubstitutor@19f23acf)
   	at org.testcontainers.containers.GenericContainer.getDockerImageName(GenericContainer.java:1367)
   	at org.testcontainers.containers.GenericContainer.doStart(GenericContainer.java:362)
   	at org.testcontainers.containers.GenericContainer.start(GenericContainer.java:333)
   	at org.apache.camel.quarkus.component.smb.it.SmbTestResource.start(SmbTestResource.java:39)
   	... 5 more
   Caused by: com.github.dockerjava.api.exception.InternalServerErrorException: Status 500: {"message":"Cannot locate specified Dockerfile: Dockerfile"}
   
   	at org.testcontainers.shaded.com.github.dockerjava.core.DefaultInvocationBuilder.execute(DefaultInvocationBuilder.java:247)
   	at org.testcontainers.shaded.com.github.dockerjava.core.DefaultInvocationBuilder.lambda$executeAndStream$1(DefaultInvocationBuilder.java:269)
   	... 1 more
   ```


-- 
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: commits-unsubscribe@camel.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] SMB tests fail in the Quarkus Platform [camel-quarkus]

Posted by "jamesnetherton (via GitHub)" <gi...@apache.org>.
jamesnetherton closed issue #5692: SMB tests fail in the Quarkus Platform
URL: https://github.com/apache/camel-quarkus/issues/5692


-- 
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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] SMB tests fail in the Quarkus Platform [camel-quarkus]

Posted by "spatnity (via GitHub)" <gi...@apache.org>.
spatnity commented on issue #5692:
URL: https://github.com/apache/camel-quarkus/issues/5692#issuecomment-1914604667

   I'd want to workaround this one.


-- 
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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org