go icon indicating copy to clipboard operation
go copied to clipboard

net/http, x/net/http2: data race in multiple tests

Open cherrymui opened this issue 1 year ago • 45 comments

#!watchflakes
post <- ((pkg == "net/http" || pkg == "golang.org/x/net/http2") && (`WARNING: DATA RACE` || `race detected during execution of test`)) ||
	(mode == "build" && log ~ `race detected during execution of test` && log ~ `FAIL	net/http`)

Combinding multiple watchflakes issues, e.g. #66499, #66489, #66484, #66479, #66476.

cherrymui avatar Mar 25 '24 17:03 cherrymui

Found new dashboard test flakes for:

#!watchflakes
post <- (pkg == "net/http" || pkg == "golang.org/x/net/http2") && (`WARNING: DATA RACE` || `race detected during execution of test`)
2024-03-20 17:26 linux-amd64-longtest-race net@c7877ac4 go@364687bd x/net/http2.TestTransportUsesGoAwayDebugError_Body (log)
==================
WARNING: DATA RACE
Write at 0x00c0004fea20 by goroutine 30525:
  golang.org/x/net/http2.(*testClientConnNetConn).Close()
      /workdir/gopath/src/golang.org/x/net/http2/clientconn_test.go:733 +0x32
  golang.org/x/net/http2.(*ClientConn).closeConn()
      /workdir/gopath/src/golang.org/x/net/http2/transport.go:1086 +0x109
  golang.org/x/net/http2.(*clientConnReadLoop).cleanup.deferwrap1()
      /workdir/gopath/src/golang.org/x/net/http2/transport.go:2357 +0x33
  runtime.deferreturn()
...
      /workdir/gopath/src/golang.org/x/net/http2/transport.go:1311 +0x7e4
  golang.org/x/net/http2.(*ClientConn).RoundTrip()
      /workdir/gopath/src/golang.org/x/net/http2/transport.go:1293 +0x104
  golang.org/x/net/http2.(*testClientConn).roundTrip.func2()
      /workdir/gopath/src/golang.org/x/net/http2/clientconn_test.go:420 +0xcd
  golang.org/x/net/http2.(*testSyncHooks).goRun.func1()
      /workdir/gopath/src/golang.org/x/net/http2/testsync.go:126 +0x81
==================
--- FAIL: TestTransportUsesGoAwayDebugError_Body (0.00s)
    testing.go:1398: race detected during execution of test
2024-03-21 09:28 linux-amd64-race net@ebc8168a go@83a6c13e x/net/http2.TestTransportUsesGoAwayDebugError_RoundTrip (log)
==================
WARNING: DATA RACE
Write at 0x00c000540080 by goroutine 21587:
  golang.org/x/net/http2.(*testClientConnNetConn).Close()
      /workdir/gopath/src/golang.org/x/net/http2/clientconn_test.go:733 +0x32
  golang.org/x/net/http2.(*ClientConn).closeConn()
      /workdir/gopath/src/golang.org/x/net/http2/transport.go:1086 +0x109
  golang.org/x/net/http2.(*clientConnReadLoop).cleanup.deferwrap1()
      /workdir/gopath/src/golang.org/x/net/http2/transport.go:2357 +0x33
  runtime.deferreturn()
...
      /workdir/gopath/src/golang.org/x/net/http2/transport.go:1311 +0x7e4
  golang.org/x/net/http2.(*ClientConn).RoundTrip()
      /workdir/gopath/src/golang.org/x/net/http2/transport.go:1293 +0x104
  golang.org/x/net/http2.(*testClientConn).roundTrip.func2()
      /workdir/gopath/src/golang.org/x/net/http2/clientconn_test.go:420 +0xcd
  golang.org/x/net/http2.(*testSyncHooks).goRun.func1()
      /workdir/gopath/src/golang.org/x/net/http2/testsync.go:126 +0x81
==================
--- FAIL: TestTransportUsesGoAwayDebugError_RoundTrip (0.00s)
    testing.go:1398: race detected during execution of test
2024-03-21 17:25 linux-arm64-race go@5e1e3a00 net/http.TestReadResponseCloseInMiddle (log)
==================
WARNING: DATA RACE
Read at 0x00c0000db703 by goroutine 12887:
  testing.(*common).logDepth()
      /tmp/workdir/go/src/testing/testing.go:1023 +0x390
  testing.(*common).log()
      /tmp/workdir/go/src/testing/testing.go:1010 +0x80
  testing.(*common).Logf()
      /tmp/workdir/go/src/testing/testing.go:1061 +0x58
  net/http_test.testServerNoWriteTimeout.func1()
...
      /tmp/workdir/go/src/testing/testing.go:2159 +0x6e0
  testing.(*M).Run()
      /tmp/workdir/go/src/testing/testing.go:2027 +0xb74
  net/http_test.TestMain()
      /tmp/workdir/go/src/net/http/main_test.go:24 +0x5c
  main.main()
      _testmain.go:1225 +0x294
==================
--- FAIL: TestReadResponseCloseInMiddle (1.01s)
    testing.go:1398: race detected during execution of test
2024-03-21 17:25 linux-arm64-race go@5e1e3a00 net/http.TestClientWithCorrectTLSServerName (log)
--- FAIL: TestClientWithCorrectTLSServerName (0.00s)
    --- FAIL: TestClientWithCorrectTLSServerName/h2 (0.05s)
        testing.go:1398: race detected during execution of test
    --- FAIL: TestClientWithCorrectTLSServerName/https1 (0.07s)
        testing.go:1398: race detected during execution of test
2024-03-21 17:25 linux-arm64-race go@5e1e3a00 net/http.TestServerNoReadTimeout (log)
--- FAIL: TestServerNoReadTimeout (0.00s)
    --- FAIL: TestServerNoReadTimeout/h2 (0.11s)
        serve_test.go:818: Server.Config.ReadTimeout = 0
        serve_test.go:818: Server.Config.ReadTimeout = -1
        testing.go:1398: race detected during execution of test
2024-03-21 20:00 linux-arm64-race go@aa1b50e1 net/http.TestServeFileMimeType (log)
==================
WARNING: DATA RACE
Read at 0x00c0001d0863 by goroutine 14616:
  testing.(*common).logDepth()
      /tmp/workdir/go/src/testing/testing.go:1023 +0x390
  testing.(*common).log()
      /tmp/workdir/go/src/testing/testing.go:1010 +0x80
  testing.(*common).Logf()
      /tmp/workdir/go/src/testing/testing.go:1061 +0x58
  net/http_test.testServerNoWriteTimeout.func1()
...
  testing.(*M).Run()
      /tmp/workdir/go/src/testing/testing.go:2027 +0xb74
  net/http_test.TestMain()
      /tmp/workdir/go/src/net/http/main_test.go:24 +0x5c
  main.main()
      _testmain.go:1225 +0x294
==================
--- FAIL: TestServeFileMimeType (0.00s)
    --- FAIL: TestServeFileMimeType/h2 (0.04s)
        testing.go:1398: race detected during execution of test
2024-03-21 20:00 linux-arm64-race go@aa1b50e1 net/http.TestClientWithCorrectTLSServerName (log)
--- FAIL: TestClientWithCorrectTLSServerName (0.00s)
    --- FAIL: TestClientWithCorrectTLSServerName/h2 (0.03s)
        testing.go:1398: race detected during execution of test
    --- FAIL: TestClientWithCorrectTLSServerName/https1 (0.03s)
        testing.go:1398: race detected during execution of test
2024-03-21 20:00 linux-arm64-race go@aa1b50e1 net/http.TestResponseBodyReadAfterClose (log)
--- FAIL: TestResponseBodyReadAfterClose (0.00s)
    --- FAIL: TestResponseBodyReadAfterClose/h2 (0.06s)
        testing.go:1398: race detected during execution of test
2024-03-21 20:26 freebsd-amd64-race go@5d29578f net/http.TestClientTimeoutCancel (log)
==================
WARNING: DATA RACE
Read at 0x00c00019d703 by goroutine 13899:
  testing.(*common).logDepth()
      /tmp/workdir/go/src/testing/testing.go:1025 +0x504
  testing.(*common).log()
      /tmp/workdir/go/src/testing/testing.go:1012 +0xa4
  testing.(*common).Logf()
      /tmp/workdir/go/src/testing/testing.go:1063 +0x6a
  net/http_test.testServerNoWriteTimeout.func1()
...
  testing.(*M).Run()
      /tmp/workdir/go/src/testing/testing.go:2072 +0xf17
  net/http_test.TestMain()
      /tmp/workdir/go/src/net/http/main_test.go:24 +0x64
  main.main()
      _testmain.go:1225 +0x2d4
==================
--- FAIL: TestClientTimeoutCancel (0.00s)
    --- FAIL: TestClientTimeoutCancel/h2 (0.03s)
        testing.go:1413: race detected during execution of test
2024-03-21 20:26 freebsd-amd64-race go@5d29578f net/http.TestTLSHandshakeTimeout (log)
--- FAIL: TestTLSHandshakeTimeout (0.00s)
    --- FAIL: TestTLSHandshakeTimeout/h2 (0.25s)
        testing.go:1413: race detected during execution of test
    --- FAIL: TestTLSHandshakeTimeout/https1 (0.25s)
        testing.go:1413: race detected during execution of test
2024-03-21 20:26 freebsd-amd64-race go@5d29578f net/http.TestDeleteRedirects (log)
--- FAIL: TestDeleteRedirects (0.00s)
    --- FAIL: TestDeleteRedirects/h1 (0.01s)
        testing.go:1413: race detected during execution of test
    --- FAIL: TestDeleteRedirects/h2 (0.03s)
        testing.go:1413: race detected during execution of test
2024-03-21 20:26 linux-s390x-ibm-race go@5d29578f net/http.TestTLSServer (log)
==================
WARNING: DATA RACE
Read at 0x00c00031ad43 by goroutine 11157:
  testing.(*common).logDepth()
      /data/golang/workdir/go/src/testing/testing.go:1025 +0x5ad
  testing.(*common).log()
      /data/golang/workdir/go/src/testing/testing.go:1012 +0xb5
  testing.(*common).Logf()
      /data/golang/workdir/go/src/testing/testing.go:1063 +0x62
  net/http_test.testServerNoWriteTimeout.func1()
...
  net/http_test.TestMain()
      /data/golang/workdir/go/src/net/http/main_test.go:24 +0x87
  main.main()
      _testmain.go:1225 +0x35d
==================
--- FAIL: TestTLSServer (0.00s)
    --- FAIL: TestTLSServer/h2 (0.04s)
        testing.go:1413: race detected during execution of test
    --- FAIL: TestTLSServer/https1 (0.03s)
        testing.go:1413: race detected during execution of test
2024-03-21 20:26 linux-s390x-ibm-race go@5d29578f net/http.TestTLSServerClosesConnection (log)
--- FAIL: TestTLSServerClosesConnection (0.00s)
    --- FAIL: TestTLSServerClosesConnection/https1 (1.83s)
        transport_test.go:3539: successes = 20 of 20
        testing.go:1413: race detected during execution of test
2024-03-21 20:26 linux-s390x-ibm-race go@5d29578f net/http.TestNewClientServerTest (log)
--- FAIL: TestNewClientServerTest (0.00s)
    testing.go:1413: race detected during execution of test
2024-03-21 21:01 freebsd-amd64-race go@b4f37e18 net/http.TestServerNoReadTimeout (log)
==================
WARNING: DATA RACE
Read at 0x00c0000ced43 by goroutine 13145:
  testing.(*common).logDepth()
      /tmp/workdir/go/src/testing/testing.go:1025 +0x504
  testing.(*common).log()
      /tmp/workdir/go/src/testing/testing.go:1012 +0xa4
  testing.(*common).Logf()
      /tmp/workdir/go/src/testing/testing.go:1063 +0x6a
  net/http_test.testServerNoWriteTimeout.func1()
...
  net/http_test.TestMain()
      /tmp/workdir/go/src/net/http/main_test.go:24 +0x64
  main.main()
      _testmain.go:1225 +0x2d4
==================
--- FAIL: TestServerNoReadTimeout (0.00s)
    --- FAIL: TestServerNoReadTimeout/h2 (0.18s)
        serve_test.go:818: Server.Config.ReadTimeout = 0
        serve_test.go:818: Server.Config.ReadTimeout = -1
        testing.go:1413: race detected during execution of test
2024-03-21 21:01 freebsd-amd64-race go@b4f37e18 net/http.TestFileServerNotDirError (log)
--- FAIL: TestFileServerNotDirError (0.00s)
    --- FAIL: TestFileServerNotDirError/h2 (0.06s)
        --- FAIL: TestFileServerNotDirError/h2/FS (0.03s)
            testing.go:1413: race detected during execution of test
2024-03-21 21:01 freebsd-amd64-race go@b4f37e18 net/http.TestServeContentErrorMessages (log)
--- FAIL: TestServeContentErrorMessages (0.00s)
    --- FAIL: TestServeContentErrorMessages/h2 (0.06s)
        testing.go:1413: race detected during execution of test
2024-03-21 22:14 linux-s390x-ibm-race go@4f0408a3 net/http.TestTransportProxyGetConnectHeader (log)
==================
WARNING: DATA RACE
Read at 0x00c00055ea03 by goroutine 7825:
  testing.(*common).logDepth()
      /data/golang/workdir/go/src/testing/testing.go:1025 +0x5ad
  testing.(*common).log()
      /data/golang/workdir/go/src/testing/testing.go:1012 +0xb5
  testing.(*common).Logf()
      /data/golang/workdir/go/src/testing/testing.go:1063 +0x62
  net/http_test.testServerNoWriteTimeout.func1()
...
      /data/golang/workdir/go/src/testing/testing.go:2204 +0xa27
  testing.(*M).Run()
      /data/golang/workdir/go/src/testing/testing.go:2072 +0x1087
  net/http_test.TestMain()
      /data/golang/workdir/go/src/net/http/main_test.go:24 +0x87
  main.main()
      _testmain.go:1225 +0x35d
==================
--- FAIL: TestTransportProxyGetConnectHeader (0.00s)
    testing.go:1413: race detected during execution of test
2024-03-21 22:14 linux-s390x-ibm-race go@4f0408a3 net/http.TestTransportMaxPerHostIdleConns (log)
--- FAIL: TestTransportMaxPerHostIdleConns (0.00s)
    testing.go:1413: race detected during execution of test
2024-03-21 22:14 linux-s390x-ibm-race go@4f0408a3 net/http.TestTransportConnectionCloseOnRequest (log)
--- FAIL: TestTransportConnectionCloseOnRequest (0.00s)
    testing.go:1413: race detected during execution of test
2024-03-22 04:41 freebsd-amd64-race go@ac0b2f95 net/http.TestServerReadTimeout (log)
==================
WARNING: DATA RACE
Read at 0x00c000411a43 by goroutine 16509:
  testing.(*common).logDepth()
      /tmp/workdir/go/src/testing/testing.go:1025 +0x504
  testing.(*common).log()
      /tmp/workdir/go/src/testing/testing.go:1012 +0xa4
  testing.(*common).Logf()
      /tmp/workdir/go/src/testing/testing.go:1063 +0x6a
  net/http_test.testServerNoWriteTimeout.func1()
...
--- FAIL: TestServerReadTimeout (0.00s)
    --- FAIL: TestServerReadTimeout/h2 (0.15s)
        serve_test.go:767: Server.Config.ReadTimeout = 5ms
        clientserver_test.go:210: server log: http: TLS handshake error from 127.0.0.1:20256: write tcp 127.0.0.1:20254->127.0.0.1:20256: i/o timeout
        serve_test.go:781: Get error, retrying: Post "https://127.0.0.1:20254": EOF
        serve_test.go:767: Server.Config.ReadTimeout = 10ms
        clientserver_test.go:210: server log: http: TLS handshake error from 127.0.0.1:20271: write tcp 127.0.0.1:20270->127.0.0.1:20271: i/o timeout
        serve_test.go:781: Get error, retrying: Post "https://127.0.0.1:20270": EOF
        serve_test.go:767: Server.Config.ReadTimeout = 20ms
        clientserver_test.go:210: server log: http: TLS handshake error from 127.0.0.1:20289: write tcp 127.0.0.1:20288->127.0.0.1:20289: i/o timeout
        serve_test.go:781: Get error, retrying: Post "https://127.0.0.1:20288": EOF
        serve_test.go:767: Server.Config.ReadTimeout = 40ms
        testing.go:1413: race detected during execution of test
2024-03-22 04:41 linux-arm64-race go@ac0b2f95 net/http.TestTimeoutHandlerContextCanceled (log)
==================
WARNING: DATA RACE
Read at 0x00c0004b6a03 by goroutine 14002:
  testing.(*common).logDepth()
      /tmp/workdir/go/src/testing/testing.go:1025 +0x390
  testing.(*common).log()
      /tmp/workdir/go/src/testing/testing.go:1012 +0x80
  testing.(*common).Logf()
      /tmp/workdir/go/src/testing/testing.go:1063 +0x58
  net/http_test.testServerNoWriteTimeout.func1()
...
  testing.(*M).Run()
      /tmp/workdir/go/src/testing/testing.go:2072 +0xb74
  net/http_test.TestMain()
      /tmp/workdir/go/src/net/http/main_test.go:24 +0x5c
  main.main()
      _testmain.go:1225 +0x294
==================
--- FAIL: TestTimeoutHandlerContextCanceled (0.00s)
    --- FAIL: TestTimeoutHandlerContextCanceled/h2 (0.03s)
        testing.go:1413: race detected during execution of test
2024-03-22 04:41 linux-arm64-race go@ac0b2f95 net/http.TestClientWrites (log)
--- FAIL: TestClientWrites (0.00s)
    --- FAIL: TestClientWrites/h1 (0.01s)
        testing.go:1413: race detected during execution of test
2024-03-22 04:41 linux-arm64-race go@ac0b2f95 net/http.TestClientHead (log)
--- FAIL: TestClientHead (0.00s)
    --- FAIL: TestClientHead/h2 (0.04s)
        testing.go:1413: race detected during execution of test
2024-03-22 13:07 linux-amd64-race go@27f41bb1 net/http.TestServerWriteTimeout (log)
==================
WARNING: DATA RACE
Read at 0x00c0003f3a43 by goroutine 9723:
  testing.(*common).logDepth()
      /workdir/go/src/testing/testing.go:1023 +0x504
  testing.(*common).log()
      /workdir/go/src/testing/testing.go:1010 +0xa4
  testing.(*common).Logf()
      /workdir/go/src/testing/testing.go:1061 +0x6a
  net/http_test.testServerNoWriteTimeout.func1()
...
--- FAIL: TestServerWriteTimeout (0.01s)
    --- FAIL: TestServerWriteTimeout/h2 (0.28s)
        serve_test.go:850: Server.Config.WriteTimeout = 5ms
        clientserver_test.go:210: server log: http: TLS handshake error from 127.0.0.1:55944: write tcp 127.0.0.1:46125->127.0.0.1:55944: i/o timeout
        serve_test.go:881: Get error, retrying: Get "https://127.0.0.1:46125": EOF
        serve_test.go:850: Server.Config.WriteTimeout = 10ms
        clientserver_test.go:210: server log: http: TLS handshake error from 127.0.0.1:45006: read tcp 127.0.0.1:41155->127.0.0.1:45006: i/o timeout
        serve_test.go:881: Get error, retrying: Get "https://127.0.0.1:41155": read tcp 127.0.0.1:45006->127.0.0.1:41155: read: connection reset by peer
        serve_test.go:850: Server.Config.WriteTimeout = 20ms
        clientserver_test.go:210: server log: http: TLS handshake error from 127.0.0.1:57380: write tcp 127.0.0.1:45699->127.0.0.1:57380: i/o timeout
        serve_test.go:881: Get error, retrying: Get "https://127.0.0.1:45699": EOF
        serve_test.go:850: Server.Config.WriteTimeout = 40ms
        clientserver_test.go:210: server log: http: TLS handshake error from 127.0.0.1:48784: write tcp 127.0.0.1:44769->127.0.0.1:48784: i/o timeout
        serve_test.go:881: Get error, retrying: Get "https://127.0.0.1:44769": EOF
        serve_test.go:850: Server.Config.WriteTimeout = 80ms
        testing.go:1398: race detected during execution of test
2024-03-22 13:07 linux-amd64-race go@27f41bb1 net/http.TestFileServerDirWithRootFile (log)
--- FAIL: TestFileServerDirWithRootFile (0.00s)
    --- FAIL: TestFileServerDirWithRootFile/h1 (0.02s)
        --- FAIL: TestFileServerDirWithRootFile/h1/FileServerFS (0.02s)
            testing.go:1398: race detected during execution of test
2024-03-22 13:07 linux-amd64-race go@27f41bb1 net/http.TestResponseControllerSetFutureReadDeadline (log)
--- FAIL: TestResponseControllerSetFutureReadDeadline (0.00s)
    --- FAIL: TestResponseControllerSetFutureReadDeadline/h2 (0.13s)
        testing.go:1398: race detected during execution of test
2024-03-22 16:12 darwin-amd64-race go@c9c88d73 net/http.TestWriteDeadlineExtendedOnNewRequest (log)
==================
WARNING: DATA RACE
Read at 0x00c0001bcee3 by goroutine 5758:
  testing.(*common).logDepth()
      /tmp/buildlet/go/src/testing/testing.go:1023 +0x504
  testing.(*common).log()
      /tmp/buildlet/go/src/testing/testing.go:1010 +0xa4
  testing.(*common).Logf()
      /tmp/buildlet/go/src/testing/testing.go:1061 +0x6a
  net/http_test.testServerNoWriteTimeout.func1()
...
      /tmp/buildlet/go/src/testing/testing.go:2159 +0x8be
  testing.(*M).Run()
      /tmp/buildlet/go/src/testing/testing.go:2027 +0xf17
  net/http_test.TestMain()
      /tmp/buildlet/go/src/net/http/main_test.go:24 +0x64
  main.main()
      _testmain.go:1225 +0x2d4
==================
--- FAIL: TestWriteDeadlineExtendedOnNewRequest (0.00s)
    testing.go:1398: race detected during execution of test
2024-03-22 16:12 darwin-amd64-race go@c9c88d73 net/http.TestIdleConnH2Crash (log)
--- FAIL: TestIdleConnH2Crash (0.00s)
    --- FAIL: TestIdleConnH2Crash/h2 (0.10s)
        testing.go:1398: race detected during execution of test
2024-03-22 16:12 darwin-amd64-race go@c9c88d73 net/http.TestServerNoReadTimeout (log)
--- FAIL: TestServerNoReadTimeout (0.00s)
    testing.go:1398: race detected during execution of test
2024-03-22 16:14 linux-s390x-ibm-race go@c2b14631 net/http.TestServerTimeouts (log)
==================
WARNING: DATA RACE
Read at 0x00c0004b9563 by goroutine 11183:
  testing.(*common).logDepth()
      /data/golang/workdir/go/src/testing/testing.go:1023 +0x5ad
  testing.(*common).log()
      /data/golang/workdir/go/src/testing/testing.go:1010 +0xb5
  testing.(*common).Logf()
      /data/golang/workdir/go/src/testing/testing.go:1061 +0x62
  net/http_test.testServerNoWriteTimeout.func1()
...
      /data/golang/workdir/go/src/testing/testing.go:2027 +0x1087
  net/http_test.TestMain()
      /data/golang/workdir/go/src/net/http/main_test.go:24 +0x87
  main.main()
      _testmain.go:1225 +0x35d
==================
--- FAIL: TestServerTimeouts (0.00s)
    --- FAIL: TestServerTimeouts/h1 (0.15s)
        serve_test.go:5982: retrying after error with duration 10ms: http Get #1: Get "http://127.0.0.1:43589": EOF
        testing.go:1398: race detected during execution of test
2024-03-22 16:14 linux-s390x-ibm-race go@c2b14631 net/http.TestResponseControllerSetPastReadDeadline (log)
--- FAIL: TestResponseControllerSetPastReadDeadline (0.00s)
    --- FAIL: TestResponseControllerSetPastReadDeadline/h2 (0.06s)
        testing.go:1398: race detected during execution of test
2024-03-22 16:14 linux-s390x-ibm-race go@c2b14631 net/http.TestResponseControllerSetFutureReadDeadline (log)
--- FAIL: TestResponseControllerSetFutureReadDeadline (0.00s)
    --- FAIL: TestResponseControllerSetFutureReadDeadline/h2 (0.04s)
        testing.go:1398: race detected during execution of test
2024-03-22 16:33 linux-amd64-race go@1c864333 net/http.TestIssue3644 (log)
==================
WARNING: DATA RACE
Read at 0x00c000158d43 by goroutine 11489:
  testing.(*common).logDepth()
      /workdir/go/src/testing/testing.go:1023 +0x504
  testing.(*common).log()
      /workdir/go/src/testing/testing.go:1010 +0xa4
  testing.(*common).Logf()
      /workdir/go/src/testing/testing.go:1061 +0x6a
  net/http_test.testServerNoWriteTimeout.func1()
...
  testing.(*M).Run()
      /workdir/go/src/testing/testing.go:2027 +0xf17
  net/http_test.TestMain()
      /workdir/go/src/net/http/main_test.go:24 +0x64
  main.main()
      _testmain.go:1225 +0x2d4
==================
--- FAIL: TestIssue3644 (0.01s)
    --- FAIL: TestIssue3644/h2 (0.10s)
        testing.go:1398: race detected during execution of test
2024-03-22 16:33 linux-amd64-race go@1c864333 net/http.TestServerWriteHijackZeroBytes (log)
--- FAIL: TestServerWriteHijackZeroBytes (0.00s)
    testing.go:1398: race detected during execution of test
2024-03-22 16:33 linux-amd64-race go@1c864333 net/http.TestServerExpect (log)
--- FAIL: TestServerExpect (0.00s)
    testing.go:1398: race detected during execution of test

watchflakes

gopherbot avatar Mar 25 '24 18:03 gopherbot

Found new dashboard test flakes for:

#!watchflakes
post <- (pkg == "net/http" || pkg == "golang.org/x/net/http2") && (`WARNING: DATA RACE` || `race detected during execution of test`)
2024-03-21 11:49 gotip-linux-amd64-race go@68a508cd net/http.TestResponseControllerEnableFullDuplex/h2 (log)
=== RUN   TestResponseControllerEnableFullDuplex/h2
=== PAUSE TestResponseControllerEnableFullDuplex/h2
=== CONT  TestResponseControllerEnableFullDuplex/h2
==================
WARNING: DATA RACE
Read at 0x00c0005d8ee3 by goroutine 12954:
  testing.(*common).logDepth()
      /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1023 +0x504
  testing.(*common).log()
      /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1010 +0xa4
...
      /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:2159 +0x8be
  testing.(*M).Run()
      /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:2027 +0xf17
  net/http_test.TestMain()
      /home/swarming/.swarming/w/ir/x/w/goroot/src/net/http/main_test.go:24 +0x64
  main.main()
      _testmain.go:1225 +0x2d4
==================
    testing.go:1398: race detected during execution of test
--- FAIL: TestResponseControllerEnableFullDuplex/h2 (0.12s)
2024-03-21 17:25 gotip-linux-amd64-longtest-race go@5e1e3a00 net/http.TestWriteDeadlineExtendedOnNewRequest/h1 (log)
=== RUN   TestWriteDeadlineExtendedOnNewRequest/h1
==================
WARNING: DATA RACE
Read at 0x00c000434383 by goroutine 6899:
  testing.(*common).logDepth()
      /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1023 +0x504
  testing.(*common).log()
      /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1010 +0xa4
  testing.(*common).Logf()
      /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1061 +0x6a
...
      /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:2159 +0x8be
  testing.(*M).Run()
      /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:2027 +0xf17
  net/http_test.TestMain()
      /home/swarming/.swarming/w/ir/x/w/goroot/src/net/http/main_test.go:24 +0x64
  main.main()
      _testmain.go:1225 +0x2d4
==================
    testing.go:1398: race detected during execution of test
--- FAIL: TestWriteDeadlineExtendedOnNewRequest/h1 (0.39s)
2024-03-21 17:25 gotip-linux-amd64-race go@5e1e3a00 net/http.TestServerReadTimeout/h2 (log)
=== RUN   TestServerReadTimeout/h2
=== PAUSE TestServerReadTimeout/h2
=== CONT  TestServerReadTimeout/h2
    serve_test.go:767: Server.Config.ReadTimeout = 5ms
    clientserver_test.go:210: server log: http: TLS handshake error from 127.0.0.1:48958: write tcp 127.0.0.1:37087->127.0.0.1:48958: i/o timeout
    serve_test.go:781: Get error, retrying: Post "https://127.0.0.1:37087": EOF
    serve_test.go:767: Server.Config.ReadTimeout = 10ms
    clientserver_test.go:210: server log: http: TLS handshake error from 127.0.0.1:46140: write tcp 127.0.0.1:43953->127.0.0.1:46140: i/o timeout
    serve_test.go:781: Get error, retrying: Post "https://127.0.0.1:43953": EOF
    serve_test.go:767: Server.Config.ReadTimeout = 20ms
    clientserver_test.go:210: server log: http: TLS handshake error from 127.0.0.1:56944: write tcp 127.0.0.1:44497->127.0.0.1:56944: i/o timeout
    serve_test.go:781: Get error, retrying: Post "https://127.0.0.1:44497": EOF
    serve_test.go:767: Server.Config.ReadTimeout = 40ms
    clientserver_test.go:210: server log: http: TLS handshake error from 127.0.0.1:58788: read tcp 127.0.0.1:36415->127.0.0.1:58788: i/o timeout
    serve_test.go:781: Get error, retrying: Post "https://127.0.0.1:36415": write tcp 127.0.0.1:58788->127.0.0.1:36415: write: broken pipe
    serve_test.go:767: Server.Config.ReadTimeout = 80ms
    testing.go:1398: race detected during execution of test
--- FAIL: TestServerReadTimeout/h2 (0.44s)
2024-03-21 20:26 gotip-linux-amd64-race go@5d29578f net/http.TestTransportReuseConnection_Gzip_Chunked/h2 (log)
=== RUN   TestTransportReuseConnection_Gzip_Chunked/h2
=== PAUSE TestTransportReuseConnection_Gzip_Chunked/h2
=== CONT  TestTransportReuseConnection_Gzip_Chunked/h2
    transport_test.go:4731: GetConn("127.0.0.1:42009")
    transport_test.go:4734: ConnectStart("tcp", "127.0.0.1:42009")
    transport_test.go:4735: ConnectDone("tcp", "127.0.0.1:42009", <nil>)
    transport_test.go:4732: GotConn({Conn:0xc001384008 Reused:false WasIdle:false IdleTime:0s})
    transport_test.go:4731: GetConn("127.0.0.1:42009")
    transport_test.go:4732: GotConn({Conn:0xc001384008 Reused:true WasIdle:true IdleTime:282.648µs})
    testing.go:1413: race detected during execution of test
--- FAIL: TestTransportReuseConnection_Gzip_Chunked/h2 (0.11s)
2024-03-21 21:01 gotip-linux-amd64-race go@b4f37e18 net/http.TestResponseControllerSetFutureWriteDeadline/h2 (log)
=== RUN   TestResponseControllerSetFutureWriteDeadline/h2
=== PAUSE TestResponseControllerSetFutureWriteDeadline/h2
=== CONT  TestResponseControllerSetFutureWriteDeadline/h2
==================
WARNING: DATA RACE
Read at 0x00c0004c5be3 by goroutine 6168:
  testing.(*common).logDepth()
      /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1025 +0x504
  testing.(*common).log()
      /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1012 +0xa4
...
      /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:2204 +0x8be
  testing.(*M).Run()
      /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:2072 +0xf17
  net/http_test.TestMain()
      /home/swarming/.swarming/w/ir/x/w/goroot/src/net/http/main_test.go:24 +0x64
  main.main()
      _testmain.go:1225 +0x2d4
==================
    testing.go:1413: race detected during execution of test
--- FAIL: TestResponseControllerSetFutureWriteDeadline/h2 (0.11s)
2024-03-22 16:33 gotip-linux-amd64-longtest-race go@1c864333 net/http.TestServerNoWriteTimeout (log)
=== RUN   TestServerNoWriteTimeout
    testing.go:1398: race detected during execution of test
--- FAIL: TestServerNoWriteTimeout (0.36s)
    serve_test.go:910: server write response: client disconnected
2024-03-22 16:33 gotip-linux-amd64-race go@1c864333 net/http.TestDeleteRedirects/h1 (log)
=== RUN   TestDeleteRedirects/h1
=== PAUSE TestDeleteRedirects/h1
=== CONT  TestDeleteRedirects/h1
==================
WARNING: DATA RACE
Read at 0x00c0000dc863 by goroutine 7850:
  testing.(*common).logDepth()
      /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1023 +0x504
  testing.(*common).log()
      /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1010 +0xa4
...
      /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:2159 +0x8be
  testing.(*M).Run()
      /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:2027 +0xf17
  net/http_test.TestMain()
      /home/swarming/.swarming/w/ir/x/w/goroot/src/net/http/main_test.go:24 +0x64
  main.main()
      _testmain.go:1225 +0x2d4
==================
    testing.go:1398: race detected during execution of test
--- FAIL: TestDeleteRedirects/h1 (0.04s)
2024-03-22 16:39 gotip-windows-amd64-race go@5f5b20c4 net/http.TestResponseControllerSetPastWriteDeadline/h2 (log)
=== RUN   TestResponseControllerSetPastWriteDeadline/h2
=== PAUSE TestResponseControllerSetPastWriteDeadline/h2
=== CONT  TestResponseControllerSetPastWriteDeadline/h2
==================
WARNING: DATA RACE
Read at 0x00c00037bbe3 by goroutine 10724:
  testing.(*common).logDepth()
      C:/b/s/w/ir/x/w/goroot/src/testing/testing.go:1023 +0x504
  testing.(*common).log()
      C:/b/s/w/ir/x/w/goroot/src/testing/testing.go:1010 +0xa4
...
      C:/b/s/w/ir/x/w/goroot/src/testing/testing.go:2159 +0x8be
  testing.(*M).Run()
      C:/b/s/w/ir/x/w/goroot/src/testing/testing.go:2027 +0xf17
  net/http_test.TestMain()
      C:/b/s/w/ir/x/w/goroot/src/net/http/main_test.go:24 +0x64
  main.main()
      _testmain.go:1225 +0x2d4
==================
    testing.go:1398: race detected during execution of test
--- FAIL: TestResponseControllerSetPastWriteDeadline/h2 (0.09s)

watchflakes

gopherbot avatar Mar 25 '24 19:03 gopherbot

Found new dashboard test flakes for:

#!watchflakes
post <- ((pkg == "net/http" || pkg == "golang.org/x/net/http2") && (`WARNING: DATA RACE` || `race detected during execution of test`)) ||
	(mode == "build" && log ~ `race detected during execution of test` && log ~ `FAIL	net/http`)
2024-03-21 21:04 gotip-linux-amd64-longtest-race go@87056756 [build] (log)
[I2024-03-21T21:15:35.262457Z 15550 0 sink.go:276] SinkServer: warm-up started
[I2024-03-21T21:15:35.262531Z 15550 0 sink.go:346] SinkServer: starting HTTP server...
[I2024-03-21T21:15:35.263574Z 15550 0 sink.go:281] SinkServer: warm-up ended
[I2024-03-21T21:15:35.263853Z 15550 0 cmd_stream.go:473] rdb-stream: starting the test command - ["/home/swarming/.swarming/w/ir/cache/tools/bin/result_adapter" "go" "-v=false" "--" "/home/swarming/.swarming/w/ir/x/w/goroot/bin/go" "tool" "dist" "test" "-json" "-race" "archive/zip" "compress/flate" "crypto/dsa" "crypto/internal/edwards25519" "crypto/internal/edwards25519/field" "crypto/internal/nistec" "crypto/rsa" "crypto/subtle" "crypto/tls" "database/sql" "encoding/gob" "encoding/xml" "go/build" "go/internal/gcimporter" "go/internal/srcimporter" "go/parser" "go/types" "hash/maphash" "image/gif" "image/jpeg" "index/suffixarray" "internal/abi" "internal/chacha8rand" "internal/cpu" "internal/godebugs" "internal/intern" "internal/poll" "internal/reflectlite" "internal/trace" "internal/trace/v2" "io" "log/syslog" "math" "math/big" "math/bits" "math/rand" "math/rand/v2" "net" "net/http" "net/http/httptrace" "net/http/pprof" "net/netip" "os" "os/signal" "reflect" "regexp" "runtime" "runtime/coverage" "runtime/internal/atomic" "runtime/pprof" "sort" "strconv" "strings" "sync" "sync/atomic" "syscall" "testing" "time" "cmd/api" "cmd/cgo/internal/test" "cmd/cgo/internal/testcarchive" "cmd/cgo/internal/testcshared" "cmd/cgo/internal/testerrors" "cmd/cgo/internal/testfortran" "cmd/cgo/internal/testplugin" "cmd/cgo/internal/testsanitizers" "cmd/cgo/internal/testshared" "compress/lzw" "container/list" "crypto/ecdsa" "crypto/elliptic" "crypto/internal/boring/bbig" "crypto/internal/randutil" "crypto/rand" "crypto/sha256" "crypto/sha512" "encoding/ascii85" "encoding/binary" "encoding/pem" "expvar" "go/internal/gccgoimporter" "hash" "hash/crc32" "hash/crc64" "internal/bytealg" "internal/cfg" "internal/coverage/cformat" "internal/coverage/stringtab" "internal/coverage/uleb128" "internal/lazyregexp" "internal/lazytemplate" "internal/nettrace" "internal/obscuretestdata" "internal/pkgbits" "internal/saferio" "internal/singleflight" "internal/syscall/unix" "internal/trace/v2/event/go122" "internal/trace/v2/testtrace" "log/slog/internal" "math/cmplx" "mime" "net/http/cgi" "net/http/fcgi" "net/http/httptest" "net/http/internal" "net/mail" "net/url" "plugin" "reflect/internal/example2" "runtime/internal/math" "runtime/internal/startlinetest" "slices" "testing/iotest" "testing/quick" "text/template" "time/tzdata" "unicode" "vendor/golang.org/x/crypto/chacha20" "vendor/golang.org/x/crypto/hkdf" "vendor/golang.org/x/net/http/httpguts" "vendor/golang.org/x/net/http/httpproxy" "vendor/golang.org/x/net/idna" "vendor/golang.org/x/net/nettest" "vendor/golang.org/x/text/secure/bidirule" "vendor/golang.org/x/text/transform" "vendor/golang.org/x/text/unicode/bidi" "vendor/golang.org/x/text/unicode/norm" "cmd/asm" "cmd/asm/internal/arch" "cmd/cgo/internal/cgotest" "cmd/cgo/internal/test/issue23555b" "cmd/cgo/internal/test/issue26213" "cmd/cgo/internal/test/issue27054" "cmd/cgo/internal/test/issue29563" "cmd/cgo/internal/test/issue52611a" "cmd/cgo/internal/test/issue8756" "cmd/cgo/internal/test/issue9400" "cmd/compile/internal/abt" "cmd/compile/internal/base" "cmd/compile/internal/bitvec" "cmd/compile/internal/coverage" "cmd/compile/internal/gc" "cmd/compile/internal/inline" "cmd/compile/internal/inline/inlheur" "cmd/compile/internal/ir" "cmd/compile/internal/mips" "cmd/compile/internal/objw" "cmd/compile/internal/reflectdata" "cmd/compile/internal/rttype" "cmd/compile/internal/walk" "cmd/covdata" "cmd/cover" "cmd/distpack" "cmd/go/internal/modinfo" "cmd/go/internal/mvs" "cmd/go/internal/search" "cmd/go/internal/test" "cmd/go/internal/vet" "cmd/go/internal/work" "cmd/internal/bio" "cmd/internal/dwarf" "cmd/internal/obj/loong64" "cmd/internal/objabi" "cmd/internal/objfile" "cmd/internal/osinfo" "cmd/internal/pkgpattern" "cmd/internal/test2json" "cmd/link/internal/loader" "cmd/link/internal/loong64" "cmd/link/internal/mips64" "cmd/link/internal/sym" "cmd/relnote" "cmd/trace" "cmd/vendor/github.com/google/pprof/internal/binutils" "cmd/vendor/github.com/google/pprof/internal/elfexec" "cmd/vendor/github.com/google/pprof/internal/plugin" "cmd/vendor/github.com/google/pprof/internal/report" "cmd/vendor/github.com/google/pprof/internal/symbolz" "cmd/vendor/golang.org/x/arch/arm/armasm" "cmd/vendor/golang.org/x/mod/modfile" "cmd/vendor/golang.org/x/sys/unix" "cmd/vendor/golang.org/x/telemetry/internal/configstore" "cmd/vendor/golang.org/x/telemetry/internal/upload" "cmd/vendor/golang.org/x/telemetry/upload" "cmd/vendor/golang.org/x/text/internal/language" "cmd/vendor/golang.org/x/text/internal/language/compact" "cmd/vendor/golang.org/x/text/internal/tag" "cmd/vendor/golang.org/x/tools/go/analysis" "cmd/vendor/golang.org/x/tools/go/analysis/passes/asmdecl" "cmd/vendor/golang.org/x/tools/go/analysis/passes/composite" "cmd/vendor/golang.org/x/tools/go/analysis/passes/ctrlflow" "cmd/vendor/golang.org/x/tools/go/analysis/passes/ifaceassert" "cmd/vendor/golang.org/x/tools/go/analysis/passes/internal/analysisutil" "cmd/vendor/golang.org/x/tools/go/analysis/passes/lostcancel" "cmd/vendor/golang.org/x/tools/go/analysis/passes/testinggoroutine" "cmd/vendor/golang.org/x/tools/go/analysis/passes/timeformat" "cmd/vendor/golang.org/x/tools/go/analysis/passes/unreachable" "cmd/vendor/golang.org/x/tools/go/types/objectpath" "cmd/vendor/golang.org/x/tools/internal/aliases" "cmd/vendor/golang.org/x/tools/internal/analysisinternal" "cmd/vendor/rsc.io/markdown"]
go tool dist: Failed: exit status 1
ok  	archive/zip	308.426s
ok  	compress/flate	379.937s
ok  	crypto/dsa	36.481s
ok  	crypto/internal/edwards25519	84.847s
ok  	crypto/internal/edwards25519/field	27.014s
...
Warning: no '=' in invocation-link-artifacts pair: "", ignoring
[I2024-03-21T21:29:21.958367Z 15550 0 cmd_stream.go:469] rdb-stream: the test process terminated
[I2024-03-21T21:29:21.958529Z 15550 0 sink.go:371] SinkServer: shutdown started
[I2024-03-21T21:29:21.958587Z 15550 0 sink.go:349] SinkServer: HTTP server stopped with "http: Server closed"
[I2024-03-21T21:29:21.958607Z 15550 0 sink_server.go:95] SinkServer: draining TestResult channel started
[I2024-03-21T21:29:22.799416Z 15550 0 sink_server.go:97] SinkServer: draining TestResult channel ended
[I2024-03-21T21:29:22.799464Z 15550 0 sink_server.go:99] SinkServer: draining Artifact channel started
[I2024-03-21T21:29:23.000760Z 15550 0 sink_server.go:101] SinkServer: draining Artifact channel ended
[I2024-03-21T21:29:23.000816Z 15550 0 sink.go:374] SinkServer: shutdown completed successfully
[I2024-03-21T21:29:23.000857Z 15550 0 cmd_stream.go:401] rdb-stream: exiting with 1

watchflakes

gopherbot avatar Mar 25 '24 20:03 gopherbot

This issue should have been fixed by CL 573895.

panjf2000 avatar Mar 26 '24 02:03 panjf2000

Found new dashboard test flakes for:

#!watchflakes
post <- ((pkg == "net/http" || pkg == "golang.org/x/net/http2") && (`WARNING: DATA RACE` || `race detected during execution of test`)) ||
	(mode == "build" && log ~ `race detected during execution of test` && log ~ `FAIL	net/http`)
2024-03-21 09:28 linux-amd64-longtest-race net@ebc8168a go@3fefec96 x/net/http2.TestTransportUsesGoAwayDebugError_Body (log)
==================
WARNING: DATA RACE
Write at 0x00c0009a8160 by goroutine 31745:
  golang.org/x/net/http2.(*testClientConnNetConn).Close()
      /workdir/gopath/src/golang.org/x/net/http2/clientconn_test.go:733 +0x32
  golang.org/x/net/http2.(*ClientConn).closeConn()
      /workdir/gopath/src/golang.org/x/net/http2/transport.go:1086 +0x109
  golang.org/x/net/http2.(*clientConnReadLoop).cleanup.deferwrap1()
      /workdir/gopath/src/golang.org/x/net/http2/transport.go:2357 +0x33
  runtime.deferreturn()
...
      /workdir/gopath/src/golang.org/x/net/http2/transport.go:1311 +0x7e4
  golang.org/x/net/http2.(*ClientConn).RoundTrip()
      /workdir/gopath/src/golang.org/x/net/http2/transport.go:1293 +0x104
  golang.org/x/net/http2.(*testClientConn).roundTrip.func2()
      /workdir/gopath/src/golang.org/x/net/http2/clientconn_test.go:420 +0xcd
  golang.org/x/net/http2.(*testSyncHooks).goRun.func1()
      /workdir/gopath/src/golang.org/x/net/http2/testsync.go:126 +0x81
==================
--- FAIL: TestTransportUsesGoAwayDebugError_Body (0.00s)
    testing.go:1398: race detected during execution of test

watchflakes

gopherbot avatar Mar 26 '24 02:03 gopherbot

Closing with the assumption that it is fixed. Thanks.

cherrymui avatar Mar 26 '24 15:03 cherrymui

Found new dashboard test flakes for:

#!watchflakes
post <- ((pkg == "net/http" || pkg == "golang.org/x/net/http2") && (`WARNING: DATA RACE` || `race detected during execution of test`)) ||
	(mode == "build" && log ~ `race detected during execution of test` && log ~ `FAIL	net/http`)
2024-03-21 09:28 linux-amd64-race net@ebc8168a go@7fb7acb8 x/net/http2.TestTransportUsesGoAwayDebugError_Body (log)
==================
WARNING: DATA RACE
Write at 0x00c000390860 by goroutine 21897:
  golang.org/x/net/http2.(*testClientConnNetConn).Close()
      /workdir/gopath/src/golang.org/x/net/http2/clientconn_test.go:733 +0x32
  golang.org/x/net/http2.(*ClientConn).closeConn()
      /workdir/gopath/src/golang.org/x/net/http2/transport.go:1086 +0x109
  golang.org/x/net/http2.(*ClientConn).forgetStreamID.deferwrap1()
      /workdir/gopath/src/golang.org/x/net/http2/transport.go:2309 +0x33
  runtime.deferreturn()
...
      /workdir/gopath/src/golang.org/x/net/http2/transport_test.go:2482 +0x4c
  golang.org/x/net/http2.TestTransportUsesGoAwayDebugError_Body()
      /workdir/gopath/src/golang.org/x/net/http2/transport_test.go:2478 +0x2b
  testing.tRunner()
      /workdir/go/src/testing/testing.go:1689 +0x21e
  testing.(*T).Run.gowrap1()
      /workdir/go/src/testing/testing.go:1742 +0x44
==================
--- FAIL: TestTransportUsesGoAwayDebugError_Body (0.00s)
    testing.go:1398: race detected during execution of test

watchflakes

gopherbot avatar Mar 26 '24 20:03 gopherbot

Found new dashboard test flakes for:

#!watchflakes
post <- ((pkg == "net/http" || pkg == "golang.org/x/net/http2") && (`WARNING: DATA RACE` || `race detected during execution of test`)) ||
	(mode == "build" && log ~ `race detected during execution of test` && log ~ `FAIL	net/http`)
2024-04-03 16:50 freebsd-amd64-race net@762b58d1 go@dddf0ae4 x/net/http2.TestTransportUsesGoAwayDebugError_Body (log)
==================
WARNING: DATA RACE
Write at 0x00c00020cb00 by goroutine 22368:
  golang.org/x/net/http2.(*testClientConnNetConn).Close()
      /tmp/workdir/gopath/src/golang.org/x/net/http2/clientconn_test.go:733 +0x32
  golang.org/x/net/http2.(*ClientConn).closeConn()
      /tmp/workdir/gopath/src/golang.org/x/net/http2/transport.go:1086 +0x109
  golang.org/x/net/http2.(*clientConnReadLoop).cleanup.deferwrap1()
      /tmp/workdir/gopath/src/golang.org/x/net/http2/transport.go:2357 +0x33
  runtime.deferreturn()
...
      /tmp/workdir/gopath/src/golang.org/x/net/http2/transport.go:1311 +0x7e4
  golang.org/x/net/http2.(*ClientConn).RoundTrip()
      /tmp/workdir/gopath/src/golang.org/x/net/http2/transport.go:1293 +0x104
  golang.org/x/net/http2.(*testClientConn).roundTrip.func2()
      /tmp/workdir/gopath/src/golang.org/x/net/http2/clientconn_test.go:420 +0xcd
  golang.org/x/net/http2.(*testSyncHooks).goRun.func1()
      /tmp/workdir/gopath/src/golang.org/x/net/http2/testsync.go:126 +0x81
==================
--- FAIL: TestTransportUsesGoAwayDebugError_Body (0.00s)
    testing.go:1398: race detected during execution of test

watchflakes

gopherbot avatar Apr 03 '24 17:04 gopherbot

The two instances above were testing x/net using Go on release-branch.go1.22.

dmitshur avatar Apr 03 '24 22:04 dmitshur

Found new dashboard test flakes for:

#!watchflakes
post <- ((pkg == "net/http" || pkg == "golang.org/x/net/http2") && (`WARNING: DATA RACE` || `race detected during execution of test`)) ||
	(mode == "build" && log ~ `race detected during execution of test` && log ~ `FAIL	net/http`)
2024-04-05 22:13 linux-amd64-longtest-race net@ec05fdcd go@9f3f4c64 x/net/http2.TestTransportUsesGoAwayDebugError_Body (log)
==================
WARNING: DATA RACE
Write at 0x00c000326160 by goroutine 30382:
  golang.org/x/net/http2.(*testClientConnNetConn).Close()
      /workdir/gopath/src/golang.org/x/net/http2/clientconn_test.go:733 +0x32
  golang.org/x/net/http2.(*ClientConn).closeConn()
      /workdir/gopath/src/golang.org/x/net/http2/transport.go:1099 +0x109
  golang.org/x/net/http2.(*ClientConn).forgetStreamID.deferwrap1()
      /workdir/gopath/src/golang.org/x/net/http2/transport.go:2322 +0x33
  runtime.deferreturn()
...
      /workdir/gopath/src/golang.org/x/net/http2/transport_test.go:2482 +0x4c
  golang.org/x/net/http2.TestTransportUsesGoAwayDebugError_Body()
      /workdir/gopath/src/golang.org/x/net/http2/transport_test.go:2478 +0x2b
  testing.tRunner()
      /workdir/go/src/testing/testing.go:1689 +0x21e
  testing.(*T).Run.gowrap1()
      /workdir/go/src/testing/testing.go:1742 +0x44
==================
--- FAIL: TestTransportUsesGoAwayDebugError_Body (0.00s)
    testing.go:1398: race detected during execution of test

watchflakes

gopherbot avatar Apr 09 '24 14:04 gopherbot

Found new dashboard test flakes for:

#!watchflakes
post <- ((pkg == "net/http" || pkg == "golang.org/x/net/http2") && (`WARNING: DATA RACE` || `race detected during execution of test`)) ||
	(mode == "build" && log ~ `race detected during execution of test` && log ~ `FAIL	net/http`)
2024-04-05 15:01 x_net-gotip-linux-amd64-longtest-race net@b67a0f05 go@d6a3d093 x/net/http2.TestTransportUsesGoAwayDebugError_Body (log)
=== RUN   TestTransportUsesGoAwayDebugError_Body
==================
WARNING: DATA RACE
Write at 0x00c0003de400 by goroutine 30273:
  golang.org/x/net/http2.(*testClientConnNetConn).Close()
      /home/swarming/.swarming/w/ir/x/w/targetrepo1118125679/http2/clientconn_test.go:733 +0x32
  golang.org/x/net/http2.(*ClientConn).closeConn()
      /home/swarming/.swarming/w/ir/x/w/targetrepo1118125679/http2/transport.go:1086 +0x109
  golang.org/x/net/http2.(*ClientConn).forgetStreamID.deferwrap1()
      /home/swarming/.swarming/w/ir/x/w/targetrepo1118125679/http2/transport.go:2309 +0x33
...
      /home/swarming/.swarming/w/ir/x/w/targetrepo1118125679/http2/transport_test.go:2482 +0x4c
  golang.org/x/net/http2.TestTransportUsesGoAwayDebugError_Body()
      /home/swarming/.swarming/w/ir/x/w/targetrepo1118125679/http2/transport_test.go:2478 +0x2b
  testing.tRunner()
      /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1689 +0x21e
  testing.(*T).Run.gowrap1()
      /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1742 +0x44
==================
    testing.go:1398: race detected during execution of test
--- FAIL: TestTransportUsesGoAwayDebugError_Body (0.00s)

watchflakes

gopherbot avatar Apr 18 '24 21:04 gopherbot

Found new dashboard test flakes for:

#!watchflakes
post <- ((pkg == "net/http" || pkg == "golang.org/x/net/http2") && (`WARNING: DATA RACE` || `race detected during execution of test`)) ||
	(mode == "build" && log ~ `race detected during execution of test` && log ~ `FAIL	net/http`)
2024-04-18 22:01 linux-amd64-race net@f95a3b3a go@dcb5de5c x/net/http2.TestTransportUsesGoAwayDebugError_Body (log)
==================
WARNING: DATA RACE
Write at 0x00c00034a5c0 by goroutine 21855:
  golang.org/x/net/http2.(*testClientConnNetConn).Close()
      /workdir/gopath/src/golang.org/x/net/http2/clientconn_test.go:733 +0x32
  golang.org/x/net/http2.(*ClientConn).closeConn()
      /workdir/gopath/src/golang.org/x/net/http2/transport.go:1099 +0x109
  golang.org/x/net/http2.(*ClientConn).forgetStreamID.deferwrap1()
      /workdir/gopath/src/golang.org/x/net/http2/transport.go:2322 +0x33
  runtime.deferreturn()
...
      /workdir/gopath/src/golang.org/x/net/http2/transport_test.go:2482 +0x4c
  golang.org/x/net/http2.TestTransportUsesGoAwayDebugError_Body()
      /workdir/gopath/src/golang.org/x/net/http2/transport_test.go:2478 +0x2b
  testing.tRunner()
      /workdir/go/src/testing/testing.go:1689 +0x21e
  testing.(*T).Run.gowrap1()
      /workdir/go/src/testing/testing.go:1742 +0x44
==================
--- FAIL: TestTransportUsesGoAwayDebugError_Body (0.00s)
    testing.go:1398: race detected during execution of test

watchflakes

gopherbot avatar Apr 19 '24 20:04 gopherbot

Found new dashboard test flakes for:

#!watchflakes
post <- ((pkg == "net/http" || pkg == "golang.org/x/net/http2") && (`WARNING: DATA RACE` || `race detected during execution of test`)) ||
	(mode == "build" && log ~ `race detected during execution of test` && log ~ `FAIL	net/http`)
2024-04-18 22:01 windows-amd64-race net@f95a3b3a go@2dddc7ef x/net/http2.TestTransportUsesGoAwayDebugError_Body (log)
==================
WARNING: DATA RACE
Write at 0x00c0001ca4e0 by goroutine 25210:
  golang.org/x/net/http2.(*testClientConnNetConn).Close()
      C:/workdir/gopath/src/golang.org/x/net/http2/clientconn_test.go:733 +0x32
  golang.org/x/net/http2.(*ClientConn).closeConn()
      C:/workdir/gopath/src/golang.org/x/net/http2/transport.go:1099 +0x109
  golang.org/x/net/http2.(*clientConnReadLoop).cleanup.deferwrap1()
      C:/workdir/gopath/src/golang.org/x/net/http2/transport.go:2370 +0x33
  runtime.deferreturn()
...
      C:/workdir/gopath/src/golang.org/x/net/http2/transport.go:1324 +0x7e4
  golang.org/x/net/http2.(*ClientConn).RoundTrip()
      C:/workdir/gopath/src/golang.org/x/net/http2/transport.go:1306 +0x104
  golang.org/x/net/http2.(*testClientConn).roundTrip.func2()
      C:/workdir/gopath/src/golang.org/x/net/http2/clientconn_test.go:420 +0xcd
  golang.org/x/net/http2.(*testSyncHooks).goRun.func1()
      C:/workdir/gopath/src/golang.org/x/net/http2/testsync.go:126 +0x81
==================
--- FAIL: TestTransportUsesGoAwayDebugError_Body (0.00s)
    testing.go:1398: race detected during execution of test

watchflakes

gopherbot avatar Apr 22 '24 14:04 gopherbot

Found new dashboard test flakes for:

#!watchflakes
post <- ((pkg == "net/http" || pkg == "golang.org/x/net/http2") && (`WARNING: DATA RACE` || `race detected during execution of test`)) ||
	(mode == "build" && log ~ `race detected during execution of test` && log ~ `FAIL	net/http`)
2024-05-06 20:33 gotip-windows-amd64-race go@5a181c50 net/http.TestIdleConnChannelLeak/h1 (log)
=== RUN   TestIdleConnChannelLeak/h1
==================
WARNING: DATA RACE
Write at 0x000140c6f298 by goroutine 2266:
  net/http.SetReadLoopBeforeNextReadHook()
      C:/b/s/w/ir/x/w/goroot/src/net/http/export_test.go:76 +0x2af
  net/http_test.testIdleConnChannelLeak()
      C:/b/s/w/ir/x/w/goroot/src/net/http/transport_test.go:3380 +0x1dd
  net/http_test.run[go.shape.*uint8].func1()
      C:/b/s/w/ir/x/w/goroot/src/net/http/clientserver_test.go:90 +0x18b
...
Goroutine 2244 (finished) created at:
  net/http.(*Transport).dialConn()
      C:/b/s/w/ir/x/w/goroot/src/net/http/transport.go:1874 +0x29b3
  net/http.(*Transport).dialConnFor()
      C:/b/s/w/ir/x/w/goroot/src/net/http/transport.go:1563 +0x11d
  net/http.(*Transport).startDialConnForLocked.func1()
      C:/b/s/w/ir/x/w/goroot/src/net/http/transport.go:1545 +0x3c
==================
    testing.go:1399: race detected during execution of test
--- FAIL: TestIdleConnChannelLeak/h1 (0.02s)

watchflakes

gopherbot avatar May 06 '24 21:05 gopherbot

Found new dashboard test flakes for:

#!watchflakes
post <- ((pkg == "net/http" || pkg == "golang.org/x/net/http2") && (`WARNING: DATA RACE` || `race detected during execution of test`)) ||
	(mode == "build" && log ~ `race detected during execution of test` && log ~ `FAIL	net/http`)
2024-05-06 16:24 linux-arm64-race net@d27919b5 go@adbfb672 x/net/http2.TestTransportUsesGoAwayDebugError_RoundTrip (log)
==================
WARNING: DATA RACE
Write at 0x00c00029a240 by goroutine 21474:
  golang.org/x/net/http2.(*testClientConnNetConn).Close()
      /tmp/workdir/gopath/src/golang.org/x/net/http2/clientconn_test.go:733 +0x30
  golang.org/x/net/http2.(*ClientConn).closeConn()
      /tmp/workdir/gopath/src/golang.org/x/net/http2/transport.go:1099 +0xf4
  golang.org/x/net/http2.(*clientConnReadLoop).cleanup.deferwrap1()
      /tmp/workdir/gopath/src/golang.org/x/net/http2/transport.go:2370 +0x34
  runtime.deferreturn()
...
      /tmp/workdir/gopath/src/golang.org/x/net/http2/transport.go:1324 +0x60c
  golang.org/x/net/http2.(*ClientConn).RoundTrip()
      /tmp/workdir/gopath/src/golang.org/x/net/http2/transport.go:1306 +0xc4
  golang.org/x/net/http2.(*testClientConn).roundTrip.func2()
      /tmp/workdir/gopath/src/golang.org/x/net/http2/clientconn_test.go:420 +0x98
  golang.org/x/net/http2.(*testSyncHooks).goRun.func1()
      /tmp/workdir/gopath/src/golang.org/x/net/http2/testsync.go:126 +0x78
==================
--- FAIL: TestTransportUsesGoAwayDebugError_RoundTrip (0.00s)
    testing.go:1398: race detected during execution of test

watchflakes

gopherbot avatar May 07 '24 16:05 gopherbot

Found new dashboard test flakes for:

#!watchflakes
post <- ((pkg == "net/http" || pkg == "golang.org/x/net/http2") && (`WARNING: DATA RACE` || `race detected during execution of test`)) ||
	(mode == "build" && log ~ `race detected during execution of test` && log ~ `FAIL	net/http`)
2024-05-07 18:38 gotip-windows-amd64-race go@008cc58a net/http.TestIdleConnChannelLeak/h1 (log)
=== RUN   TestIdleConnChannelLeak/h1
==================
WARNING: DATA RACE
Write at 0x000140c73298 by goroutine 2329:
  net/http.SetReadLoopBeforeNextReadHook()
      C:/b/s/w/ir/x/w/goroot/src/net/http/export_test.go:76 +0x2af
  net/http_test.testIdleConnChannelLeak()
      C:/b/s/w/ir/x/w/goroot/src/net/http/transport_test.go:3380 +0x1dd
  net/http_test.run[go.shape.*uint8].func1()
      C:/b/s/w/ir/x/w/goroot/src/net/http/clientserver_test.go:90 +0x18b
...
Goroutine 2307 (finished) created at:
  net/http.(*Transport).dialConn()
      C:/b/s/w/ir/x/w/goroot/src/net/http/transport.go:1874 +0x29b3
  net/http.(*Transport).dialConnFor()
      C:/b/s/w/ir/x/w/goroot/src/net/http/transport.go:1563 +0x11d
  net/http.(*Transport).startDialConnForLocked.func1()
      C:/b/s/w/ir/x/w/goroot/src/net/http/transport.go:1545 +0x3c
==================
    testing.go:1399: race detected during execution of test
--- FAIL: TestIdleConnChannelLeak/h1 (0.03s)

watchflakes

gopherbot avatar May 08 '24 11:05 gopherbot

Found new dashboard test flakes for:

#!watchflakes
post <- ((pkg == "net/http" || pkg == "golang.org/x/net/http2") && (`WARNING: DATA RACE` || `race detected during execution of test`)) ||
	(mode == "build" && log ~ `race detected during execution of test` && log ~ `FAIL	net/http`)
2024-05-14 19:41 gotip-linux-arm64-race go@eef288da net/http.TestIdleConnChannelLeak/h1 (log)
=== RUN   TestIdleConnChannelLeak/h1
==================
WARNING: DATA RACE
Write at 0x000000b28948 by goroutine 2408:
  net/http.SetReadLoopBeforeNextReadHook()
      /home/swarming/.swarming/w/ir/x/w/goroot/src/net/http/export_test.go:76 +0x208
  net/http_test.testIdleConnChannelLeak()
      /home/swarming/.swarming/w/ir/x/w/goroot/src/net/http/transport_test.go:3380 +0x16c
  net/http_test.run[go.shape.*uint8].func1()
      /home/swarming/.swarming/w/ir/x/w/goroot/src/net/http/clientserver_test.go:90 +0x174
...
Goroutine 2386 (finished) created at:
  net/http.(*Transport).dialConn()
      /home/swarming/.swarming/w/ir/x/w/goroot/src/net/http/transport.go:1874 +0x1e4c
  net/http.(*Transport).dialConnFor()
      /home/swarming/.swarming/w/ir/x/w/goroot/src/net/http/transport.go:1563 +0xb8
  net/http.(*Transport).startDialConnForLocked.func1()
      /home/swarming/.swarming/w/ir/x/w/goroot/src/net/http/transport.go:1545 +0x38
==================
    testing.go:1399: race detected during execution of test
--- FAIL: TestIdleConnChannelLeak/h1 (0.01s)

watchflakes

gopherbot avatar May 15 '24 14:05 gopherbot

Found new dashboard test flakes for:

#!watchflakes
post <- ((pkg == "net/http" || pkg == "golang.org/x/net/http2") && (`WARNING: DATA RACE` || `race detected during execution of test`)) ||
	(mode == "build" && log ~ `race detected during execution of test` && log ~ `FAIL	net/http`)
2025-05-09 02:13 gotip-freebsd-amd64-race go@7bc714d6 net/http.TestServerNoWriteTimeout/h2 (log)
=== RUN   TestServerNoWriteTimeout/h2
=== PAUSE TestServerNoWriteTimeout/h2
=== CONT  TestServerNoWriteTimeout/h2
    serve_test.go:931: Server.Config.WriteTimeout = 0
    serve_test.go:928: server write response: http2: stream closed
    serve_test.go:931: Server.Config.WriteTimeout = -1
    serve_test.go:928: server write response: http2: stream closed
    testing.go:1494: race detected during execution of test
--- FAIL: TestServerNoWriteTimeout/h2 (3.10s)

watchflakes

gopherbot avatar May 09 '25 03:05 gopherbot

Found new dashboard test flakes for:

#!watchflakes
post <- ((pkg == "net/http" || pkg == "golang.org/x/net/http2") && (`WARNING: DATA RACE` || `race detected during execution of test`)) ||
	(mode == "build" && log ~ `race detected during execution of test` && log ~ `FAIL	net/http`)
2025-06-10 22:23 gotip-linux-s390x-race go@281cfcfc net/http.TestServeFileRejectsInvalidSuffixLengths/h1/bytes=--6 (log)
=== RUN   TestServeFileRejectsInvalidSuffixLengths/h1/bytes=--6
==================
WARNING: DATA RACE
Read at 0x00c00015404b by goroutine 7947:
  testing.(*common).destination()
      /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1055 +0x265
  testing.(*common).log()
      /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1027 +0xed
  testing.(*common).Logf()
      /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1191 +0xaf
...
      /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:2472 +0xac7
  testing.(*M).Run()
      /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:2334 +0x10b9
  net/http_test.TestMain()
      /home/swarming/.swarming/w/ir/x/w/goroot/src/net/http/main_test.go:24 +0x87
  main.main()
      _testmain.go:1291 +0x187
==================
    testing.go:1614: race detected during execution of test
--- FAIL: TestServeFileRejectsInvalidSuffixLengths/h1/bytes=--6 (0.67s)

watchflakes

gopherbot avatar Jun 11 '25 11:06 gopherbot

Found new dashboard test flakes for:

#!watchflakes
post <- ((pkg == "net/http" || pkg == "golang.org/x/net/http2") && (`WARNING: DATA RACE` || `race detected during execution of test`)) ||
	(mode == "build" && log ~ `race detected during execution of test` && log ~ `FAIL	net/http`)
2025-09-05 18:08 x_net-go1.24-darwin-amd64-race net@7c51e1fb release-branch.go1.24@d41a8222 x/net/http2.TestServer_RejectsLargeFrames (log)
=== RUN   TestServer_RejectsLargeFrames
==================
WARNING: DATA RACE
Read at 0x0000057ae8ce by goroutine 705:
  golang.org/x/net/http2.newGoroutineLock()
      /Volumes/Work/s/w/ir/x/w/targetrepo927203308/http2/gotrack.go:25 +0x44f
  golang.org/x/net/http2.(*Server).serveConn()
      /Volumes/Work/s/w/ir/x/w/targetrepo927203308/http2/server.go:424 +0x45b
  golang.org/x/net/http2.newServerTester.func2()
      /Volumes/Work/s/w/ir/x/w/targetrepo927203308/http2/server_test.go:198 +0x22b
...
      /Volumes/Work/s/w/ir/x/w/goroot/src/runtime/synctest.go:178 +0x10c
  golang.org/x/net/http2.TestServer_MaxQueuedControlFrames()
      /Volumes/Work/s/w/ir/x/w/targetrepo927203308/http2/server_test.go:1213 +0x2d
  testing.tRunner()
      /Volumes/Work/s/w/ir/x/w/goroot/src/testing/testing.go:1792 +0x225
  testing.(*T).Run.gowrap1()
      /Volumes/Work/s/w/ir/x/w/goroot/src/testing/testing.go:1851 +0x44
==================
    testing.go:1490: race detected during execution of test
--- FAIL: TestServer_RejectsLargeFrames (0.01s)
2025-09-05 18:08 x_net-go1.24-darwin-arm64-race net@7c51e1fb release-branch.go1.24@d41a8222 x/net/http2.TestServer_RejectsLargeFrames (log)
=== RUN   TestServer_RejectsLargeFrames
==================
WARNING: DATA RACE
Read at 0x000101a08e8e by goroutine 696:
  golang.org/x/net/http2.newGoroutineLock()
      /Users/swarming/.swarming/w/ir/x/w/targetrepo63348027/http2/gotrack.go:25 +0x344
  golang.org/x/net/http2.(*Server).serveConn()
      /Users/swarming/.swarming/w/ir/x/w/targetrepo63348027/http2/server.go:424 +0x358
  golang.org/x/net/http2.newServerTester.func2()
      /Users/swarming/.swarming/w/ir/x/w/targetrepo63348027/http2/server_test.go:198 +0x1a8
...
      /Users/swarming/.swarming/w/ir/x/w/goroot/src/runtime/synctest.go:178 +0x104
  golang.org/x/net/http2.TestServer_MaxQueuedControlFrames()
      /Users/swarming/.swarming/w/ir/x/w/targetrepo63348027/http2/server_test.go:1213 +0x30
  testing.tRunner()
      /Users/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1792 +0x180
  testing.(*T).Run.gowrap1()
      /Users/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1851 +0x40
==================
    testing.go:1490: race detected during execution of test
--- FAIL: TestServer_RejectsLargeFrames (0.00s)
2025-09-05 18:08 x_net-go1.24-linux-amd64-longtest-race net@7c51e1fb release-branch.go1.24@d41a8222 x/net/http2.TestServer_RejectsLargeFrames (log)
=== RUN   TestServer_RejectsLargeFrames
==================
WARNING: DATA RACE
Read at 0x000000fed8ce by goroutine 711:
  golang.org/x/net/http2.newGoroutineLock()
      /home/swarming/.swarming/w/ir/x/w/targetrepo2042869417/http2/gotrack.go:25 +0x44f
  golang.org/x/net/http2.(*Server).serveConn()
      /home/swarming/.swarming/w/ir/x/w/targetrepo2042869417/http2/server.go:424 +0x45b
  golang.org/x/net/http2.newServerTester.func2()
      /home/swarming/.swarming/w/ir/x/w/targetrepo2042869417/http2/server_test.go:198 +0x22b
...
      /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/synctest.go:178 +0x10c
  golang.org/x/net/http2.TestServer_MaxQueuedControlFrames()
      /home/swarming/.swarming/w/ir/x/w/targetrepo2042869417/http2/server_test.go:1213 +0x2d
  testing.tRunner()
      /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1792 +0x225
  testing.(*T).Run.gowrap1()
      /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1851 +0x44
==================
    testing.go:1490: race detected during execution of test
--- FAIL: TestServer_RejectsLargeFrames (0.03s)
2025-09-05 18:08 x_net-go1.24-linux-amd64-race net@7c51e1fb release-branch.go1.24@d41a8222 x/net/http2.TestServer_RejectsLargeFrames (log)
=== RUN   TestServer_RejectsLargeFrames
==================
WARNING: DATA RACE
Read at 0x000000fed8ce by goroutine 710:
  golang.org/x/net/http2.newGoroutineLock()
      /home/swarming/.swarming/w/ir/x/w/targetrepo1008054695/http2/gotrack.go:25 +0x44f
  golang.org/x/net/http2.(*Server).serveConn()
      /home/swarming/.swarming/w/ir/x/w/targetrepo1008054695/http2/server.go:424 +0x45b
  golang.org/x/net/http2.newServerTester.func2()
      /home/swarming/.swarming/w/ir/x/w/targetrepo1008054695/http2/server_test.go:198 +0x22b
...
      /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/synctest.go:178 +0x10c
  golang.org/x/net/http2.TestServer_MaxQueuedControlFrames()
      /home/swarming/.swarming/w/ir/x/w/targetrepo1008054695/http2/server_test.go:1213 +0x2d
  testing.tRunner()
      /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1792 +0x225
  testing.(*T).Run.gowrap1()
      /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1851 +0x44
==================
    testing.go:1490: race detected during execution of test
--- FAIL: TestServer_RejectsLargeFrames (0.04s)
2025-09-05 18:08 x_net-go1.24-linux-arm64-race net@7c51e1fb release-branch.go1.24@d41a8222 x/net/http2.TestServer_RejectsLargeFrames (log)
=== RUN   TestServer_RejectsLargeFrames
==================
WARNING: DATA RACE
Read at 0x000000abcf8e by goroutine 703:
  golang.org/x/net/http2.newGoroutineLock()
      /home/swarming/.swarming/w/ir/x/w/targetrepo3485130762/http2/gotrack.go:25 +0x344
  golang.org/x/net/http2.(*Server).serveConn()
      /home/swarming/.swarming/w/ir/x/w/targetrepo3485130762/http2/server.go:424 +0x358
  golang.org/x/net/http2.newServerTester.func2()
      /home/swarming/.swarming/w/ir/x/w/targetrepo3485130762/http2/server_test.go:198 +0x1a8
...
      /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/synctest.go:178 +0x104
  golang.org/x/net/http2.TestServer_MaxQueuedControlFrames()
      /home/swarming/.swarming/w/ir/x/w/targetrepo3485130762/http2/server_test.go:1213 +0x30
  testing.tRunner()
      /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1792 +0x180
  testing.(*T).Run.gowrap1()
      /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1851 +0x40
==================
    testing.go:1490: race detected during execution of test
--- FAIL: TestServer_RejectsLargeFrames (0.01s)
2025-09-05 18:08 x_net-go1.24-windows-amd64-race net@7c51e1fb release-branch.go1.24@d41a8222 x/net/http2.TestServer_Handler_Sends_WindowUpdate (log)
=== RUN   TestServer_Handler_Sends_WindowUpdate
==================
WARNING: DATA RACE
Read at 0x000140c2d6cd by goroutine 715:
  golang.org/x/net/http2.newGoroutineLock()
      C:/b/s/w/ir/x/w/targetrepo4028641279/http2/gotrack.go:25 +0x44f
  golang.org/x/net/http2.(*Server).serveConn()
      C:/b/s/w/ir/x/w/targetrepo4028641279/http2/server.go:424 +0x45b
  golang.org/x/net/http2.newServerTester.func2()
      C:/b/s/w/ir/x/w/targetrepo4028641279/http2/server_test.go:198 +0x22b
...
      C:/b/s/w/ir/x/w/goroot/src/runtime/synctest.go:178 +0x10c
  golang.org/x/net/http2.TestServer_MaxQueuedControlFrames()
      C:/b/s/w/ir/x/w/targetrepo4028641279/http2/server_test.go:1213 +0x2d
  testing.tRunner()
      C:/b/s/w/ir/x/w/goroot/src/testing/testing.go:1792 +0x1dc
  testing.(*T).Run.gowrap1()
      C:/b/s/w/ir/x/w/goroot/src/testing/testing.go:1851 +0x44
==================
    testing.go:1490: race detected during execution of test
--- FAIL: TestServer_Handler_Sends_WindowUpdate (0.01s)
2025-09-05 18:15 x_net-go1.24-darwin-amd64-race net@23780620 release-branch.go1.24@d41a8222 x/net/http2.TestServer_RejectsLargeFrames (log)
=== RUN   TestServer_RejectsLargeFrames
==================
WARNING: DATA RACE
Read at 0x00001002d8ce by goroutine 696:
  golang.org/x/net/http2.newGoroutineLock()
      /Users/swarming/.swarming/w/ir/x/w/targetrepo2009925129/http2/gotrack.go:25 +0x44f
  golang.org/x/net/http2.(*Server).serveConn()
      /Users/swarming/.swarming/w/ir/x/w/targetrepo2009925129/http2/server.go:424 +0x45b
  golang.org/x/net/http2.newServerTester.func2()
      /Users/swarming/.swarming/w/ir/x/w/targetrepo2009925129/http2/server_test.go:198 +0x22b
...
      /Users/swarming/.swarming/w/ir/x/w/goroot/src/runtime/synctest.go:178 +0x10c
  golang.org/x/net/http2.TestServer_MaxQueuedControlFrames()
      /Users/swarming/.swarming/w/ir/x/w/targetrepo2009925129/http2/server_test.go:1213 +0x2d
  testing.tRunner()
      /Users/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1792 +0x225
  testing.(*T).Run.gowrap1()
      /Users/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1851 +0x44
==================
    testing.go:1490: race detected during execution of test
--- FAIL: TestServer_RejectsLargeFrames (0.04s)
2025-09-05 18:15 x_net-go1.24-darwin-arm64-race net@23780620 release-branch.go1.24@d41a8222 x/net/http2.TestServer_RejectsLargeFrames (log)
=== RUN   TestServer_RejectsLargeFrames
==================
WARNING: DATA RACE
Read at 0x000103934e8e by goroutine 698:
  golang.org/x/net/http2.newGoroutineLock()
      /Users/swarming/.swarming/w/ir/x/w/targetrepo1369914062/http2/gotrack.go:25 +0x344
  golang.org/x/net/http2.(*Server).serveConn()
      /Users/swarming/.swarming/w/ir/x/w/targetrepo1369914062/http2/server.go:424 +0x358
  golang.org/x/net/http2.newServerTester.func2()
      /Users/swarming/.swarming/w/ir/x/w/targetrepo1369914062/http2/server_test.go:198 +0x1a8
...
      /Users/swarming/.swarming/w/ir/x/w/goroot/src/runtime/synctest.go:178 +0x104
  golang.org/x/net/http2.TestServer_MaxQueuedControlFrames()
      /Users/swarming/.swarming/w/ir/x/w/targetrepo1369914062/http2/server_test.go:1213 +0x30
  testing.tRunner()
      /Users/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1792 +0x180
  testing.(*T).Run.gowrap1()
      /Users/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1851 +0x40
==================
    testing.go:1490: race detected during execution of test
--- FAIL: TestServer_RejectsLargeFrames (0.01s)
2025-09-05 18:15 x_net-go1.24-linux-amd64-longtest-race net@23780620 release-branch.go1.24@d41a8222 x/net/http2.TestServer_RejectsLargeFrames (log)
=== RUN   TestServer_RejectsLargeFrames
==================
WARNING: DATA RACE
Read at 0x000000fed8ce by goroutine 713:
  golang.org/x/net/http2.newGoroutineLock()
      /home/swarming/.swarming/w/ir/x/w/targetrepo573695395/http2/gotrack.go:25 +0x44f
  golang.org/x/net/http2.(*Server).serveConn()
      /home/swarming/.swarming/w/ir/x/w/targetrepo573695395/http2/server.go:424 +0x45b
  golang.org/x/net/http2.newServerTester.func2()
      /home/swarming/.swarming/w/ir/x/w/targetrepo573695395/http2/server_test.go:198 +0x22b
...
      /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/synctest.go:178 +0x10c
  golang.org/x/net/http2.TestServer_MaxQueuedControlFrames()
      /home/swarming/.swarming/w/ir/x/w/targetrepo573695395/http2/server_test.go:1213 +0x2d
  testing.tRunner()
      /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1792 +0x225
  testing.(*T).Run.gowrap1()
      /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1851 +0x44
==================
    testing.go:1490: race detected during execution of test
--- FAIL: TestServer_RejectsLargeFrames (0.03s)
2025-09-05 18:15 x_net-go1.24-linux-amd64-race net@23780620 release-branch.go1.24@d41a8222 x/net/http2.TestServer_RejectsLargeFrames (log)
=== RUN   TestServer_RejectsLargeFrames
==================
WARNING: DATA RACE
Read at 0x000000fed8ce by goroutine 709:
  golang.org/x/net/http2.newGoroutineLock()
      /home/swarming/.swarming/w/ir/x/w/targetrepo3921955683/http2/gotrack.go:25 +0x44f
  golang.org/x/net/http2.(*Server).serveConn()
      /home/swarming/.swarming/w/ir/x/w/targetrepo3921955683/http2/server.go:424 +0x45b
  golang.org/x/net/http2.newServerTester.func2()
      /home/swarming/.swarming/w/ir/x/w/targetrepo3921955683/http2/server_test.go:198 +0x22b
...
      /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/synctest.go:178 +0x10c
  golang.org/x/net/http2.TestServer_MaxQueuedControlFrames()
      /home/swarming/.swarming/w/ir/x/w/targetrepo3921955683/http2/server_test.go:1213 +0x2d
  testing.tRunner()
      /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1792 +0x225
  testing.(*T).Run.gowrap1()
      /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1851 +0x44
==================
    testing.go:1490: race detected during execution of test
--- FAIL: TestServer_RejectsLargeFrames (0.04s)
2025-09-05 18:15 x_net-go1.24-linux-arm64-race net@23780620 release-branch.go1.24@d41a8222 x/net/http2.TestServer_RejectsLargeFrames (log)
=== RUN   TestServer_RejectsLargeFrames
==================
WARNING: DATA RACE
Read at 0x000000abcf8e by goroutine 702:
  golang.org/x/net/http2.newGoroutineLock()
      /home/swarming/.swarming/w/ir/x/w/targetrepo2333466193/http2/gotrack.go:25 +0x344
  golang.org/x/net/http2.(*Server).serveConn()
      /home/swarming/.swarming/w/ir/x/w/targetrepo2333466193/http2/server.go:424 +0x358
  golang.org/x/net/http2.newServerTester.func2()
      /home/swarming/.swarming/w/ir/x/w/targetrepo2333466193/http2/server_test.go:198 +0x1a8
...
      /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/synctest.go:178 +0x104
  golang.org/x/net/http2.TestServer_MaxQueuedControlFrames()
      /home/swarming/.swarming/w/ir/x/w/targetrepo2333466193/http2/server_test.go:1213 +0x30
  testing.tRunner()
      /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1792 +0x180
  testing.(*T).Run.gowrap1()
      /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1851 +0x40
==================
    testing.go:1490: race detected during execution of test
--- FAIL: TestServer_RejectsLargeFrames (0.01s)
2025-09-05 18:15 x_net-go1.24-windows-amd64-race net@23780620 release-branch.go1.24@d41a8222 x/net/http2.TestServer_Handler_Sends_WindowUpdate (log)
=== RUN   TestServer_Handler_Sends_WindowUpdate
==================
WARNING: DATA RACE
Read at 0x000140c2d6cd by goroutine 717:
  golang.org/x/net/http2.newGoroutineLock()
      C:/b/s/w/ir/x/w/targetrepo4089869122/http2/gotrack.go:25 +0x44f
  golang.org/x/net/http2.(*Server).serveConn()
      C:/b/s/w/ir/x/w/targetrepo4089869122/http2/server.go:424 +0x45b
  golang.org/x/net/http2.newServerTester.func2()
      C:/b/s/w/ir/x/w/targetrepo4089869122/http2/server_test.go:198 +0x22b
...
      C:/b/s/w/ir/x/w/goroot/src/runtime/synctest.go:178 +0x10c
  golang.org/x/net/http2.TestServer_MaxQueuedControlFrames()
      C:/b/s/w/ir/x/w/targetrepo4089869122/http2/server_test.go:1213 +0x2d
  testing.tRunner()
      C:/b/s/w/ir/x/w/goroot/src/testing/testing.go:1792 +0x1dc
  testing.(*T).Run.gowrap1()
      C:/b/s/w/ir/x/w/goroot/src/testing/testing.go:1851 +0x44
==================
    testing.go:1490: race detected during execution of test
--- FAIL: TestServer_Handler_Sends_WindowUpdate (0.01s)
2025-09-05 18:17 x_net-go1.24-darwin-amd64-race net@a99f4fee release-branch.go1.24@d41a8222 x/net/http2.TestServer_RejectsLargeFrames (log)
=== RUN   TestServer_RejectsLargeFrames
==================
WARNING: DATA RACE
Read at 0x00001008d8ce by goroutine 698:
  golang.org/x/net/http2.newGoroutineLock()
      /Users/swarming/.swarming/w/ir/x/w/targetrepo1160478165/http2/gotrack.go:25 +0x44f
  golang.org/x/net/http2.(*Server).serveConn()
      /Users/swarming/.swarming/w/ir/x/w/targetrepo1160478165/http2/server.go:424 +0x45b
  golang.org/x/net/http2.newServerTester.func2()
      /Users/swarming/.swarming/w/ir/x/w/targetrepo1160478165/http2/server_test.go:198 +0x22b
...
      /Users/swarming/.swarming/w/ir/x/w/goroot/src/runtime/synctest.go:178 +0x10c
  golang.org/x/net/http2.TestServer_MaxQueuedControlFrames()
      /Users/swarming/.swarming/w/ir/x/w/targetrepo1160478165/http2/server_test.go:1205 +0x2d
  testing.tRunner()
      /Users/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1792 +0x225
  testing.(*T).Run.gowrap1()
      /Users/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1851 +0x44
==================
    testing.go:1490: race detected during execution of test
--- FAIL: TestServer_RejectsLargeFrames (0.03s)
2025-09-05 18:17 x_net-go1.24-darwin-arm64-race net@a99f4fee release-branch.go1.24@d41a8222 x/net/http2.TestServer_RejectsLargeFrames (log)
=== RUN   TestServer_RejectsLargeFrames
==================
WARNING: DATA RACE
Read at 0x000102de8e8e by goroutine 697:
  golang.org/x/net/http2.newGoroutineLock()
      /Users/swarming/.swarming/w/ir/x/w/targetrepo1747576536/http2/gotrack.go:25 +0x344
  golang.org/x/net/http2.(*Server).serveConn()
      /Users/swarming/.swarming/w/ir/x/w/targetrepo1747576536/http2/server.go:424 +0x358
  golang.org/x/net/http2.newServerTester.func2()
      /Users/swarming/.swarming/w/ir/x/w/targetrepo1747576536/http2/server_test.go:198 +0x1a8
...
      /Users/swarming/.swarming/w/ir/x/w/goroot/src/runtime/synctest.go:178 +0x104
  golang.org/x/net/http2.TestServer_MaxQueuedControlFrames()
      /Users/swarming/.swarming/w/ir/x/w/targetrepo1747576536/http2/server_test.go:1205 +0x30
  testing.tRunner()
      /Users/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1792 +0x180
  testing.(*T).Run.gowrap1()
      /Users/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1851 +0x40
==================
    testing.go:1490: race detected during execution of test
--- FAIL: TestServer_RejectsLargeFrames (0.00s)
2025-09-05 18:17 x_net-go1.24-linux-amd64-longtest-race net@a99f4fee release-branch.go1.24@d41a8222 x/net/http2.TestServer_RejectsLargeFrames (log)
=== RUN   TestServer_RejectsLargeFrames
==================
WARNING: DATA RACE
Read at 0x000000fed8ce by goroutine 710:
  golang.org/x/net/http2.newGoroutineLock()
      /home/swarming/.swarming/w/ir/x/w/targetrepo3991697709/http2/gotrack.go:25 +0x44f
  golang.org/x/net/http2.(*Server).serveConn()
      /home/swarming/.swarming/w/ir/x/w/targetrepo3991697709/http2/server.go:424 +0x45b
  golang.org/x/net/http2.newServerTester.func2()
      /home/swarming/.swarming/w/ir/x/w/targetrepo3991697709/http2/server_test.go:198 +0x22b
...
      /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/synctest.go:178 +0x10c
  golang.org/x/net/http2.TestServer_MaxQueuedControlFrames()
      /home/swarming/.swarming/w/ir/x/w/targetrepo3991697709/http2/server_test.go:1205 +0x2d
  testing.tRunner()
      /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1792 +0x225
  testing.(*T).Run.gowrap1()
      /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1851 +0x44
==================
    testing.go:1490: race detected during execution of test
--- FAIL: TestServer_RejectsLargeFrames (0.04s)
2025-09-05 18:17 x_net-go1.24-linux-amd64-race net@a99f4fee release-branch.go1.24@d41a8222 x/net/http2.TestServer_RejectsLargeFrames (log)
=== RUN   TestServer_RejectsLargeFrames
==================
WARNING: DATA RACE
Read at 0x000000fed8ce by goroutine 710:
  golang.org/x/net/http2.newGoroutineLock()
      /home/swarming/.swarming/w/ir/x/w/targetrepo4066575213/http2/gotrack.go:25 +0x44f
  golang.org/x/net/http2.(*Server).serveConn()
      /home/swarming/.swarming/w/ir/x/w/targetrepo4066575213/http2/server.go:424 +0x45b
  golang.org/x/net/http2.newServerTester.func2()
      /home/swarming/.swarming/w/ir/x/w/targetrepo4066575213/http2/server_test.go:198 +0x22b
...
      /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/synctest.go:178 +0x10c
  golang.org/x/net/http2.TestServer_MaxQueuedControlFrames()
      /home/swarming/.swarming/w/ir/x/w/targetrepo4066575213/http2/server_test.go:1205 +0x2d
  testing.tRunner()
      /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1792 +0x225
  testing.(*T).Run.gowrap1()
      /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1851 +0x44
==================
    testing.go:1490: race detected during execution of test
--- FAIL: TestServer_RejectsLargeFrames (0.03s)
2025-09-05 18:17 x_net-go1.24-linux-arm64-race net@a99f4fee release-branch.go1.24@d41a8222 x/net/http2.TestServer_RejectsLargeFrames (log)
=== RUN   TestServer_RejectsLargeFrames
==================
WARNING: DATA RACE
Read at 0x000000abcf8e by goroutine 702:
  golang.org/x/net/http2.newGoroutineLock()
      /home/swarming/.swarming/w/ir/x/w/targetrepo1659564187/http2/gotrack.go:25 +0x344
  golang.org/x/net/http2.(*Server).serveConn()
      /home/swarming/.swarming/w/ir/x/w/targetrepo1659564187/http2/server.go:424 +0x358
  golang.org/x/net/http2.newServerTester.func2()
      /home/swarming/.swarming/w/ir/x/w/targetrepo1659564187/http2/server_test.go:198 +0x1a8
...
      /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/synctest.go:178 +0x104
  golang.org/x/net/http2.TestServer_MaxQueuedControlFrames()
      /home/swarming/.swarming/w/ir/x/w/targetrepo1659564187/http2/server_test.go:1205 +0x30
  testing.tRunner()
      /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1792 +0x180
  testing.(*T).Run.gowrap1()
      /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1851 +0x40
==================
    testing.go:1490: race detected during execution of test
--- FAIL: TestServer_RejectsLargeFrames (0.01s)
2025-09-05 18:17 x_net-go1.24-windows-amd64-race net@a99f4fee release-branch.go1.24@d41a8222 x/net/http2.TestServer_Handler_Sends_WindowUpdate (log)
=== RUN   TestServer_Handler_Sends_WindowUpdate
==================
WARNING: DATA RACE
Read at 0x000140c2d6cd by goroutine 714:
  golang.org/x/net/http2.newGoroutineLock()
      C:/b/s/w/ir/x/w/targetrepo2719878139/http2/gotrack.go:25 +0x44f
  golang.org/x/net/http2.(*Server).serveConn()
      C:/b/s/w/ir/x/w/targetrepo2719878139/http2/server.go:424 +0x45b
  golang.org/x/net/http2.newServerTester.func2()
      C:/b/s/w/ir/x/w/targetrepo2719878139/http2/server_test.go:198 +0x22b
...
      C:/b/s/w/ir/x/w/goroot/src/runtime/synctest.go:178 +0x10c
  golang.org/x/net/http2.TestServer_MaxQueuedControlFrames()
      C:/b/s/w/ir/x/w/targetrepo2719878139/http2/server_test.go:1205 +0x2d
  testing.tRunner()
      C:/b/s/w/ir/x/w/goroot/src/testing/testing.go:1792 +0x1dc
  testing.(*T).Run.gowrap1()
      C:/b/s/w/ir/x/w/goroot/src/testing/testing.go:1851 +0x44
==================
    testing.go:1490: race detected during execution of test
--- FAIL: TestServer_Handler_Sends_WindowUpdate (0.01s)
2025-09-05 20:17 x_net-go1.24-darwin-amd64-race net@7da929c6 release-branch.go1.24@d41a8222 x/net/http2.TestServer_RejectsLargeFrames (log)
=== RUN   TestServer_RejectsLargeFrames
==================
WARNING: DATA RACE
Read at 0x000011171bee by goroutine 698:
  golang.org/x/net/http2.newGoroutineLock()
      /Users/swarming/.swarming/w/ir/x/w/targetrepo3583566764/http2/gotrack.go:25 +0x44f
  golang.org/x/net/http2.(*Server).serveConn()
      /Users/swarming/.swarming/w/ir/x/w/targetrepo3583566764/http2/server.go:424 +0x45b
  golang.org/x/net/http2.newServerTester.func2()
      /Users/swarming/.swarming/w/ir/x/w/targetrepo3583566764/http2/server_test.go:198 +0x22b
...
      /Users/swarming/.swarming/w/ir/x/w/goroot/src/runtime/synctest.go:178 +0x10c
  golang.org/x/net/http2.TestServer_MaxQueuedControlFrames()
      /Users/swarming/.swarming/w/ir/x/w/targetrepo3583566764/http2/server_test.go:1205 +0x2d
  testing.tRunner()
      /Users/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1792 +0x225
  testing.(*T).Run.gowrap1()
      /Users/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1851 +0x44
==================
    testing.go:1490: race detected during execution of test
--- FAIL: TestServer_RejectsLargeFrames (0.03s)
2025-09-05 20:17 x_net-go1.24-darwin-arm64-race net@7da929c6 release-branch.go1.24@d41a8222 x/net/http2.TestServer_RejectsLargeFrames (log)
=== RUN   TestServer_RejectsLargeFrames
==================
WARNING: DATA RACE
Read at 0x0001013dd1ae by goroutine 698:
  golang.org/x/net/http2.newGoroutineLock()
      /Users/swarming/.swarming/w/ir/x/w/targetrepo2546103448/http2/gotrack.go:25 +0x344
  golang.org/x/net/http2.(*Server).serveConn()
      /Users/swarming/.swarming/w/ir/x/w/targetrepo2546103448/http2/server.go:424 +0x358
  golang.org/x/net/http2.newServerTester.func2()
      /Users/swarming/.swarming/w/ir/x/w/targetrepo2546103448/http2/server_test.go:198 +0x1a8
...
      /Users/swarming/.swarming/w/ir/x/w/goroot/src/runtime/synctest.go:178 +0x104
  golang.org/x/net/http2.TestServer_MaxQueuedControlFrames()
      /Users/swarming/.swarming/w/ir/x/w/targetrepo2546103448/http2/server_test.go:1205 +0x30
  testing.tRunner()
      /Users/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1792 +0x180
  testing.(*T).Run.gowrap1()
      /Users/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1851 +0x40
==================
    testing.go:1490: race detected during execution of test
--- FAIL: TestServer_RejectsLargeFrames (0.00s)
2025-09-05 20:17 x_net-go1.24-linux-amd64-longtest-race net@7da929c6 release-branch.go1.24@d41a8222 x/net/http2.TestServer_RejectsLargeFrames (log)
=== RUN   TestServer_RejectsLargeFrames
==================
WARNING: DATA RACE
Read at 0x000001002c0e by goroutine 710:
  golang.org/x/net/http2.newGoroutineLock()
      /home/swarming/.swarming/w/ir/x/w/targetrepo542388788/http2/gotrack.go:25 +0x44f
  golang.org/x/net/http2.(*Server).serveConn()
      /home/swarming/.swarming/w/ir/x/w/targetrepo542388788/http2/server.go:424 +0x45b
  golang.org/x/net/http2.newServerTester.func2()
      /home/swarming/.swarming/w/ir/x/w/targetrepo542388788/http2/server_test.go:198 +0x22b
...
      /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/synctest.go:178 +0x10c
  golang.org/x/net/http2.TestServer_MaxQueuedControlFrames()
      /home/swarming/.swarming/w/ir/x/w/targetrepo542388788/http2/server_test.go:1205 +0x2d
  testing.tRunner()
      /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1792 +0x225
  testing.(*T).Run.gowrap1()
      /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1851 +0x44
==================
    testing.go:1490: race detected during execution of test
--- FAIL: TestServer_RejectsLargeFrames (0.04s)
2025-09-05 20:17 x_net-go1.24-linux-amd64-race net@7da929c6 release-branch.go1.24@d41a8222 x/net/http2.TestServer_RejectsLargeFrames (log)
=== RUN   TestServer_RejectsLargeFrames
==================
WARNING: DATA RACE
Read at 0x000001003c0e by goroutine 711:
  golang.org/x/net/http2.newGoroutineLock()
      /home/swarming/.swarming/w/ir/x/w/targetrepo4003475431/http2/gotrack.go:25 +0x44f
  golang.org/x/net/http2.(*Server).serveConn()
      /home/swarming/.swarming/w/ir/x/w/targetrepo4003475431/http2/server.go:424 +0x45b
  golang.org/x/net/http2.newServerTester.func2()
      /home/swarming/.swarming/w/ir/x/w/targetrepo4003475431/http2/server_test.go:198 +0x22b
...
      /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/synctest.go:178 +0x10c
  golang.org/x/net/http2.TestServer_MaxQueuedControlFrames()
      /home/swarming/.swarming/w/ir/x/w/targetrepo4003475431/http2/server_test.go:1205 +0x2d
  testing.tRunner()
      /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1792 +0x225
  testing.(*T).Run.gowrap1()
      /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1851 +0x44
==================
    testing.go:1490: race detected during execution of test
--- FAIL: TestServer_RejectsLargeFrames (0.05s)
2025-09-05 20:17 x_net-go1.24-linux-arm64-race net@7da929c6 release-branch.go1.24@d41a8222 x/net/http2.TestServer_RejectsLargeFrames (log)
=== RUN   TestServer_RejectsLargeFrames
==================
WARNING: DATA RACE
Read at 0x000000acd28e by goroutine 700:
  golang.org/x/net/http2.newGoroutineLock()
      /home/swarming/.swarming/w/ir/x/w/targetrepo2951188535/http2/gotrack.go:25 +0x344
  golang.org/x/net/http2.(*Server).serveConn()
      /home/swarming/.swarming/w/ir/x/w/targetrepo2951188535/http2/server.go:424 +0x358
  golang.org/x/net/http2.newServerTester.func2()
      /home/swarming/.swarming/w/ir/x/w/targetrepo2951188535/http2/server_test.go:198 +0x1a8
...
      /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/synctest.go:178 +0x104
  golang.org/x/net/http2.TestServer_MaxQueuedControlFrames()
      /home/swarming/.swarming/w/ir/x/w/targetrepo2951188535/http2/server_test.go:1205 +0x30
  testing.tRunner()
      /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1792 +0x180
  testing.(*T).Run.gowrap1()
      /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1851 +0x40
==================
    testing.go:1490: race detected during execution of test
--- FAIL: TestServer_RejectsLargeFrames (0.01s)
2025-09-05 20:17 x_net-go1.24-windows-amd64-race net@7da929c6 release-branch.go1.24@d41a8222 x/net/http2.TestServer_Handler_Sends_WindowUpdate (log)
=== RUN   TestServer_Handler_Sends_WindowUpdate
==================
WARNING: DATA RACE
Read at 0x000140c429ed by goroutine 712:
  golang.org/x/net/http2.newGoroutineLock()
      C:/b/s/w/ir/x/w/targetrepo2348339667/http2/gotrack.go:25 +0x44f
  golang.org/x/net/http2.(*Server).serveConn()
      C:/b/s/w/ir/x/w/targetrepo2348339667/http2/server.go:424 +0x45b
  golang.org/x/net/http2.newServerTester.func2()
      C:/b/s/w/ir/x/w/targetrepo2348339667/http2/server_test.go:198 +0x22b
...
      C:/b/s/w/ir/x/w/goroot/src/runtime/synctest.go:178 +0x10c
  golang.org/x/net/http2.TestServer_MaxQueuedControlFrames()
      C:/b/s/w/ir/x/w/targetrepo2348339667/http2/server_test.go:1205 +0x2d
  testing.tRunner()
      C:/b/s/w/ir/x/w/goroot/src/testing/testing.go:1792 +0x1dc
  testing.(*T).Run.gowrap1()
      C:/b/s/w/ir/x/w/goroot/src/testing/testing.go:1851 +0x44
==================
    testing.go:1490: race detected during execution of test
--- FAIL: TestServer_Handler_Sends_WindowUpdate (0.02s)
2025-09-05 20:18 x_net-go1.24-darwin-amd64-race net@a2a62f20 release-branch.go1.24@d41a8222 x/net/http2.TestServer_RejectsLargeFrames (log)
=== RUN   TestServer_RejectsLargeFrames
==================
WARNING: DATA RACE
Read at 0x0000108b4bee by goroutine 702:
  golang.org/x/net/http2.newGoroutineLock()
      /Users/swarming/.swarming/w/ir/x/w/targetrepo434508400/http2/gotrack.go:25 +0x44f
  golang.org/x/net/http2.(*Server).serveConn()
      /Users/swarming/.swarming/w/ir/x/w/targetrepo434508400/http2/server.go:424 +0x45b
  golang.org/x/net/http2.newServerTester.func2()
      /Users/swarming/.swarming/w/ir/x/w/targetrepo434508400/http2/server_test.go:198 +0x22b
...
      /Users/swarming/.swarming/w/ir/x/w/goroot/src/runtime/synctest.go:178 +0x10c
  golang.org/x/net/http2.TestServer_MaxQueuedControlFrames()
      /Users/swarming/.swarming/w/ir/x/w/targetrepo434508400/http2/server_test.go:1205 +0x2d
  testing.tRunner()
      /Users/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1792 +0x225
  testing.(*T).Run.gowrap1()
      /Users/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1851 +0x44
==================
    testing.go:1490: race detected during execution of test
--- FAIL: TestServer_RejectsLargeFrames (0.06s)
2025-09-05 20:18 x_net-go1.24-darwin-arm64-race net@a2a62f20 release-branch.go1.24@d41a8222 x/net/http2.TestServer_RejectsLargeFrames (log)
=== RUN   TestServer_RejectsLargeFrames
==================
WARNING: DATA RACE
Read at 0x000102c1d1ae by goroutine 695:
  golang.org/x/net/http2.newGoroutineLock()
      /Users/swarming/.swarming/w/ir/x/w/targetrepo84419324/http2/gotrack.go:25 +0x344
  golang.org/x/net/http2.(*Server).serveConn()
      /Users/swarming/.swarming/w/ir/x/w/targetrepo84419324/http2/server.go:424 +0x358
  golang.org/x/net/http2.newServerTester.func2()
      /Users/swarming/.swarming/w/ir/x/w/targetrepo84419324/http2/server_test.go:198 +0x1a8
...
      /Users/swarming/.swarming/w/ir/x/w/goroot/src/runtime/synctest.go:178 +0x104
  golang.org/x/net/http2.TestServer_MaxQueuedControlFrames()
      /Users/swarming/.swarming/w/ir/x/w/targetrepo84419324/http2/server_test.go:1205 +0x30
  testing.tRunner()
      /Users/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1792 +0x180
  testing.(*T).Run.gowrap1()
      /Users/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1851 +0x40
==================
    testing.go:1490: race detected during execution of test
--- FAIL: TestServer_RejectsLargeFrames (0.00s)
2025-09-05 20:18 x_net-go1.24-linux-amd64-longtest-race net@a2a62f20 release-branch.go1.24@d41a8222 x/net/http2.TestServer_RejectsLargeFrames (log)
=== RUN   TestServer_RejectsLargeFrames
==================
WARNING: DATA RACE
Read at 0x000001003c0e by goroutine 711:
  golang.org/x/net/http2.newGoroutineLock()
      /home/swarming/.swarming/w/ir/x/w/targetrepo942272752/http2/gotrack.go:25 +0x44f
  golang.org/x/net/http2.(*Server).serveConn()
      /home/swarming/.swarming/w/ir/x/w/targetrepo942272752/http2/server.go:424 +0x45b
  golang.org/x/net/http2.newServerTester.func2()
      /home/swarming/.swarming/w/ir/x/w/targetrepo942272752/http2/server_test.go:198 +0x22b
...
      /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/synctest.go:178 +0x10c
  golang.org/x/net/http2.TestServer_MaxQueuedControlFrames()
      /home/swarming/.swarming/w/ir/x/w/targetrepo942272752/http2/server_test.go:1205 +0x2d
  testing.tRunner()
      /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1792 +0x225
  testing.(*T).Run.gowrap1()
      /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1851 +0x44
==================
    testing.go:1490: race detected during execution of test
--- FAIL: TestServer_RejectsLargeFrames (0.03s)
2025-09-05 20:18 x_net-go1.24-linux-amd64-race net@a2a62f20 release-branch.go1.24@d41a8222 x/net/http2.TestServer_RejectsLargeFrames (log)
=== RUN   TestServer_RejectsLargeFrames
==================
WARNING: DATA RACE
Read at 0x000001003c0e by goroutine 714:
  golang.org/x/net/http2.newGoroutineLock()
      /home/swarming/.swarming/w/ir/x/w/targetrepo288237502/http2/gotrack.go:25 +0x44f
  golang.org/x/net/http2.(*Server).serveConn()
      /home/swarming/.swarming/w/ir/x/w/targetrepo288237502/http2/server.go:424 +0x45b
  golang.org/x/net/http2.newServerTester.func2()
      /home/swarming/.swarming/w/ir/x/w/targetrepo288237502/http2/server_test.go:198 +0x22b
...
      /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/synctest.go:178 +0x10c
  golang.org/x/net/http2.TestServer_MaxQueuedControlFrames()
      /home/swarming/.swarming/w/ir/x/w/targetrepo288237502/http2/server_test.go:1205 +0x2d
  testing.tRunner()
      /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1792 +0x225
  testing.(*T).Run.gowrap1()
      /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1851 +0x44
==================
    testing.go:1490: race detected during execution of test
--- FAIL: TestServer_RejectsLargeFrames (0.03s)
2025-09-05 20:18 x_net-go1.24-linux-arm64-race net@a2a62f20 release-branch.go1.24@d41a8222 x/net/http2.TestServer_RejectsLargeFrames (log)
=== RUN   TestServer_RejectsLargeFrames
==================
WARNING: DATA RACE
Read at 0x000000acd28e by goroutine 703:
  golang.org/x/net/http2.newGoroutineLock()
      /home/swarming/.swarming/w/ir/x/w/targetrepo468285915/http2/gotrack.go:25 +0x344
  golang.org/x/net/http2.(*Server).serveConn()
      /home/swarming/.swarming/w/ir/x/w/targetrepo468285915/http2/server.go:424 +0x358
  golang.org/x/net/http2.newServerTester.func2()
      /home/swarming/.swarming/w/ir/x/w/targetrepo468285915/http2/server_test.go:198 +0x1a8
...
      /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/synctest.go:178 +0x104
  golang.org/x/net/http2.TestServer_MaxQueuedControlFrames()
      /home/swarming/.swarming/w/ir/x/w/targetrepo468285915/http2/server_test.go:1205 +0x30
  testing.tRunner()
      /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1792 +0x180
  testing.(*T).Run.gowrap1()
      /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1851 +0x40
==================
    testing.go:1490: race detected during execution of test
--- FAIL: TestServer_RejectsLargeFrames (0.01s)
2025-09-05 20:18 x_net-go1.24-windows-amd64-race net@a2a62f20 release-branch.go1.24@d41a8222 x/net/http2.TestServer_Handler_Sends_WindowUpdate (log)
=== RUN   TestServer_Handler_Sends_WindowUpdate
==================
WARNING: DATA RACE
Read at 0x000140c429ed by goroutine 713:
  golang.org/x/net/http2.newGoroutineLock()
      C:/b/s/w/ir/x/w/targetrepo1296723720/http2/gotrack.go:25 +0x44f
  golang.org/x/net/http2.(*Server).serveConn()
      C:/b/s/w/ir/x/w/targetrepo1296723720/http2/server.go:424 +0x45b
  golang.org/x/net/http2.newServerTester.func2()
      C:/b/s/w/ir/x/w/targetrepo1296723720/http2/server_test.go:198 +0x22b
...
      C:/b/s/w/ir/x/w/goroot/src/runtime/synctest.go:178 +0x10c
  golang.org/x/net/http2.TestServer_MaxQueuedControlFrames()
      C:/b/s/w/ir/x/w/targetrepo1296723720/http2/server_test.go:1205 +0x2d
  testing.tRunner()
      C:/b/s/w/ir/x/w/goroot/src/testing/testing.go:1792 +0x1dc
  testing.(*T).Run.gowrap1()
      C:/b/s/w/ir/x/w/goroot/src/testing/testing.go:1851 +0x44
==================
    testing.go:1490: race detected during execution of test
--- FAIL: TestServer_Handler_Sends_WindowUpdate (0.01s)
2025-09-05 20:18 x_net-go1.24-darwin-amd64-race net@1ff92d3e release-branch.go1.24@d41a8222 x/net/http2.TestServer_RejectsLargeFrames (log)
=== RUN   TestServer_RejectsLargeFrames
==================
WARNING: DATA RACE
Read at 0x00000c912d4e by goroutine 696:
  golang.org/x/net/http2.newGoroutineLock()
      /Users/swarming/.swarming/w/ir/x/w/targetrepo3744111241/http2/gotrack.go:25 +0x44f
  golang.org/x/net/http2.(*Server).serveConn()
      /Users/swarming/.swarming/w/ir/x/w/targetrepo3744111241/http2/server.go:427 +0x45b
  golang.org/x/net/http2.newServerTester.func2()
      /Users/swarming/.swarming/w/ir/x/w/targetrepo3744111241/http2/server_test.go:198 +0x22b
...
      /Users/swarming/.swarming/w/ir/x/w/goroot/src/runtime/synctest.go:178 +0x10c
  golang.org/x/net/http2.TestServer_MaxQueuedControlFrames()
      /Users/swarming/.swarming/w/ir/x/w/targetrepo3744111241/http2/server_test.go:1205 +0x2d
  testing.tRunner()
      /Users/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1792 +0x225
  testing.(*T).Run.gowrap1()
      /Users/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1851 +0x44
==================
    testing.go:1490: race detected during execution of test
--- FAIL: TestServer_RejectsLargeFrames (0.04s)
2025-09-05 20:18 x_net-go1.24-darwin-arm64-race net@1ff92d3e release-branch.go1.24@d41a8222 x/net/http2.TestServer_RejectsLargeFrames (log)
=== RUN   TestServer_RejectsLargeFrames
==================
WARNING: DATA RACE
Read at 0x00010358d30e by goroutine 694:
  golang.org/x/net/http2.newGoroutineLock()
      /Users/swarming/.swarming/w/ir/x/w/targetrepo2704710517/http2/gotrack.go:25 +0x344
  golang.org/x/net/http2.(*Server).serveConn()
      /Users/swarming/.swarming/w/ir/x/w/targetrepo2704710517/http2/server.go:427 +0x358
  golang.org/x/net/http2.newServerTester.func2()
      /Users/swarming/.swarming/w/ir/x/w/targetrepo2704710517/http2/server_test.go:198 +0x1a8
...
      /Users/swarming/.swarming/w/ir/x/w/goroot/src/runtime/synctest.go:178 +0x104
  golang.org/x/net/http2.TestServer_MaxQueuedControlFrames()
      /Users/swarming/.swarming/w/ir/x/w/targetrepo2704710517/http2/server_test.go:1205 +0x30
  testing.tRunner()
      /Users/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1792 +0x180
  testing.(*T).Run.gowrap1()
      /Users/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1851 +0x40
==================
    testing.go:1490: race detected during execution of test
--- FAIL: TestServer_RejectsLargeFrames (0.00s)
2025-09-05 20:18 x_net-go1.24-linux-amd64-longtest-race net@1ff92d3e release-branch.go1.24@d41a8222 x/net/http2.TestServer_RejectsLargeFrames (log)
=== RUN   TestServer_RejectsLargeFrames
==================
WARNING: DATA RACE
Read at 0x000001011d4e by goroutine 713:
  golang.org/x/net/http2.newGoroutineLock()
      /home/swarming/.swarming/w/ir/x/w/targetrepo364552956/http2/gotrack.go:25 +0x44f
  golang.org/x/net/http2.(*Server).serveConn()
      /home/swarming/.swarming/w/ir/x/w/targetrepo364552956/http2/server.go:427 +0x45b
  golang.org/x/net/http2.newServerTester.func2()
      /home/swarming/.swarming/w/ir/x/w/targetrepo364552956/http2/server_test.go:198 +0x22b
...
      /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/synctest.go:178 +0x10c
  golang.org/x/net/http2.TestServer_MaxQueuedControlFrames()
      /home/swarming/.swarming/w/ir/x/w/targetrepo364552956/http2/server_test.go:1205 +0x2d
  testing.tRunner()
      /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1792 +0x225
  testing.(*T).Run.gowrap1()
      /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1851 +0x44
==================
    testing.go:1490: race detected during execution of test
--- FAIL: TestServer_RejectsLargeFrames (0.03s)
2025-09-05 20:18 x_net-go1.24-linux-amd64-race net@1ff92d3e release-branch.go1.24@d41a8222 x/net/http2.TestServer_RejectsLargeFrames (log)
=== RUN   TestServer_RejectsLargeFrames
==================
WARNING: DATA RACE
Read at 0x000001011d4e by goroutine 711:
  golang.org/x/net/http2.newGoroutineLock()
      /home/swarming/.swarming/w/ir/x/w/targetrepo2858886218/http2/gotrack.go:25 +0x44f
  golang.org/x/net/http2.(*Server).serveConn()
      /home/swarming/.swarming/w/ir/x/w/targetrepo2858886218/http2/server.go:427 +0x45b
  golang.org/x/net/http2.newServerTester.func2()
      /home/swarming/.swarming/w/ir/x/w/targetrepo2858886218/http2/server_test.go:198 +0x22b
...
      /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/synctest.go:178 +0x10c
  golang.org/x/net/http2.TestServer_MaxQueuedControlFrames()
      /home/swarming/.swarming/w/ir/x/w/targetrepo2858886218/http2/server_test.go:1205 +0x2d
  testing.tRunner()
      /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1792 +0x225
  testing.(*T).Run.gowrap1()
      /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1851 +0x44
==================
    testing.go:1490: race detected during execution of test
--- FAIL: TestServer_RejectsLargeFrames (0.05s)
2025-09-05 20:18 x_net-go1.24-linux-arm64-race net@1ff92d3e release-branch.go1.24@d41a8222 x/net/http2.TestServer_RejectsLargeFrames (log)
=== RUN   TestServer_RejectsLargeFrames
==================
WARNING: DATA RACE
Read at 0x000000aed40e by goroutine 701:
  golang.org/x/net/http2.newGoroutineLock()
      /home/swarming/.swarming/w/ir/x/w/targetrepo1121185142/http2/gotrack.go:25 +0x344
  golang.org/x/net/http2.(*Server).serveConn()
      /home/swarming/.swarming/w/ir/x/w/targetrepo1121185142/http2/server.go:427 +0x358
  golang.org/x/net/http2.newServerTester.func2()
      /home/swarming/.swarming/w/ir/x/w/targetrepo1121185142/http2/server_test.go:198 +0x1a8
...
      /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/synctest.go:178 +0x104
  golang.org/x/net/http2.TestServer_MaxQueuedControlFrames()
      /home/swarming/.swarming/w/ir/x/w/targetrepo1121185142/http2/server_test.go:1205 +0x30
  testing.tRunner()
      /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1792 +0x180
  testing.(*T).Run.gowrap1()
      /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1851 +0x40
==================
    testing.go:1490: race detected during execution of test
--- FAIL: TestServer_RejectsLargeFrames (0.01s)
2025-09-05 20:18 x_net-go1.24-windows-amd64-race net@1ff92d3e releas
(... long comment truncated ...)

watchflakes

gopherbot avatar Sep 05 '25 21:09 gopherbot

Found new dashboard test flakes for:

#!watchflakes
post <- ((pkg == "net/http" || pkg == "golang.org/x/net/http2") && (`WARNING: DATA RACE` || `race detected during execution of test`)) ||
	(mode == "build" && log ~ `race detected during execution of test` && log ~ `FAIL	net/http`)
2025-09-05 20:18 x_net-go1.24-windows-amd64-race net@1ff92d3e release-branch.go1.24@d41a8222 x/net/http2.TestServer_Handler_Sends_WindowUpdate (log)
=== RUN   TestServer_Handler_Sends_WindowUpdate
==================
WARNING: DATA RACE
Read at 0x000140c52b4d by goroutine 717:
  golang.org/x/net/http2.newGoroutineLock()
      C:/b/s/w/ir/x/w/targetrepo409679479/http2/gotrack.go:25 +0x44f
  golang.org/x/net/http2.(*Server).serveConn()
      C:/b/s/w/ir/x/w/targetrepo409679479/http2/server.go:427 +0x45b
  golang.org/x/net/http2.newServerTester.func2()
      C:/b/s/w/ir/x/w/targetrepo409679479/http2/server_test.go:198 +0x22b
...
      C:/b/s/w/ir/x/w/goroot/src/runtime/synctest.go:178 +0x10c
  golang.org/x/net/http2.TestServer_MaxQueuedControlFrames()
      C:/b/s/w/ir/x/w/targetrepo409679479/http2/server_test.go:1205 +0x2d
  testing.tRunner()
      C:/b/s/w/ir/x/w/goroot/src/testing/testing.go:1792 +0x1dc
  testing.(*T).Run.gowrap1()
      C:/b/s/w/ir/x/w/goroot/src/testing/testing.go:1851 +0x44
==================
    testing.go:1490: race detected during execution of test
--- FAIL: TestServer_Handler_Sends_WindowUpdate (0.01s)

watchflakes

gopherbot avatar Sep 05 '25 22:09 gopherbot

Found new dashboard test flakes for:

#!watchflakes
post <- ((pkg == "net/http" || pkg == "golang.org/x/net/http2") && (`WARNING: DATA RACE` || `race detected during execution of test`)) ||
	(mode == "build" && log ~ `race detected during execution of test` && log ~ `FAIL	net/http`)
2025-09-05 18:08 x_net-go1.24-linux-s390x-race net@7c51e1fb release-branch.go1.24@d41a8222 x/net/http2.TestServer_RejectsLargeFrames (log)
=== RUN   TestServer_RejectsLargeFrames
==================
WARNING: DATA RACE
Read at 0x000000ce54d4 by goroutine 702:
  golang.org/x/net/http2.newGoroutineLock()
      /home/swarming/.swarming/w/ir/x/w/targetrepo2487929176/http2/gotrack.go:25 +0x505
  golang.org/x/net/http2.(*Server).serveConn()
      /home/swarming/.swarming/w/ir/x/w/targetrepo2487929176/http2/server.go:424 +0x51c
  golang.org/x/net/http2.newServerTester.func2()
      /home/swarming/.swarming/w/ir/x/w/targetrepo2487929176/http2/server_test.go:198 +0x243
...
      /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/synctest.go:178 +0x15f
  golang.org/x/net/http2.TestServer_MaxQueuedControlFrames()
      /home/swarming/.swarming/w/ir/x/w/targetrepo2487929176/http2/server_test.go:1213 +0x47
  testing.tRunner()
      /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1792 +0x25f
  testing.(*T).Run.gowrap1()
      /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1851 +0x8d
==================
    testing.go:1490: race detected during execution of test
--- FAIL: TestServer_RejectsLargeFrames (0.04s)
2025-09-05 18:17 x_net-go1.24-linux-s390x-race net@a99f4fee release-branch.go1.24@d41a8222 x/net/http2.TestServer_RejectsLargeFrames (log)
=== RUN   TestServer_RejectsLargeFrames
==================
WARNING: DATA RACE
Read at 0x000000ce54d4 by goroutine 703:
  golang.org/x/net/http2.newGoroutineLock()
      /home/swarming/.swarming/w/ir/x/w/targetrepo2011109633/http2/gotrack.go:25 +0x505
  golang.org/x/net/http2.(*Server).serveConn()
      /home/swarming/.swarming/w/ir/x/w/targetrepo2011109633/http2/server.go:424 +0x51c
  golang.org/x/net/http2.newServerTester.func2()
      /home/swarming/.swarming/w/ir/x/w/targetrepo2011109633/http2/server_test.go:198 +0x243
...
      /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/synctest.go:178 +0x15f
  golang.org/x/net/http2.TestServer_MaxQueuedControlFrames()
      /home/swarming/.swarming/w/ir/x/w/targetrepo2011109633/http2/server_test.go:1205 +0x47
  testing.tRunner()
      /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1792 +0x25f
  testing.(*T).Run.gowrap1()
      /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1851 +0x8d
==================
    testing.go:1490: race detected during execution of test
--- FAIL: TestServer_RejectsLargeFrames (0.02s)
2025-09-05 20:18 x_net-go1.24-linux-s390x-race net@a2a62f20 release-branch.go1.24@d41a8222 x/net/http2.TestServer_RejectsLargeFrames (log)
=== RUN   TestServer_RejectsLargeFrames
==================
WARNING: DATA RACE
Read at 0x000000d057d4 by goroutine 700:
  golang.org/x/net/http2.newGoroutineLock()
      /home/swarming/.swarming/w/ir/x/w/targetrepo4026036077/http2/gotrack.go:25 +0x505
  golang.org/x/net/http2.(*Server).serveConn()
      /home/swarming/.swarming/w/ir/x/w/targetrepo4026036077/http2/server.go:424 +0x51c
  golang.org/x/net/http2.newServerTester.func2()
      /home/swarming/.swarming/w/ir/x/w/targetrepo4026036077/http2/server_test.go:198 +0x243
...
      /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/synctest.go:178 +0x15f
  golang.org/x/net/http2.TestServer_MaxQueuedControlFrames()
      /home/swarming/.swarming/w/ir/x/w/targetrepo4026036077/http2/server_test.go:1205 +0x47
  testing.tRunner()
      /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1792 +0x25f
  testing.(*T).Run.gowrap1()
      /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1851 +0x8d
==================
    testing.go:1490: race detected during execution of test
--- FAIL: TestServer_RejectsLargeFrames (0.03s)
2025-09-05 20:18 x_net-go1.24-linux-s390x-race net@1ff92d3e release-branch.go1.24@d41a8222 x/net/http2.TestServer_RejectsLargeFrames (log)
=== RUN   TestServer_RejectsLargeFrames
==================
WARNING: DATA RACE
Read at 0x000000d15954 by goroutine 703:
  golang.org/x/net/http2.newGoroutineLock()
      /home/swarming/.swarming/w/ir/x/w/targetrepo525536816/http2/gotrack.go:25 +0x505
  golang.org/x/net/http2.(*Server).serveConn()
      /home/swarming/.swarming/w/ir/x/w/targetrepo525536816/http2/server.go:427 +0x51c
  golang.org/x/net/http2.newServerTester.func2()
      /home/swarming/.swarming/w/ir/x/w/targetrepo525536816/http2/server_test.go:198 +0x243
...
      /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/synctest.go:178 +0x15f
  golang.org/x/net/http2.TestServer_MaxQueuedControlFrames()
      /home/swarming/.swarming/w/ir/x/w/targetrepo525536816/http2/server_test.go:1205 +0x47
  testing.tRunner()
      /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1792 +0x25f
  testing.(*T).Run.gowrap1()
      /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1851 +0x8d
==================
    testing.go:1490: race detected during execution of test
--- FAIL: TestServer_RejectsLargeFrames (0.02s)

watchflakes

gopherbot avatar Sep 05 '25 23:09 gopherbot

Found new dashboard test flakes for:

#!watchflakes
post <- ((pkg == "net/http" || pkg == "golang.org/x/net/http2") && (`WARNING: DATA RACE` || `race detected during execution of test`)) ||
	(mode == "build" && log ~ `race detected during execution of test` && log ~ `FAIL	net/http`)
2025-09-05 20:17 x_net-go1.24-linux-s390x-race net@7da929c6 release-branch.go1.24@d41a8222 x/net/http2.TestServer_RejectsLargeFrames (log)
=== RUN   TestServer_RejectsLargeFrames
==================
WARNING: DATA RACE
Read at 0x000000d057d4 by goroutine 701:
  golang.org/x/net/http2.newGoroutineLock()
      /home/swarming/.swarming/w/ir/x/w/targetrepo2912324495/http2/gotrack.go:25 +0x505
  golang.org/x/net/http2.(*Server).serveConn()
      /home/swarming/.swarming/w/ir/x/w/targetrepo2912324495/http2/server.go:424 +0x51c
  golang.org/x/net/http2.newServerTester.func2()
      /home/swarming/.swarming/w/ir/x/w/targetrepo2912324495/http2/server_test.go:198 +0x243
...
      /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/synctest.go:178 +0x15f
  golang.org/x/net/http2.TestServer_MaxQueuedControlFrames()
      /home/swarming/.swarming/w/ir/x/w/targetrepo2912324495/http2/server_test.go:1205 +0x47
  testing.tRunner()
      /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1792 +0x25f
  testing.(*T).Run.gowrap1()
      /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1851 +0x8d
==================
    testing.go:1490: race detected during execution of test
--- FAIL: TestServer_RejectsLargeFrames (0.12s)

watchflakes

gopherbot avatar Sep 06 '25 00:09 gopherbot

Found new dashboard test flakes for:

#!watchflakes
post <- ((pkg == "net/http" || pkg == "golang.org/x/net/http2") && (`WARNING: DATA RACE` || `race detected during execution of test`)) ||
	(mode == "build" && log ~ `race detected during execution of test` && log ~ `FAIL	net/http`)
2025-09-05 18:15 x_net-go1.24-linux-s390x-race net@23780620 release-branch.go1.24@d41a8222 x/net/http2.TestServer_RejectsLargeFrames (log)
=== RUN   TestServer_RejectsLargeFrames
==================
WARNING: DATA RACE
Read at 0x000000ce54d4 by goroutine 702:
  golang.org/x/net/http2.newGoroutineLock()
      /home/swarming/.swarming/w/ir/x/w/targetrepo2432808128/http2/gotrack.go:25 +0x505
  golang.org/x/net/http2.(*Server).serveConn()
      /home/swarming/.swarming/w/ir/x/w/targetrepo2432808128/http2/server.go:424 +0x51c
  golang.org/x/net/http2.newServerTester.func2()
      /home/swarming/.swarming/w/ir/x/w/targetrepo2432808128/http2/server_test.go:198 +0x243
...
      /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/synctest.go:178 +0x15f
  golang.org/x/net/http2.TestServer_MaxQueuedControlFrames()
      /home/swarming/.swarming/w/ir/x/w/targetrepo2432808128/http2/server_test.go:1213 +0x47
  testing.tRunner()
      /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1792 +0x25f
  testing.(*T).Run.gowrap1()
      /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1851 +0x8d
==================
    testing.go:1490: race detected during execution of test
--- FAIL: TestServer_RejectsLargeFrames (0.41s)

watchflakes

gopherbot avatar Sep 06 '25 01:09 gopherbot

Found new dashboard test flakes for:

#!watchflakes
post <- ((pkg == "net/http" || pkg == "golang.org/x/net/http2") && (`WARNING: DATA RACE` || `race detected during execution of test`)) ||
	(mode == "build" && log ~ `race detected during execution of test` && log ~ `FAIL	net/http`)
2025-09-08 14:14 x_net-go1.24-darwin-arm64-race net@22a8c02e release-branch.go1.24@d41a8222 x/net/http2.TestServer_RejectsLargeFrames (log)
=== RUN   TestServer_RejectsLargeFrames
==================
WARNING: DATA RACE
Read at 0x00010180532e by goroutine 698:
  golang.org/x/net/http2.newGoroutineLock()
      /Users/swarming/.swarming/w/ir/x/w/targetrepo2053288076/http2/gotrack.go:25 +0x344
  golang.org/x/net/http2.(*Server).serveConn()
      /Users/swarming/.swarming/w/ir/x/w/targetrepo2053288076/http2/server.go:427 +0x358
  golang.org/x/net/http2.newServerTester.func2()
      /Users/swarming/.swarming/w/ir/x/w/targetrepo2053288076/http2/server_test.go:198 +0x1a8
...
      /Users/swarming/.swarming/w/ir/x/w/goroot/src/runtime/synctest.go:178 +0x104
  golang.org/x/net/http2.TestServer_MaxQueuedControlFrames()
      /Users/swarming/.swarming/w/ir/x/w/targetrepo2053288076/http2/server_test.go:1205 +0x30
  testing.tRunner()
      /Users/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1792 +0x180
  testing.(*T).Run.gowrap1()
      /Users/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1851 +0x40
==================
    testing.go:1490: race detected during execution of test
--- FAIL: TestServer_RejectsLargeFrames (0.00s)
2025-09-08 14:14 x_net-go1.24-linux-amd64-longtest-race net@22a8c02e release-branch.go1.24@d41a8222 x/net/http2.TestServer_RejectsLargeFrames (log)
=== RUN   TestServer_RejectsLargeFrames
==================
WARNING: DATA RACE
Read at 0x000001011d8e by goroutine 710:
  golang.org/x/net/http2.newGoroutineLock()
      /home/swarming/.swarming/w/ir/x/w/targetrepo2533931705/http2/gotrack.go:25 +0x44f
  golang.org/x/net/http2.(*Server).serveConn()
      /home/swarming/.swarming/w/ir/x/w/targetrepo2533931705/http2/server.go:427 +0x45b
  golang.org/x/net/http2.newServerTester.func2()
      /home/swarming/.swarming/w/ir/x/w/targetrepo2533931705/http2/server_test.go:198 +0x22b
...
      /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/synctest.go:178 +0x10c
  golang.org/x/net/http2.TestServer_MaxQueuedControlFrames()
      /home/swarming/.swarming/w/ir/x/w/targetrepo2533931705/http2/server_test.go:1205 +0x2d
  testing.tRunner()
      /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1792 +0x225
  testing.(*T).Run.gowrap1()
      /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1851 +0x44
==================
    testing.go:1490: race detected during execution of test
--- FAIL: TestServer_RejectsLargeFrames (0.03s)
2025-09-08 14:14 x_net-go1.24-linux-amd64-race net@22a8c02e release-branch.go1.24@d41a8222 x/net/http2.TestServer_RejectsLargeFrames (log)
=== RUN   TestServer_RejectsLargeFrames
==================
WARNING: DATA RACE
Read at 0x000001011d8e by goroutine 710:
  golang.org/x/net/http2.newGoroutineLock()
      /home/swarming/.swarming/w/ir/x/w/targetrepo2708452918/http2/gotrack.go:25 +0x44f
  golang.org/x/net/http2.(*Server).serveConn()
      /home/swarming/.swarming/w/ir/x/w/targetrepo2708452918/http2/server.go:427 +0x45b
  golang.org/x/net/http2.newServerTester.func2()
      /home/swarming/.swarming/w/ir/x/w/targetrepo2708452918/http2/server_test.go:198 +0x22b
...
      /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/synctest.go:178 +0x10c
  golang.org/x/net/http2.TestServer_MaxQueuedControlFrames()
      /home/swarming/.swarming/w/ir/x/w/targetrepo2708452918/http2/server_test.go:1205 +0x2d
  testing.tRunner()
      /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1792 +0x225
  testing.(*T).Run.gowrap1()
      /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1851 +0x44
==================
    testing.go:1490: race detected during execution of test
--- FAIL: TestServer_RejectsLargeFrames (0.03s)
2025-09-08 14:14 x_net-go1.24-linux-arm64-race net@22a8c02e release-branch.go1.24@d41a8222 x/net/http2.TestServer_RejectsLargeFrames (log)
=== RUN   TestServer_RejectsLargeFrames
==================
WARNING: DATA RACE
Read at 0x000000aed40e by goroutine 702:
  golang.org/x/net/http2.newGoroutineLock()
      /home/swarming/.swarming/w/ir/x/w/targetrepo2697410548/http2/gotrack.go:25 +0x344
  golang.org/x/net/http2.(*Server).serveConn()
      /home/swarming/.swarming/w/ir/x/w/targetrepo2697410548/http2/server.go:427 +0x358
  golang.org/x/net/http2.newServerTester.func2()
      /home/swarming/.swarming/w/ir/x/w/targetrepo2697410548/http2/server_test.go:198 +0x1a8
...
      /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/synctest.go:178 +0x104
  golang.org/x/net/http2.TestServer_MaxQueuedControlFrames()
      /home/swarming/.swarming/w/ir/x/w/targetrepo2697410548/http2/server_test.go:1205 +0x30
  testing.tRunner()
      /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1792 +0x180
  testing.(*T).Run.gowrap1()
      /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1851 +0x40
==================
    testing.go:1490: race detected during execution of test
--- FAIL: TestServer_RejectsLargeFrames (0.01s)
2025-09-08 14:14 x_net-go1.24-windows-amd64-race net@22a8c02e release-branch.go1.24@d41a8222 x/net/http2.TestServer_Handler_Sends_WindowUpdate (log)
=== RUN   TestServer_Handler_Sends_WindowUpdate
==================
WARNING: DATA RACE
Read at 0x000140c52b6d by goroutine 716:
  golang.org/x/net/http2.newGoroutineLock()
      C:/b/s/w/ir/x/w/targetrepo2570933981/http2/gotrack.go:25 +0x44f
  golang.org/x/net/http2.(*Server).serveConn()
      C:/b/s/w/ir/x/w/targetrepo2570933981/http2/server.go:427 +0x45b
  golang.org/x/net/http2.newServerTester.func2()
      C:/b/s/w/ir/x/w/targetrepo2570933981/http2/server_test.go:198 +0x22b
...
      C:/b/s/w/ir/x/w/goroot/src/runtime/synctest.go:178 +0x10c
  golang.org/x/net/http2.TestServer_MaxQueuedControlFrames()
      C:/b/s/w/ir/x/w/targetrepo2570933981/http2/server_test.go:1205 +0x2d
  testing.tRunner()
      C:/b/s/w/ir/x/w/goroot/src/testing/testing.go:1792 +0x1dc
  testing.(*T).Run.gowrap1()
      C:/b/s/w/ir/x/w/goroot/src/testing/testing.go:1851 +0x44
==================
    testing.go:1490: race detected during execution of test
--- FAIL: TestServer_Handler_Sends_WindowUpdate (0.01s)
2025-09-08 14:14 x_net-go1.24-darwin-amd64-race net@162ad308 release-branch.go1.24@d41a8222 x/net/http2.TestServer_RejectsLargeFrames (log)
=== RUN   TestServer_RejectsLargeFrames
==================
WARNING: DATA RACE
Read at 0x000005b1dd6e by goroutine 699:
  golang.org/x/net/http2.newGoroutineLock()
      /Users/swarming/.swarming/w/ir/x/w/targetrepo2822476976/http2/gotrack.go:25 +0x44f
  golang.org/x/net/http2.(*Server).serveConn()
      /Users/swarming/.swarming/w/ir/x/w/targetrepo2822476976/http2/server.go:427 +0x45b
  golang.org/x/net/http2.newServerTester.func2()
      /Users/swarming/.swarming/w/ir/x/w/targetrepo2822476976/http2/server_test.go:198 +0x22b
...
      /Users/swarming/.swarming/w/ir/x/w/goroot/src/runtime/synctest.go:178 +0x10c
  golang.org/x/net/http2.TestServer_MaxQueuedControlFrames()
      /Users/swarming/.swarming/w/ir/x/w/targetrepo2822476976/http2/server_test.go:1205 +0x2d
  testing.tRunner()
      /Users/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1792 +0x225
  testing.(*T).Run.gowrap1()
      /Users/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1851 +0x44
==================
    testing.go:1490: race detected during execution of test
--- FAIL: TestServer_RejectsLargeFrames (0.03s)
2025-09-08 14:14 x_net-go1.24-darwin-arm64-race net@162ad308 release-branch.go1.24@d41a8222 x/net/http2.TestServer_RejectsLargeFrames (log)
=== RUN   TestServer_RejectsLargeFrames
==================
WARNING: DATA RACE
Read at 0x00010189132e by goroutine 698:
  golang.org/x/net/http2.newGoroutineLock()
      /Users/swarming/.swarming/w/ir/x/w/targetrepo4142260883/http2/gotrack.go:25 +0x344
  golang.org/x/net/http2.(*Server).serveConn()
      /Users/swarming/.swarming/w/ir/x/w/targetrepo4142260883/http2/server.go:427 +0x358
  golang.org/x/net/http2.newServerTester.func2()
      /Users/swarming/.swarming/w/ir/x/w/targetrepo4142260883/http2/server_test.go:198 +0x1a8
...
      /Users/swarming/.swarming/w/ir/x/w/goroot/src/runtime/synctest.go:178 +0x104
  golang.org/x/net/http2.TestServer_MaxQueuedControlFrames()
      /Users/swarming/.swarming/w/ir/x/w/targetrepo4142260883/http2/server_test.go:1205 +0x30
  testing.tRunner()
      /Users/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1792 +0x180
  testing.(*T).Run.gowrap1()
      /Users/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1851 +0x40
==================
    testing.go:1490: race detected during execution of test
--- FAIL: TestServer_RejectsLargeFrames (0.00s)
2025-09-08 14:14 x_net-go1.24-linux-amd64-longtest-race net@162ad308 release-branch.go1.24@d41a8222 x/net/http2.TestServer_RejectsLargeFrames (log)
=== RUN   TestServer_RejectsLargeFrames
==================
WARNING: DATA RACE
Read at 0x000001011d8e by goroutine 711:
  golang.org/x/net/http2.newGoroutineLock()
      /home/swarming/.swarming/w/ir/x/w/targetrepo3408483638/http2/gotrack.go:25 +0x44f
  golang.org/x/net/http2.(*Server).serveConn()
      /home/swarming/.swarming/w/ir/x/w/targetrepo3408483638/http2/server.go:427 +0x45b
  golang.org/x/net/http2.newServerTester.func2()
      /home/swarming/.swarming/w/ir/x/w/targetrepo3408483638/http2/server_test.go:198 +0x22b
...
      /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/synctest.go:178 +0x10c
  golang.org/x/net/http2.TestServer_MaxQueuedControlFrames()
      /home/swarming/.swarming/w/ir/x/w/targetrepo3408483638/http2/server_test.go:1205 +0x2d
  testing.tRunner()
      /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1792 +0x225
  testing.(*T).Run.gowrap1()
      /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1851 +0x44
==================
    testing.go:1490: race detected during execution of test
--- FAIL: TestServer_RejectsLargeFrames (0.03s)
2025-09-08 14:14 x_net-go1.24-linux-amd64-race net@162ad308 release-branch.go1.24@d41a8222 x/net/http2.TestServer_RejectsLargeFrames (log)
=== RUN   TestServer_RejectsLargeFrames
==================
WARNING: DATA RACE
Read at 0x000001011d8e by goroutine 712:
  golang.org/x/net/http2.newGoroutineLock()
      /home/swarming/.swarming/w/ir/x/w/targetrepo1081765640/http2/gotrack.go:25 +0x44f
  golang.org/x/net/http2.(*Server).serveConn()
      /home/swarming/.swarming/w/ir/x/w/targetrepo1081765640/http2/server.go:427 +0x45b
  golang.org/x/net/http2.newServerTester.func2()
      /home/swarming/.swarming/w/ir/x/w/targetrepo1081765640/http2/server_test.go:198 +0x22b
...
      /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/synctest.go:178 +0x10c
  golang.org/x/net/http2.TestServer_MaxQueuedControlFrames()
      /home/swarming/.swarming/w/ir/x/w/targetrepo1081765640/http2/server_test.go:1205 +0x2d
  testing.tRunner()
      /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1792 +0x225
  testing.(*T).Run.gowrap1()
      /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1851 +0x44
==================
    testing.go:1490: race detected during execution of test
--- FAIL: TestServer_RejectsLargeFrames (0.03s)
2025-09-08 14:14 x_net-go1.24-linux-arm64-race net@162ad308 release-branch.go1.24@d41a8222 x/net/http2.TestServer_RejectsLargeFrames (log)
=== RUN   TestServer_RejectsLargeFrames
==================
WARNING: DATA RACE
Read at 0x000000add40e by goroutine 703:
  golang.org/x/net/http2.newGoroutineLock()
      /home/swarming/.swarming/w/ir/x/w/targetrepo1483980671/http2/gotrack.go:25 +0x344
  golang.org/x/net/http2.(*Server).serveConn()
      /home/swarming/.swarming/w/ir/x/w/targetrepo1483980671/http2/server.go:427 +0x358
  golang.org/x/net/http2.newServerTester.func2()
      /home/swarming/.swarming/w/ir/x/w/targetrepo1483980671/http2/server_test.go:198 +0x1a8
...
      /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/synctest.go:178 +0x104
  golang.org/x/net/http2.TestServer_MaxQueuedControlFrames()
      /home/swarming/.swarming/w/ir/x/w/targetrepo1483980671/http2/server_test.go:1205 +0x30
  testing.tRunner()
      /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1792 +0x180
  testing.(*T).Run.gowrap1()
      /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1851 +0x40
==================
    testing.go:1490: race detected during execution of test
--- FAIL: TestServer_RejectsLargeFrames (0.02s)
2025-09-08 14:14 x_net-go1.24-windows-amd64-race net@162ad308 release-branch.go1.24@d41a8222 x/net/http2.TestServer_Handler_Sends_WindowUpdate (log)
=== RUN   TestServer_Handler_Sends_WindowUpdate
==================
WARNING: DATA RACE
Read at 0x000140c50b6d by goroutine 713:
  golang.org/x/net/http2.newGoroutineLock()
      C:/b/s/w/ir/x/w/targetrepo1833003023/http2/gotrack.go:25 +0x44f
  golang.org/x/net/http2.(*Server).serveConn()
      C:/b/s/w/ir/x/w/targetrepo1833003023/http2/server.go:427 +0x45b
  golang.org/x/net/http2.newServerTester.func2()
      C:/b/s/w/ir/x/w/targetrepo1833003023/http2/server_test.go:198 +0x22b
...
      C:/b/s/w/ir/x/w/goroot/src/runtime/synctest.go:178 +0x10c
  golang.org/x/net/http2.TestServer_MaxQueuedControlFrames()
      C:/b/s/w/ir/x/w/targetrepo1833003023/http2/server_test.go:1205 +0x2d
  testing.tRunner()
      C:/b/s/w/ir/x/w/goroot/src/testing/testing.go:1792 +0x1dc
  testing.(*T).Run.gowrap1()
      C:/b/s/w/ir/x/w/goroot/src/testing/testing.go:1851 +0x44
==================
    testing.go:1490: race detected during execution of test
--- FAIL: TestServer_Handler_Sends_WindowUpdate (0.01s)
2025-09-08 14:15 x_net-go1.24-darwin-arm64-race net@b0013c64 release-branch.go1.24@d41a8222 x/net/http2.TestServer_RejectsLargeFrames (log)
=== RUN   TestServer_RejectsLargeFrames
==================
WARNING: DATA RACE
Read at 0x0001050f130e by goroutine 696:
  golang.org/x/net/http2.newGoroutineLock()
      /Users/swarming/.swarming/w/ir/x/w/targetrepo3186966338/http2/gotrack.go:25 +0x344
  golang.org/x/net/http2.(*Server).serveConn()
      /Users/swarming/.swarming/w/ir/x/w/targetrepo3186966338/http2/server.go:427 +0x358
  golang.org/x/net/http2.newServerTester.func2()
      /Users/swarming/.swarming/w/ir/x/w/targetrepo3186966338/http2/server_test.go:198 +0x1a8
...
      /Users/swarming/.swarming/w/ir/x/w/goroot/src/runtime/synctest.go:178 +0x104
  golang.org/x/net/http2.TestServer_MaxQueuedControlFrames()
      /Users/swarming/.swarming/w/ir/x/w/targetrepo3186966338/http2/server_test.go:1205 +0x30
  testing.tRunner()
      /Users/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1792 +0x180
  testing.(*T).Run.gowrap1()
      /Users/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1851 +0x40
==================
    testing.go:1490: race detected during execution of test
--- FAIL: TestServer_RejectsLargeFrames (0.00s)
2025-09-08 14:15 x_net-go1.24-linux-amd64-longtest-race net@b0013c64 release-branch.go1.24@d41a8222 x/net/http2.TestServer_RejectsLargeFrames (log)
=== RUN   TestServer_RejectsLargeFrames
==================
WARNING: DATA RACE
Read at 0x00000100fd4e by goroutine 709:
  golang.org/x/net/http2.newGoroutineLock()
      /home/swarming/.swarming/w/ir/x/w/targetrepo3362385285/http2/gotrack.go:25 +0x44f
  golang.org/x/net/http2.(*Server).serveConn()
      /home/swarming/.swarming/w/ir/x/w/targetrepo3362385285/http2/server.go:427 +0x45b
  golang.org/x/net/http2.newServerTester.func2()
      /home/swarming/.swarming/w/ir/x/w/targetrepo3362385285/http2/server_test.go:198 +0x22b
...
      /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/synctest.go:178 +0x10c
  golang.org/x/net/http2.TestServer_MaxQueuedControlFrames()
      /home/swarming/.swarming/w/ir/x/w/targetrepo3362385285/http2/server_test.go:1205 +0x2d
  testing.tRunner()
      /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1792 +0x225
  testing.(*T).Run.gowrap1()
      /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1851 +0x44
==================
    testing.go:1490: race detected during execution of test
--- FAIL: TestServer_RejectsLargeFrames (0.04s)
2025-09-08 14:15 x_net-go1.24-linux-amd64-race net@b0013c64 release-branch.go1.24@d41a8222 x/net/http2.TestServer_RejectsLargeFrames (log)
=== RUN   TestServer_RejectsLargeFrames
==================
WARNING: DATA RACE
Read at 0x00000100fd4e by goroutine 711:
  golang.org/x/net/http2.newGoroutineLock()
      /home/swarming/.swarming/w/ir/x/w/targetrepo1160925330/http2/gotrack.go:25 +0x44f
  golang.org/x/net/http2.(*Server).serveConn()
      /home/swarming/.swarming/w/ir/x/w/targetrepo1160925330/http2/server.go:427 +0x45b
  golang.org/x/net/http2.newServerTester.func2()
      /home/swarming/.swarming/w/ir/x/w/targetrepo1160925330/http2/server_test.go:198 +0x22b
...
      /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/synctest.go:178 +0x10c
  golang.org/x/net/http2.TestServer_MaxQueuedControlFrames()
      /home/swarming/.swarming/w/ir/x/w/targetrepo1160925330/http2/server_test.go:1205 +0x2d
  testing.tRunner()
      /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1792 +0x225
  testing.(*T).Run.gowrap1()
      /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1851 +0x44
==================
    testing.go:1490: race detected during execution of test
--- FAIL: TestServer_RejectsLargeFrames (0.03s)
2025-09-08 14:15 x_net-go1.24-linux-arm64-race net@b0013c64 release-branch.go1.24@d41a8222 x/net/http2.TestServer_RejectsLargeFrames (log)
=== RUN   TestServer_RejectsLargeFrames
==================
WARNING: DATA RACE
Read at 0x000000add40e by goroutine 703:
  golang.org/x/net/http2.newGoroutineLock()
      /home/swarming/.swarming/w/ir/x/w/targetrepo1111112018/http2/gotrack.go:25 +0x344
  golang.org/x/net/http2.(*Server).serveConn()
      /home/swarming/.swarming/w/ir/x/w/targetrepo1111112018/http2/server.go:427 +0x358
  golang.org/x/net/http2.newServerTester.func2()
      /home/swarming/.swarming/w/ir/x/w/targetrepo1111112018/http2/server_test.go:198 +0x1a8
...
      /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/synctest.go:178 +0x104
  golang.org/x/net/http2.TestServer_MaxQueuedControlFrames()
      /home/swarming/.swarming/w/ir/x/w/targetrepo1111112018/http2/server_test.go:1205 +0x30
  testing.tRunner()
      /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1792 +0x180
  testing.(*T).Run.gowrap1()
      /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1851 +0x40
==================
    testing.go:1490: race detected during execution of test
--- FAIL: TestServer_RejectsLargeFrames (0.01s)
2025-09-08 14:15 x_net-go1.24-windows-amd64-race net@b0013c64 release-branch.go1.24@d41a8222 x/net/http2.TestServer_Handler_Sends_WindowUpdate (log)
=== RUN   TestServer_Handler_Sends_WindowUpdate
==================
WARNING: DATA RACE
Read at 0x000140c4fb4d by goroutine 716:
  golang.org/x/net/http2.newGoroutineLock()
      C:/b/s/w/ir/x/w/targetrepo3461650352/http2/gotrack.go:25 +0x44f
  golang.org/x/net/http2.(*Server).serveConn()
      C:/b/s/w/ir/x/w/targetrepo3461650352/http2/server.go:427 +0x45b
  golang.org/x/net/http2.newServerTester.func2()
      C:/b/s/w/ir/x/w/targetrepo3461650352/http2/server_test.go:198 +0x22b
...
      C:/b/s/w/ir/x/w/goroot/src/runtime/synctest.go:178 +0x10c
  golang.org/x/net/http2.TestServer_MaxQueuedControlFrames()
      C:/b/s/w/ir/x/w/targetrepo3461650352/http2/server_test.go:1205 +0x2d
  testing.tRunner()
      C:/b/s/w/ir/x/w/goroot/src/testing/testing.go:1792 +0x1dc
  testing.(*T).Run.gowrap1()
      C:/b/s/w/ir/x/w/goroot/src/testing/testing.go:1851 +0x44
==================
    testing.go:1490: race detected during execution of test
--- FAIL: TestServer_Handler_Sends_WindowUpdate (0.02s)

watchflakes

gopherbot avatar Sep 08 '25 15:09 gopherbot

Found new dashboard test flakes for:

#!watchflakes
post <- ((pkg == "net/http" || pkg == "golang.org/x/net/http2") && (`WARNING: DATA RACE` || `race detected during execution of test`)) ||
	(mode == "build" && log ~ `race detected during execution of test` && log ~ `FAIL	net/http`)
2025-09-08 14:14 x_net-go1.24-darwin-amd64-race net@22a8c02e release-branch.go1.24@d41a8222 x/net/http2.TestServer_RejectsLargeFrames (log)
=== RUN   TestServer_RejectsLargeFrames
==================
WARNING: DATA RACE
Read at 0x000003962d6e by goroutine 699:
  golang.org/x/net/http2.newGoroutineLock()
      /Users/swarming/.swarming/w/ir/x/w/targetrepo2673473641/http2/gotrack.go:25 +0x44f
  golang.org/x/net/http2.(*Server).serveConn()
      /Users/swarming/.swarming/w/ir/x/w/targetrepo2673473641/http2/server.go:427 +0x45b
  golang.org/x/net/http2.newServerTester.func2()
      /Users/swarming/.swarming/w/ir/x/w/targetrepo2673473641/http2/server_test.go:198 +0x22b
...
      /Users/swarming/.swarming/w/ir/x/w/goroot/src/runtime/synctest.go:178 +0x10c
  golang.org/x/net/http2.TestServer_MaxQueuedControlFrames()
      /Users/swarming/.swarming/w/ir/x/w/targetrepo2673473641/http2/server_test.go:1205 +0x2d
  testing.tRunner()
      /Users/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1792 +0x225
  testing.(*T).Run.gowrap1()
      /Users/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1851 +0x44
==================
    testing.go:1490: race detected during execution of test
--- FAIL: TestServer_RejectsLargeFrames (0.04s)
2025-09-08 14:14 x_net-go1.24-linux-s390x-race net@162ad308 release-branch.go1.24@d41a8222 x/net/http2.TestServer_RejectsLargeFrames (log)
=== RUN   TestServer_RejectsLargeFrames
==================
WARNING: DATA RACE
Read at 0x000000d15954 by goroutine 702:
  golang.org/x/net/http2.newGoroutineLock()
      /home/swarming/.swarming/w/ir/x/w/targetrepo1229787010/http2/gotrack.go:25 +0x505
  golang.org/x/net/http2.(*Server).serveConn()
      /home/swarming/.swarming/w/ir/x/w/targetrepo1229787010/http2/server.go:427 +0x51c
  golang.org/x/net/http2.newServerTester.func2()
      /home/swarming/.swarming/w/ir/x/w/targetrepo1229787010/http2/server_test.go:198 +0x243
...
      /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/synctest.go:178 +0x15f
  golang.org/x/net/http2.TestServer_MaxQueuedControlFrames()
      /home/swarming/.swarming/w/ir/x/w/targetrepo1229787010/http2/server_test.go:1205 +0x47
  testing.tRunner()
      /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1792 +0x25f
  testing.(*T).Run.gowrap1()
      /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1851 +0x8d
==================
    testing.go:1490: race detected during execution of test
--- FAIL: TestServer_RejectsLargeFrames (0.03s)
2025-09-08 14:15 x_net-go1.24-darwin-amd64-race net@b0013c64 release-branch.go1.24@d41a8222 x/net/http2.TestServer_RejectsLargeFrames (log)
=== RUN   TestServer_RejectsLargeFrames
==================
WARNING: DATA RACE
Read at 0x00000fab3d4e by goroutine 696:
  golang.org/x/net/http2.newGoroutineLock()
      /Users/swarming/.swarming/w/ir/x/w/targetrepo3792160543/http2/gotrack.go:25 +0x44f
  golang.org/x/net/http2.(*Server).serveConn()
      /Users/swarming/.swarming/w/ir/x/w/targetrepo3792160543/http2/server.go:427 +0x45b
  golang.org/x/net/http2.newServerTester.func2()
      /Users/swarming/.swarming/w/ir/x/w/targetrepo3792160543/http2/server_test.go:198 +0x22b
...
      /Users/swarming/.swarming/w/ir/x/w/goroot/src/runtime/synctest.go:178 +0x10c
  golang.org/x/net/http2.TestServer_MaxQueuedControlFrames()
      /Users/swarming/.swarming/w/ir/x/w/targetrepo3792160543/http2/server_test.go:1205 +0x2d
  testing.tRunner()
      /Users/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1792 +0x225
  testing.(*T).Run.gowrap1()
      /Users/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1851 +0x44
==================
    testing.go:1490: race detected during execution of test
--- FAIL: TestServer_RejectsLargeFrames (0.05s)

watchflakes

gopherbot avatar Sep 08 '25 16:09 gopherbot

Found new dashboard test flakes for:

#!watchflakes
post <- ((pkg == "net/http" || pkg == "golang.org/x/net/http2") && (`WARNING: DATA RACE` || `race detected during execution of test`)) ||
	(mode == "build" && log ~ `race detected during execution of test` && log ~ `FAIL	net/http`)
2025-09-08 16:35 x_net-go1.24-darwin-amd64-race net@6b200364 release-branch.go1.24@d41a8222 x/net/http2.TestServer_RejectsLargeFrames (log)
=== RUN   TestServer_RejectsLargeFrames
==================
WARNING: DATA RACE
Read at 0x00000ae35d4e by goroutine 699:
  golang.org/x/net/http2.newGoroutineLock()
      /Users/swarming/.swarming/w/ir/x/w/targetrepo625372731/http2/gotrack.go:25 +0x44f
  golang.org/x/net/http2.(*Server).serveConn()
      /Users/swarming/.swarming/w/ir/x/w/targetrepo625372731/http2/server.go:427 +0x45b
  golang.org/x/net/http2.newServerTester.func2()
      /Users/swarming/.swarming/w/ir/x/w/targetrepo625372731/http2/server_test.go:205 +0x22b
...
      /Users/swarming/.swarming/w/ir/x/w/goroot/src/runtime/synctest.go:178 +0x10c
  golang.org/x/net/http2.TestServer_MaxQueuedControlFrames()
      /Users/swarming/.swarming/w/ir/x/w/targetrepo625372731/http2/server_test.go:1269 +0x2d
  testing.tRunner()
      /Users/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1792 +0x225
  testing.(*T).Run.gowrap1()
      /Users/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1851 +0x44
==================
    testing.go:1490: race detected during execution of test
--- FAIL: TestServer_RejectsLargeFrames (0.03s)
2025-09-08 16:35 x_net-go1.24-darwin-arm64-race net@6b200364 release-branch.go1.24@d41a8222 x/net/http2.TestServer_RejectsLargeFrames (log)
=== RUN   TestServer_RejectsLargeFrames
==================
WARNING: DATA RACE
Read at 0x0001010c930e by goroutine 697:
  golang.org/x/net/http2.newGoroutineLock()
      /Users/swarming/.swarming/w/ir/x/w/targetrepo2455946701/http2/gotrack.go:25 +0x344
  golang.org/x/net/http2.(*Server).serveConn()
      /Users/swarming/.swarming/w/ir/x/w/targetrepo2455946701/http2/server.go:427 +0x358
  golang.org/x/net/http2.newServerTester.func2()
      /Users/swarming/.swarming/w/ir/x/w/targetrepo2455946701/http2/server_test.go:205 +0x1a8
...
      /Users/swarming/.swarming/w/ir/x/w/goroot/src/runtime/synctest.go:178 +0x104
  golang.org/x/net/http2.TestServer_MaxQueuedControlFrames()
      /Users/swarming/.swarming/w/ir/x/w/targetrepo2455946701/http2/server_test.go:1269 +0x30
  testing.tRunner()
      /Users/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1792 +0x180
  testing.(*T).Run.gowrap1()
      /Users/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1851 +0x40
==================
    testing.go:1490: race detected during execution of test
--- FAIL: TestServer_RejectsLargeFrames (0.00s)
2025-09-08 16:35 x_net-go1.24-linux-amd64-longtest-race net@6b200364 release-branch.go1.24@d41a8222 x/net/http2.TestServer_RejectsLargeFrames (log)
=== RUN   TestServer_RejectsLargeFrames
==================
WARNING: DATA RACE
Read at 0x000001010d4e by goroutine 710:
  golang.org/x/net/http2.newGoroutineLock()
      /home/swarming/.swarming/w/ir/x/w/targetrepo1071661773/http2/gotrack.go:25 +0x44f
  golang.org/x/net/http2.(*Server).serveConn()
      /home/swarming/.swarming/w/ir/x/w/targetrepo1071661773/http2/server.go:427 +0x45b
  golang.org/x/net/http2.newServerTester.func2()
      /home/swarming/.swarming/w/ir/x/w/targetrepo1071661773/http2/server_test.go:205 +0x22b
...
      /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/synctest.go:178 +0x10c
  golang.org/x/net/http2.TestServer_MaxQueuedControlFrames()
      /home/swarming/.swarming/w/ir/x/w/targetrepo1071661773/http2/server_test.go:1269 +0x2d
  testing.tRunner()
      /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1792 +0x225
  testing.(*T).Run.gowrap1()
      /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1851 +0x44
==================
    testing.go:1490: race detected during execution of test
--- FAIL: TestServer_RejectsLargeFrames (0.03s)
2025-09-08 16:35 x_net-go1.24-linux-amd64-race net@6b200364 release-branch.go1.24@d41a8222 x/net/http2.TestServer_RejectsLargeFrames (log)
=== RUN   TestServer_RejectsLargeFrames
==================
WARNING: DATA RACE
Read at 0x000001010d4e by goroutine 712:
  golang.org/x/net/http2.newGoroutineLock()
      /home/swarming/.swarming/w/ir/x/w/targetrepo2572417036/http2/gotrack.go:25 +0x44f
  golang.org/x/net/http2.(*Server).serveConn()
      /home/swarming/.swarming/w/ir/x/w/targetrepo2572417036/http2/server.go:427 +0x45b
  golang.org/x/net/http2.newServerTester.func2()
      /home/swarming/.swarming/w/ir/x/w/targetrepo2572417036/http2/server_test.go:205 +0x22b
...
      /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/synctest.go:178 +0x10c
  golang.org/x/net/http2.TestServer_MaxQueuedControlFrames()
      /home/swarming/.swarming/w/ir/x/w/targetrepo2572417036/http2/server_test.go:1269 +0x2d
  testing.tRunner()
      /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1792 +0x225
  testing.(*T).Run.gowrap1()
      /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1851 +0x44
==================
    testing.go:1490: race detected during execution of test
--- FAIL: TestServer_RejectsLargeFrames (0.03s)
2025-09-08 16:35 x_net-go1.24-linux-arm64-race net@6b200364 release-branch.go1.24@d41a8222 x/net/http2.TestServer_RejectsLargeFrames (log)
=== RUN   TestServer_RejectsLargeFrames
==================
WARNING: DATA RACE
Read at 0x000000add40e by goroutine 702:
  golang.org/x/net/http2.newGoroutineLock()
      /home/swarming/.swarming/w/ir/x/w/targetrepo3425392098/http2/gotrack.go:25 +0x344
  golang.org/x/net/http2.(*Server).serveConn()
      /home/swarming/.swarming/w/ir/x/w/targetrepo3425392098/http2/server.go:427 +0x358
  golang.org/x/net/http2.newServerTester.func2()
      /home/swarming/.swarming/w/ir/x/w/targetrepo3425392098/http2/server_test.go:205 +0x1a8
...
      /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/synctest.go:178 +0x104
  golang.org/x/net/http2.TestServer_MaxQueuedControlFrames()
      /home/swarming/.swarming/w/ir/x/w/targetrepo3425392098/http2/server_test.go:1269 +0x30
  testing.tRunner()
      /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1792 +0x180
  testing.(*T).Run.gowrap1()
      /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1851 +0x40
==================
    testing.go:1490: race detected during execution of test
--- FAIL: TestServer_RejectsLargeFrames (0.01s)
2025-09-08 16:35 x_net-go1.24-windows-amd64-race net@6b200364 release-branch.go1.24@d41a8222 x/net/http2.TestServer_Handler_Sends_WindowUpdate (log)
=== RUN   TestServer_Handler_Sends_WindowUpdate
==================
WARNING: DATA RACE
Read at 0x000140c50b4d by goroutine 713:
  golang.org/x/net/http2.newGoroutineLock()
      C:/b/s/w/ir/x/w/targetrepo2497562868/http2/gotrack.go:25 +0x44f
  golang.org/x/net/http2.(*Server).serveConn()
      C:/b/s/w/ir/x/w/targetrepo2497562868/http2/server.go:427 +0x45b
  golang.org/x/net/http2.newServerTester.func2()
      C:/b/s/w/ir/x/w/targetrepo2497562868/http2/server_test.go:205 +0x22b
...
      C:/b/s/w/ir/x/w/goroot/src/runtime/synctest.go:178 +0x10c
  golang.org/x/net/http2.TestServer_MaxQueuedControlFrames()
      C:/b/s/w/ir/x/w/targetrepo2497562868/http2/server_test.go:1269 +0x2d
  testing.tRunner()
      C:/b/s/w/ir/x/w/goroot/src/testing/testing.go:1792 +0x1dc
  testing.(*T).Run.gowrap1()
      C:/b/s/w/ir/x/w/goroot/src/testing/testing.go:1851 +0x44
==================
    testing.go:1490: race detected during execution of test
--- FAIL: TestServer_Handler_Sends_WindowUpdate (0.01s)

watchflakes

gopherbot avatar Sep 08 '25 17:09 gopherbot

Found new dashboard test flakes for:

#!watchflakes
post <- ((pkg == "net/http" || pkg == "golang.org/x/net/http2") && (`WARNING: DATA RACE` || `race detected during execution of test`)) ||
	(mode == "build" && log ~ `race detected during execution of test` && log ~ `FAIL	net/http`)
2025-09-08 14:15 x_net-go1.24-linux-s390x-race net@b0013c64 release-branch.go1.24@d41a8222 x/net/http2.TestServer_RejectsLargeFrames (log)
=== RUN   TestServer_RejectsLargeFrames
==================
WARNING: DATA RACE
Read at 0x000000d15954 by goroutine 703:
  golang.org/x/net/http2.newGoroutineLock()
      /home/swarming/.swarming/w/ir/x/w/targetrepo3502479123/http2/gotrack.go:25 +0x505
  golang.org/x/net/http2.(*Server).serveConn()
      /home/swarming/.swarming/w/ir/x/w/targetrepo3502479123/http2/server.go:427 +0x51c
  golang.org/x/net/http2.newServerTester.func2()
      /home/swarming/.swarming/w/ir/x/w/targetrepo3502479123/http2/server_test.go:198 +0x243
...
      /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/synctest.go:178 +0x15f
  golang.org/x/net/http2.TestServer_MaxQueuedControlFrames()
      /home/swarming/.swarming/w/ir/x/w/targetrepo3502479123/http2/server_test.go:1205 +0x47
  testing.tRunner()
      /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1792 +0x25f
  testing.(*T).Run.gowrap1()
      /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1851 +0x8d
==================
    testing.go:1490: race detected during execution of test
--- FAIL: TestServer_RejectsLargeFrames (0.02s)

watchflakes

gopherbot avatar Sep 08 '25 18:09 gopherbot

Found new dashboard test flakes for:

#!watchflakes
post <- ((pkg == "net/http" || pkg == "golang.org/x/net/http2") && (`WARNING: DATA RACE` || `race detected during execution of test`)) ||
	(mode == "build" && log ~ `race detected during execution of test` && log ~ `FAIL	net/http`)
2025-09-08 18:02 x_net-go1.24-darwin-amd64-race net@9338bdd9 release-branch.go1.24@d41a8222 x/net/http2.TestServer_RejectsLargeFrames (log)
=== RUN   TestServer_RejectsLargeFrames
==================
WARNING: DATA RACE
Read at 0x000002949d4e by goroutine 694:
  golang.org/x/net/http2.newGoroutineLock()
      /Users/swarming/.swarming/w/ir/x/w/targetrepo3296657936/http2/gotrack.go:25 +0x44f
  golang.org/x/net/http2.(*Server).serveConn()
      /Users/swarming/.swarming/w/ir/x/w/targetrepo3296657936/http2/server.go:427 +0x45b
  golang.org/x/net/http2.newServerTester.func2()
      /Users/swarming/.swarming/w/ir/x/w/targetrepo3296657936/http2/server_test.go:205 +0x22b
...
      /Users/swarming/.swarming/w/ir/x/w/goroot/src/runtime/synctest.go:178 +0x10c
  golang.org/x/net/http2.TestServer_MaxQueuedControlFrames()
      /Users/swarming/.swarming/w/ir/x/w/targetrepo3296657936/http2/server_test.go:1269 +0x2d
  testing.tRunner()
      /Users/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1792 +0x225
  testing.(*T).Run.gowrap1()
      /Users/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1851 +0x44
==================
    testing.go:1490: race detected during execution of test
--- FAIL: TestServer_RejectsLargeFrames (0.03s)
2025-09-08 18:02 x_net-go1.24-darwin-arm64-race net@9338bdd9 release-branch.go1.24@d41a8222 x/net/http2.TestServer_RejectsLargeFrames (log)
=== RUN   TestServer_RejectsLargeFrames
==================
WARNING: DATA RACE
Read at 0x000100df530e by goroutine 698:
  golang.org/x/net/http2.newGoroutineLock()
      /Users/swarming/.swarming/w/ir/x/w/targetrepo2733284382/http2/gotrack.go:25 +0x344
  golang.org/x/net/http2.(*Server).serveConn()
      /Users/swarming/.swarming/w/ir/x/w/targetrepo2733284382/http2/server.go:427 +0x358
  golang.org/x/net/http2.newServerTester.func2()
      /Users/swarming/.swarming/w/ir/x/w/targetrepo2733284382/http2/server_test.go:205 +0x1a8
...
      /Users/swarming/.swarming/w/ir/x/w/goroot/src/runtime/synctest.go:178 +0x104
  golang.org/x/net/http2.TestServer_MaxQueuedControlFrames()
      /Users/swarming/.swarming/w/ir/x/w/targetrepo2733284382/http2/server_test.go:1269 +0x30
  testing.tRunner()
      /Users/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1792 +0x180
  testing.(*T).Run.gowrap1()
      /Users/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1851 +0x40
==================
    testing.go:1490: race detected during execution of test
--- FAIL: TestServer_RejectsLargeFrames (0.00s)
2025-09-08 18:02 x_net-go1.24-linux-amd64-longtest-race net@9338bdd9 release-branch.go1.24@d41a8222 x/net/http2.TestServer_RejectsLargeFrames (log)
=== RUN   TestServer_RejectsLargeFrames
==================
WARNING: DATA RACE
Read at 0x000001011d4e by goroutine 711:
  golang.org/x/net/http2.newGoroutineLock()
      /home/swarming/.swarming/w/ir/x/w/targetrepo230642983/http2/gotrack.go:25 +0x44f
  golang.org/x/net/http2.(*Server).serveConn()
      /home/swarming/.swarming/w/ir/x/w/targetrepo230642983/http2/server.go:427 +0x45b
  golang.org/x/net/http2.newServerTester.func2()
      /home/swarming/.swarming/w/ir/x/w/targetrepo230642983/http2/server_test.go:205 +0x22b
...
      /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/synctest.go:178 +0x10c
  golang.org/x/net/http2.TestServer_MaxQueuedControlFrames()
      /home/swarming/.swarming/w/ir/x/w/targetrepo230642983/http2/server_test.go:1269 +0x2d
  testing.tRunner()
      /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1792 +0x225
  testing.(*T).Run.gowrap1()
      /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1851 +0x44
==================
    testing.go:1490: race detected during execution of test
--- FAIL: TestServer_RejectsLargeFrames (0.03s)
2025-09-08 18:02 x_net-go1.24-linux-amd64-race net@9338bdd9 release-branch.go1.24@d41a8222 x/net/http2.TestServer_RejectsLargeFrames (log)
=== RUN   TestServer_RejectsLargeFrames
==================
WARNING: DATA RACE
Read at 0x000001011d4e by goroutine 712:
  golang.org/x/net/http2.newGoroutineLock()
      /home/swarming/.swarming/w/ir/x/w/targetrepo876877811/http2/gotrack.go:25 +0x44f
  golang.org/x/net/http2.(*Server).serveConn()
      /home/swarming/.swarming/w/ir/x/w/targetrepo876877811/http2/server.go:427 +0x45b
  golang.org/x/net/http2.newServerTester.func2()
      /home/swarming/.swarming/w/ir/x/w/targetrepo876877811/http2/server_test.go:205 +0x22b
...
      /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/synctest.go:178 +0x10c
  golang.org/x/net/http2.TestServer_MaxQueuedControlFrames()
      /home/swarming/.swarming/w/ir/x/w/targetrepo876877811/http2/server_test.go:1269 +0x2d
  testing.tRunner()
      /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1792 +0x225
  testing.(*T).Run.gowrap1()
      /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1851 +0x44
==================
    testing.go:1490: race detected during execution of test
--- FAIL: TestServer_RejectsLargeFrames (0.03s)
2025-09-08 18:02 x_net-go1.24-linux-arm64-race net@9338bdd9 release-branch.go1.24@d41a8222 x/net/http2.TestServer_RejectsLargeFrames (log)
=== RUN   TestServer_RejectsLargeFrames
==================
WARNING: DATA RACE
Read at 0x000000aed40e by goroutine 702:
  golang.org/x/net/http2.newGoroutineLock()
      /home/swarming/.swarming/w/ir/x/w/targetrepo3738430302/http2/gotrack.go:25 +0x344
  golang.org/x/net/http2.(*Server).serveConn()
      /home/swarming/.swarming/w/ir/x/w/targetrepo3738430302/http2/server.go:427 +0x358
  golang.org/x/net/http2.newServerTester.func2()
      /home/swarming/.swarming/w/ir/x/w/targetrepo3738430302/http2/server_test.go:205 +0x1a8
...
      /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/synctest.go:178 +0x104
  golang.org/x/net/http2.TestServer_MaxQueuedControlFrames()
      /home/swarming/.swarming/w/ir/x/w/targetrepo3738430302/http2/server_test.go:1269 +0x30
  testing.tRunner()
      /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1792 +0x180
  testing.(*T).Run.gowrap1()
      /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1851 +0x40
==================
    testing.go:1490: race detected during execution of test
--- FAIL: TestServer_RejectsLargeFrames (0.01s)
2025-09-08 18:02 x_net-go1.24-windows-amd64-race net@9338bdd9 release-branch.go1.24@d41a8222 x/net/http2.TestServer_Handler_Sends_WindowUpdate (log)
=== RUN   TestServer_Handler_Sends_WindowUpdate
==================
WARNING: DATA RACE
Read at 0x000140c52b4d by goroutine 716:
  golang.org/x/net/http2.newGoroutineLock()
      C:/b/s/w/ir/x/w/targetrepo3928961387/http2/gotrack.go:25 +0x44f
  golang.org/x/net/http2.(*Server).serveConn()
      C:/b/s/w/ir/x/w/targetrepo3928961387/http2/server.go:427 +0x45b
  golang.org/x/net/http2.newServerTester.func2()
      C:/b/s/w/ir/x/w/targetrepo3928961387/http2/server_test.go:205 +0x22b
...
      C:/b/s/w/ir/x/w/goroot/src/runtime/synctest.go:178 +0x10c
  golang.org/x/net/http2.TestServer_MaxQueuedControlFrames()
      C:/b/s/w/ir/x/w/targetrepo3928961387/http2/server_test.go:1269 +0x2d
  testing.tRunner()
      C:/b/s/w/ir/x/w/goroot/src/testing/testing.go:1792 +0x1dc
  testing.(*T).Run.gowrap1()
      C:/b/s/w/ir/x/w/goroot/src/testing/testing.go:1851 +0x44
==================
    testing.go:1490: race detected during execution of test
--- FAIL: TestServer_Handler_Sends_WindowUpdate (0.01s)

watchflakes

gopherbot avatar Sep 08 '25 19:09 gopherbot

Found new dashboard test flakes for:

#!watchflakes
post <- ((pkg == "net/http" || pkg == "golang.org/x/net/http2") && (`WARNING: DATA RACE` || `race detected during execution of test`)) ||
	(mode == "build" && log ~ `race detected during execution of test` && log ~ `FAIL	net/http`)
2025-09-08 16:35 x_net-go1.24-linux-s390x-race net@6b200364 release-branch.go1.24@d41a8222 x/net/http2.TestServer_RejectsLargeFrames (log)
=== RUN   TestServer_RejectsLargeFrames
==================
WARNING: DATA RACE
Read at 0x000000d15954 by goroutine 707:
  golang.org/x/net/http2.newGoroutineLock()
      /home/swarming/.swarming/w/ir/x/w/targetrepo3628141793/http2/gotrack.go:25 +0x505
  golang.org/x/net/http2.(*Server).serveConn()
      /home/swarming/.swarming/w/ir/x/w/targetrepo3628141793/http2/server.go:427 +0x51c
  golang.org/x/net/http2.newServerTester.func2()
      /home/swarming/.swarming/w/ir/x/w/targetrepo3628141793/http2/server_test.go:205 +0x243
...
      /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/synctest.go:178 +0x15f
  golang.org/x/net/http2.TestServer_MaxQueuedControlFrames()
      /home/swarming/.swarming/w/ir/x/w/targetrepo3628141793/http2/server_test.go:1269 +0x47
  testing.tRunner()
      /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1792 +0x25f
  testing.(*T).Run.gowrap1()
      /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1851 +0x8d
==================
    testing.go:1490: race detected during execution of test
--- FAIL: TestServer_RejectsLargeFrames (0.01s)
2025-09-08 18:55 x_net-go1.24-darwin-amd64-race net@5153f4db release-branch.go1.24@d41a8222 x/net/http2.TestServer_RejectsLargeFrames (log)
=== RUN   TestServer_RejectsLargeFrames
==================
WARNING: DATA RACE
Read at 0x0000096ebd4e by goroutine 695:
  golang.org/x/net/http2.newGoroutineLock()
      /Users/swarming/.swarming/w/ir/x/w/targetrepo2002618260/http2/gotrack.go:25 +0x44f
  golang.org/x/net/http2.(*Server).serveConn()
      /Users/swarming/.swarming/w/ir/x/w/targetrepo2002618260/http2/server.go:427 +0x45b
  golang.org/x/net/http2.newServerTester.func2()
      /Users/swarming/.swarming/w/ir/x/w/targetrepo2002618260/http2/server_test.go:205 +0x22b
...
      /Users/swarming/.swarming/w/ir/x/w/goroot/src/runtime/synctest.go:178 +0x10c
  golang.org/x/net/http2.TestServer_MaxQueuedControlFrames()
      /Users/swarming/.swarming/w/ir/x/w/targetrepo2002618260/http2/server_test.go:1269 +0x2d
  testing.tRunner()
      /Users/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1792 +0x225
  testing.(*T).Run.gowrap1()
      /Users/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1851 +0x44
==================
    testing.go:1490: race detected during execution of test
--- FAIL: TestServer_RejectsLargeFrames (0.04s)
2025-09-08 18:55 x_net-go1.24-darwin-arm64-race net@5153f4db release-branch.go1.24@d41a8222 x/net/http2.TestServer_RejectsLargeFrames (log)
=== RUN   TestServer_RejectsLargeFrames
==================
WARNING: DATA RACE
Read at 0x000104ef530e by goroutine 698:
  golang.org/x/net/http2.newGoroutineLock()
      /Users/swarming/.swarming/w/ir/x/w/targetrepo1602113426/http2/gotrack.go:25 +0x344
  golang.org/x/net/http2.(*Server).serveConn()
      /Users/swarming/.swarming/w/ir/x/w/targetrepo1602113426/http2/server.go:427 +0x358
  golang.org/x/net/http2.newServerTester.func2()
      /Users/swarming/.swarming/w/ir/x/w/targetrepo1602113426/http2/server_test.go:205 +0x1a8
...
      /Users/swarming/.swarming/w/ir/x/w/goroot/src/runtime/synctest.go:178 +0x104
  golang.org/x/net/http2.TestServer_MaxQueuedControlFrames()
      /Users/swarming/.swarming/w/ir/x/w/targetrepo1602113426/http2/server_test.go:1269 +0x30
  testing.tRunner()
      /Users/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1792 +0x180
  testing.(*T).Run.gowrap1()
      /Users/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1851 +0x40
==================
    testing.go:1490: race detected during execution of test
--- FAIL: TestServer_RejectsLargeFrames (0.00s)
2025-09-08 18:55 x_net-go1.24-linux-amd64-longtest-race net@5153f4db release-branch.go1.24@d41a8222 x/net/http2.TestServer_RejectsLargeFrames (log)
=== RUN   TestServer_RejectsLargeFrames
==================
WARNING: DATA RACE
Read at 0x000001011d4e by goroutine 714:
  golang.org/x/net/http2.newGoroutineLock()
      /home/swarming/.swarming/w/ir/x/w/targetrepo1555862932/http2/gotrack.go:25 +0x44f
  golang.org/x/net/http2.(*Server).serveConn()
      /home/swarming/.swarming/w/ir/x/w/targetrepo1555862932/http2/server.go:427 +0x45b
  golang.org/x/net/http2.newServerTester.func2()
      /home/swarming/.swarming/w/ir/x/w/targetrepo1555862932/http2/server_test.go:205 +0x22b
...
      /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/synctest.go:178 +0x10c
  golang.org/x/net/http2.TestServer_MaxQueuedControlFrames()
      /home/swarming/.swarming/w/ir/x/w/targetrepo1555862932/http2/server_test.go:1269 +0x2d
  testing.tRunner()
      /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1792 +0x225
  testing.(*T).Run.gowrap1()
      /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1851 +0x44
==================
    testing.go:1490: race detected during execution of test
--- FAIL: TestServer_RejectsLargeFrames (0.04s)
2025-09-08 18:55 x_net-go1.24-linux-amd64-race net@5153f4db release-branch.go1.24@d41a8222 x/net/http2.TestServer_RejectsLargeFrames (log)
=== RUN   TestServer_RejectsLargeFrames
==================
WARNING: DATA RACE
Read at 0x000001011d4e by goroutine 712:
  golang.org/x/net/http2.newGoroutineLock()
      /home/swarming/.swarming/w/ir/x/w/targetrepo3747864938/http2/gotrack.go:25 +0x44f
  golang.org/x/net/http2.(*Server).serveConn()
      /home/swarming/.swarming/w/ir/x/w/targetrepo3747864938/http2/server.go:427 +0x45b
  golang.org/x/net/http2.newServerTester.func2()
      /home/swarming/.swarming/w/ir/x/w/targetrepo3747864938/http2/server_test.go:205 +0x22b
...
      /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/synctest.go:178 +0x10c
  golang.org/x/net/http2.TestServer_MaxQueuedControlFrames()
      /home/swarming/.swarming/w/ir/x/w/targetrepo3747864938/http2/server_test.go:1269 +0x2d
  testing.tRunner()
      /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1792 +0x225
  testing.(*T).Run.gowrap1()
      /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1851 +0x44
==================
    testing.go:1490: race detected during execution of test
--- FAIL: TestServer_RejectsLargeFrames (0.04s)
2025-09-08 18:55 x_net-go1.24-linux-arm64-race net@5153f4db release-branch.go1.24@d41a8222 x/net/http2.TestServer_RejectsLargeFrames (log)
=== RUN   TestServer_RejectsLargeFrames
==================
WARNING: DATA RACE
Read at 0x000000aed40e by goroutine 702:
  golang.org/x/net/http2.newGoroutineLock()
      /home/swarming/.swarming/w/ir/x/w/targetrepo1833120260/http2/gotrack.go:25 +0x344
  golang.org/x/net/http2.(*Server).serveConn()
      /home/swarming/.swarming/w/ir/x/w/targetrepo1833120260/http2/server.go:427 +0x358
  golang.org/x/net/http2.newServerTester.func2()
      /home/swarming/.swarming/w/ir/x/w/targetrepo1833120260/http2/server_test.go:205 +0x1a8
...
      /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/synctest.go:178 +0x104
  golang.org/x/net/http2.TestServer_MaxQueuedControlFrames()
      /home/swarming/.swarming/w/ir/x/w/targetrepo1833120260/http2/server_test.go:1269 +0x30
  testing.tRunner()
      /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1792 +0x180
  testing.(*T).Run.gowrap1()
      /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1851 +0x40
==================
    testing.go:1490: race detected during execution of test
--- FAIL: TestServer_RejectsLargeFrames (0.01s)
2025-09-08 18:55 x_net-go1.24-windows-amd64-race net@5153f4db release-branch.go1.24@d41a8222 x/net/http2.TestServer_Handler_Sends_WindowUpdate (log)
=== RUN   TestServer_Handler_Sends_WindowUpdate
==================
WARNING: DATA RACE
Read at 0x000140c52b4d by goroutine 716:
  golang.org/x/net/http2.newGoroutineLock()
      C:/b/s/w/ir/x/w/targetrepo336291247/http2/gotrack.go:25 +0x44f
  golang.org/x/net/http2.(*Server).serveConn()
      C:/b/s/w/ir/x/w/targetrepo336291247/http2/server.go:427 +0x45b
  golang.org/x/net/http2.newServerTester.func2()
      C:/b/s/w/ir/x/w/targetrepo336291247/http2/server_test.go:205 +0x22b
...
      C:/b/s/w/ir/x/w/goroot/src/runtime/synctest.go:178 +0x10c
  golang.org/x/net/http2.TestServer_MaxQueuedControlFrames()
      C:/b/s/w/ir/x/w/targetrepo336291247/http2/server_test.go:1269 +0x2d
  testing.tRunner()
      C:/b/s/w/ir/x/w/goroot/src/testing/testing.go:1792 +0x1dc
  testing.(*T).Run.gowrap1()
      C:/b/s/w/ir/x/w/goroot/src/testing/testing.go:1851 +0x44
==================
    testing.go:1490: race detected during execution of test
--- FAIL: TestServer_Handler_Sends_WindowUpdate (0.01s)

watchflakes

gopherbot avatar Sep 08 '25 20:09 gopherbot