golang / go

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

crypto/tls: BenchmarkHandshakeServer/RSA failures #68441

Open gopherbot opened 1 month ago

gopherbot commented 1 month ago
#!watchflakes
default <- pkg == "crypto/tls" && test == "BenchmarkHandshakeServer/RSA"

Issue created automatically to collect these failures.

Example (log):

=== RUN   BenchmarkHandshakeServer/RSA
BenchmarkHandshakeServer/RSA
    handshake_server_test.go:1346: #4: read tcp 127.0.0.1:63486->127.0.0.1:63484: use of closed network connection
        Read 0, wanted 51, got , wanted 140303000101160303002800000000000000005df832a2c7d4ac17570d9fc1962a774871f425eccda764cb20ea6acc31f0cb8b
    handshake_server_test.go:1349: #4: mismatch on read: got:000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 want:140303000101160303002800000000000000005df832a2c7d4ac17570d9fc1962a774871f425eccda764cb20ea6acc31f0cb8b
==================
WARNING: DATA RACE
Read at 0x00c0002b82c9 by goroutine 21:
  testing.(*B).run1()
      /Volumes/Work/s/w/ir/x/w/goroot/src/testing/benchmark.go:218 +0x1d8
...
  crypto/tls.benchmarkHandshakeServer()
      /Volumes/Work/s/w/ir/x/w/goroot/src/crypto/tls/handshake_server_test.go:1336 +0xa36
  crypto/tls.BenchmarkHandshakeServer.func1()
      /Volumes/Work/s/w/ir/x/w/goroot/src/crypto/tls/handshake_server_test.go:1368 +0x97
  testing.(*B).runN()
      /Volumes/Work/s/w/ir/x/w/goroot/src/testing/benchmark.go:193 +0x19c
  testing.(*B).run1.func1()
      /Volumes/Work/s/w/ir/x/w/goroot/src/testing/benchmark.go:215 +0x7b
==================
--- FAIL: BenchmarkHandshakeServer/RSA

watchflakes

gopherbot commented 1 month ago

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "crypto/tls" && test == "BenchmarkHandshakeServer/RSA"
2024-06-20 19:13 go1.23-darwin-amd64-race release-branch.go1.23@eba9e087 crypto/tls.BenchmarkHandshakeServer/RSA (log) === RUN BenchmarkHandshakeServer/RSA BenchmarkHandshakeServer/RSA handshake_server_test.go:1346: #4: read tcp 127.0.0.1:63486->127.0.0.1:63484: use of closed network connection Read 0, wanted 51, got , wanted 140303000101160303002800000000000000005df832a2c7d4ac17570d9fc1962a774871f425eccda764cb20ea6acc31f0cb8b handshake_server_test.go:1349: #4: mismatch on read: got:000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 want:140303000101160303002800000000000000005df832a2c7d4ac17570d9fc1962a774871f425eccda764cb20ea6acc31f0cb8b ================== WARNING: DATA RACE Read at 0x00c0002b82c9 by goroutine 21: testing.(*B).run1() /Volumes/Work/s/w/ir/x/w/goroot/src/testing/benchmark.go:218 +0x1d8 ... crypto/tls.benchmarkHandshakeServer() /Volumes/Work/s/w/ir/x/w/goroot/src/crypto/tls/handshake_server_test.go:1336 +0xa36 crypto/tls.BenchmarkHandshakeServer.func1() /Volumes/Work/s/w/ir/x/w/goroot/src/crypto/tls/handshake_server_test.go:1368 +0x97 testing.(*B).runN() /Volumes/Work/s/w/ir/x/w/goroot/src/testing/benchmark.go:193 +0x19c testing.(*B).run1.func1() /Volumes/Work/s/w/ir/x/w/goroot/src/testing/benchmark.go:215 +0x7b ================== --- FAIL: BenchmarkHandshakeServer/RSA

watchflakes