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-ECDSA-P256 failures #68422

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

crypto/tls: BenchmarkHandshakeServer/ECDHE-P256-ECDSA-P256 failures #68422

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-ECDSA-P256"

Issue created automatically to collect these failures.

Example (log):

=== RUN   BenchmarkHandshakeServer/ECDHE-P256-ECDSA-P256
BenchmarkHandshakeServer/ECDHE-P256-ECDSA-P256
==================
WARNING: DATA RACE
Write at 0x00c0000e4cc9 by goroutine 37:
  testing.(*common).Fail()
      /Users/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:955 +0x104
  testing.(*common).Errorf()
      /Users/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1076 +0xae
  crypto/tls.benchmarkHandshakeServer.func2()
...
      /Users/swarming/.swarming/w/ir/x/w/goroot/src/testing/benchmark.go:682 +0x9d4
  crypto/tls.BenchmarkHandshakeServer()
      /Users/swarming/.swarming/w/ir/x/w/goroot/src/crypto/tls/handshake_server_test.go:1371 +0x64
  testing.(*B).runN()
      /Users/swarming/.swarming/w/ir/x/w/goroot/src/testing/benchmark.go:193 +0x19c
  testing.(*B).run1.func1()
      /Users/swarming/.swarming/w/ir/x/w/goroot/src/testing/benchmark.go:215 +0x7b
==================
    testing.go:1399: race detected during execution of test
--- FAIL: BenchmarkHandshakeServer/ECDHE-P256-ECDSA-P256

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-ECDSA-P256"
2024-06-05 19:28 gotip-darwin-amd64-race go@b6582650 crypto/tls.BenchmarkHandshakeServer/ECDHE-P256-ECDSA-P256 (log)
=== RUN   BenchmarkHandshakeServer/ECDHE-P256-ECDSA-P256
BenchmarkHandshakeServer/ECDHE-P256-ECDSA-P256
==================
WARNING: DATA RACE
Write at 0x00c0000e4cc9 by goroutine 37:
  testing.(*common).Fail()
      /Users/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:955 +0x104
  testing.(*common).Errorf()
      /Users/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1076 +0xae
  crypto/tls.benchmarkHandshakeServer.func2()
...
      /Users/swarming/.swarming/w/ir/x/w/goroot/src/testing/benchmark.go:682 +0x9d4
  crypto/tls.BenchmarkHandshakeServer()
      /Users/swarming/.swarming/w/ir/x/w/goroot/src/crypto/tls/handshake_server_test.go:1371 +0x64
  testing.(*B).runN()
      /Users/swarming/.swarming/w/ir/x/w/goroot/src/testing/benchmark.go:193 +0x19c
  testing.(*B).run1.func1()
      /Users/swarming/.swarming/w/ir/x/w/goroot/src/testing/benchmark.go:215 +0x7b
==================
    testing.go:1399: race detected during execution of test
--- FAIL: BenchmarkHandshakeServer/ECDHE-P256-ECDSA-P256

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