Skip to content

feat: feature discovery enablement #573

feat: feature discovery enablement

feat: feature discovery enablement #573

Triggered via pull request December 22, 2023 15:57
Status Failure
Total duration 26m 36s
Artifacts

tests.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

12 errors
lint: operator/inventory/featureDiscoveryClient.go#L142
err113: do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"watcher channel closed unexpectedly\")" (goerr113)
lint: operator/inventory/featureDiscoveryClient.go#L190
err113: do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"timeout waiting for pod %s to become ready\", pod.Name)" (goerr113)
lint: operator/inventory/featureDiscoveryClient.go#L216
err113: do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"failed to connect to pod IP %s: %v\", pod.Status.PodIP, err)" (goerr113)
lint: operator/inventory/featureDiscoveryClient.go#L225
err113: do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"could not query node for pod IP %s: %v\", pod.Status.PodIP, err)" (goerr113)
lint: operator/inventory/featureDiscoveryClient.go#L233
err113: do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"stream closed for pod UID %s: %v\", pod.UID, err)" (goerr113)
lint: operator/inventory/featureDiscoveryClient.go#L266
err113: do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"error obtaining in-cluster config: %v\", err)" (goerr113)
lint: operator/inventory/featureDiscoveryClient.go#L271
err113: do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"error creating Kubernetes client: %v\", err)" (goerr113)
lint: operator/inventory/featureDiscoveryClient.go#L326
err113: do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"HTTP server error: %v\", err)" (goerr113)
lint
Process completed with exit code 2.
lint: operator/inventory/featureDiscoveryClient.go#L214
SA1019: grpc.WithInsecure is deprecated: use WithTransportCredentials and insecure.NewCredentials() instead. Will be supported throughout 1.x. (staticcheck)
lint: gateway/rest/router.go#L10
SA1019: "io/ioutil" has been deprecated since Go 1.19: As of Go 1.16, the same functionality is now provided by package [io] or package [os], and those implementations should be preferred in new code. See the specific function documentation for details. (staticcheck)
integration-tests / crd-e2e
Process completed with exit code 2.