Skip to content

deps: update github.com/container-storage-interface/spec #1155

deps: update github.com/container-storage-interface/spec

deps: update github.com/container-storage-interface/spec #1155

Triggered via pull request September 6, 2024 15:05
Status Failure
Total duration 4m 0s
Artifacts

test.yml

on: pull_request
Matrix: kubernetes
Fit to window
Zoom out
Zoom in

Annotations

30 errors
test: cmd/aio/main.go#L113
cannot use controllerService (variable of type *"github.com/hetznercloud/csi-driver/internal/driver".ControllerService) as "github.com/container-storage-interface/spec/lib/go/csi".ControllerServer value in argument to proto.RegisterControllerServer: *"github.com/hetznercloud/csi-driver/internal/driver".ControllerService does not implement "github.com/container-storage-interface/spec/lib/go/csi".ControllerServer (missing method mustEmbedUnimplementedControllerServer)
test: cmd/aio/main.go#L115
cannot use identityService (variable of type *"github.com/hetznercloud/csi-driver/internal/driver".IdentityService) as "github.com/container-storage-interface/spec/lib/go/csi".IdentityServer value in argument to proto.RegisterIdentityServer: *"github.com/hetznercloud/csi-driver/internal/driver".IdentityService does not implement "github.com/container-storage-interface/spec/lib/go/csi".IdentityServer (missing method mustEmbedUnimplementedIdentityServer)
test: cmd/aio/main.go#L117
cannot use nodeService (variable of type *"github.com/hetznercloud/csi-driver/internal/driver".NodeService) as "github.com/container-storage-interface/spec/lib/go/csi".NodeServer value in argument to proto.RegisterNodeServer: *"github.com/hetznercloud/csi-driver/internal/driver".NodeService does not implement "github.com/container-storage-interface/spec/lib/go/csi".NodeServer (missing method mustEmbedUnimplementedNodeServer)
test: cmd/controller/main.go#L85
cannot use controllerService (variable of type *"github.com/hetznercloud/csi-driver/internal/driver".ControllerService) as "github.com/container-storage-interface/spec/lib/go/csi".ControllerServer value in argument to proto.RegisterControllerServer: *"github.com/hetznercloud/csi-driver/internal/driver".ControllerService does not implement "github.com/container-storage-interface/spec/lib/go/csi".ControllerServer (missing method mustEmbedUnimplementedControllerServer)
test: cmd/controller/main.go#L86
cannot use identityService (variable of type *"github.com/hetznercloud/csi-driver/internal/driver".IdentityService) as "github.com/container-storage-interface/spec/lib/go/csi".IdentityServer value in argument to proto.RegisterIdentityServer: *"github.com/hetznercloud/csi-driver/internal/driver".IdentityService does not implement "github.com/container-storage-interface/spec/lib/go/csi".IdentityServer (missing method mustEmbedUnimplementedIdentityServer)
test: cmd/node/main.go#L84
cannot use identityService (variable of type *"github.com/hetznercloud/csi-driver/internal/driver".IdentityService) as "github.com/container-storage-interface/spec/lib/go/csi".IdentityServer value in argument to proto.RegisterIdentityServer: *"github.com/hetznercloud/csi-driver/internal/driver".IdentityService does not implement "github.com/container-storage-interface/spec/lib/go/csi".IdentityServer (missing method mustEmbedUnimplementedIdentityServer)
test: cmd/node/main.go#L85
cannot use nodeService (variable of type *"github.com/hetznercloud/csi-driver/internal/driver".NodeService) as "github.com/container-storage-interface/spec/lib/go/csi".NodeServer value in argument to proto.RegisterNodeServer: *"github.com/hetznercloud/csi-driver/internal/driver".NodeService does not implement "github.com/container-storage-interface/spec/lib/go/csi".NodeServer (missing method mustEmbedUnimplementedNodeServer)
test: internal/driver/controller_test.go#L18
cannot use (*ControllerService)(nil) (value of type *ControllerService) as "github.com/container-storage-interface/spec/lib/go/csi".ControllerServer value in variable declaration: *ControllerService does not implement "github.com/container-storage-interface/spec/lib/go/csi".ControllerServer (missing method mustEmbedUnimplementedControllerServer)
test: internal/driver/identity_test.go#L11
cannot use (*IdentityService)(nil) (value of type *IdentityService) as "github.com/container-storage-interface/spec/lib/go/csi".IdentityServer value in variable declaration: *IdentityService does not implement "github.com/container-storage-interface/spec/lib/go/csi".IdentityServer (missing method mustEmbedUnimplementedIdentityServer)
test: internal/driver/node_test.go#L17
cannot use (*NodeService)(nil) (value of type *NodeService) as "github.com/container-storage-interface/spec/lib/go/csi".NodeServer value in variable declaration: *NodeService does not implement "github.com/container-storage-interface/spec/lib/go/csi".NodeServer (missing method mustEmbedUnimplementedNodeServer)
kubernetes v1.27
cannot use controllerService (variable of type *"github.com/hetznercloud/csi-driver/internal/driver".ControllerService) as "github.com/container-storage-interface/spec/lib/go/csi".ControllerServer value in argument to proto.RegisterControllerServer: *"github.com/hetznercloud/csi-driver/internal/driver".ControllerService does not implement "github.com/container-storage-interface/spec/lib/go/csi".ControllerServer (missing method mustEmbedUnimplementedControllerServer)
kubernetes v1.27
cannot use identityService (variable of type *"github.com/hetznercloud/csi-driver/internal/driver".IdentityService) as "github.com/container-storage-interface/spec/lib/go/csi".IdentityServer value in argument to proto.RegisterIdentityServer: *"github.com/hetznercloud/csi-driver/internal/driver".IdentityService does not implement "github.com/container-storage-interface/spec/lib/go/csi".IdentityServer (missing method mustEmbedUnimplementedIdentityServer)
kubernetes v1.27
cannot use controllerService (variable of type *"github.com/hetznercloud/csi-driver/internal/driver".ControllerService) as "github.com/container-storage-interface/spec/lib/go/csi".ControllerServer value in argument to proto.RegisterControllerServer: *"github.com/hetznercloud/csi-driver/internal/driver".ControllerService does not implement "github.com/container-storage-interface/spec/lib/go/csi".ControllerServer (missing method mustEmbedUnimplementedControllerServer)
kubernetes v1.27
cannot use identityService (variable of type *"github.com/hetznercloud/csi-driver/internal/driver".IdentityService) as "github.com/container-storage-interface/spec/lib/go/csi".IdentityServer value in argument to proto.RegisterIdentityServer: *"github.com/hetznercloud/csi-driver/internal/driver".IdentityService does not implement "github.com/container-storage-interface/spec/lib/go/csi".IdentityServer (missing method mustEmbedUnimplementedIdentityServer)
kubernetes v1.27
Process completed with exit code 1.
kubernetes v1.28
cannot use controllerService (variable of type *"github.com/hetznercloud/csi-driver/internal/driver".ControllerService) as "github.com/container-storage-interface/spec/lib/go/csi".ControllerServer value in argument to proto.RegisterControllerServer: *"github.com/hetznercloud/csi-driver/internal/driver".ControllerService does not implement "github.com/container-storage-interface/spec/lib/go/csi".ControllerServer (missing method mustEmbedUnimplementedControllerServer)
kubernetes v1.28
cannot use identityService (variable of type *"github.com/hetznercloud/csi-driver/internal/driver".IdentityService) as "github.com/container-storage-interface/spec/lib/go/csi".IdentityServer value in argument to proto.RegisterIdentityServer: *"github.com/hetznercloud/csi-driver/internal/driver".IdentityService does not implement "github.com/container-storage-interface/spec/lib/go/csi".IdentityServer (missing method mustEmbedUnimplementedIdentityServer)
kubernetes v1.28
cannot use controllerService (variable of type *"github.com/hetznercloud/csi-driver/internal/driver".ControllerService) as "github.com/container-storage-interface/spec/lib/go/csi".ControllerServer value in argument to proto.RegisterControllerServer: *"github.com/hetznercloud/csi-driver/internal/driver".ControllerService does not implement "github.com/container-storage-interface/spec/lib/go/csi".ControllerServer (missing method mustEmbedUnimplementedControllerServer)
kubernetes v1.28
cannot use identityService (variable of type *"github.com/hetznercloud/csi-driver/internal/driver".IdentityService) as "github.com/container-storage-interface/spec/lib/go/csi".IdentityServer value in argument to proto.RegisterIdentityServer: *"github.com/hetznercloud/csi-driver/internal/driver".IdentityService does not implement "github.com/container-storage-interface/spec/lib/go/csi".IdentityServer (missing method mustEmbedUnimplementedIdentityServer)
kubernetes v1.28
Process completed with exit code 1.
kubernetes v1.29
cannot use controllerService (variable of type *"github.com/hetznercloud/csi-driver/internal/driver".ControllerService) as "github.com/container-storage-interface/spec/lib/go/csi".ControllerServer value in argument to proto.RegisterControllerServer: *"github.com/hetznercloud/csi-driver/internal/driver".ControllerService does not implement "github.com/container-storage-interface/spec/lib/go/csi".ControllerServer (missing method mustEmbedUnimplementedControllerServer)
kubernetes v1.29
cannot use identityService (variable of type *"github.com/hetznercloud/csi-driver/internal/driver".IdentityService) as "github.com/container-storage-interface/spec/lib/go/csi".IdentityServer value in argument to proto.RegisterIdentityServer: *"github.com/hetznercloud/csi-driver/internal/driver".IdentityService does not implement "github.com/container-storage-interface/spec/lib/go/csi".IdentityServer (missing method mustEmbedUnimplementedIdentityServer)
kubernetes v1.29
cannot use controllerService (variable of type *"github.com/hetznercloud/csi-driver/internal/driver".ControllerService) as "github.com/container-storage-interface/spec/lib/go/csi".ControllerServer value in argument to proto.RegisterControllerServer: *"github.com/hetznercloud/csi-driver/internal/driver".ControllerService does not implement "github.com/container-storage-interface/spec/lib/go/csi".ControllerServer (missing method mustEmbedUnimplementedControllerServer)
kubernetes v1.29
cannot use identityService (variable of type *"github.com/hetznercloud/csi-driver/internal/driver".IdentityService) as "github.com/container-storage-interface/spec/lib/go/csi".IdentityServer value in argument to proto.RegisterIdentityServer: *"github.com/hetznercloud/csi-driver/internal/driver".IdentityService does not implement "github.com/container-storage-interface/spec/lib/go/csi".IdentityServer (missing method mustEmbedUnimplementedIdentityServer)
kubernetes v1.29
Process completed with exit code 1.
kubernetes v1.30
cannot use controllerService (variable of type *"github.com/hetznercloud/csi-driver/internal/driver".ControllerService) as "github.com/container-storage-interface/spec/lib/go/csi".ControllerServer value in argument to proto.RegisterControllerServer: *"github.com/hetznercloud/csi-driver/internal/driver".ControllerService does not implement "github.com/container-storage-interface/spec/lib/go/csi".ControllerServer (missing method mustEmbedUnimplementedControllerServer)
kubernetes v1.30
cannot use identityService (variable of type *"github.com/hetznercloud/csi-driver/internal/driver".IdentityService) as "github.com/container-storage-interface/spec/lib/go/csi".IdentityServer value in argument to proto.RegisterIdentityServer: *"github.com/hetznercloud/csi-driver/internal/driver".IdentityService does not implement "github.com/container-storage-interface/spec/lib/go/csi".IdentityServer (missing method mustEmbedUnimplementedIdentityServer)
kubernetes v1.30
cannot use controllerService (variable of type *"github.com/hetznercloud/csi-driver/internal/driver".ControllerService) as "github.com/container-storage-interface/spec/lib/go/csi".ControllerServer value in argument to proto.RegisterControllerServer: *"github.com/hetznercloud/csi-driver/internal/driver".ControllerService does not implement "github.com/container-storage-interface/spec/lib/go/csi".ControllerServer (missing method mustEmbedUnimplementedControllerServer)
kubernetes v1.30
cannot use identityService (variable of type *"github.com/hetznercloud/csi-driver/internal/driver".IdentityService) as "github.com/container-storage-interface/spec/lib/go/csi".IdentityServer value in argument to proto.RegisterIdentityServer: *"github.com/hetznercloud/csi-driver/internal/driver".IdentityService does not implement "github.com/container-storage-interface/spec/lib/go/csi".IdentityServer (missing method mustEmbedUnimplementedIdentityServer)
kubernetes v1.30
Process completed with exit code 1.