-
Notifications
You must be signed in to change notification settings - Fork 18k
x/net/ipv6: TestIPPerInterfaceSinglePacketConnWithSingleGroupListener broken on freebsd-386 for Go 1.11 #31221
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
Comments
Dupe of #28826. Please backport the CLs to release-branch.go1.11 if necessary; I cannot make backport CLs. PS: freebsd-386 builders are actually freebsd-compat32 builders. |
CL 139577 and CL 139917. |
Re-opening the bug, as this isn't fix. The build.golang.org dashboard is still red. |
Change https://golang.org/cl/170617 mentions this issue: |
Change https://golang.org/cl/170618 mentions this issue: |
…r FreeBSD 386 emulation On 11.2-RELEASE or above FreeBSD kernels, the breakage of routing message alignment for 386 emulation (see COMPAT_FREEBSD32 in sys/net/rtsock.c) is fixed. This change makes packages in the x/net repository work regardless of the kernel fix. Updates golang/go#31221 Change-Id: Ie71cc7dfb842c66225f96d1fb0e8cc5de7c47015 Reviewed-on: https://go-review.googlesource.com/c/139577 Reviewed-by: Brad Fitzpatrick <[email protected]> (cherry picked from commit 68fc911) Reviewed-on: https://go-review.googlesource.com/c/net/+/170617 Run-TryBot: Brad Fitzpatrick <[email protected]> TryBot-Result: Gobot Gobot <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]>
…ISTL test in 386 emulation (again) We are no longer able to use the kernel bug for detecting the execution of 386 emulation on 11.2-RELEASE or above kernels. This change uses a variable that holds the execution mode detected in init instead. Updates golang/go#31221 Change-Id: Ib6afdbc40ae1feb8caf040c64c4b01971efc6325 Reviewed-on: https://go-review.googlesource.com/c/139917 Run-TryBot: Mikio Hara <[email protected]> TryBot-Result: Gobot Gobot <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]> (cherry picked from commit 146acd2) Reviewed-on: https://go-review.googlesource.com/c/net/+/170618 Run-TryBot: Brad Fitzpatrick <[email protected]>
That didn't seem to fix it. |
As described in #28826, the dependency is: T depends on net-of-stdlib depends on vendored x/net/route-of-stdlib. Please re-vendor the x/net/route to the release-branch.go1.11 of stdlib. |
Did Go 1.11 really ship not passing its tests on x/net? |
I'm not sure about {build,try}bot fleet configuration. FreeBSD 11.2 kernel was released in June 2018. Perhaps the fleet was not updated during the release (or another possibility could be that I forgot to sweep the health check of the fleet because we also had the football world cup games in June-July 2018. :) |
Change https://golang.org/cl/170777 mentions this issue: |
Change https://golang.org/cl/170897 mentions this issue: |
Change https://golang.org/cl/170782 mentions this issue: |
TestIPPerInterfaceSinglePacketConnWithSingleGroupListener is broken on freebsd-386-* with Go 1.11:
https://build.golang.org/log/7c758c236a9eff9b87a8fc6adb6013af786c2eb7
@mikioh, can you fix?
The text was updated successfully, but these errors were encountered: