chovy-3012 commented on PR #5462: URL: https://github.com/apache/seatunnel/pull/5462#issuecomment-1778475640
Retried more than 10 times , still failed. Error messages show `no space left on device` , any suggestions? error message as below: ```shell [INFO] Running org.apache.seatunnel.connectors.seatunnel.jdbc.JdbcAutoGenerateSQLIT Error: Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 8.34 s <<< FAILURE! - in org.apache.seatunnel.connectors.seatunnel.jdbc.JdbcAutoGenerateSQLIT Error: org.apache.seatunnel.connectors.seatunnel.jdbc.JdbcAutoGenerateSQLIT Time elapsed: 8.34 s <<< ERROR! java.util.concurrent.CompletionException: org.testcontainers.containers.ContainerLaunchException: Container startup failed Caused by: org.testcontainers.containers.ContainerLaunchException: Container startup failed Caused by: org.testcontainers.containers.ContainerFetchException: Can't get Docker image: RemoteDockerImage(imageName=postgres:14-alpine, imagePullPolicy=DefaultPullPolicy(), imageNameSubstitutor=org.testcontainers.utility.ImageNameSubstitutor$LogWrappedImageNameSubstitutor@489496a9) Caused by: org.testcontainers.containers.ContainerFetchException: Failed to get Docker client for postgres:14-alpine Caused by: com.github.dockerjava.api.exception.DockerClientException: Could not pull image: failed to register layer: write /usr/lib/libLLVM-15.so: no space left on device ``` -- 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]
