Skip to content

fix: propagation of cvmfs alien and local cache #3

fix: propagation of cvmfs alien and local cache

fix: propagation of cvmfs alien and local cache #3

Triggered via pull request September 13, 2024 13:46
Status Failure
Total duration 39s
Artifacts

ci-test-go.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors
test: internal/cvmfs/identity/csiserver.go#L33
cannot use (*Server)(nil) (value of type *Server) as csi.IdentityServer value in variable declaration: *Server does not implement csi.IdentityServer (missing method mustEmbedUnimplementedIdentityServer)
test: internal/cvmfs/controller/csiserver.go#L34
cannot use (*Server)(nil) (value of type *Server) as csi.ControllerServer value in variable declaration: *Server does not implement csi.ControllerServer (missing method mustEmbedUnimplementedControllerServer)
test: internal/cvmfs/node/csiserver.go#L47
cannot use (*Server)(nil) (value of type *Server) as csi.NodeServer value in variable declaration: *Server does not implement csi.NodeServer (missing method mustEmbedUnimplementedNodeServer)
test
Process completed with exit code 1.