-
Notifications
You must be signed in to change notification settings - Fork 18k
x/net/ipv4: all cmsg tests fail on FreeBSD 12 kernel running COMPAT_FREEBSD32 #30899
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
Change https://golang.org/cl/168077 mentions this issue: |
Reopen: at least the fix needs to identify the running kernel version. |
Change https://golang.org/cl/168297 mentions this issue: |
Change https://golang.org/cl/170897 mentions this issue: |
Change https://golang.org/cl/171937 mentions this issue: |
Followup for CL 168297, a fix was released for the kernel bug https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236737 https://svnweb.freebsd.org/base?view=revision&revision=345741 https://svnweb.freebsd.org/base?view=revision&revision=346019 https://svnweb.freebsd.org/base?view=revision&revision=346020 Thus the bug won't affect 11.3-RELEASE and 12.1-RELEASE when they are out. Update adjustFreeBSD32 to handle only FreeBSD 12.0-RELEASE ranges of freebsdVersion. Updates golang/go#30899 Change-Id: I6beeaa55023dbe86a3d6fd8d6d5094516ec6978a Reviewed-on: https://go-review.googlesource.com/c/net/+/171937 Reviewed-by: Brad Fitzpatrick <[email protected]> Run-TryBot: Brad Fitzpatrick <[email protected]> TryBot-Result: Gobot Gobot <[email protected]>
See https://build.golang.org/log/5fff7e020d3329af198bcae137b22c124a7a7f31
:: Running /tmp/workdir/go/bin/go with args ["/tmp/workdir/go/bin/go" "test" "-short" "golang.org/x/net/..."] and env ["PATH=/tmp/workdir/go/bin:/bin:/sbin:/usr/bin:/usr/local/bin" "PWD=/" "HOME=/" "RC_PID=24" "WORKDIR=/tmp/workdir" "GOROOT_BOOTSTRAP=/tmp/workdir/go1.4" "GO_BUILDER_NAME=freebsd-386-12_0" "GOARCH=386" "GOHOSTARCH=386" "GOROOT=/tmp/workdir/go" "GOPATH=/tmp/workdir/gopath" "GOPROXY=http://10.240.0.50:30156" "TMPDIR=/tmp/workdir/tmp" "GOCACHE=/tmp/workdir/gocache"] in dir /tmp/workdir/gopath/src/golang.org/x/net
The text was updated successfully, but these errors were encountered: