Skip to content

Draft: Add more logs to computedomain manager #88

Draft: Add more logs to computedomain manager

Draft: Add more logs to computedomain manager #88

Triggered via pull request March 24, 2025 22:14
Status Failure
Total duration 3m 54s
Artifacts

basic-checks.yaml

on: pull_request
variables  /  variables
4s
variables / variables
golang  /  check
46s
golang / check
golang  /  Unit test
1m 53s
golang / Unit test
golang  /  Build
30s
golang / Build
code-scanning  /  Analyze Go code with CodeQL
3m 33s
code-scanning / Analyze Go code with CodeQL
Fit to window
Zoom out
Zoom in

Annotations

9 errors
golang / check: cmd/compute-domain-controller/controller.go#L23
File is not properly formatted (goimports)
golang / check: cmd/compute-domain-controller/cleanup.go#L77
printf: (k8s.io/klog/v2.Verbose).Info call has possible Printf formatting directive %T (govet)
golang / check: cmd/compute-domain-controller/cleanup.go#L83
printf: (k8s.io/klog/v2.Verbose).Info call has possible Printf formatting directive %T (govet)
golang / check: cmd/compute-domain-controller/indexers.go#L63
printf: (k8s.io/klog/v2.Verbose).Info call has possible Printf formatting directive %s (govet)
golang / check
issues found
golang / Unit test: cmd/compute-domain-controller/cleanup.go#L77
(k8s.io/klog/v2.Verbose).Info call has possible Printf formatting directive %T
golang / Unit test: cmd/compute-domain-controller/cleanup.go#L83
(k8s.io/klog/v2.Verbose).Info call has possible Printf formatting directive %T
golang / Unit test: cmd/compute-domain-controller/indexers.go#L63
(k8s.io/klog/v2.Verbose).Info call has possible Printf formatting directive %s
golang / Unit test
Process completed with exit code 2.