Skip to content

Container stats collections #1693

Container stats collections

Container stats collections #1693

Triggered via pull request January 15, 2025 19:32
@anjmaoanjmao
synchronize #448
cont-metrics
Status Failure
Total duration 2m 40s
Artifacts

build.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors
Build: cmd/controller/state/castai_controller_test.go#L66
cannot use client (variable of type *testGrpcClient) as "github.com/castai/kvisor/api/v1/runtime".RuntimeSecurityAgentAPIClient value in struct literal: *testGrpcClient does not implement "github.com/castai/kvisor/api/v1/runtime".RuntimeSecurityAgentAPIClient (missing method StatsWriteStream)
Build: cmd/controller/state/castai_controller_test.go#L78
cannot use testGrpcClient{} (value of type testGrpcClient) as "github.com/castai/kvisor/api/v1/runtime".RuntimeSecurityAgentAPIClient value in variable declaration: testGrpcClient does not implement "github.com/castai/kvisor/api/v1/runtime".RuntimeSecurityAgentAPIClient (missing method StatsWriteStream)
Build: cmd/controller/state/castai_controller_test.go#L127
undefined: castaipb.RuntimeSecurityAgentAPI_ContainerStatsWriteStreamClient
Build: pkg/castai/client_test.go#L33
cannot use srv (variable of type *testServer) as v1.RuntimeSecurityAgentAPIServer value in argument to castaipb.RegisterRuntimeSecurityAgentAPIServer: *testServer does not implement v1.RuntimeSecurityAgentAPIServer (missing method StatsWriteStream)
Build: pkg/castai/client_test.go#L157
undefined: castaipb.RuntimeSecurityAgentAPI_ContainerStatsWriteStreamServer
Build: pkg/castai/write_stream_test.go#L49
cannot use srv (variable of type *testServer) as v1.RuntimeSecurityAgentAPIServer value in argument to castaipb.RegisterRuntimeSecurityAgentAPIServer: *testServer does not implement v1.RuntimeSecurityAgentAPIServer (missing method StatsWriteStream)
Build
Process completed with exit code 1.