Skip to content

Add metrics for principal cache memory usage #931

Add metrics for principal cache memory usage

Add metrics for principal cache memory usage #931

Triggered via pull request September 10, 2024 06:39
Status Failure
Total duration 1m 11s
Artifacts

docker-build-publish.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
build: handler/grpc_option_test.go#L121
cannot use a (variable of type *service.AuthorizerdMock) as service.Authorizationd value in struct literal: *service.AuthorizerdMock does not implement service.Authorizationd (wrong type for method GetPolicyCache)
build: handler/grpc_test.go#L126
cannot use &service.AuthorizerdMock{…} (value of type *service.AuthorizerdMock) as service.Authorizationd value in argument to WithAuthorizationd: *service.AuthorizerdMock does not implement service.Authorizationd (wrong type for method GetPolicyCache)
build: handler/grpc_test.go#L295
cannot use &service.AuthorizerdMock{…} (value of type *service.AuthorizerdMock) as service.Authorizationd value in argument to WithAuthorizationd: *service.AuthorizerdMock does not implement service.Authorizationd (wrong type for method GetPolicyCache)
build: handler/grpc_test.go#L374
cannot use &service.AuthorizerdMock{…} (value of type *service.AuthorizerdMock) as service.Authorizationd value in argument to WithAuthorizationd: *service.AuthorizerdMock does not implement service.Authorizationd (wrong type for method GetPolicyCache)
build: handler/handler_test.go#L129
cannot use &service.AuthorizerdMock{…} (value of type *service.AuthorizerdMock) as service.Authorizationd value in struct literal: *service.AuthorizerdMock does not implement service.Authorizationd (wrong type for method GetPolicyCache)
build: handler/handler_test.go#L220
cannot use &service.AuthorizerdMock{…} (value of type *service.AuthorizerdMock) as service.Authorizationd value in struct literal: *service.AuthorizerdMock does not implement service.Authorizationd (wrong type for method GetPolicyCache)
build: handler/handler_test.go#L295
cannot use &service.AuthorizerdMock{…} (value of type *service.AuthorizerdMock) as service.Authorizationd value in struct literal: *service.AuthorizerdMock does not implement service.Authorizationd (wrong type for method GetPolicyCache)
build: handler/handler_test.go#L335
cannot use &service.AuthorizerdMock{…} (value of type *service.AuthorizerdMock) as service.Authorizationd value in struct literal: *service.AuthorizerdMock does not implement service.Authorizationd (wrong type for method GetPolicyCache)
build: handler/handler_test.go#L364
cannot use &service.AuthorizerdMock{…} (value of type *service.AuthorizerdMock) as service.Authorizationd value in struct literal: *service.AuthorizerdMock does not implement service.Authorizationd (wrong type for method GetPolicyCache)
build: handler/handler_test.go#L403
cannot use &service.AuthorizerdMock{…} (value of type *service.AuthorizerdMock) as service.Authorizationd value in struct literal: *service.AuthorizerdMock does not implement service.Authorizationd (wrong type for method GetPolicyCache)
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build
Both go-version and go-version-file inputs are specified, only go-version will be used