hansva opened a new issue, #4889:
URL: https://github.com/apache/hop/issues/4889
### Apache Hop version?
2.12-SNAPSHOT
### Java version?
17
### Operating system
Other
### What happened?
Builds stopped working due to testcontainers failing on Jenkins
```
[INFO] Running org.apache.hop.beam.transform.MergeJoinPipelineTest
Hop configuration file not found, not serializing:
/home/jenkins/jenkins-agent/workspace/Hop_Hop_main/plugins/engines/beam/config/hop-config.json
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed:
32.73 s <<< FAILURE! -- in
org.apache.hop.pipeline.transforms.cratedbbulkloader.http.CrateDBBulkImportTest
[ERROR]
org.apache.hop.pipeline.transforms.cratedbbulkloader.http.CrateDBBulkImportTest
-- Time elapsed: 32.73 s <<< ERROR!
org.testcontainers.containers.ContainerLaunchException: Container startup
failed for image crate:latest
at
org.testcontainers.containers.GenericContainer.doStart(GenericContainer.java:359)
at
org.testcontainers.containers.GenericContainer.start(GenericContainer.java:330)
at
org.testcontainers.junit.jupiter.TestcontainersExtension$StoreAdapter.start(TestcontainersExtension.java:280)
at
org.testcontainers.junit.jupiter.TestcontainersExtension$StoreAdapter.access$200(TestcontainersExtension.java:267)
at
org.testcontainers.junit.jupiter.TestcontainersExtension.lambda$null$4(TestcontainersExtension.java:82)
at
org.testcontainers.junit.jupiter.TestcontainersExtension.lambda$startContainers$5(TestcontainersExtension.java:82)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
at
org.testcontainers.junit.jupiter.TestcontainersExtension.startContainers(TestcontainersExtension.java:82)
at
org.testcontainers.junit.jupiter.TestcontainersExtension.beforeAll(TestcontainersExtension.java:56)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
Caused by: org.rnorth.ducttape.RetryCountExceededException: Retry limit hit
with exception
at
org.rnorth.ducttape.unreliables.Unreliables.retryUntilSuccess(Unreliables.java:88)
at
org.testcontainers.containers.GenericContainer.doStart(GenericContainer.java:344)
... 9 more
Caused by: org.testcontainers.containers.ContainerLaunchException: Could not
create/start container
at
org.testcontainers.containers.GenericContainer.tryStart(GenericContainer.java:563)
at
org.testcontainers.containers.GenericContainer.lambda$doStart$0(GenericContainer.java:354)
at
org.rnorth.ducttape.unreliables.Unreliables.retryUntilSuccess(Unreliables.java:81)
... 10 more
```
### Issue Priority
Priority: 0
### Issue Component
Component: Infrastructure
--
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]