metadata: annotations: prow.k8s.io/context: kind-1-33-tooling-presubmit prow.k8s.io/job: kind-1-33-tooling-presubmit creationTimestamp: "2026-05-05T18:47:28Z" generation: 9 labels: created-by-prow: "true" disk-usage: "true" event-GUID: db2e28d0-48b2-11f1-90d9-7bfce144fc7a image-build: "true" prow.k8s.io/build-id: "2051735547197526016" prow.k8s.io/context: kind-1-33-tooling-presubmit prow.k8s.io/id: a84920bc-f434-4f24-8dad-883b3bbbceb1 prow.k8s.io/is-optional: "false" prow.k8s.io/job: kind-1-33-tooling-presubmit prow.k8s.io/refs.base_ref: release-0.25 prow.k8s.io/refs.org: aws prow.k8s.io/refs.pull: "5347" prow.k8s.io/refs.repo: eks-anywhere-build-tooling prow.k8s.io/type: presubmit name: a84920bc-f434-4f24-8dad-883b3bbbceb1 namespace: default resourceVersion: "793932131" uid: 2f1c6c0a-c904-4cd0-a8ff-1a767a532fa8 spec: agent: kubernetes cluster: prow-presubmits-cluster context: kind-1-33-tooling-presubmit decoration_config: gcs_configuration: bucket: s3://prowpresubmitsdataclusterstack-prowbucket7c73355c-vfwwxd2eb4gp path_strategy: explicit s3_credentials_secret: s3-credentials utility_images: clonerefs: public.ecr.aws/eks-distro-build-tooling/prow-clonerefs:v20260316-26fa34da6 entrypoint: public.ecr.aws/eks-distro-build-tooling/prow-entrypoint:v20260316-26fa34da6 initupload: public.ecr.aws/eks-distro-build-tooling/prow-initupload:v20260316-26fa34da6 sidecar: public.ecr.aws/eks-distro-build-tooling/prow-sidecar:v20260316-26fa34da6 error_on_eviction: true job: kind-1-33-tooling-presubmit max_concurrency: 10 namespace: default pod_spec: automountServiceAccountToken: false containers: - command: - bash - -c - | trap 'touch /status/done && rm -rf /home/prow/go/src/' EXIT && build/lib/buildkit_check.sh && if $(make check-project-path-exists); then make build -C $PROJECT_PATH; fi env: - name: PROJECT_PATH value: projects/kubernetes-sigs/kind - name: GITHUB_TOKEN valueFrom: secretKeyRef: key: token name: public-access-github-token - name: RELEASE_BRANCH value: 1-33 - name: ARTIFACTS_BUCKET value: s3://projectbuildpipeline-857-pipelineoutputartifactsb-10ajmk30khe3f - name: ADDITIONAL_IMAGE_CACHE_REPOS value: 857151390494.dkr.ecr.us-west-2.amazonaws.com - name: AWS_SDK_LOAD_CONFIG value: "true" - name: AWS_ROLE_SESSION_NAME valueFrom: fieldRef: fieldPath: metadata.name - name: GOPROXY value: http://athens-proxy.default.svc.cluster.local - name: FARGATE_PROFILE_NAME valueFrom: fieldRef: fieldPath: metadata.labels['eks.amazonaws.com/fargate-profile'] image: public.ecr.aws/eks-distro-build-tooling/builder-base:standard-5778f99ba1380b088ad6c9c53a0d72866756f08e.2 name: build-container resources: requests: cpu: "4" ephemeral-storage: 50Gi memory: 16Gi volumeMounts: - mountPath: /root/.cache/go-build name: go-build-cache - mountPath: /disk-usage-script name: disk-usage-entrypoint - mountPath: /root/.docker/config.json name: docker-registry-config subPath: config.json - mountPath: /run/buildkit name: run-buildkit - mountPath: /script name: entrypoint - mountPath: /home/user/.local/share/buildkit name: buildkitd-data - mountPath: /config name: builder-base-tag-file - mountPath: /status name: status - args: - /script/entrypoint.sh command: - sh env: - name: AWS_SDK_LOAD_CONFIG value: "true" - name: AWS_ROLE_SESSION_NAME valueFrom: fieldRef: fieldPath: metadata.name - name: GOPROXY value: http://athens-proxy.default.svc.cluster.local - name: FARGATE_PROFILE_NAME valueFrom: fieldRef: fieldPath: metadata.labels['eks.amazonaws.com/fargate-profile'] image: 857151390494.dkr.ecr.us-west-2.amazonaws.com/moby/buildkit:v0.18.2-rootless name: buildkitd resources: {} securityContext: runAsGroup: 1000 runAsUser: 1000 volumeMounts: - mountPath: /root/.cache/go-build name: go-build-cache - mountPath: /disk-usage-script name: disk-usage-entrypoint - mountPath: /root/.docker/config.json name: docker-registry-config subPath: config.json - mountPath: /run/buildkit name: run-buildkit - mountPath: /script name: entrypoint - mountPath: /home/user/.local/share/buildkit name: buildkitd-data - mountPath: /config name: builder-base-tag-file - mountPath: /status name: status - args: - /disk-usage-script/entrypoint.sh command: - sh env: - name: AWS_SDK_LOAD_CONFIG value: "true" - name: AWS_ROLE_SESSION_NAME valueFrom: fieldRef: fieldPath: metadata.name - name: GOPROXY value: http://athens-proxy.default.svc.cluster.local - name: FARGATE_PROFILE_NAME valueFrom: fieldRef: fieldPath: metadata.labels['eks.amazonaws.com/fargate-profile'] image: public.ecr.aws/amazonlinux/amazonlinux:2 name: disk-monitor resources: {} volumeMounts: - mountPath: /root/.cache/go-build name: go-build-cache - mountPath: /disk-usage-script name: disk-usage-entrypoint - mountPath: /root/.docker/config.json name: docker-registry-config subPath: config.json - mountPath: /run/buildkit name: run-buildkit - mountPath: /script name: entrypoint - mountPath: /home/user/.local/share/buildkit name: buildkitd-data - mountPath: /config name: builder-base-tag-file - mountPath: /status name: status serviceAccountName: presubmits-build-account volumes: - emptyDir: {} name: go-build-cache - configMap: items: - key: disk-usage-entrypoint.sh path: entrypoint.sh name: disk-usage-entrypoint name: disk-usage-entrypoint - configMap: items: - key: docker-ecr-config.json path: config.json name: build-setup name: docker-registry-config - configMap: items: - key: buildkitd-entrypoint.sh path: entrypoint.sh name: buildkitd-entrypoint name: entrypoint - emptyDir: {} name: run-buildkit - emptyDir: {} name: buildkitd-data - configMap: items: - key: BUILDER_BASE_TAG_FILE path: BUILDER_BASE_TAG_FILE name: builder-base-tag-file name: builder-base-tag-file - emptyDir: {} name: status prowjob_defaults: tenant_id: GlobalDefaultID refs: base_link: https://github.com/aws/eks-anywhere-build-tooling/commit/994403ff0d22004128c003dc7961899f6c706beb base_ref: release-0.25 base_sha: 994403ff0d22004128c003dc7961899f6c706beb org: aws pulls: - author: peirulu author_link: https://github.com/peirulu commit_link: https://github.com/aws/eks-anywhere-build-tooling/pull/5347/commits/c678cc921c6bf679823842c41786ba44aa66ef48 head_ref: checksums-files-update-release-0.25-994403ff0d22004128c003dc7961899f6c706beb link: https://github.com/aws/eks-anywhere-build-tooling/pull/5347 number: 5347 sha: c678cc921c6bf679823842c41786ba44aa66ef48 title: Checksums files update release 0.25 994403ff0d22004128c003dc7961899f6c706beb repo: eks-anywhere-build-tooling repo_link: https://github.com/aws/eks-anywhere-build-tooling report: true rerun_command: /test kind-1-33-tooling-presubmit type: presubmit status: build_id: "2051735547197526016" completionTime: "2026-05-05T18:53:51Z" description: Job failed. pendingTime: "2026-05-05T18:47:28Z" pod_name: a84920bc-f434-4f24-8dad-883b3bbbceb1 prev_report_states: gcsk8sreporter: failure gcsreporter: failure github-reporter: failure startTime: "2026-05-05T18:47:28Z" state: failure url: https://prow.eks.amazonaws.com/view/s3/prowpresubmitsdataclusterstack-prowbucket7c73355c-vfwwxd2eb4gp/pr-logs/pull/aws_eks-anywhere-build-tooling/5347/kind-1-33-tooling-presubmit/2051735547197526016