I had to restart this job because make failed for Valgrind MacOS: https://github.com/bitcoin-core/secp256k1/actions/runs/6777069897/job/18419944841?pr=1437
We’ve seen other (different) random build issues before: https://github.com/LouisBrunner/valgrind-macos/issues/26
We could print the logs The make log is in /Users/runner/Library/Logs/Homebrew/valgrind/04.make
. Perhaps cat just all of ``/Users/runner/Library/Logs/Homebrew/valgrind/*`
But I suspect these are concurrency issues. We could prefix the command with MAKEFLAGS="-j1"
when we call brew. Or just retry make if it fails… cc @hebasto