golang / go

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

x/net/quic: TestUDPSourceSpecified/udp4/udp/unspec failures #69659

Open gopherbot opened 2 months ago

gopherbot commented 2 months ago
#!watchflakes
default <- pkg == "golang.org/x/net/quic" && test == "TestUDPSourceSpecified/udp4/udp/unspec"

Issue created automatically to collect these failures.

Example (log):

=== RUN   TestUDPSourceSpecified/udp4/udp/unspec
panic: test timed out after 10m0s
running tests:
    TestUDPSourceSpecified (10m0s)
    TestUDPSourceSpecified/udp4/udp/unspec (10m0s)

goroutine 1742 [running]:
testing.(*M).startAlarm.func1()
    /Volumes/Work/s/w/ir/x/w/goroot/src/testing/testing.go:2366 +0x30c
created by time.goFunc
...

goroutine 1770 [chan receive, 9 minutes]:
golang.org/x/net/quic.TestUDPSourceSpecified.func1(0x1400012d380, {0x140001c9a40, 0x140001c9b00, {{{0x0, 0xffff7f000001}, 0x140001180a8}, 0xc3fe}, 0x1400001f140})
    /Volumes/Work/s/w/ir/x/w/targetrepo675238800/quic/udp_test.go:47 +0x174
golang.org/x/net/quic.runUDPTest.func1(0x1400012d380)
    /Volumes/Work/s/w/ir/x/w/targetrepo675238800/quic/udp_test.go:180 +0x454
testing.tRunner(0x1400012d380, 0x140001184c8)
    /Volumes/Work/s/w/ir/x/w/goroot/src/testing/testing.go:1689 +0xec
created by testing.(*T).Run in goroutine 1769
    /Volumes/Work/s/w/ir/x/w/goroot/src/testing/testing.go:1742 +0x318

watchflakes

gopherbot commented 2 months ago

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/net/quic" && test == "TestUDPSourceSpecified/udp4/udp/unspec"
2024-09-06 18:26 x_net-go1.22-darwin-arm64_13 net@3c333c0c release-branch.go1.22@b4086b7c x/net/quic.TestUDPSourceSpecified/udp4/udp/unspec [ABORT] (log) === RUN TestUDPSourceSpecified/udp4/udp/unspec panic: test timed out after 10m0s running tests: TestUDPSourceSpecified (10m0s) TestUDPSourceSpecified/udp4/udp/unspec (10m0s) goroutine 1742 [running]: testing.(*M).startAlarm.func1() /Volumes/Work/s/w/ir/x/w/goroot/src/testing/testing.go:2366 +0x30c created by time.goFunc ... goroutine 1770 [chan receive, 9 minutes]: golang.org/x/net/quic.TestUDPSourceSpecified.func1(0x1400012d380, {0x140001c9a40, 0x140001c9b00, {{{0x0, 0xffff7f000001}, 0x140001180a8}, 0xc3fe}, 0x1400001f140}) /Volumes/Work/s/w/ir/x/w/targetrepo675238800/quic/udp_test.go:47 +0x174 golang.org/x/net/quic.runUDPTest.func1(0x1400012d380) /Volumes/Work/s/w/ir/x/w/targetrepo675238800/quic/udp_test.go:180 +0x454 testing.tRunner(0x1400012d380, 0x140001184c8) /Volumes/Work/s/w/ir/x/w/goroot/src/testing/testing.go:1689 +0xec created by testing.(*T).Run in goroutine 1769 /Volumes/Work/s/w/ir/x/w/goroot/src/testing/testing.go:1742 +0x318

watchflakes