-
Notifications
You must be signed in to change notification settings - Fork 18k
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
runtime: TestCgoCallbackGC failing on FreeBSD/arm #18811
Comments
This may simply mean that the test program is timing out. What happens if you set |
Running ./all.bash now, but note that I'm already on GO_TEST_TIMEOUT_SCALE=3 by default. |
Another thing you can try is
Does that complete, or does it just hang? |
Note: updated previous comment to pass an argument to |
I've built testprogcgo: testprogcgo_build.txt |
Update: it exited after roughly 13m with
I'll try setting |
Probably related to #13926. |
Looks like setting |
I've starting running builds with CGO_ENABLED=1 on freebsd-arm-paulzhol and it fails consistently.
System is an ALLWINNER A20 running FreeBSD 11.0-RELEASE-p2. I've noticed CGO_ENABLED was off by default because the bootstrap 1.4.3 compilers need to be built with CGO_ENABLED=0.
https://build.golang.org/log/bfcba940a506c85e37f975ac5f707a8e56016a28
https://build.golang.org/log/b6d6763f78183bb51792bc55ce055d1301e7cbbc
https://build.golang.org/log/24b97b0e2513b28f2b8b117ff0028cfc36ea7790
The text was updated successfully, but these errors were encountered: