-
Notifications
You must be signed in to change notification settings - Fork 614
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TestMachoFiles failing on darwin/amd64 when gaddr2line is not installed #342
Comments
Most likely the builder environment doesn't have gaddr2line or llvm-symbolizer available in PATH. |
I assume then that the test should be skipped if the tools aren't installed? |
@aalexand any update on this issue? We'd like to update our vendored copy to import the other two flake issue fixes, but this failure is blocking us. We can always re-vendor and manually disable the test, but that's a bit suboptimal. |
#352 should fix it. |
Awesome, thank you! Will update the vendored pprof now. |
This took down the three darwin/amd64 builders, as one can see on https://build.golang.org/ (fixed by the vendor update revert).
https://build.golang.org/log/090018bcc232072f53ddc7750e24f42f52e79719
https://build.golang.org/log/1cbedd8b8b11d1baadcbfabcf8d8809ece5ab307
https://build.golang.org/log/81fd8501a182718b4e87ffd66d36d7e9c9034e6a
The actual failure:
The failures happened when we updated to the following commit: 20ceaca
Funnily enough, that commit enables the very test that is failing.
/cc @aalexand @nolanmar511 who authored and committed said commit.
The text was updated successfully, but these errors were encountered: