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/ECDHE-P256-RSA failures #68427

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

crypto/tls: BenchmarkHandshakeServer/ECDHE-P256-RSA failures #68427

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/ECDHE-P256-RSA"

Issue created automatically to collect these failures.

Example (log):

=== RUN   BenchmarkHandshakeServer/ECDHE-P256-RSA
BenchmarkHandshakeServer/ECDHE-P256-RSA
==================
WARNING: DATA RACE
Write at 0x00c00012c549 by goroutine 27:
  testing.(*common).Fail()
      /Volumes/Work/s/w/ir/x/w/goroot/src/testing/testing.go:955 +0x104
  testing.(*common).Errorf()
      /Volumes/Work/s/w/ir/x/w/goroot/src/testing/testing.go:1076 +0xae
  crypto/tls.benchmarkHandshakeServer.func2()
...
  crypto/tls.runMain()
      /Volumes/Work/s/w/ir/x/w/goroot/src/crypto/tls/handshake_test.go:400 +0xde4
  crypto/tls.TestMain()
      /Volumes/Work/s/w/ir/x/w/goroot/src/crypto/tls/handshake_test.go:349 +0x10e
  main.main()
      _testmain.go:423 +0x171
==================
    handshake_server_test.go:1349: #4: mismatch on read: got:000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 want:140303000101160303002800000000000000005df832a2c7d4ac17570d9fc1962a774871f425eccda764cb20ea6acc31f0cb8b
    testing.go:1399: race detected during execution of test
--- FAIL: BenchmarkHandshakeServer/ECDHE-P256-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/ECDHE-P256-RSA"
2024-06-07 18:49 gotip-darwin-amd64-race go@e709992a crypto/tls.BenchmarkHandshakeServer/ECDHE-P256-RSA (log)
=== RUN   BenchmarkHandshakeServer/ECDHE-P256-RSA
BenchmarkHandshakeServer/ECDHE-P256-RSA
==================
WARNING: DATA RACE
Write at 0x00c00012c549 by goroutine 27:
  testing.(*common).Fail()
      /Volumes/Work/s/w/ir/x/w/goroot/src/testing/testing.go:955 +0x104
  testing.(*common).Errorf()
      /Volumes/Work/s/w/ir/x/w/goroot/src/testing/testing.go:1076 +0xae
  crypto/tls.benchmarkHandshakeServer.func2()
...
  crypto/tls.runMain()
      /Volumes/Work/s/w/ir/x/w/goroot/src/crypto/tls/handshake_test.go:400 +0xde4
  crypto/tls.TestMain()
      /Volumes/Work/s/w/ir/x/w/goroot/src/crypto/tls/handshake_test.go:349 +0x10e
  main.main()
      _testmain.go:423 +0x171
==================
    handshake_server_test.go:1349: #4: mismatch on read: got:000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 want:140303000101160303002800000000000000005df832a2c7d4ac17570d9fc1962a774871f425eccda764cb20ea6acc31f0cb8b
    testing.go:1399: race detected during execution of test
--- FAIL: BenchmarkHandshakeServer/ECDHE-P256-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