~/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 228d + '[' 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 228d + '[' 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 228d + '[' 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. metallb-operator-controller-manager-dc79f4b99-bwghp 0/1 ContainerCreating 0 3s oc wait pod -n metallb-system --for condition=Ready -l control-plane=controller-manager --timeout=500s pod/metallb-operator-controller-manager-dc79f4b99-bwghp 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-96cdc9b7f-t564c 1/1 Running 0 40s oc wait pod -n metallb-system --for condition=Ready -l component=webhook-server --timeout=500s pod/metallb-operator-webhook-server-96cdc9b7f-t564c 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-zhz54 1/2 Running 0 10s oc wait pod -n metallb-system -l component=speaker --for condition=Ready --timeout=500s pod/speaker-zhz54 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. cert-manager-operator-controller-manager-57cd46d6d-r2qqt 0/1 ContainerCreating 0 1s oc wait pod -n cert-manager-operator --for condition=Ready -l name=cert-manager-operator --timeout=300s pod/cert-manager-operator-controller-manager-57cd46d6d-r2qqt 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-7d9f95dbf-tbxf6 0/1 ContainerCreating 0 3s oc wait pod -n cert-manager -l app=cainjector --for condition=Ready --timeout=300s pod/cert-manager-cainjector-7d9f95dbf-tbxf6 condition met while ! (oc get pod --no-headers=true -l app=webhook -n cert-manager | grep "cert-manager-webhook"); do sleep 10; done cert-manager-webhook-d969966f-nr5fz 0/1 Running 0 9s oc wait pod -n cert-manager -l app=webhook --for condition=Ready --timeout=300s pod/cert-manager-webhook-d969966f-nr5fz condition met while ! (oc get pod --no-headers=true -l app=cert-manager -n cert-manager | grep "cert-manager"); do sleep 10; done No resources found in cert-manager namespace. cert-manager-7d4cc89fcb-pqbn4 1/1 Running 0 8s oc wait pod -n cert-manager -l app=cert-manager --for condition=Ready --timeout=300s pod/cert-manager-7d4cc89fcb-pqbn4 condition met bash scripts/gen-olm.sh + '[' -z openstack-operators ']' + '[' -z openstack ']' + '[' -z quay.io/openstack-k8s-operators/openstack-operator-index:latest ']' + '[' -z /home/zuul/src/github.com/openstack-k8s-operators/install_yamls/out/openstack-operators/openstack/op ']' + '[' '!' -d /home/zuul/src/github.com/openstack-k8s-operators/install_yamls/out/openstack-operators/openstack/op ']' + mkdir -p /home/zuul/src/github.com/openstack-k8s-operators/install_yamls/out/openstack-operators/openstack/op + OPERATOR_CHANNEL=alpha + OPERATOR_SOURCE=openstack-operator-index + OPERATOR_SOURCE_NAMESPACE=openstack-operators + echo OPERATOR_DIR /home/zuul/src/github.com/openstack-k8s-operators/install_yamls/out/openstack-operators/openstack/op OPERATOR_DIR /home/zuul/src/github.com/openstack-k8s-operators/install_yamls/out/openstack-operators/openstack/op + echo OPERATOR_CHANNEL alpha OPERATOR_CHANNEL alpha + echo OPERATOR_SOURCE openstack-operator-index OPERATOR_SOURCE openstack-operator-index + echo OPERATOR_SOURCE_NAMESPACE openstack-operators OPERATOR_SOURCE_NAMESPACE openstack-operators + cat + cat + cat bash scripts/gen-namespace.sh + '[' -z /home/zuul/src/github.com/openstack-k8s-operators/install_yamls/out ']' + '[' -z openstack-operators ']' + OUT_DIR=/home/zuul/src/github.com/openstack-k8s-operators/install_yamls/out/openstack-operators + '[' '!' -d /home/zuul/src/github.com/openstack-k8s-operators/install_yamls/out/openstack-operators ']' + cat oc apply -f /home/zuul/src/github.com/openstack-k8s-operators/install_yamls/out/openstack-operators/namespace.yaml namespace/openstack-operators created timeout 500s bash -c "while ! (oc get project.v1.project.openshift.io openstack-operators); do sleep 1; done" NAME DISPLAY NAME STATUS openstack-operators Active oc project openstack-operators Now using project "openstack-operators" on server "https://api.crc.testing:6443". oc apply -f /home/zuul/src/github.com/openstack-k8s-operators/install_yamls/out/openstack-operators/openstack/op catalogsource.operators.coreos.com/openstack-operator-index created operatorgroup.operators.coreos.com/openstack created subscription.operators.coreos.com/openstack-operator created make[1]: Leaving directory '/home/zuul/src/github.com/openstack-k8s-operators/install_yamls' timeout 500s bash -c 'until $(oc get csv -l operators.coreos.com/openstack-operator.openstack-operators -n openstack-operators | grep -q Succeeded); do sleep 1; done' No resources found in openstack-operators namespace. No resources found in openstack-operators namespace. No resources found in openstack-operators namespace. No resources found in openstack-operators namespace. No resources found in openstack-operators namespace. No resources found in openstack-operators namespace. No resources found in openstack-operators namespace. No resources found in openstack-operators namespace. No resources found in openstack-operators namespace. No resources found in openstack-operators namespace. No resources found in openstack-operators namespace. No resources found in openstack-operators namespace. No resources found in openstack-operators namespace. No resources found in openstack-operators namespace. No resources found in openstack-operators namespace. No resources found in openstack-operators namespace. No resources found in openstack-operators namespace. No resources found in openstack-operators namespace. No resources found in openstack-operators namespace. No resources found in openstack-operators namespace. No resources found in openstack-operators namespace. ~/ci-framework-data/artifacts