golang / go

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

x/net/proxy: TestDial failures #65726

Open gopherbot opened 4 months ago

gopherbot commented 4 months ago
#!watchflakes
default <- pkg == "golang.org/x/net/proxy" && test == "TestDial"

Issue created automatically to collect these failures.

Example (log):

panic: test timed out after 40m0s
running tests:
    TestDial (40m0s)
    TestDial/DirectWithCancel (40m0s)

testing.(*T).Run(0x8d0108, {0x603169, 0x10}, 0x60dcc8)
    /tmp/gobuilder-mips64le/go/src/testing/testing.go:1750 +0x498
golang.org/x/net/proxy.TestDial(0x8d0108)
    /tmp/gobuilder-mips64le/gopath/src/golang.org/x/net/proxy/dial_test.go:20 +0x68
testing.tRunner(0x8d0108, 0x60dc30)

watchflakes

gopherbot commented 4 months ago

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/net/proxy" && test == "TestDial"
2024-02-14 21:57 linux-mipsle-rtrk net@840656f9 go@48d899dc x/net/proxy.TestDial (log) panic: test timed out after 40m0s running tests: TestDial (40m0s) TestDial/DirectWithCancel (40m0s) testing.(*T).Run(0x8d0108, {0x603169, 0x10}, 0x60dcc8) /tmp/gobuilder-mips64le/go/src/testing/testing.go:1750 +0x498 golang.org/x/net/proxy.TestDial(0x8d0108) /tmp/gobuilder-mips64le/gopath/src/golang.org/x/net/proxy/dial_test.go:20 +0x68 testing.tRunner(0x8d0108, 0x60dc30)

watchflakes