Skip to content

[WIP] refactor: kitex streaming #5708

[WIP] refactor: kitex streaming

[WIP] refactor: kitex streaming #5708

Triggered via pull request October 24, 2024 07:19
Status Failure
Total duration 1m 26s
Artifacts

tests.yml

on: pull_request
unit-scenario-test
38s
unit-scenario-test
benchmark-test
47s
benchmark-test
codegen-test
1m 13s
codegen-test
windows-test
1m 7s
windows-test
Matrix: compatibility-test
Fit to window
Zoom out
Zoom in

Annotations

121 errors
unit-scenario-test
cannot use testMetaHandler{} (value of type testMetaHandler) as remote.MetaHandler value in argument to server.WithMetaHandler: testMetaHandler does not implement remote.MetaHandler (missing method OnConnectStream)
unit-scenario-test
cannot use (*timeoutMetaHandler)(nil) (value of type *timeoutMetaHandler) as remote.MetaHandler value in variable declaration: *timeoutMetaHandler does not implement remote.MetaHandler (missing method OnConnectStream)
unit-scenario-test
cannot use &timeoutMetaHandler{…} (value of type *timeoutMetaHandler) as remote.MetaHandler value in argument to client.WithMetaHandler: *timeoutMetaHandler does not implement remote.MetaHandler (missing method OnConnectStream)
unit-scenario-test
cannot use &timeoutMetaHandler{…} (value of type *timeoutMetaHandler) as remote.MetaHandler value in argument to client.WithMetaHandler: *timeoutMetaHandler does not implement remote.MetaHandler (missing method OnConnectStream)
unit-scenario-test
cannot use &timeoutMetaHandler{…} (value of type *timeoutMetaHandler) as remote.MetaHandler value in argument to server.WithMetaHandler: *timeoutMetaHandler does not implement remote.MetaHandler (missing method OnConnectStream)
unit-scenario-test
Process completed with exit code 1.
benchmark-test: internal/mocks/transhandlerclient.go#L39
cannot use f.hdlr (variable of type *MockCliTransHandler) as remote.ClientTransHandler value in return statement: *MockCliTransHandler does not implement remote.ClientTransHandler (missing method NewStream)
benchmark-test: internal/mocks/transhandlerclient.go#L45
undefined: remote.TransPipeline
benchmark-test: internal/mocks/transhandlerclient.go#L99
undefined: remote.TransPipeline
benchmark-test: internal/mocks/transhandlerserver.go#L40
cannot use f.hdlr (variable of type *MockSvrTransHandler) as remote.ServerTransHandler value in return statement: *MockSvrTransHandler does not implement remote.ServerTransHandler (missing method OnStream)
benchmark-test: internal/mocks/transhandlerserver.go#L46
undefined: remote.TransPipeline
benchmark-test: internal/mocks/transhandlerserver.go#L106
undefined: remote.TransPipeline
benchmark-test: pkg/remote/custom_meta_handler_test.go#L41
undefined: StreamingMetaHandler
benchmark-test: pkg/remote/custom_meta_handler_test.go#L56
undefined: StreamingMetaHandler
benchmark-test: pkg/remote/custom_meta_handler_test.go#L66
undefined: StreamingMetaHandler
benchmark-test
Process completed with exit code 1.
compatibility-test (1.19, ARM64): internal/mocks/transhandlerclient.go#L39
cannot use f.hdlr (variable of type *MockCliTransHandler) as type remote.ClientTransHandler in return statement:
compatibility-test (1.19, ARM64): internal/mocks/transhandlerclient.go#L45
undefined: remote.TransPipeline
compatibility-test (1.19, ARM64): internal/mocks/transhandlerclient.go#L99
undefined: remote.TransPipeline
compatibility-test (1.19, ARM64): internal/mocks/transhandlerserver.go#L40
cannot use f.hdlr (variable of type *MockSvrTransHandler) as type remote.ServerTransHandler in return statement:
compatibility-test (1.19, ARM64): internal/mocks/transhandlerserver.go#L46
undefined: remote.TransPipeline
compatibility-test (1.19, ARM64): internal/mocks/transhandlerserver.go#L106
undefined: remote.TransPipeline
compatibility-test (1.19, ARM64): pkg/remote/custom_meta_handler_test.go#L41
undefined: StreamingMetaHandler
compatibility-test (1.19, ARM64): pkg/remote/custom_meta_handler_test.go#L56
undefined: StreamingMetaHandler
compatibility-test (1.19, ARM64): pkg/remote/custom_meta_handler_test.go#L66
undefined: StreamingMetaHandler
compatibility-test (1.19, ARM64)
Process completed with exit code 1.
compatibility-test (1.20, X64)
The job was canceled because "_1_19_ARM64" failed.
compatibility-test (1.20, X64): internal/mocks/transhandlerclient.go#L39
cannot use f.hdlr (variable of type *MockCliTransHandler) as remote.ClientTransHandler value in return statement: *MockCliTransHandler does not implement remote.ClientTransHandler (missing method NewStream)
compatibility-test (1.20, X64): internal/mocks/transhandlerclient.go#L45
undefined: remote.TransPipeline
compatibility-test (1.20, X64): internal/mocks/transhandlerclient.go#L99
undefined: remote.TransPipeline
compatibility-test (1.20, X64): internal/mocks/transhandlerserver.go#L40
cannot use f.hdlr (variable of type *MockSvrTransHandler) as remote.ServerTransHandler value in return statement: *MockSvrTransHandler does not implement remote.ServerTransHandler (missing method OnStream)
compatibility-test (1.20, X64): internal/mocks/transhandlerserver.go#L46
undefined: remote.TransPipeline
compatibility-test (1.20, X64): internal/mocks/transhandlerserver.go#L106
undefined: remote.TransPipeline
compatibility-test (1.20, X64): pkg/remote/custom_meta_handler_test.go#L41
undefined: StreamingMetaHandler
compatibility-test (1.20, X64): pkg/remote/custom_meta_handler_test.go#L56
undefined: StreamingMetaHandler
compatibility-test (1.20, X64): pkg/remote/custom_meta_handler_test.go#L66
undefined: StreamingMetaHandler
compatibility-test (1.20, X64)
Process completed with exit code 1.
compatibility-test (1.18, ARM64)
The job was canceled because "_1_19_ARM64" failed.
compatibility-test (1.18, ARM64): internal/mocks/transhandlerclient.go#L39
cannot use f.hdlr (variable of type *MockCliTransHandler) as type remote.ClientTransHandler in return statement:
compatibility-test (1.18, ARM64): internal/mocks/transhandlerclient.go#L45
undefined: remote.TransPipeline
compatibility-test (1.18, ARM64): internal/mocks/transhandlerclient.go#L99
undefined: remote.TransPipeline
compatibility-test (1.18, ARM64): internal/mocks/transhandlerserver.go#L40
cannot use f.hdlr (variable of type *MockSvrTransHandler) as type remote.ServerTransHandler in return statement:
compatibility-test (1.18, ARM64): internal/mocks/transhandlerserver.go#L46
undefined: remote.TransPipeline
compatibility-test (1.18, ARM64): internal/mocks/transhandlerserver.go#L106
undefined: remote.TransPipeline
compatibility-test (1.18, ARM64): pkg/remote/custom_meta_handler_test.go#L41
undefined: StreamingMetaHandler
compatibility-test (1.18, ARM64): pkg/remote/custom_meta_handler_test.go#L56
undefined: StreamingMetaHandler
compatibility-test (1.18, ARM64): pkg/remote/custom_meta_handler_test.go#L66
undefined: StreamingMetaHandler
compatibility-test (1.18, ARM64)
The operation was canceled.
compatibility-test (1.22, X64)
The job was canceled because "_1_19_ARM64" failed.
compatibility-test (1.22, X64)
The operation was canceled.
compatibility-test (1.21, X64)
The job was canceled because "_1_19_ARM64" failed.
compatibility-test (1.21, X64): internal/mocks/transhandlerclient.go#L39
cannot use f.hdlr (variable of type *MockCliTransHandler) as remote.ClientTransHandler value in return statement: *MockCliTransHandler does not implement remote.ClientTransHandler (missing method NewStream)
compatibility-test (1.21, X64): internal/mocks/transhandlerclient.go#L45
undefined: remote.TransPipeline
compatibility-test (1.21, X64): internal/mocks/transhandlerclient.go#L99
undefined: remote.TransPipeline
compatibility-test (1.21, X64): internal/mocks/transhandlerserver.go#L40
cannot use f.hdlr (variable of type *MockSvrTransHandler) as remote.ServerTransHandler value in return statement: *MockSvrTransHandler does not implement remote.ServerTransHandler (missing method OnStream)
compatibility-test (1.21, X64): internal/mocks/transhandlerserver.go#L46
undefined: remote.TransPipeline
compatibility-test (1.21, X64): internal/mocks/transhandlerserver.go#L106
undefined: remote.TransPipeline
compatibility-test (1.21, X64): pkg/remote/custom_meta_handler_test.go#L41
undefined: StreamingMetaHandler
compatibility-test (1.21, X64): pkg/remote/custom_meta_handler_test.go#L56
undefined: StreamingMetaHandler
compatibility-test (1.21, X64): pkg/remote/custom_meta_handler_test.go#L66
undefined: StreamingMetaHandler
compatibility-test (1.21, X64)
The operation was canceled.
compatibility-test (1.18, X64)
The job was canceled because "_1_19_ARM64" failed.
compatibility-test (1.18, X64)
The operation was canceled.
windows-test: internal/mocks/transhandlerclient.go#L39
cannot use f.hdlr (variable of type *MockCliTransHandler) as remote.ClientTransHandler value in return statement: *MockCliTransHandler does not implement remote.ClientTransHandler (missing method NewStream)
windows-test: internal/mocks/transhandlerclient.go#L45
undefined: remote.TransPipeline
windows-test: internal/mocks/transhandlerclient.go#L99
undefined: remote.TransPipeline
windows-test: internal/mocks/transhandlerserver.go#L40
cannot use f.hdlr (variable of type *MockSvrTransHandler) as remote.ServerTransHandler value in return statement: *MockSvrTransHandler does not implement remote.ServerTransHandler (missing method OnStream)
windows-test: internal/mocks/transhandlerserver.go#L46
undefined: remote.TransPipeline
windows-test: internal/mocks/transhandlerserver.go#L106
undefined: remote.TransPipeline
windows-test: pkg/remote/custom_meta_handler_test.go#L41
undefined: StreamingMetaHandler
windows-test: pkg/remote/custom_meta_handler_test.go#L56
undefined: StreamingMetaHandler
windows-test: pkg/remote/custom_meta_handler_test.go#L66
undefined: StreamingMetaHandler
windows-test
Process completed with exit code 1.
compatibility-test (1.23, X64)
The job was canceled because "_1_19_ARM64" failed.
compatibility-test (1.23, X64)
The operation was canceled.
compatibility-test (1.19, X64)
The job was canceled because "_1_19_ARM64" failed.
compatibility-test (1.19, X64)
The operation was canceled.
compatibility-test (1.22, ARM64)
The job was canceled because "_1_19_ARM64" failed.
compatibility-test (1.22, ARM64): internal/mocks/transhandlerclient.go#L39
cannot use f.hdlr (variable of type *MockCliTransHandler) as remote.ClientTransHandler value in return statement: *MockCliTransHandler does not implement remote.ClientTransHandler (missing method NewStream)
compatibility-test (1.22, ARM64): internal/mocks/transhandlerclient.go#L45
undefined: remote.TransPipeline
compatibility-test (1.22, ARM64): internal/mocks/transhandlerclient.go#L99
undefined: remote.TransPipeline
compatibility-test (1.22, ARM64): internal/mocks/transhandlerserver.go#L40
cannot use f.hdlr (variable of type *MockSvrTransHandler) as remote.ServerTransHandler value in return statement: *MockSvrTransHandler does not implement remote.ServerTransHandler (missing method OnStream)
compatibility-test (1.21, ARM64)
The job was canceled because "_1_19_ARM64" failed.
compatibility-test (1.22, ARM64): internal/mocks/transhandlerserver.go#L46
undefined: remote.TransPipeline
compatibility-test (1.21, ARM64): internal/mocks/transhandlerclient.go#L39
cannot use f.hdlr (variable of type *MockCliTransHandler) as remote.ClientTransHandler value in return statement: *MockCliTransHandler does not implement remote.ClientTransHandler (missing method NewStream)
compatibility-test (1.22, ARM64): internal/mocks/transhandlerserver.go#L106
undefined: remote.TransPipeline
compatibility-test (1.22, ARM64): pkg/remote/custom_meta_handler_test.go#L41
undefined: StreamingMetaHandler
compatibility-test (1.21, ARM64): internal/mocks/transhandlerclient.go#L45
undefined: remote.TransPipeline
compatibility-test (1.22, ARM64): pkg/remote/custom_meta_handler_test.go#L56
undefined: StreamingMetaHandler
compatibility-test (1.21, ARM64): internal/mocks/transhandlerclient.go#L99
undefined: remote.TransPipeline
compatibility-test (1.22, ARM64): pkg/remote/custom_meta_handler_test.go#L66
undefined: StreamingMetaHandler
compatibility-test (1.21, ARM64): internal/mocks/transhandlerserver.go#L40
cannot use f.hdlr (variable of type *MockSvrTransHandler) as remote.ServerTransHandler value in return statement: *MockSvrTransHandler does not implement remote.ServerTransHandler (missing method OnStream)
compatibility-test (1.22, ARM64)
The operation was canceled.
compatibility-test (1.21, ARM64): internal/mocks/transhandlerserver.go#L46
undefined: remote.TransPipeline
compatibility-test (1.21, ARM64): internal/mocks/transhandlerserver.go#L106
undefined: remote.TransPipeline
compatibility-test (1.21, ARM64): pkg/remote/custom_meta_handler_test.go#L41
undefined: StreamingMetaHandler
compatibility-test (1.21, ARM64): pkg/remote/custom_meta_handler_test.go#L56
undefined: StreamingMetaHandler
compatibility-test (1.21, ARM64): pkg/remote/custom_meta_handler_test.go#L66
undefined: StreamingMetaHandler
compatibility-test (1.21, ARM64)
The operation was canceled.
compatibility-test (1.20, ARM64)
The job was canceled because "_1_19_ARM64" failed.
compatibility-test (1.20, ARM64): internal/mocks/transhandlerclient.go#L39
cannot use f.hdlr (variable of type *MockCliTransHandler) as remote.ClientTransHandler value in return statement: *MockCliTransHandler does not implement remote.ClientTransHandler (missing method NewStream)
compatibility-test (1.20, ARM64): internal/mocks/transhandlerclient.go#L45
undefined: remote.TransPipeline
compatibility-test (1.20, ARM64): internal/mocks/transhandlerclient.go#L99
undefined: remote.TransPipeline
compatibility-test (1.20, ARM64): internal/mocks/transhandlerserver.go#L40
cannot use f.hdlr (variable of type *MockSvrTransHandler) as remote.ServerTransHandler value in return statement: *MockSvrTransHandler does not implement remote.ServerTransHandler (missing method OnStream)
compatibility-test (1.20, ARM64): internal/mocks/transhandlerserver.go#L46
undefined: remote.TransPipeline
compatibility-test (1.20, ARM64): internal/mocks/transhandlerserver.go#L106
undefined: remote.TransPipeline
compatibility-test (1.20, ARM64): pkg/remote/custom_meta_handler_test.go#L41
undefined: StreamingMetaHandler
compatibility-test (1.20, ARM64): pkg/remote/custom_meta_handler_test.go#L56
undefined: StreamingMetaHandler
compatibility-test (1.20, ARM64): pkg/remote/custom_meta_handler_test.go#L66
undefined: StreamingMetaHandler
compatibility-test (1.20, ARM64)
The operation was canceled.
compatibility-test (1.23, ARM64)
The job was canceled because "_1_19_ARM64" failed.
compatibility-test (1.23, ARM64): internal/mocks/transhandlerclient.go#L39
cannot use f.hdlr (variable of type *MockCliTransHandler) as remote.ClientTransHandler value in return statement: *MockCliTransHandler does not implement remote.ClientTransHandler (missing method NewStream)
compatibility-test (1.23, ARM64): internal/mocks/transhandlerclient.go#L45
undefined: remote.TransPipeline
compatibility-test (1.23, ARM64): internal/mocks/transhandlerclient.go#L99
undefined: remote.TransPipeline
compatibility-test (1.23, ARM64): internal/mocks/transhandlerserver.go#L40
cannot use f.hdlr (variable of type *MockSvrTransHandler) as remote.ServerTransHandler value in return statement: *MockSvrTransHandler does not implement remote.ServerTransHandler (missing method OnStream)
compatibility-test (1.23, ARM64): internal/mocks/transhandlerserver.go#L46
undefined: remote.TransPipeline
compatibility-test (1.23, ARM64): internal/mocks/transhandlerserver.go#L106
undefined: remote.TransPipeline
compatibility-test (1.23, ARM64): pkg/remote/custom_meta_handler_test.go#L41
undefined: StreamingMetaHandler
compatibility-test (1.23, ARM64): pkg/remote/custom_meta_handler_test.go#L56
undefined: StreamingMetaHandler
compatibility-test (1.23, ARM64): pkg/remote/custom_meta_handler_test.go#L66
undefined: StreamingMetaHandler
compatibility-test (1.23, ARM64)
The operation was canceled.