Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

crypto/tls: BenchmarkHandshakeServer/RSA failures #68441

Open
gopherbot opened this issue Jul 15, 2024 · 1 comment
Open

crypto/tls: BenchmarkHandshakeServer/RSA failures #68441

gopherbot opened this issue Jul 15, 2024 · 1 comment
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.

Comments

@gopherbot
Copy link
Contributor

#!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 gopherbot added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label Jul 15, 2024
@gopherbot
Copy link
Contributor Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Projects
Status: No status
Development

No branches or pull requests

1 participant