~/src/github.com/openstack-k8s-operators/watcher-operator ~/ci-framework-data/artifacts test -f go.work || GOTOOLCHAIN=go1.24.0 go work init go work use . go work use ./api go work sync go: downloading github.com/openstack-k8s-operators/infra-operator/apis v0.6.1-0.20251110170511-c2d4a351a7c3 go: downloading github.com/openstack-k8s-operators/lib-common/modules/common v0.6.1-0.20251103072528-9eb684fef4ef go: downloading github.com/openstack-k8s-operators/mariadb-operator/api v0.6.1-0.20251110170510-e669472c745c go: downloading github.com/openstack-k8s-operators/lib-common/modules/test v0.6.1-0.20251103072528-9eb684fef4ef go: downloading github.com/openstack-k8s-operators/lib-common/modules/storage v0.6.1-0.20251103072528-9eb684fef4ef mkdir -p /home/zuul/src/github.com/openstack-k8s-operators/watcher-operator/bin test -s /home/zuul/src/github.com/openstack-k8s-operators/watcher-operator/bin/controller-gen && /home/zuul/src/github.com/openstack-k8s-operators/watcher-operator/bin/controller-gen --version | grep -q v0.18.0 || \ GOBIN=/home/zuul/src/github.com/openstack-k8s-operators/watcher-operator/bin go install sigs.k8s.io/controller-tools/cmd/controller-gen@v0.18.0 /home/zuul/src/github.com/openstack-k8s-operators/watcher-operator/bin/controller-gen rbac:roleName=manager-role crd webhook paths="./..." output:crd:artifacts:config=config/crd/bases && \ rm -f api/bases/* && cp -a config/crd/bases api/ ~/ci-framework-data/artifacts