I have an aarch 64 bit architecture and im running a yokto based linux. I don’t have any package manager system on this machine so I have to build from source.
After running the ./gradlew build i get 16 failed tests… all with very similar errors as seen below… can anyone help me?
SwarmStatusCommandIT > getCommanderStatus() FAILED
java.util.concurrent.ExecutionException at SwarmStatusCommandIT.java:87
Caused by: org.testcontainers.containers.ContainerLaunchException at GenericContainer.java:349t.java uses or ove
Caused by: org.rnorth.ducttape.RetryCountExceededException at Unreliables.java:88
Caused by: org.testcontainers.containers.ContainerLaunchException at GenericContainer.java:542
Caused by: java.lang.IllegalStateException at GenericContainer.java:514
SwarmRunStartCommandIT > startScenario() FAILED
java.util.concurrent.ExecutionException at SwarmRunStartCommandIT.java:97
Caused by: org.testcontainers.containers.ContainerLaunchException at GenericContainer.java:349
Caused by: org.rnorth.ducttape.RetryCountExceededException at Unreliables.java:88
Caused by: org.testcontainers.containers.ContainerLaunchException at GenericContainer.java:542