~/src/github.com/openstack-k8s-operators/install_yamls ~/ci-framework-data/artifacts error: the server doesn't have a resource type "openstackversion" # call make_openstack if it isn't already bash -c '(oc get subscription -n openstack-operators openstack-operator || make openstack) || true' Error from server (NotFound): namespaces "openstack-operators" not found make[1]: Entering directory '/home/zuul/src/github.com/openstack-k8s-operators/install_yamls' error: the server doesn't have a resource type "openstackversion" bash scripts/validate-marketplace.sh + '[' -z 500s ']' + OPERATOR_NAMESPACE=openshift-marketplace + oc get pods -n openshift-marketplace + grep CrashLoopBackOff + '[' 1 -eq 0 ']' + OPERATORS='openshift-cert-manager-operator kubernetes-nmstate-operator metallb-operator' + for operator in $OPERATORS + n=0 + retries=20 + true + oc get packagemanifests -n openshift-marketplace + grep openshift-cert-manager-operator openshift-cert-manager-operator Red Hat Operators 369d + '[' 0 -eq 0 ']' + break + for operator in $OPERATORS + n=0 + retries=20 + true + oc get packagemanifests -n openshift-marketplace + grep kubernetes-nmstate-operator kubernetes-nmstate-operator Red Hat Operators 369d + '[' 0 -eq 0 ']' + break + for operator in $OPERATORS + n=0 + retries=20 + true + oc get packagemanifests -n openshift-marketplace + grep metallb-operator metallb-operator Red Hat Operators 369d + '[' 0 -eq 0 ']' + break bash scripts/gen-namespace.sh + '[' -z /home/zuul/src/github.com/openstack-k8s-operators/install_yamls/out ']' + '[' -z metallb-system ']' + OUT_DIR=/home/zuul/src/github.com/openstack-k8s-operators/install_yamls/out/metallb-system + '[' '!' -d /home/zuul/src/github.com/openstack-k8s-operators/install_yamls/out/metallb-system ']' + mkdir -p /home/zuul/src/github.com/openstack-k8s-operators/install_yamls/out/metallb-system + cat oc apply -f /home/zuul/src/github.com/openstack-k8s-operators/install_yamls/out/metallb-system/namespace.yaml namespace/metallb-system created timeout 500s bash -c "while ! (oc get project.v1.project.openshift.io metallb-system); do sleep 1; done" NAME DISPLAY NAME STATUS metallb-system Active bash scripts/gen-olm-metallb.sh + '[' -z /home/zuul/src/github.com/openstack-k8s-operators/install_yamls/out/openstack-operators/metallb/op ']' + '[' '!' -d /home/zuul/src/github.com/openstack-k8s-operators/install_yamls/out/openstack-operators/metallb/op ']' + mkdir -p /home/zuul/src/github.com/openstack-k8s-operators/install_yamls/out/openstack-operators/metallb/op + '[' -z /home/zuul/src/github.com/openstack-k8s-operators/install_yamls/out/metallb-system/metallb/cr ']' + '[' '!' -d /home/zuul/src/github.com/openstack-k8s-operators/install_yamls/out/metallb-system/metallb/cr ']' + mkdir -p /home/zuul/src/github.com/openstack-k8s-operators/install_yamls/out/metallb-system/metallb/cr + echo OPERATOR_DIR /home/zuul/src/github.com/openstack-k8s-operators/install_yamls/out/openstack-operators/metallb/op OPERATOR_DIR /home/zuul/src/github.com/openstack-k8s-operators/install_yamls/out/openstack-operators/metallb/op + echo DEPLOY_DIR /home/zuul/src/github.com/openstack-k8s-operators/install_yamls/out/metallb-system/metallb/cr DEPLOY_DIR /home/zuul/src/github.com/openstack-k8s-operators/install_yamls/out/metallb-system/metallb/cr + echo INTERFACE INTERFACE + cat + cat + cat oc apply -f /home/zuul/src/github.com/openstack-k8s-operators/install_yamls/out/openstack-operators/metallb/op operatorgroup.operators.coreos.com/metallb-operator created subscription.operators.coreos.com/metallb-operator-sub created timeout 500s bash -c "while ! (oc get pod --no-headers=true -l control-plane=controller-manager -n metallb-system| grep metallb-operator-controller); do sleep 10; done" No resources found in metallb-system namespace. No resources found in metallb-system namespace. No resources found in metallb-system namespace. metallb-operator-controller-manager-59bc9b75f6-xcft9 0/1 ContainerCreating 0 4s oc wait pod -n metallb-system --for condition=Ready -l control-plane=controller-manager --timeout=500s pod/metallb-operator-controller-manager-59bc9b75f6-xcft9 condition met timeout 500s bash -c "while ! (oc get pod --no-headers=true -l component=webhook-server -n metallb-system| grep metallb-operator-webhook); do sleep 10; done" metallb-operator-webhook-server-55c455cf9-gfdfh 1/1 Running 0 2m oc wait pod -n metallb-system --for condition=Ready -l component=webhook-server --timeout=500s pod/metallb-operator-webhook-server-55c455cf9-gfdfh condition met oc apply -f /home/zuul/src/github.com/openstack-k8s-operators/install_yamls/out/metallb-system/metallb/cr/deploy_operator.yaml metallb.metallb.io/metallb created timeout 500s bash -c "while ! (oc get pod --no-headers=true -l component=speaker -n metallb-system | grep speaker); do sleep 10; done" No resources found in metallb-system namespace. speaker-6h26k 0/2 ContainerCreating 0 10s oc wait pod -n metallb-system -l component=speaker --for condition=Ready --timeout=500s pod/speaker-6h26k condition met make operator_namespace make[2]: Entering directory '/home/zuul/src/github.com/openstack-k8s-operators/install_yamls' error: the server doesn't have a resource type "openstackversion" bash scripts/gen-namespace.sh + '[' -z /home/zuul/src/github.com/openstack-k8s-operators/install_yamls/out ']' + '[' -z cert-manager-operator ']' + OUT_DIR=/home/zuul/src/github.com/openstack-k8s-operators/install_yamls/out/cert-manager-operator + '[' '!' -d /home/zuul/src/github.com/openstack-k8s-operators/install_yamls/out/cert-manager-operator ']' + mkdir -p /home/zuul/src/github.com/openstack-k8s-operators/install_yamls/out/cert-manager-operator + cat oc apply -f /home/zuul/src/github.com/openstack-k8s-operators/install_yamls/out/cert-manager-operator/namespace.yaml namespace/cert-manager-operator created timeout 500s bash -c "while ! (oc get project.v1.project.openshift.io cert-manager-operator); do sleep 1; done" NAME DISPLAY NAME STATUS cert-manager-operator Active oc project cert-manager-operator Now using project "cert-manager-operator" on server "https://api.crc.testing:6443". make[2]: Leaving directory '/home/zuul/src/github.com/openstack-k8s-operators/install_yamls' bash scripts/gen-olm-cert-manager.sh + '[' -z /home/zuul/src/github.com/openstack-k8s-operators/install_yamls/out/cert-manager-operator/cert-manager/op ']' + '[' -z cert-manager-operator ']' + '[' -z stable-v1 ']' + '[' '!' -d /home/zuul/src/github.com/openstack-k8s-operators/install_yamls/out/cert-manager-operator/cert-manager/op ']' + mkdir -p /home/zuul/src/github.com/openstack-k8s-operators/install_yamls/out/cert-manager-operator/cert-manager/op + echo OPERATOR_DIR /home/zuul/src/github.com/openstack-k8s-operators/install_yamls/out/cert-manager-operator/cert-manager/op OPERATOR_DIR /home/zuul/src/github.com/openstack-k8s-operators/install_yamls/out/cert-manager-operator/cert-manager/op + echo OPERATOR_NAMESPACE cert-manager-operator OPERATOR_NAMESPACE cert-manager-operator + echo CHANNEL stable-v1 CHANNEL stable-v1 + cat + cat oc apply -f /home/zuul/src/github.com/openstack-k8s-operators/install_yamls/out/cert-manager-operator/cert-manager/op operatorgroup.operators.coreos.com/cert-manager-operator-bccwx created subscription.operators.coreos.com/openshift-cert-manager-operator created while ! (oc get pod --no-headers=true -l name=cert-manager-operator -n cert-manager-operator| grep "cert-manager-operator"); do sleep 10; done No resources found in cert-manager-operator namespace. No resources found in cert-manager-operator namespace. No resources found in cert-manager-operator namespace. No resources found in cert-manager-operator namespace. No resources found in cert-manager-operator namespace. No resources found in cert-manager-operator namespace. No resources found in cert-manager-operator namespace. No resources found in cert-manager-operator namespace. No resources found in cert-manager-operator namespace. No resources found in cert-manager-operator namespace. No resources found in cert-manager-operator namespace. No resources found in cert-manager-operator namespace. No resources found in cert-manager-operator namespace. No resources found in cert-manager-operator namespace. No resources found in cert-manager-operator namespace. No resources found in cert-manager-operator namespace. No resources found in cert-manager-operator namespace. No resources found in cert-manager-operator namespace. No resources found in cert-manager-operator namespace. No resources found in cert-manager-operator namespace. No resources found in cert-manager-operator namespace. No resources found in cert-manager-operator namespace. No resources found in cert-manager-operator namespace. No resources found in cert-manager-operator namespace. No resources found in cert-manager-operator namespace. cert-manager-operator-controller-manager-66c8bdd694-2xc6d 0/1 ContainerCreating 0 2s oc wait pod -n cert-manager-operator --for condition=Ready -l name=cert-manager-operator --timeout=300s pod/cert-manager-operator-controller-manager-66c8bdd694-2xc6d condition met while ! (oc get pod --no-headers=true -l app=cainjector -n cert-manager | grep "cert-manager-cainjector"); do sleep 10; done No resources found in cert-manager namespace. cert-manager-cainjector-5545bd876-wvx7l 0/1 ErrImagePull 0 5s oc wait pod -n cert-manager -l app=cainjector --for condition=Ready --timeout=300s