Can someone please explain why testing on Arm64 outputs nothing to stdout during the call to julia -e? This effectively limits test time to <10 minutes, as travis_wait doesn’t seem to work. This doesn’t appear to be explained in the documentation.
First, I added arm64 with no travis_wait to https://travis-ci.org/jpjones76/SeisIO.jl/builds/625214541. You can see the timeouts in Julia 1.0, 1.2, and 1.3. As you can see, there’s no logging to stdout. The test run of 1.1 broke for reasons unrelated to the test itself.
Please correct me if I’m wrong here, but isn’t the relevant part of start_spinner identical to @junaruga’s suggested workaround? I ask because I tried the sleep + echo trick before, and it still didn’t print to stdout. I can link relevant build examples and logs if need be.