Name: service-telemetry-framework-index-1-build Namespace: service-telemetry Priority: 0 Service Account: builder Node: crc/192.168.126.11 Start Time: Mon, 08 Jun 2026 00:27:31 +0000 Labels: openshift.io/build.name=service-telemetry-framework-index-1 Annotations: k8s.ovn.org/pod-networks: {"default":{"ip_addresses":["10.217.0.58/23"],"mac_address":"0a:58:0a:d9:00:3a","gateway_ips":["10.217.0.1"],"routes":[{"dest":"10.217.0.0... k8s.v1.cni.cncf.io/network-status: [{ "name": "ovn-kubernetes", "interface": "eth0", "ips": [ "10.217.0.58" ], "mac": "0a:58:0a:d9:00:3a", "default": true, "dns": {} }] openshift.io/build.name: service-telemetry-framework-index-1 openshift.io/scc: privileged Status: Succeeded IP: 10.217.0.58 IPs: IP: 10.217.0.58 Controlled By: Build/service-telemetry-framework-index-1 Init Containers: git-clone: Container ID: cri-o://e48a782297782b180ef26b90cd13256390a2428b65e7066b7673a6ecfd600c2f Image: quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:d7a908a23111a624c3fa04dc3105a7a97f48ee60105308bbb6ed42a40d63c2fe Image ID: quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:d7a908a23111a624c3fa04dc3105a7a97f48ee60105308bbb6ed42a40d63c2fe Port: Host Port: SeccompProfile: RuntimeDefault Args: openshift-git-clone --v=0 State: Terminated Reason: Completed Exit Code: 0 Started: Mon, 08 Jun 2026 00:28:27 +0000 Finished: Mon, 08 Jun 2026 00:28:28 +0000 Ready: True Restart Count: 0 Environment: BUILD: {"kind":"Build","apiVersion":"build.openshift.io/v1","metadata":{"name":"service-telemetry-framework-index-1","namespace":"service-telemetry","uid":"30a50e71-cb11-4236-807a-c6f2ae4111ef","resourceVersion":"37168","generation":1,"creationTimestamp":"2026-06-08T00:27:31Z","labels":{"build":"service-telemetry-framework-index","buildconfig":"service-telemetry-framework-index","openshift.io/build-config.name":"service-telemetry-framework-index","openshift.io/build.start-policy":"Serial"},"annotations":{"openshift.io/build-config.name":"service-telemetry-framework-index","openshift.io/build.number":"1"},"ownerReferences":[{"apiVersion":"build.openshift.io/v1","kind":"BuildConfig","name":"service-telemetry-framework-index","uid":"3ef78499-ecae-435b-af78-f73743b5d539","controller":true}],"managedFields":[{"manager":"openshift-apiserver","operation":"Update","apiVersion":"build.openshift.io/v1","time":"2026-06-08T00:27:31Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:openshift.io/build-config.name":{},"f:openshift.io/build.number":{}},"f:labels":{".":{},"f:build":{},"f:buildconfig":{},"f:openshift.io/build-config.name":{},"f:openshift.io/build.start-policy":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"3ef78499-ecae-435b-af78-f73743b5d539\"}":{}}},"f:spec":{"f:output":{"f:to":{}},"f:revision":{".":{},"f:git":{".":{},"f:author":{".":{},"f:email":{},"f:name":{}},"f:commit":{},"f:committer":{".":{},"f:email":{},"f:name":{}},"f:message":{}},"f:type":{}},"f:serviceAccount":{},"f:source":{"f:binary":{},"f:dockerfile":{},"f:type":{}},"f:strategy":{"f:dockerStrategy":{".":{},"f:from":{},"f:volumes":{".":{},"k:{\"name\":\"pull-secret\"}":{".":{},"f:mounts":{".":{},"k:{\"destinationPath\":\"/opt/app-root/auth\"}":{".":{},"f:destinationPath":{}}},"f:name":{},"f:source":{".":{},"f:secret":{".":{},"f:defaultMode":{},"f:secretName":{}},"f:type":{}}}}},"f:type":{}}},"f:status":{"f:conditions":{".":{},"k:{\"type\":\"New\"}":{".":{},"f:lastTransitionTime":{},"f:lastUpdateTime":{},"f:status":{},"f:type":{}}},"f:config":{},"f:phase":{}}}}]},"spec":{"serviceAccount":"builder","source":{"type":"Binary","binary":{},"dockerfile":"# The base image is expected to contain\n# /bin/opm (with a serve subcommand) and /bin/grpc_health_probe\n\nFROM quay.io/openshift/origin-operator-registry:4.13\n\nCOPY --chmod=666 index.yaml /configs/\n\nRUN mkdir /tmp/auth/\n# we need the contents of the mounted build volume from secret placed into config.json\nRUN cp /opt/app-root/auth/.dockerconfigjson /tmp/auth/config.json\nRUN DOCKER_CONFIG=/tmp/auth /bin/opm --skip-tls-verify render image-registry.openshift-image-registry.svc:5000/service-telemetry/service-telemetry-operator-bundle:nightly-head image-registry.openshift-image-registry.svc:5000/service-telemetry/smart-gateway-operator-bundle:nightly-head --output=yaml \u003e\u003e /configs/index.yaml\n\nENTRYPOINT [\"/bin/opm\"]\nCMD [\"serve\", \"/configs\"]\n# Set DC-specific label for the location of the DC root directory\n# in the image\nLABEL operators.operatorframework.io.index.configs.v1=/configs\n"},"revision":{"type":"Git","git":{"commit":"4d3f124e0a5f23ffbf6f34769e817a6b45694b73","author":{"name":"Daniel Pawlik","email":"3049495+danpawlik@users.noreply.github.com"},"committer":{"name":"GitHub","email":"noreply@github.com"},"message":"Wait a while for OpenShift API server to apply last changes (#712)\n\nIn some corner cases, when infrastructure might be overloaded, the\nOpenShift API is not restarted immediately, but it is done after\na while. From basic check on failing job, it happens from up to 90 seconds.\nMaking condition that would watch on OpenShift API server that has been\nfinally changed state to to terminating then back to active might be\na good alternative here, but can also impact future job if such restart\nis not needed.\n\nAlso remove duplicated line from periodic job in zuul config.\n\n(cherry picked from commit c65611428baae2496819a4ccd4e11a3f157db752)\n\nSigned-off-by: Daniel Pawlik \u003cdpawlik@redhat.com\u003e"}},"strategy":{"type":"Docker","dockerStrategy":{"from":{"kind":"DockerImage","name":"quay.io/openshift/origin-operator-registry@sha256:3f7a5a6e548e23a777e21f467552523aae63a157da293498ac1921c3be8c9f8a"},"pullSecret":{"name":"builder-dockercfg-qng65"},"volumes":[{"name":"pull-secret","source":{"type":"Secret","secret":{"secretName":"service-telemetry-framework-index-dockercfg","defaultMode":420}},"mounts":[{"destinationPath":"/opt/app-root/auth"}]}]}},"output":{"to":{"kind":"DockerImage","name":"image-registry.openshift-image-registry.svc:5000/service-telemetry/service-telemetry-framework-index:latest"},"pushSecret":{"name":"builder-dockercfg-qng65"}},"resources":{},"postCommit":{},"nodeSelector":null},"status":{"phase":"New","outputDockerImageReference":"image-registry.openshift-image-registry.svc:5000/service-telemetry/service-telemetry-framework-index:latest","config":{"kind":"BuildConfig","namespace":"service-telemetry","name":"service-telemetry-framework-index"},"output":{},"conditions":[{"type":"New","status":"True","lastUpdateTime":"2026-06-08T00:27:31Z","lastTransitionTime":"2026-06-08T00:27:31Z"}]}} LANG: C.utf8 BUILD_REGISTRIES_CONF_PATH: /var/run/configs/openshift.io/build-system/registries.conf BUILD_REGISTRIES_DIR_PATH: /var/run/configs/openshift.io/build-system/registries.d BUILD_SIGNATURE_POLICY_PATH: /var/run/configs/openshift.io/build-system/policy.json BUILD_STORAGE_CONF_PATH: /var/run/configs/openshift.io/build-system/storage.conf BUILD_BLOBCACHE_DIR: /var/cache/blobs HTTP_PROXY: http_proxy: HTTPS_PROXY: https_proxy: NO_PROXY: no_proxy: Mounts: /tmp/build from buildworkdir (rw) /var/cache/blobs from build-blob-cache (rw) /var/run/configs/openshift.io/build-system from build-system-configs (ro) /var/run/configs/openshift.io/certs from build-ca-bundles (rw) /var/run/configs/openshift.io/pki from build-proxy-ca-bundles (rw) /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-fvgxj (ro) manage-dockerfile: Container ID: cri-o://982802efebad986f0b281df887d4c6b8eddd8eb6523173e9e79b9176ca058dba Image: quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:d7a908a23111a624c3fa04dc3105a7a97f48ee60105308bbb6ed42a40d63c2fe Image ID: quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:d7a908a23111a624c3fa04dc3105a7a97f48ee60105308bbb6ed42a40d63c2fe Port: Host Port: SeccompProfile: RuntimeDefault Args: openshift-manage-dockerfile --v=0 State: Terminated Reason: Completed Exit Code: 0 Started: Mon, 08 Jun 2026 00:28:29 +0000 Finished: Mon, 08 Jun 2026 00:28:29 +0000 Ready: True Restart Count: 0 Environment: BUILD: {"kind":"Build","apiVersion":"build.openshift.io/v1","metadata":{"name":"service-telemetry-framework-index-1","namespace":"service-telemetry","uid":"30a50e71-cb11-4236-807a-c6f2ae4111ef","resourceVersion":"37168","generation":1,"creationTimestamp":"2026-06-08T00:27:31Z","labels":{"build":"service-telemetry-framework-index","buildconfig":"service-telemetry-framework-index","openshift.io/build-config.name":"service-telemetry-framework-index","openshift.io/build.start-policy":"Serial"},"annotations":{"openshift.io/build-config.name":"service-telemetry-framework-index","openshift.io/build.number":"1"},"ownerReferences":[{"apiVersion":"build.openshift.io/v1","kind":"BuildConfig","name":"service-telemetry-framework-index","uid":"3ef78499-ecae-435b-af78-f73743b5d539","controller":true}],"managedFields":[{"manager":"openshift-apiserver","operation":"Update","apiVersion":"build.openshift.io/v1","time":"2026-06-08T00:27:31Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:openshift.io/build-config.name":{},"f:openshift.io/build.number":{}},"f:labels":{".":{},"f:build":{},"f:buildconfig":{},"f:openshift.io/build-config.name":{},"f:openshift.io/build.start-policy":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"3ef78499-ecae-435b-af78-f73743b5d539\"}":{}}},"f:spec":{"f:output":{"f:to":{}},"f:revision":{".":{},"f:git":{".":{},"f:author":{".":{},"f:email":{},"f:name":{}},"f:commit":{},"f:committer":{".":{},"f:email":{},"f:name":{}},"f:message":{}},"f:type":{}},"f:serviceAccount":{},"f:source":{"f:binary":{},"f:dockerfile":{},"f:type":{}},"f:strategy":{"f:dockerStrategy":{".":{},"f:from":{},"f:volumes":{".":{},"k:{\"name\":\"pull-secret\"}":{".":{},"f:mounts":{".":{},"k:{\"destinationPath\":\"/opt/app-root/auth\"}":{".":{},"f:destinationPath":{}}},"f:name":{},"f:source":{".":{},"f:secret":{".":{},"f:defaultMode":{},"f:secretName":{}},"f:type":{}}}}},"f:type":{}}},"f:status":{"f:conditions":{".":{},"k:{\"type\":\"New\"}":{".":{},"f:lastTransitionTime":{},"f:lastUpdateTime":{},"f:status":{},"f:type":{}}},"f:config":{},"f:phase":{}}}}]},"spec":{"serviceAccount":"builder","source":{"type":"Binary","binary":{},"dockerfile":"# The base image is expected to contain\n# /bin/opm (with a serve subcommand) and /bin/grpc_health_probe\n\nFROM quay.io/openshift/origin-operator-registry:4.13\n\nCOPY --chmod=666 index.yaml /configs/\n\nRUN mkdir /tmp/auth/\n# we need the contents of the mounted build volume from secret placed into config.json\nRUN cp /opt/app-root/auth/.dockerconfigjson /tmp/auth/config.json\nRUN DOCKER_CONFIG=/tmp/auth /bin/opm --skip-tls-verify render image-registry.openshift-image-registry.svc:5000/service-telemetry/service-telemetry-operator-bundle:nightly-head image-registry.openshift-image-registry.svc:5000/service-telemetry/smart-gateway-operator-bundle:nightly-head --output=yaml \u003e\u003e /configs/index.yaml\n\nENTRYPOINT [\"/bin/opm\"]\nCMD [\"serve\", \"/configs\"]\n# Set DC-specific label for the location of the DC root directory\n# in the image\nLABEL operators.operatorframework.io.index.configs.v1=/configs\n"},"revision":{"type":"Git","git":{"commit":"4d3f124e0a5f23ffbf6f34769e817a6b45694b73","author":{"name":"Daniel Pawlik","email":"3049495+danpawlik@users.noreply.github.com"},"committer":{"name":"GitHub","email":"noreply@github.com"},"message":"Wait a while for OpenShift API server to apply last changes (#712)\n\nIn some corner cases, when infrastructure might be overloaded, the\nOpenShift API is not restarted immediately, but it is done after\na while. From basic check on failing job, it happens from up to 90 seconds.\nMaking condition that would watch on OpenShift API server that has been\nfinally changed state to to terminating then back to active might be\na good alternative here, but can also impact future job if such restart\nis not needed.\n\nAlso remove duplicated line from periodic job in zuul config.\n\n(cherry picked from commit c65611428baae2496819a4ccd4e11a3f157db752)\n\nSigned-off-by: Daniel Pawlik \u003cdpawlik@redhat.com\u003e"}},"strategy":{"type":"Docker","dockerStrategy":{"from":{"kind":"DockerImage","name":"quay.io/openshift/origin-operator-registry@sha256:3f7a5a6e548e23a777e21f467552523aae63a157da293498ac1921c3be8c9f8a"},"pullSecret":{"name":"builder-dockercfg-qng65"},"volumes":[{"name":"pull-secret","source":{"type":"Secret","secret":{"secretName":"service-telemetry-framework-index-dockercfg","defaultMode":420}},"mounts":[{"destinationPath":"/opt/app-root/auth"}]}]}},"output":{"to":{"kind":"DockerImage","name":"image-registry.openshift-image-registry.svc:5000/service-telemetry/service-telemetry-framework-index:latest"},"pushSecret":{"name":"builder-dockercfg-qng65"}},"resources":{},"postCommit":{},"nodeSelector":null},"status":{"phase":"New","outputDockerImageReference":"image-registry.openshift-image-registry.svc:5000/service-telemetry/service-telemetry-framework-index:latest","config":{"kind":"BuildConfig","namespace":"service-telemetry","name":"service-telemetry-framework-index"},"output":{},"conditions":[{"type":"New","status":"True","lastUpdateTime":"2026-06-08T00:27:31Z","lastTransitionTime":"2026-06-08T00:27:31Z"}]}} LANG: C.utf8 BUILD_REGISTRIES_CONF_PATH: /var/run/configs/openshift.io/build-system/registries.conf BUILD_REGISTRIES_DIR_PATH: /var/run/configs/openshift.io/build-system/registries.d BUILD_SIGNATURE_POLICY_PATH: /var/run/configs/openshift.io/build-system/policy.json BUILD_STORAGE_CONF_PATH: /var/run/configs/openshift.io/build-system/storage.conf BUILD_BLOBCACHE_DIR: /var/cache/blobs HTTP_PROXY: http_proxy: HTTPS_PROXY: https_proxy: NO_PROXY: no_proxy: Mounts: /tmp/build from buildworkdir (rw) /var/cache/blobs from build-blob-cache (rw) /var/run/configs/openshift.io/build-system from build-system-configs (ro) /var/run/configs/openshift.io/certs from build-ca-bundles (rw) /var/run/configs/openshift.io/pki from build-proxy-ca-bundles (rw) /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-fvgxj (ro) Containers: docker-build: Container ID: cri-o://ea78a702694d36706532e87dd3f058f572ff52221911eb0685b030710fc37707 Image: quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:d7a908a23111a624c3fa04dc3105a7a97f48ee60105308bbb6ed42a40d63c2fe Image ID: quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:d7a908a23111a624c3fa04dc3105a7a97f48ee60105308bbb6ed42a40d63c2fe Port: Host Port: SeccompProfile: Unconfined Args: openshift-docker-build --v=0 State: Terminated Reason: Completed Exit Code: 0 Started: Mon, 08 Jun 2026 00:28:30 +0000 Finished: Mon, 08 Jun 2026 00:29:00 +0000 Ready: False Restart Count: 0 Environment: BUILD: {"kind":"Build","apiVersion":"build.openshift.io/v1","metadata":{"name":"service-telemetry-framework-index-1","namespace":"service-telemetry","uid":"30a50e71-cb11-4236-807a-c6f2ae4111ef","resourceVersion":"37168","generation":1,"creationTimestamp":"2026-06-08T00:27:31Z","labels":{"build":"service-telemetry-framework-index","buildconfig":"service-telemetry-framework-index","openshift.io/build-config.name":"service-telemetry-framework-index","openshift.io/build.start-policy":"Serial"},"annotations":{"openshift.io/build-config.name":"service-telemetry-framework-index","openshift.io/build.number":"1"},"ownerReferences":[{"apiVersion":"build.openshift.io/v1","kind":"BuildConfig","name":"service-telemetry-framework-index","uid":"3ef78499-ecae-435b-af78-f73743b5d539","controller":true}],"managedFields":[{"manager":"openshift-apiserver","operation":"Update","apiVersion":"build.openshift.io/v1","time":"2026-06-08T00:27:31Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:openshift.io/build-config.name":{},"f:openshift.io/build.number":{}},"f:labels":{".":{},"f:build":{},"f:buildconfig":{},"f:openshift.io/build-config.name":{},"f:openshift.io/build.start-policy":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"3ef78499-ecae-435b-af78-f73743b5d539\"}":{}}},"f:spec":{"f:output":{"f:to":{}},"f:revision":{".":{},"f:git":{".":{},"f:author":{".":{},"f:email":{},"f:name":{}},"f:commit":{},"f:committer":{".":{},"f:email":{},"f:name":{}},"f:message":{}},"f:type":{}},"f:serviceAccount":{},"f:source":{"f:binary":{},"f:dockerfile":{},"f:type":{}},"f:strategy":{"f:dockerStrategy":{".":{},"f:from":{},"f:volumes":{".":{},"k:{\"name\":\"pull-secret\"}":{".":{},"f:mounts":{".":{},"k:{\"destinationPath\":\"/opt/app-root/auth\"}":{".":{},"f:destinationPath":{}}},"f:name":{},"f:source":{".":{},"f:secret":{".":{},"f:defaultMode":{},"f:secretName":{}},"f:type":{}}}}},"f:type":{}}},"f:status":{"f:conditions":{".":{},"k:{\"type\":\"New\"}":{".":{},"f:lastTransitionTime":{},"f:lastUpdateTime":{},"f:status":{},"f:type":{}}},"f:config":{},"f:phase":{}}}}]},"spec":{"serviceAccount":"builder","source":{"type":"Binary","binary":{},"dockerfile":"# The base image is expected to contain\n# /bin/opm (with a serve subcommand) and /bin/grpc_health_probe\n\nFROM quay.io/openshift/origin-operator-registry:4.13\n\nCOPY --chmod=666 index.yaml /configs/\n\nRUN mkdir /tmp/auth/\n# we need the contents of the mounted build volume from secret placed into config.json\nRUN cp /opt/app-root/auth/.dockerconfigjson /tmp/auth/config.json\nRUN DOCKER_CONFIG=/tmp/auth /bin/opm --skip-tls-verify render image-registry.openshift-image-registry.svc:5000/service-telemetry/service-telemetry-operator-bundle:nightly-head image-registry.openshift-image-registry.svc:5000/service-telemetry/smart-gateway-operator-bundle:nightly-head --output=yaml \u003e\u003e /configs/index.yaml\n\nENTRYPOINT [\"/bin/opm\"]\nCMD [\"serve\", \"/configs\"]\n# Set DC-specific label for the location of the DC root directory\n# in the image\nLABEL operators.operatorframework.io.index.configs.v1=/configs\n"},"revision":{"type":"Git","git":{"commit":"4d3f124e0a5f23ffbf6f34769e817a6b45694b73","author":{"name":"Daniel Pawlik","email":"3049495+danpawlik@users.noreply.github.com"},"committer":{"name":"GitHub","email":"noreply@github.com"},"message":"Wait a while for OpenShift API server to apply last changes (#712)\n\nIn some corner cases, when infrastructure might be overloaded, the\nOpenShift API is not restarted immediately, but it is done after\na while. From basic check on failing job, it happens from up to 90 seconds.\nMaking condition that would watch on OpenShift API server that has been\nfinally changed state to to terminating then back to active might be\na good alternative here, but can also impact future job if such restart\nis not needed.\n\nAlso remove duplicated line from periodic job in zuul config.\n\n(cherry picked from commit c65611428baae2496819a4ccd4e11a3f157db752)\n\nSigned-off-by: Daniel Pawlik \u003cdpawlik@redhat.com\u003e"}},"strategy":{"type":"Docker","dockerStrategy":{"from":{"kind":"DockerImage","name":"quay.io/openshift/origin-operator-registry@sha256:3f7a5a6e548e23a777e21f467552523aae63a157da293498ac1921c3be8c9f8a"},"pullSecret":{"name":"builder-dockercfg-qng65"},"volumes":[{"name":"pull-secret","source":{"type":"Secret","secret":{"secretName":"service-telemetry-framework-index-dockercfg","defaultMode":420}},"mounts":[{"destinationPath":"/opt/app-root/auth"}]}]}},"output":{"to":{"kind":"DockerImage","name":"image-registry.openshift-image-registry.svc:5000/service-telemetry/service-telemetry-framework-index:latest"},"pushSecret":{"name":"builder-dockercfg-qng65"}},"resources":{},"postCommit":{},"nodeSelector":null},"status":{"phase":"New","outputDockerImageReference":"image-registry.openshift-image-registry.svc:5000/service-telemetry/service-telemetry-framework-index:latest","config":{"kind":"BuildConfig","namespace":"service-telemetry","name":"service-telemetry-framework-index"},"output":{},"conditions":[{"type":"New","status":"True","lastUpdateTime":"2026-06-08T00:27:31Z","lastTransitionTime":"2026-06-08T00:27:31Z"}]}} LANG: C.utf8 PUSH_DOCKERCFG_PATH: /var/run/secrets/openshift.io/push PULL_DOCKERCFG_PATH: /var/run/secrets/openshift.io/pull BUILD_REGISTRIES_CONF_PATH: /var/run/configs/openshift.io/build-system/registries.conf BUILD_REGISTRIES_DIR_PATH: /var/run/configs/openshift.io/build-system/registries.d BUILD_SIGNATURE_POLICY_PATH: /var/run/configs/openshift.io/build-system/policy.json BUILD_STORAGE_CONF_PATH: /var/run/configs/openshift.io/build-system/storage.conf BUILD_BLOBCACHE_DIR: /var/cache/blobs HTTP_PROXY: http_proxy: HTTPS_PROXY: https_proxy: NO_PROXY: no_proxy: Mounts: /tmp/build from buildworkdir (rw) /var/cache/blobs from build-blob-cache (rw) /var/lib/containers from container-storage-root (rw) /var/lib/containers/cache from buildcachedir (rw) /var/lib/kubelet/config.json from node-pullsecrets (rw) /var/run/configs/openshift.io/build-system from build-system-configs (ro) /var/run/configs/openshift.io/certs from build-ca-bundles (rw) /var/run/configs/openshift.io/pki from build-proxy-ca-bundles (rw) /var/run/containers from container-storage-run (rw) /var/run/openshift.io/volumes/service-telemetry-framework-index-dockercfg-user-build-volume from service-telemetry-framework-index-dockercfg-user-build-volume (ro) /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-fvgxj (ro) /var/run/secrets/openshift.io/pull from builder-dockercfg-qng65-pull (ro) /var/run/secrets/openshift.io/push from builder-dockercfg-qng65-push (ro) Conditions: Type Status PodReadyToStartContainers False Initialized True Ready False ContainersReady False PodScheduled True Volumes: buildcachedir: Type: HostPath (bare host directory volume) Path: /var/lib/containers/cache HostPathType: buildworkdir: Type: EmptyDir (a temporary directory that shares a pod's lifetime) Medium: SizeLimit: node-pullsecrets: Type: HostPath (bare host directory volume) Path: /var/lib/kubelet/config.json HostPathType: File builder-dockercfg-qng65-push: Type: Secret (a volume populated by a Secret) SecretName: builder-dockercfg-qng65 Optional: false builder-dockercfg-qng65-pull: Type: Secret (a volume populated by a Secret) SecretName: builder-dockercfg-qng65 Optional: false build-system-configs: Type: ConfigMap (a volume populated by a ConfigMap) Name: service-telemetry-framework-index-1-sys-config Optional: false build-ca-bundles: Type: ConfigMap (a volume populated by a ConfigMap) Name: service-telemetry-framework-index-1-ca Optional: false build-proxy-ca-bundles: Type: ConfigMap (a volume populated by a ConfigMap) Name: service-telemetry-framework-index-1-global-ca Optional: false container-storage-root: Type: EmptyDir (a temporary directory that shares a pod's lifetime) Medium: SizeLimit: container-storage-run: Type: EmptyDir (a temporary directory that shares a pod's lifetime) Medium: SizeLimit: build-blob-cache: Type: EmptyDir (a temporary directory that shares a pod's lifetime) Medium: SizeLimit: service-telemetry-framework-index-dockercfg-user-build-volume: Type: Secret (a volume populated by a Secret) SecretName: service-telemetry-framework-index-dockercfg Optional: false kube-api-access-fvgxj: Type: Projected (a volume that contains injected data from multiple sources) TokenExpirationSeconds: 3607 ConfigMapName: kube-root-ca.crt Optional: false DownwardAPI: true ConfigMapName: openshift-service-ca.crt Optional: false QoS Class: BestEffort Node-Selectors: kubernetes.io/os=linux Tolerations: node.kubernetes.io/not-ready:NoExecute op=Exists for 300s node.kubernetes.io/unreachable:NoExecute op=Exists for 300s Events: Type Reason Age From Message ---- ------ ---- ---- ------- Normal Scheduled 5m38s default-scheduler Successfully assigned service-telemetry/service-telemetry-framework-index-1-build to crc Normal AddedInterface 5m39s multus Add eth0 [10.217.0.58/23] from ovn-kubernetes Warning Failed 5m16s kubelet Failed to pull image "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:d7a908a23111a624c3fa04dc3105a7a97f48ee60105308bbb6ed42a40d63c2fe": rpc error: code = Canceled desc = writing blob: storing blob to file "/var/tmp/container_images_storage187359169/1": happened during read: context canceled Warning Failed 5m16s kubelet Error: ErrImagePull Normal BackOff 5m15s kubelet Back-off pulling image "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:d7a908a23111a624c3fa04dc3105a7a97f48ee60105308bbb6ed42a40d63c2fe" Warning Failed 5m15s kubelet Error: ImagePullBackOff Normal Pulling 5m4s (x2 over 5m39s) kubelet Pulling image "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:d7a908a23111a624c3fa04dc3105a7a97f48ee60105308bbb6ed42a40d63c2fe" Normal Created 4m43s kubelet Created container git-clone Normal Pulled 4m43s kubelet Successfully pulled image "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:d7a908a23111a624c3fa04dc3105a7a97f48ee60105308bbb6ed42a40d63c2fe" in 21.634s (21.634s including waiting). Image size: 644744425 bytes. Normal Started 4m42s kubelet Started container git-clone Normal Pulled 4m41s kubelet Container image "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:d7a908a23111a624c3fa04dc3105a7a97f48ee60105308bbb6ed42a40d63c2fe" already present on machine Normal Created 4m41s kubelet Created container manage-dockerfile Normal Started 4m41s kubelet Started container manage-dockerfile Normal Pulled 4m40s kubelet Container image "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:d7a908a23111a624c3fa04dc3105a7a97f48ee60105308bbb6ed42a40d63c2fe" already present on machine Normal Created 4m40s kubelet Created container docker-build Normal Started 4m40s kubelet Started container docker-build