You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get the following stack trace when running tests on semaphore CI environment. This only happens sporadically and not always. Around 30-40% of the time.
Caused by: org.rnorth.ducttape.RetryCountExceededException: Retry limit hit with exception
Caused by: org.testcontainers.containers.ContainerLaunchException: Could not create/start container
Caused by: org.testcontainers.containers.ContainerLaunchException: Aborting attempt to link to container 7ofrz52ifape_webhook_1 as it is not running
Details:
docker-compose version
docker-compose version 1.27.2, build 18f557f9
docker-py version: 4.3.1
CPython version: 3.7.7
OpenSSL version: OpenSSL 1.1.0l 10 Sep 2019
Hi @bsideup do you mind linking / copying in from slack? We're seeing similar flakiness in opentelemetry-java / -instrumentation repos for various images without much consistency. I see it locally on my Macbook in addition to the GitHub Actions CI.
I get the following stack trace when running tests on semaphore CI environment. This only happens sporadically and not always. Around 30-40% of the time.
Details:
docker-compose file:
test code to launch the container:
The text was updated successfully, but these errors were encountered: