Skip to content

fix: update protoc gen && gen proto #1092

fix: update protoc gen && gen proto

fix: update protoc gen && gen proto #1092

Triggered via pull request January 15, 2025 06:39
Status Failure
Total duration 9m 20s
Artifacts

chatci.yml

on: pull_request
Matrix: Execute OpenIM Script On Linux
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 1 warning
Execute OpenIM Script On Linux (amd64): internal/rpc/admin/start.go#L71
cannot use &srv (value of type *adminServer) as "github.com/openimsdk/chat/pkg/protocol/admin".AdminServer value in argument to adminpb.RegisterAdminServer: *adminServer does not implement "github.com/openimsdk/chat/pkg/protocol/admin".AdminServer (missing method mustEmbedUnimplementedAdminServer)
Execute OpenIM Script On Linux (amd64): internal/rpc/admin/start.go#L71
cannot use &srv (value of type *adminServer) as "github.com/openimsdk/chat/pkg/protocol/admin".AdminServer value in argument to adminpb.RegisterAdminServer: *adminServer does not implement "github.com/openimsdk/chat/pkg/protocol/admin".AdminServer (missing method mustEmbedUnimplementedAdminServer)
Execute OpenIM Script On Linux (amd64): internal/rpc/admin/start.go#L71
cannot use &srv (value of type *adminServer) as "github.com/openimsdk/chat/pkg/protocol/admin".AdminServer value in argument to adminpb.RegisterAdminServer: *adminServer does not implement "github.com/openimsdk/chat/pkg/protocol/admin".AdminServer (missing method mustEmbedUnimplementedAdminServer)
Execute OpenIM Script On Linux (amd64): internal/rpc/admin/start.go#L71
cannot use &srv (value of type *adminServer) as "github.com/openimsdk/chat/pkg/protocol/admin".AdminServer value in argument to adminpb.RegisterAdminServer: *adminServer does not implement "github.com/openimsdk/chat/pkg/protocol/admin".AdminServer (missing method mustEmbedUnimplementedAdminServer)
Execute OpenIM Script On Linux (amd64): internal/rpc/chat/start.go#L72
cannot use &srv (value of type *chatSvr) as "github.com/openimsdk/chat/pkg/protocol/chat".ChatServer value in argument to chat.RegisterChatServer: *chatSvr does not implement "github.com/openimsdk/chat/pkg/protocol/chat".ChatServer (missing method mustEmbedUnimplementedChatServer)
Execute OpenIM Script On Linux (amd64): internal/rpc/chat/start.go#L72
cannot use &srv (value of type *chatSvr) as "github.com/openimsdk/chat/pkg/protocol/chat".ChatServer value in argument to chat.RegisterChatServer: *chatSvr does not implement "github.com/openimsdk/chat/pkg/protocol/chat".ChatServer (missing method mustEmbedUnimplementedChatServer)
Execute OpenIM Script On Linux (amd64): internal/rpc/chat/start.go#L72
cannot use &srv (value of type *chatSvr) as "github.com/openimsdk/chat/pkg/protocol/chat".ChatServer value in argument to chat.RegisterChatServer: *chatSvr does not implement "github.com/openimsdk/chat/pkg/protocol/chat".ChatServer (missing method mustEmbedUnimplementedChatServer)
Execute OpenIM Script On Linux (amd64): internal/rpc/chat/start.go#L72
cannot use &srv (value of type *chatSvr) as "github.com/openimsdk/chat/pkg/protocol/chat".ChatServer value in argument to chat.RegisterChatServer: *chatSvr does not implement "github.com/openimsdk/chat/pkg/protocol/chat".ChatServer (missing method mustEmbedUnimplementedChatServer)
Execute OpenIM Script On Linux (amd64)
Process completed with exit code 1.
Execute OpenIM Script On Linux (amd64)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636