golang / go

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

crypto/tls: BenchmarkHandshakeServer/ECDHE-P521-ECDSA-P521/TLSv12 failures #68429

Open gopherbot opened 1 month ago

gopherbot commented 1 month ago
#!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 commented 1 month ago

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