Skip to content

fix(deps): update module github.com/container-storage-interface/spec to v1.10.0 (main) #11984

fix(deps): update module github.com/container-storage-interface/spec to v1.10.0 (main)

fix(deps): update module github.com/container-storage-interface/spec to v1.10.0 (main) #11984

Triggered via pull request July 5, 2024 23:03
Status Failure
Total duration 3m 0s
Artifacts

ci.yaml

on: pull_request
Prepare properties
8s
Prepare properties
Run helm unit tests
8s
Run helm unit tests
Run helm linting
7s
Run helm linting
Code security scanning alerts
26s
Code security scanning alerts
Lint markdown files
11s
Lint markdown files
Check uncommitted changes in api docs action
40s
Check uncommitted changes in api docs action
Matrix: Build images
Matrix: Push images
Create manifest
0s
Create manifest
Fit to window
Zoom out
Zoom in

Annotations

15 errors and 3 warnings
Run linting: cmd/csi/server/builder.go#L7
could not import github.com/Dynatrace/dynatrace-operator/pkg/controllers/csi/driver (-: # github.com/Dynatrace/dynatrace-operator/pkg/controllers/csi/driver
Run linting: pkg/controllers/csi/driver/server.go#L53
cannot use &Server{} (value of type *Server) as csi.IdentityServer value in variable declaration: *Server does not implement csi.IdentityServer (missing method mustEmbedUnimplementedIdentityServer)
Run linting: pkg/controllers/csi/driver/server.go#L54
cannot use &Server{} (value of type *Server) as csi.NodeServer value in variable declaration: *Server does not implement csi.NodeServer (missing method mustEmbedUnimplementedNodeServer)
Run linting: pkg/controllers/csi/driver/server.go#L119
cannot use svr (variable of type *Server) as csi.IdentityServer value in argument to csi.RegisterIdentityServer: *Server does not implement csi.IdentityServer (missing method mustEmbedUnimplementedIdentityServer)
Run linting: pkg/controllers/csi/driver/server.go#L120
cannot use svr (variable of type *Server) as csi.NodeServer value in argument to csi.RegisterNodeServer: *Server does not implement csi.NodeServer (missing method mustEmbedUnimplementedNodeServer)) (typecheck)
Run linting: pkg/controllers/csi/driver/server.go#L53
cannot use &Server{} (value of type *Server) as csi.IdentityServer value in variable declaration: *Server does not implement csi.IdentityServer (missing method mustEmbedUnimplementedIdentityServer)
Run linting: pkg/controllers/csi/driver/server.go#L54
cannot use &Server{} (value of type *Server) as csi.NodeServer value in variable declaration: *Server does not implement csi.NodeServer (missing method mustEmbedUnimplementedNodeServer)
Run linting: pkg/controllers/csi/driver/server.go#L119
cannot use svr (variable of type *Server) as csi.IdentityServer value in argument to csi.RegisterIdentityServer: *Server does not implement csi.IdentityServer (missing method mustEmbedUnimplementedIdentityServer)
Run linting: pkg/controllers/csi/driver/server.go#L120
cannot use svr (variable of type *Server) as csi.NodeServer value in argument to csi.RegisterNodeServer: *Server does not implement csi.NodeServer (missing method mustEmbedUnimplementedNodeServer) (typecheck)
Run linting
issues found
Run unit tests: pkg/controllers/csi/driver/server.go#L53
cannot use &Server{} (value of type *Server) as csi.IdentityServer value in variable declaration: *Server does not implement csi.IdentityServer (missing method mustEmbedUnimplementedIdentityServer)
Run unit tests: pkg/controllers/csi/driver/server.go#L54
cannot use &Server{} (value of type *Server) as csi.NodeServer value in variable declaration: *Server does not implement csi.NodeServer (missing method mustEmbedUnimplementedNodeServer)
Run unit tests: pkg/controllers/csi/driver/server.go#L119
cannot use svr (variable of type *Server) as csi.IdentityServer value in argument to csi.RegisterIdentityServer: *Server does not implement csi.IdentityServer (missing method mustEmbedUnimplementedIdentityServer)
Run unit tests: pkg/controllers/csi/driver/server.go#L120
cannot use svr (variable of type *Server) as csi.NodeServer value in argument to csi.RegisterNodeServer: *Server does not implement csi.NodeServer (missing method mustEmbedUnimplementedNodeServer)
Run unit tests
Process completed with exit code 2.
Run helm linting
Input 'token' has been deprecated with message: GitHub token is no longer required
Run helm unit tests
Input 'token' has been deprecated with message: GitHub token is no longer required
Check uncommitted changes in api docs action
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/