Skip to content

Prevent large datagrams from blocking datagram queue #2

Prevent large datagrams from blocking datagram queue

Prevent large datagrams from blocking datagram queue #2

Triggered via push October 29, 2023 11:32
Status Failure
Total duration 7m 27s
Artifacts

unit.yml

on: push
Matrix: unit
Fit to window
Zoom out
Zoom in

Annotations

60 errors
Unit tests (macos, Go 1.20.x): client_test.go#L226
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.EarlyConnection value in return statement: *mockquic.MockEarlyConnection does not implement quic.EarlyConnection (wrong type for method SendMessage)
Unit tests (macos, Go 1.20.x): client_test.go#L351
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.EarlyConnection value in return statement: *mockquic.MockEarlyConnection does not implement quic.EarlyConnection (wrong type for method SendMessage)
Unit tests (macos, Go 1.20.x): client_test.go#L457
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.EarlyConnection value in return statement: *mockquic.MockEarlyConnection does not implement quic.EarlyConnection (wrong type for method SendMessage)
Unit tests (macos, Go 1.20.x): client_test.go#L688
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.EarlyConnection value in return statement: *mockquic.MockEarlyConnection does not implement quic.EarlyConnection (wrong type for method SendMessage)
Unit tests (macos, Go 1.20.x): server_test.go#L160
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.Connection value in argument to s.handleRequest: *mockquic.MockEarlyConnection does not implement quic.Connection (wrong type for method SendMessage)
Unit tests (macos, Go 1.20.x): server_test.go#L177
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.Connection value in argument to s.handleRequest: *mockquic.MockEarlyConnection does not implement quic.Connection (wrong type for method SendMessage)
Unit tests (macos, Go 1.20.x): server_test.go#L194
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.Connection value in argument to s.handleRequest: *mockquic.MockEarlyConnection does not implement quic.Connection (wrong type for method SendMessage)
Unit tests (macos, Go 1.20.x): server_test.go#L210
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.Connection value in argument to s.handleRequest: *mockquic.MockEarlyConnection does not implement quic.Connection (wrong type for method SendMessage)
Unit tests (macos, Go 1.20.x): server_test.go#L248
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.Connection value in argument to s.handleConn: *mockquic.MockEarlyConnection does not implement quic.Connection (wrong type for method SendMessage)
Unit tests (macos, Go 1.20.x): server_test.go#L271
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.Connection value in argument to s.handleConn: *mockquic.MockEarlyConnection does not implement quic.Connection (wrong type for method SendMessage)
Unit tests (ubuntu, Go 1.20.x): client_test.go#L226
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.EarlyConnection value in return statement: *mockquic.MockEarlyConnection does not implement quic.EarlyConnection (wrong type for method SendMessage)
Unit tests (ubuntu, Go 1.20.x): client_test.go#L351
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.EarlyConnection value in return statement: *mockquic.MockEarlyConnection does not implement quic.EarlyConnection (wrong type for method SendMessage)
Unit tests (ubuntu, Go 1.20.x): client_test.go#L457
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.EarlyConnection value in return statement: *mockquic.MockEarlyConnection does not implement quic.EarlyConnection (wrong type for method SendMessage)
Unit tests (ubuntu, Go 1.20.x): client_test.go#L688
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.EarlyConnection value in return statement: *mockquic.MockEarlyConnection does not implement quic.EarlyConnection (wrong type for method SendMessage)
Unit tests (ubuntu, Go 1.20.x): server_test.go#L160
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.Connection value in argument to s.handleRequest: *mockquic.MockEarlyConnection does not implement quic.Connection (wrong type for method SendMessage)
Unit tests (ubuntu, Go 1.20.x): server_test.go#L177
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.Connection value in argument to s.handleRequest: *mockquic.MockEarlyConnection does not implement quic.Connection (wrong type for method SendMessage)
Unit tests (ubuntu, Go 1.20.x): server_test.go#L194
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.Connection value in argument to s.handleRequest: *mockquic.MockEarlyConnection does not implement quic.Connection (wrong type for method SendMessage)
Unit tests (ubuntu, Go 1.20.x): server_test.go#L210
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.Connection value in argument to s.handleRequest: *mockquic.MockEarlyConnection does not implement quic.Connection (wrong type for method SendMessage)
Unit tests (ubuntu, Go 1.20.x): server_test.go#L248
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.Connection value in argument to s.handleConn: *mockquic.MockEarlyConnection does not implement quic.Connection (wrong type for method SendMessage)
Unit tests (ubuntu, Go 1.20.x): server_test.go#L271
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.Connection value in argument to s.handleConn: *mockquic.MockEarlyConnection does not implement quic.Connection (wrong type for method SendMessage)
Unit tests (macos, Go 1.21.0-rc.2): client_test.go#L226
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.EarlyConnection value in return statement: *mockquic.MockEarlyConnection does not implement quic.EarlyConnection (wrong type for method SendMessage)
Unit tests (macos, Go 1.21.0-rc.2): client_test.go#L351
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.EarlyConnection value in return statement: *mockquic.MockEarlyConnection does not implement quic.EarlyConnection (wrong type for method SendMessage)
Unit tests (macos, Go 1.21.0-rc.2): client_test.go#L457
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.EarlyConnection value in return statement: *mockquic.MockEarlyConnection does not implement quic.EarlyConnection (wrong type for method SendMessage)
Unit tests (macos, Go 1.21.0-rc.2): client_test.go#L688
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.EarlyConnection value in return statement: *mockquic.MockEarlyConnection does not implement quic.EarlyConnection (wrong type for method SendMessage)
Unit tests (macos, Go 1.21.0-rc.2): server_test.go#L160
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.Connection value in argument to s.handleRequest: *mockquic.MockEarlyConnection does not implement quic.Connection (wrong type for method SendMessage)
Unit tests (macos, Go 1.21.0-rc.2): server_test.go#L177
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.Connection value in argument to s.handleRequest: *mockquic.MockEarlyConnection does not implement quic.Connection (wrong type for method SendMessage)
Unit tests (macos, Go 1.21.0-rc.2): server_test.go#L194
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.Connection value in argument to s.handleRequest: *mockquic.MockEarlyConnection does not implement quic.Connection (wrong type for method SendMessage)
Unit tests (macos, Go 1.21.0-rc.2): server_test.go#L210
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.Connection value in argument to s.handleRequest: *mockquic.MockEarlyConnection does not implement quic.Connection (wrong type for method SendMessage)
Unit tests (macos, Go 1.21.0-rc.2): server_test.go#L248
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.Connection value in argument to s.handleConn: *mockquic.MockEarlyConnection does not implement quic.Connection (wrong type for method SendMessage)
Unit tests (macos, Go 1.21.0-rc.2): server_test.go#L271
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.Connection value in argument to s.handleConn: *mockquic.MockEarlyConnection does not implement quic.Connection (wrong type for method SendMessage)
Unit tests (ubuntu, Go 1.21.0-rc.2): client_test.go#L226
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.EarlyConnection value in return statement: *mockquic.MockEarlyConnection does not implement quic.EarlyConnection (wrong type for method SendMessage)
Unit tests (ubuntu, Go 1.21.0-rc.2): client_test.go#L351
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.EarlyConnection value in return statement: *mockquic.MockEarlyConnection does not implement quic.EarlyConnection (wrong type for method SendMessage)
Unit tests (ubuntu, Go 1.21.0-rc.2): client_test.go#L457
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.EarlyConnection value in return statement: *mockquic.MockEarlyConnection does not implement quic.EarlyConnection (wrong type for method SendMessage)
Unit tests (ubuntu, Go 1.21.0-rc.2): client_test.go#L688
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.EarlyConnection value in return statement: *mockquic.MockEarlyConnection does not implement quic.EarlyConnection (wrong type for method SendMessage)
Unit tests (ubuntu, Go 1.21.0-rc.2): server_test.go#L160
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.Connection value in argument to s.handleRequest: *mockquic.MockEarlyConnection does not implement quic.Connection (wrong type for method SendMessage)
Unit tests (ubuntu, Go 1.21.0-rc.2): server_test.go#L177
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.Connection value in argument to s.handleRequest: *mockquic.MockEarlyConnection does not implement quic.Connection (wrong type for method SendMessage)
Unit tests (ubuntu, Go 1.21.0-rc.2): server_test.go#L194
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.Connection value in argument to s.handleRequest: *mockquic.MockEarlyConnection does not implement quic.Connection (wrong type for method SendMessage)
Unit tests (ubuntu, Go 1.21.0-rc.2): server_test.go#L210
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.Connection value in argument to s.handleRequest: *mockquic.MockEarlyConnection does not implement quic.Connection (wrong type for method SendMessage)
Unit tests (ubuntu, Go 1.21.0-rc.2): server_test.go#L248
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.Connection value in argument to s.handleConn: *mockquic.MockEarlyConnection does not implement quic.Connection (wrong type for method SendMessage)
Unit tests (ubuntu, Go 1.21.0-rc.2): server_test.go#L271
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.Connection value in argument to s.handleConn: *mockquic.MockEarlyConnection does not implement quic.Connection (wrong type for method SendMessage)
Unit tests (windows, Go 1.21.0-rc.2): client_test.go#L226
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.EarlyConnection value in return statement: *mockquic.MockEarlyConnection does not implement quic.EarlyConnection (wrong type for method SendMessage)
Unit tests (windows, Go 1.21.0-rc.2): client_test.go#L351
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.EarlyConnection value in return statement: *mockquic.MockEarlyConnection does not implement quic.EarlyConnection (wrong type for method SendMessage)
Unit tests (windows, Go 1.21.0-rc.2): client_test.go#L457
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.EarlyConnection value in return statement: *mockquic.MockEarlyConnection does not implement quic.EarlyConnection (wrong type for method SendMessage)
Unit tests (windows, Go 1.21.0-rc.2): client_test.go#L688
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.EarlyConnection value in return statement: *mockquic.MockEarlyConnection does not implement quic.EarlyConnection (wrong type for method SendMessage)
Unit tests (windows, Go 1.21.0-rc.2): server_test.go#L160
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.Connection value in argument to s.handleRequest: *mockquic.MockEarlyConnection does not implement quic.Connection (wrong type for method SendMessage)
Unit tests (windows, Go 1.21.0-rc.2): server_test.go#L177
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.Connection value in argument to s.handleRequest: *mockquic.MockEarlyConnection does not implement quic.Connection (wrong type for method SendMessage)
Unit tests (windows, Go 1.21.0-rc.2): server_test.go#L194
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.Connection value in argument to s.handleRequest: *mockquic.MockEarlyConnection does not implement quic.Connection (wrong type for method SendMessage)
Unit tests (windows, Go 1.21.0-rc.2): server_test.go#L210
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.Connection value in argument to s.handleRequest: *mockquic.MockEarlyConnection does not implement quic.Connection (wrong type for method SendMessage)
Unit tests (windows, Go 1.21.0-rc.2): server_test.go#L248
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.Connection value in argument to s.handleConn: *mockquic.MockEarlyConnection does not implement quic.Connection (wrong type for method SendMessage)
Unit tests (windows, Go 1.21.0-rc.2): server_test.go#L271
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.Connection value in argument to s.handleConn: *mockquic.MockEarlyConnection does not implement quic.Connection (wrong type for method SendMessage)
Unit tests (windows, Go 1.20.x): client_test.go#L226
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.EarlyConnection value in return statement: *mockquic.MockEarlyConnection does not implement quic.EarlyConnection (wrong type for method SendMessage)
Unit tests (windows, Go 1.20.x): client_test.go#L351
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.EarlyConnection value in return statement: *mockquic.MockEarlyConnection does not implement quic.EarlyConnection (wrong type for method SendMessage)
Unit tests (windows, Go 1.20.x): client_test.go#L457
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.EarlyConnection value in return statement: *mockquic.MockEarlyConnection does not implement quic.EarlyConnection (wrong type for method SendMessage)
Unit tests (windows, Go 1.20.x): client_test.go#L688
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.EarlyConnection value in return statement: *mockquic.MockEarlyConnection does not implement quic.EarlyConnection (wrong type for method SendMessage)
Unit tests (windows, Go 1.20.x): server_test.go#L160
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.Connection value in argument to s.handleRequest: *mockquic.MockEarlyConnection does not implement quic.Connection (wrong type for method SendMessage)
Unit tests (windows, Go 1.20.x): server_test.go#L177
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.Connection value in argument to s.handleRequest: *mockquic.MockEarlyConnection does not implement quic.Connection (wrong type for method SendMessage)
Unit tests (windows, Go 1.20.x): server_test.go#L194
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.Connection value in argument to s.handleRequest: *mockquic.MockEarlyConnection does not implement quic.Connection (wrong type for method SendMessage)
Unit tests (windows, Go 1.20.x): server_test.go#L210
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.Connection value in argument to s.handleRequest: *mockquic.MockEarlyConnection does not implement quic.Connection (wrong type for method SendMessage)
Unit tests (windows, Go 1.20.x): server_test.go#L248
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.Connection value in argument to s.handleConn: *mockquic.MockEarlyConnection does not implement quic.Connection (wrong type for method SendMessage)
Unit tests (windows, Go 1.20.x): server_test.go#L271
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.Connection value in argument to s.handleConn: *mockquic.MockEarlyConnection does not implement quic.Connection (wrong type for method SendMessage)