golang / go

The Go programming language
https://go.dev
BSD 3-Clause "New" or "Revised" License
120.1k stars 17.24k forks source link

net/netip: FuzzParse failures #67126

Open gopherbot opened 2 weeks ago

gopherbot commented 2 weeks ago
#!watchflakes
default <- pkg == "net/netip" && test == "FuzzParse"

Issue created automatically to collect these failures.

Example (log):

--- FAIL: FuzzParse (0.02s)
    --- FAIL: FuzzParse/seed#53 (0.00s)
        fuzz_test.go:333: netip.AddrPort round trip identity failure: s="[::ffff:192.0.2.128%eth0]:1" x=netip.AddrPort{ip:netip.Addr{addr:netip.uint128{hi:0x0, lo:0xffffc0000280}, z:unique.Handle[net/netip.addrDetail]{value:(*netip.addrDetail)(0x40000b89d8)}}, port:0x1} y=netip.AddrPort{ip:netip.Addr{addr:netip.uint128{hi:0x0, lo:0xffffc0000280}, z:unique.Handle[net/netip.addrDetail]{value:(*netip.addrDetail)(0x400000e018)}}, port:0x1}

watchflakes

gopherbot commented 2 weeks ago

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "net/netip" && test == "FuzzParse"
2024-04-30 15:38 openbsd-arm64-jsing go@5616ab60 net/netip.FuzzParse (log) --- FAIL: FuzzParse (0.02s) --- FAIL: FuzzParse/seed#53 (0.00s) fuzz_test.go:333: netip.AddrPort round trip identity failure: s="[::ffff:192.0.2.128%eth0]:1" x=netip.AddrPort{ip:netip.Addr{addr:netip.uint128{hi:0x0, lo:0xffffc0000280}, z:unique.Handle[net/netip.addrDetail]{value:(*netip.addrDetail)(0x40000b89d8)}}, port:0x1} y=netip.AddrPort{ip:netip.Addr{addr:netip.uint128{hi:0x0, lo:0xffffc0000280}, z:unique.Handle[net/netip.addrDetail]{value:(*netip.addrDetail)(0x400000e018)}}, port:0x1}

watchflakes