Hi,
I found some issues while running test on Arm64 platform on this weekends, please see the report: https://travis-ci.org/github/yzyuestc/ovs/jobs/692993107#L13
I also spotted a similar issue found on ovsrobot, see also: https://travis-ci.org/github/ovsrobot/ovs/jobs/693051863
Anyone can help address the issues?
I’m also seeing these stalls, specially in the last week.
They appear more frequently during the compilation of C files, like in: https://travis-ci.org/github/status-im/nim-beacon-chain/jobs/695169798#L8634
Here’s one weird stall during a cache archive upload: https://travis-ci.org/github/status-im/nim-beacon-chain/jobs/695327608#L3643
My arm64
jobs that use
services:
- docker
usually run into the 10min timeout already before (or at best while) Docker is installed (with sudo systemctl start docker
which I couldn’t even wrap into a travis_wait 30
): https://travis-ci.com/github/bkimminich/juice-shop/jobs/347901461
For comparison: In 10min my amd64
build is already done building the Docker image and pushing it to DockerHub… 
This issue has been reported many times before, but Travis seems to have abandoned their multiarch support (other than for PR on their blog). For a workaround and a list of previous threads mentioning this, see e.g. here: Travis Build gets stalled for ARM64 job in pandas package