Skip to content

x/net/route: TestFetchAndParseRIB failure on freebsd-386-12_0 builder #37320

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

Open
bcmills opened this issue Feb 20, 2020 · 0 comments
Open

x/net/route: TestFetchAndParseRIB failure on freebsd-386-12_0 builder #37320

bcmills opened this issue Feb 20, 2020 · 0 comments
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone

Comments

@bcmills
Copy link
Contributor

bcmills commented Feb 20, 2020

https://build.golang.org/log/f6a2d4db3516c80bf97648a85c23cd92789725e5

--- FAIL: TestFetchAndParseRIB (0.00s)
    message_test.go:34: 1 got (inet6 0000:0000:0000:0000:0000:0000:0000:0000 0) (inet4 28.28.0.0) (inet4 0.0.0.0) (inet4 0.0.0.0) (inet4 0.0.0.0); want inet6
    message_test.go:38: 3 ifp (type=6 mtu=1460) (link 1 vtnet0 42:01:0a:f0:00:18)
    message_test.go:38: 3 netmask|ifa|brd (inet4 255.255.255.255) (inet4 10.240.0.24) (inet4 10.240.0.24)
    message_test.go:38: 3 ifp (type=24 mtu=16384) (link 2 lo0 <nil>)
    message_test.go:38: 3 netmask|ifa|brd (inet6 ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff 0) (inet6 0000:0000:0000:0000:0000:0000:0000:0000 0) (inet6 0000:0000:0000:0000:0000:0000:0000:0001 0)
    message_test.go:38: 3 netmask|ifa|brd (inet6 ffff:ffff:ffff:ffff:0000:0000:0000:0000 0) (inet6 0000:0000:0000:0000:0000:0000:0000:0000 0) (inet6 fe80:0000:0000:0000:0000:0000:0000:0001 2)
    message_test.go:38: 3 netmask|ifa|brd (inet4 255.0.0.0) (inet4 127.0.0.1) (inet4 127.0.0.1)
    message_test.go:38: 3 ifp (type=6 mtu=1460) (link 1 vtnet0 42:01:0a:f0:00:18)
    message_test.go:38: 3 netmask|ifa|brd (inet4 255.255.255.255) (inet4 10.240.0.24) (inet4 10.240.0.24)
    message_test.go:38: 3 ifp (type=24 mtu=16384) (link 2 lo0 <nil>)
    message_test.go:38: 3 netmask|ifa|brd (inet4 255.0.0.0) (inet4 127.0.0.1) (inet4 127.0.0.1)
    message_test.go:38: 3 ifp (type=6 mtu=1460) (link 1 vtnet0 42:01:0a:f0:00:18)
    message_test.go:38: 3 ifp (type=24 mtu=16384) (link 2 lo0 <nil>)
    message_test.go:38: 3 netmask|ifa|brd (inet6 ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff 0) (inet6 0000:0000:0000:0000:0000:0000:0000:0000 0) (inet6 0000:0000:0000:0000:0000:0000:0000:0001 0)
    message_test.go:38: 3 netmask|ifa|brd (inet6 ffff:ffff:ffff:ffff:0000:0000:0000:0000 0) (inet6 0000:0000:0000:0000:0000:0000:0000:0000 0) (inet6 fe80:0000:0000:0000:0000:0000:0000:0001 2)
FAIL
FAIL	golang.org/x/net/route	0.012s

I couldn't easily check for other occurrences due to #35515.

@bcmills bcmills added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label Feb 20, 2020
@seankhliao seankhliao added this to the Unplanned milestone Aug 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Projects
None yet
Development

No branches or pull requests

2 participants