Builds hang, with output truncated mid-line

Hello, I am also experiencing the issue of my arm64 builds timing out.

The interesting thing I have noticed is that the job will complete and pass if I don’t have a script I’m running in my travis.yml file attempt to build and test a helloworld program. But, if I try to trigger that build and test (manually or thru a Github commit) it hangs and fails on the install of a piece of software that is required to run the helloworld service. Again It seems to install without issue if it’s not attempting to run this service.

The second thing that seems strange is the output of the “Building system information” when running with the arm64 architecture vs amd64 architecture. With arm64 there is no “Build image provisioning date and time” or “Operating System Details” (or anything else) even when the travis.yml completes and passes, which seems to be consistent jay0lee’s build as well.

I’ll attach some builds for more information.

arm64 fail, attempting to build and test helloworld showing timeout:
https://travis-ci.com/t-fine/examples/builds/137645521

arm64 pass, NOT attempting to build or test helloworld:
https://travis-ci.com/t-fine/examples/builds/137645166

amd64 pass, showing to demonstrate the difference in the “Building system information”:
https://travis-ci.com/t-fine/examples/builds/137490512

Not sure if there’s any new information on this issue, but I just came across it and thought I’d share my experiences here as well.

Thanks!