Created attachment 1847338 [details] Email from ART build system Description of problem: ART automated builds are failing because `make manager` tries to download controller-gen. Email is attached to this BZ.
@dpaolell triggered a build against https://github.com/openshift/special-resource-operator/pull/87, which was successful: https://brewweb.engineering.redhat.com/brew/taskinfo?taskID=42050126
Verified Results: [ocpadmin@ec2-18-217-45-133 special-resource-operator]$ head tools.go //go:build tools // +build tools package main import ( _ "sigs.k8s.io/controller-tools/cmd/controller-gen" ) // This file imports packages that are used when running go generate, or used [ocpadmin@ec2-18-217-45-133 special-resource-operator]$ make manager cp .patches/options.patch.go vendor/github.com/google/go-containerregistry/pkg/crane/. cp .patches/action.patch.go vendor/helm.sh/helm/v3/pkg/action/. cp .patches/install.patch.go vendor/helm.sh/helm/v3/pkg/action/. go run sigs.k8s.io/controller-tools/cmd/controller-gen object:headerFile="hack/boilerplate.go.txt" paths="./..." go build -o manager main.go
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (Moderate: OpenShift Container Platform 4.10.3 security update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2022:0056