golang / go

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

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

Open gopherbot opened 3 months ago

gopherbot commented 3 months ago
#!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 commented 3 months ago

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