Hello,
I have a job on Travis on ARM64 platform which is timing out because it doesn’t emit output for 10 minutes. However that happens before it reaches my script, so adding something like travis_wait
has no effect.
You can find the failing job here: https://travis-ci.org/github/psycopg/psycopg2-wheels/jobs/710400130
Is there anything we can do?
Thank you very much
Marco
July 25, 2020, 6:59am
2
Same issue here, some of our arm builds start, but then go unresponsive and time out. Sometimes with timeout error, sometimes with no error at all.
Looks like a duplicate of
Some days ago my arm64 jobs all began not to start up at all for many hours and eventually error out with Automatic restarts limited: Please try restarting this job later or contact support@travis-ci.com. (see https://travis-ci.com/github/bkimminich/juice-shop/jobs/356865312 )
I’ve already set them as allow_failure but that doesn’t really help because my entire pipleline hangs for half a day or more due to the arm64 issues. I’ve contacted support as mentioned in the error, just wanted to see if …
1 Like
@native-api : not really, it seems a pretty different issue