Arm64 required "filter_secrets: false"

FYI, I was seeing freezing of the arm64 VM. There would just be a sudden break in output like:

https://travis-ci.org/jay0lee/GAM/jobs/596614424

Similar behavior occurs on Windows Alpha builds and the workaround is to set “filter_secrets: false” for that build. This seems to fix arm64 builds also as I’m no longer seeing the issue.

Thanks for coming back @jay0lee!

Happy to see you’re testing multi-cpu arch builds. We’ll look into reported issue, as indeed it resembles the one on Windows Alpha.

Best Regards

@jay0lee We’ve made a backend change on your account (i.e. jay0lee) that changes the implementation of our logs filtering mechanism. Could you try to run new builds without filter_secrets: false to see if this one works better on ARM builds? Thanks!

Thanks Dominic, appreciate the quick response and action. Unfortunately it still seems to be locking up without filter_secrets: false. See:

https://travis-ci.org/jay0lee/GAM/jobs/596780283

Yep, something’s still not entirely right. We’re looking into it, yet it seems it’s going to take some time on our end.

We appreciate a lot your testing and feedback, @jay0lee !

A post was merged into an existing topic: Arm64 builds hang, with output truncated mid-line