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-P521-ECDSA-P521/TLSv12 failures #68429

Open
gopherbot opened this issue Jul 15, 2024 · 1 comment
Open
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-P521-ECDSA-P521/TLSv12"

Issue created automatically to collect these failures.

Example (log):

=== RUN   BenchmarkHandshakeServer/ECDHE-P521-ECDSA-P521/TLSv12
BenchmarkHandshakeServer/ECDHE-P521-ECDSA-P521/TLSv12
    handshake_server_test.go:1346: #4: read tcp 127.0.0.1:56882->127.0.0.1:56844: use of closed network connection
        Read 0, wanted 43, got , wanted 1403030001011603030020e9e6b2890af8c715ba574759113fdd7443145ef9ab931663ea47246f97101255
    handshake_server_test.go:1349: #4: mismatch on read: got:00000000000000000000000000000000000000000000000000000000000000000000000000000000000000 want:1403030001011603030020e9e6b2890af8c715ba574759113fdd7443145ef9ab931663ea47246f97101255
--- FAIL: BenchmarkHandshakeServer/ECDHE-P521-ECDSA-P521/TLSv12

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-P521-ECDSA-P521/TLSv12"
2024-06-07 19:02 gotip-darwin-amd64-race go@d5e5b143 crypto/tls.BenchmarkHandshakeServer/ECDHE-P521-ECDSA-P521/TLSv12 (log)
=== RUN   BenchmarkHandshakeServer/ECDHE-P521-ECDSA-P521/TLSv12
BenchmarkHandshakeServer/ECDHE-P521-ECDSA-P521/TLSv12
    handshake_server_test.go:1346: #4: read tcp 127.0.0.1:56882->127.0.0.1:56844: use of closed network connection
        Read 0, wanted 43, got , wanted 1403030001011603030020e9e6b2890af8c715ba574759113fdd7443145ef9ab931663ea47246f97101255
    handshake_server_test.go:1349: #4: mismatch on read: got:00000000000000000000000000000000000000000000000000000000000000000000000000000000000000 want:1403030001011603030020e9e6b2890af8c715ba574759113fdd7443145ef9ab931663ea47246f97101255
--- FAIL: BenchmarkHandshakeServer/ECDHE-P521-ECDSA-P521/TLSv12
2024-06-21 19:37 gotip-darwin-amd64-race go@52ce25b4 crypto/tls.BenchmarkHandshakeServer/ECDHE-P521-ECDSA-P521/TLSv12 (log)
=== RUN   BenchmarkHandshakeServer/ECDHE-P521-ECDSA-P521/TLSv12
BenchmarkHandshakeServer/ECDHE-P521-ECDSA-P521/TLSv12
    handshake_server_test.go:1346: #4: read tcp 127.0.0.1:55059->127.0.0.1:55019: use of closed network connection
        Read 0, wanted 43, got , wanted 1403030001011603030020e9e6b2890af8c715ba574759113fdd7443145ef9ab931663ea47246f97101255
    handshake_server_test.go:1349: #4: mismatch on read: got:00000000000000000000000000000000000000000000000000000000000000000000000000000000000000 want:1403030001011603030020e9e6b2890af8c715ba574759113fdd7443145ef9ab931663ea47246f97101255
--- FAIL: BenchmarkHandshakeServer/ECDHE-P521-ECDSA-P521/TLSv12
==================
WARNING: DATA RACE
Read at 0x00c00012ecc9 by goroutine 71:
  testing.(*B).Run()
...
  crypto/tls.benchmarkHandshakeServer()
      /Users/swarming/.swarming/w/ir/x/w/goroot/src/crypto/tls/handshake_server_test.go:1336 +0xa36
  crypto/tls.BenchmarkHandshakeServer.func5.2()
      /Users/swarming/.swarming/w/ir/x/w/goroot/src/crypto/tls/handshake_server_test.go:1410 +0x9a
  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
2024-06-21 19:58 gotip-darwin-amd64-race go@d79c3509 crypto/tls.BenchmarkHandshakeServer/ECDHE-P521-ECDSA-P521/TLSv12 (log)
=== RUN   BenchmarkHandshakeServer/ECDHE-P521-ECDSA-P521/TLSv12
BenchmarkHandshakeServer/ECDHE-P521-ECDSA-P521/TLSv12
    handshake_server_test.go:1346: #4: read tcp 127.0.0.1:49766->127.0.0.1:49726: use of closed network connection
        Read 0, wanted 43, got , wanted 1403030001011603030020e9e6b2890af8c715ba574759113fdd7443145ef9ab931663ea47246f97101255
    handshake_server_test.go:1349: #4: mismatch on read: got:00000000000000000000000000000000000000000000000000000000000000000000000000000000000000 want:1403030001011603030020e9e6b2890af8c715ba574759113fdd7443145ef9ab931663ea47246f97101255
--- FAIL: BenchmarkHandshakeServer/ECDHE-P521-ECDSA-P521/TLSv12

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