Hi,
We're using rustainers to run integration tests and found out that when running it with high concurrency (e.g. tons of tests via cargo nextest run) the stderr_contains wait strategy makes the container start stuck.
A workaround is using different strategy (e.g. HTTPS) - everything is fine then.
I've made a small repo which reproduces the problem for me:
https://github.com/wiktor-k/nextest-integr-test/blob/e7e25370b75f3698dadef9041c60991688dd0365/src/lib.rs#L51-L54
It seems as if there was some kind of race condition when retrieving the logs but I didn't dig deeper.
CC: @dvzrv