-
Notifications
You must be signed in to change notification settings - Fork 17.8k
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
all: “../test” phase fails on netbsd/386 8.0RC1 #25206
Comments
See previously #19339. |
It would be nice if we could get this figured out and fixed before Go 1.11. Otherwise, we should document it in the release notes. |
Change https://golang.org/cl/110626 mentions this issue: |
Rename the 8branch builders from “8branch” to “8_0” (in keeping with the version suffixes for FreeBSD and Darwin), and fix an apparent typo in the 386 SSHUsername field. Updates golang/go#25206. Updates golang/go#25109. Change-Id: I6053c8de17dcb3c7ff32da05c51902ac4bcc45fe Reviewed-on: https://go-review.googlesource.com/110626 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Hmm CC: @zoulasc who fixed something similar previously. |
NetBSD folk, any update here? Not critical, but if it's not fixed, we'll just note in the release notes that it's not known to work on i386. |
I'm personally single-threaded person and fully absorbed with LLDB-related porting (with a short break for fixing virtually all libfuzzer failures in tests)... I will forward this to other developers. |
I get reports that this works for HEAD. 8.0rc1 might miss a patch. |
Can you reproduce the problem on 8.0rc1? |
I don't have enough RAM on my i386 hardware, so I will try out in qemu tonight. |
I'm still building it, (under qemu softemu dogoofding, as KVM-like style emulation isn't ready). |
Some tests fail for me in 8.0RC in a qemu guest (softemu). Confirmed. |
I cannot dedicate time for 8.0 i386. I'm swamped by ptrace(2) kernel fixes and it won't change in few months. |
NetBSD users: any update on this issue for 1.12? |
I tried building tip (
So this is fixed, as far as I can see. |
Thanks, closing. |
Using the i386 builder image from https://golang.org/cl/109035,
all.bash
seems to hang during the../test
phase.Here's the tail of output from
debugnewvm --staging --host host-netbsd-386-8branch --override-image netbsd-i386-8-0-2018q1 --run-build=netbsd-386-8branch
:CC: @bsiegert
The text was updated successfully, but these errors were encountered: