-
Notifications
You must be signed in to change notification settings - Fork 18k
syscall: routing message parser seems to be wrong on freebsd-386-gce101 #9707
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
Hm, #8203, looks like I was wrong, it hurts the net package. |
@rakyll, this is a perfect example of when we'd want to be able to say "just run @mikioh, we're almost there, but the Mikio, are you able to debug this on your own? Or do you want instructions on how to use gomote for now? |
Oh, I notice this fails only on Note that the FreeBSD-386 builder is a 64-bit kernel (same VM as the amd64 builder) but just runs with GOARCH=386. |
Cool, I've never imagined a use case like that. Certainly that's one of the root causes. |
@mikioh, can we get this fixed? This builder has been broken for too long. |
@bradfitz, sure, the root causes are a) broken platform recognition stuff, and b) lazy parsers that try to ignore uninteresting messages so hard. but not write a patch yet. if you hurry, will work on this before fixing other issues. |
Yes, I'd always prioritize getting the builders "ok" before new features. A red builder hides other problems. Thanks. |
Here you go: https://go-review.googlesource.com/4330 |
See http://build.golang.org/log/c66156b3f8d5fdd6f2480c180ed627a58007c9f0
The output on loopback interface must be
The text was updated successfully, but these errors were encountered: