Test output
2022/09/04 02:54:15 [proj:region:pg] Listening on 127.0.0.1:5000
2022/09/04 02:54:15 [proj:region:pg] accepted connection from 127.0.0.1:49273
2022/09/04 02:54:15 [proj:region:pg] accepted connection from 127.0.0.1:49272
2022/09/04 02:54:15 max connections (1) exceeded, refusing new connection
panic: test timed out after 10m0s
goroutine 51 [running]:
testing.(*M).startAlarm.func1()
/Users/runner/hostedtoolcache/go/1.18.5/x64/src/testing/testing.go:2029 +0xbb
created by time.goFunc
/Users/runner/hostedtoolcache/go/1.18.5/x64/src/time/sleep.go:176 +0x48
goroutine 1 [chan receive]:
testing.(*T).Run(0xc000003ba0, {0x1a7b2e1, 0x1e}, 0x1ab26e8)
/Users/runner/hostedtoolcache/go/1.18.5/x64/src/testing/testing.go:1487 +0x750
testing.runTests.func1(0x0?)
/Users/runner/hostedtoolcache/go/1.18.5/x64/src/testing/testing.go:1839 +0x9a
testing.tRunner(0xc000003ba0, 0xc00035fb68)
/Users/runner/hostedtoolcache/go/1.18.5/x64/src/testing/testing.go:1439 +0x214
testing.runTests(0xc0000c83c0?, {0x1fd5f20, 0xc, 0xc}, {0x40?, 0x2b93758?, 0x1fe28a0?})
/Users/runner/hostedtoolcache/go/1.18.5/x64/src/testing/testing.go:1837 +0x7e5
testing.(*M).Run(0xc0000c83c0)
/Users/runner/hostedtoolcache/go/1.18.5/x64/src/testing/testing.go:1719 +0xa72
main.main()
_testmain.go:119 +0x3aa
goroutine 19 [select]:
go.opencensus.io/stats/view.(*worker).start(0xc0001a8100)
/Users/runner/go/pkg/mod/[email protected]/stats/view/worker.go:276 +0x177
created by go.opencensus.io/stats/view.init.0
/Users/runner/go/pkg/mod/[email protected]/stats/view/worker.go:34 +0xf7
goroutine 31 [chan receive]:
github.com/GoogleCloudPlatform/alloydb-auth-proxy/internal/proxy.(*Client).Serve(0xc0001494a0, {0x1ba4ca0, 0xc000128018}, 0x1ab26d8)
/Users/runner/work/alloydb-auth-proxy/alloydb-auth-proxy/internal/proxy/proxy.go:306 +0x44d
created by github.com/GoogleCloudPlatform/alloydb-auth-proxy/internal/proxy_test.TestClientLimitsMaxConnections
/Users/runner/work/alloydb-auth-proxy/alloydb-auth-proxy/internal/proxy/proxy_test.go:267 +0x779
goroutine 30 [IO wait]:
internal/poll.runtime_pollWait(0xa87f8c8, 0x72)
/Users/runner/hostedtoolcache/go/1.18.5/x64/src/runtime/netpoll.go:302 +0x89
internal/poll.(*pollDesc).wait(0xc000374118, 0xc00037202f?, 0x0)
/Users/runner/hostedtoolcache/go/1.18.5/x64/src/internal/poll/fd_poll_runtime.go:83 +0xbd
internal/poll.(*pollDesc).waitRead(...)
/Users/runner/hostedtoolcache/go/1.18.5/x64/src/internal/poll/fd_poll_runtime.go:88
internal/poll.(*FD).Read(0xc000374100, {0xc00037202f, 0x1, 0x1})
/Users/runner/hostedtoolcache/go/1.18.5/x64/src/internal/poll/fd_unix.go:167 +0x415
net.(*netFD).Read(0xc000374100, {0xc00037202f, 0x1, 0x1})
/Users/runner/hostedtoolcache/go/1.18.5/x64/src/net/fd_posix.go:55 +0x51
net.(*conn).Read(0xc000366018, {0xc00037202f, 0x1, 0x1})
/Users/runner/hostedtoolcache/go/1.18.5/x64/src/net/net.go:183 +0xb1
github.com/GoogleCloudPlatform/alloydb-auth-proxy/internal/proxy_test.TestClientLimitsMaxConnections.func2(0xc000213d40, {0x1ba7128, 0xc000366018})
/Users/runner/work/alloydb-auth-proxy/alloydb-auth-proxy/internal/proxy/proxy_test.go:284 +0xa6
github.com/GoogleCloudPlatform/alloydb-auth-proxy/internal/proxy_test.TestClientLimitsMaxConnections(0xc000213d40)
/Users/runner/work/alloydb-auth-proxy/alloydb-auth-proxy/internal/proxy/proxy_test.go:293 +0x9f5
testing.tRunner(0xc000213d40, 0x1ab26e8)
/Users/runner/hostedtoolcache/go/1.18.5/x64/src/testing/testing.go:1439 +0x214
created by testing.(*T).Run
/Users/runner/hostedtoolcache/go/1.18.5/x64/src/testing/testing.go:1486 +0x725
goroutine 32 [IO wait]:
internal/poll.runtime_pollWait(0xa87faa8, 0x72)
/Users/runner/hostedtoolcache/go/1.18.5/x64/src/runtime/netpoll.go:302 +0x89
internal/poll.(*pollDesc).wait(0xc0001a9918, 0x10b1101?, 0x0)
/Users/runner/hostedtoolcache/go/1.18.5/x64/src/internal/poll/fd_poll_runtime.go:83 +0xbd
internal/poll.(*pollDesc).waitRead(...)
/Users/runner/hostedtoolcache/go/1.18.5/x64/src/internal/poll/fd_poll_runtime.go:88
internal/poll.(*FD).Accept(0xc0001a9900)
/Users/runner/hostedtoolcache/go/1.18.5/x64/src/internal/poll/fd_unix.go:614 +0x425
net.(*netFD).accept(0xc0001a9900)
/Users/runner/hostedtoolcache/go/1.18.5/x64/src/net/fd_unix.go:172 +0x4a
net.(*TCPListener).accept(0xc00012f248)
/Users/runner/hostedtoolcache/go/1.18.5/x64/src/net/tcpsock_posix.go:139 +0x45
net.(*TCPListener).Accept(0xc00012f248)
/Users/runner/hostedtoolcache/go/1.18.5/x64/src/net/tcpsock.go:288 +0x68
github.com/GoogleCloudPlatform/alloydb-auth-proxy/internal/proxy.(*socketMount).Accept(0xc0001650a0)
/Users/runner/work/alloydb-auth-proxy/alloydb-auth-proxy/internal/proxy/proxy.go:489 +0x5b
github.com/GoogleCloudPlatform/alloydb-auth-proxy/internal/proxy.(*Client).serveSocketMount(0xc0001494a0, {0x0?, 0x0?}, 0xc0001650a0)
/Users/runner/work/alloydb-auth-proxy/alloydb-auth-proxy/internal/proxy/proxy.go:371 +0x65
github.com/GoogleCloudPlatform/alloydb-auth-proxy/internal/proxy.(*Client).Serve.func1(0x1ab2660?)
/Users/runner/work/alloydb-auth-proxy/alloydb-auth-proxy/internal/proxy/proxy.go:290 +0x85
created by github.com/GoogleCloudPlatform/alloydb-auth-proxy/internal/proxy.(*Client).Serve
/Users/runner/work/alloydb-auth-proxy/alloydb-auth-proxy/internal/proxy/proxy.go:289 +0x1dd
goroutine 34 [select]:
net.(*pipe).read(0xc0001a9b80, {0xc000394000, 0x2000, 0x0?})
/Users/runner/hostedtoolcache/go/1.18.5/x64/src/net/pipe.go:159 +0x23d
net.(*pipe).Read(0xc000075dc8?, {0xc000394000, 0x2000, 0x2000})
/Users/runner/hostedtoolcache/go/1.18.5/x64/src/net/pipe.go:142 +0x55
github.com/GoogleCloudPlatform/alloydb-auth-proxy/internal/proxy.(*Client).proxyConn(0xc0001494a0, {0x1a6fe18, 0xe}, {0x1ba7128?, 0xc0001248e8}, {0x1ba7230?, 0xc0001a9b80})
/Users/runner/work/alloydb-auth-proxy/alloydb-auth-proxy/internal/proxy/proxy.go:542 +0x3a5
github.com/GoogleCloudPlatform/alloydb-auth-proxy/internal/proxy.(*Client).serveSocketMount.func1()
/Users/runner/work/alloydb-auth-proxy/alloydb-auth-proxy/internal/proxy/proxy.go:408 +0x690
created by github.com/GoogleCloudPlatform/alloydb-auth-proxy/internal/proxy.(*Client).serveSocketMount
/Users/runner/work/alloydb-auth-proxy/alloydb-auth-proxy/internal/proxy/proxy.go:382 +0x30b
goroutine 35 [IO wait]:
internal/poll.runtime_pollWait(0xa87f7d8, 0x72)
/Users/runner/hostedtoolcache/go/1.18.5/x64/src/runtime/netpoll.go:302 +0x89
internal/poll.(*pollDesc).wait(0xc0001a9b18, 0xc000408000?, 0x0)
/Users/runner/hostedtoolcache/go/1.18.5/x64/src/internal/poll/fd_poll_runtime.go:83 +0xbd
internal/poll.(*pollDesc).waitRead(...)
/Users/runner/hostedtoolcache/go/1.18.5/x64/src/internal/poll/fd_poll_runtime.go:88
internal/poll.(*FD).Read(0xc0001a9b00, {0xc000408000, 0x2000, 0x2000})
/Users/runner/hostedtoolcache/go/1.18.5/x64/src/internal/poll/fd_unix.go:167 +0x415
net.(*netFD).Read(0xc0001a9b00, {0xc000408000, 0x2000, 0x2000})
/Users/runner/hostedtoolcache/go/1.18.5/x64/src/net/fd_posix.go:55 +0x51
net.(*conn).Read(0xc0001248e8, {0xc000408000, 0x2000, 0x2000})
/Users/runner/hostedtoolcache/go/1.18.5/x64/src/net/net.go:183 +0xb1
github.com/GoogleCloudPlatform/alloydb-auth-proxy/internal/proxy.(*Client).proxyConn.func2()
/Users/runner/work/alloydb-auth-proxy/alloydb-auth-proxy/internal/proxy/proxy.go:517 +0xd2
created by github.com/GoogleCloudPlatform/alloydb-auth-proxy/internal/proxy.(*Client).proxyConn
/Users/runner/work/alloydb-auth-proxy/alloydb-auth-proxy/internal/proxy/proxy.go:514 +0x34a
This test failed!
To configure my behavior, see the Flaky Bot documentation.
If I'm commenting on this issue too often, add the
flakybot: quietlabel andI will stop commenting.
commit: 721ea09
buildURL: https://github.com/GoogleCloudPlatform/alloydb-auth-proxy/actions/runs/2986596721
status: failed
Test output