metadata: annotations: prow.k8s.io/context: hook-tooling-presubmit-amd64 prow.k8s.io/job: hook-tooling-presubmit-amd64 creationTimestamp: "2025-04-02T19:53:20Z" generation: 9 labels: created-by-prow: "true" disk-usage: "true" event-GUID: 18c2f310-0ffc-11f0-8367-9244af56a9e9 image-build: "true" local-registry: "true" prow.k8s.io/build-id: "1907521754209718272" prow.k8s.io/context: hook-tooling-presubmit-amd64 prow.k8s.io/id: 20ebedf0-0ffc-11f0-ba52-defbbd6d65db prow.k8s.io/is-optional: "false" prow.k8s.io/job: hook-tooling-presubmit-amd64 prow.k8s.io/refs.base_ref: main prow.k8s.io/refs.org: aws prow.k8s.io/refs.pull: "4494" prow.k8s.io/refs.repo: eks-anywhere-build-tooling prow.k8s.io/type: presubmit name: 20ebedf0-0ffc-11f0-ba52-defbbd6d65db namespace: default resourceVersion: "634916197" uid: 76e2bb8b-4ba4-4a3e-bc5d-3340863fbe52 spec: agent: kubernetes cluster: prow-presubmits-cluster context: hook-tooling-presubmit-amd64 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:v20230324-76cde35b3d entrypoint: public.ecr.aws/eks-distro-build-tooling/prow-entrypoint:v20230324-76cde35b3d initupload: public.ecr.aws/eks-distro-build-tooling/prow-initupload:v20230324-76cde35b3d sidecar: public.ecr.aws/eks-distro-build-tooling/prow-sidecar:v20230324-76cde35b3d error_on_eviction: true job: hook-tooling-presubmit-amd64 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 && build/lib/local_registry_check.sh && if $(make check-project-path-exists); then make build -C $PROJECT_PATH; fi env: - name: PROJECT_PATH value: projects/tinkerbell/hook - name: GITHUB_TOKEN valueFrom: secretKeyRef: key: token name: public-access-github-token - name: ARTIFACTS_BUCKET value: s3://projectbuildpipeline-857-pipelineoutputartifactsb-10ajmk30khe3f - name: IMAGE_REPO value: localhost:5000 - name: IMAGE_PLATFORMS value: linux/amd64 - name: FAKE_ARM_BINARIES_FOR_VALIDATION value: "true" - name: LINUXKIT_IMAGE_REPO value: 857151390494.dkr.ecr.us-west-2.amazonaws.com - name: IMAGE_TAG_SUFFIX value: -amd64 - 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-6960e402c8bc6cb7eb12aafcbb713ad3f71eba5a.2 name: build-container resources: requests: cpu: "8" ephemeral-storage: 50Gi memory: 16Gi volumeMounts: - mountPath: /registry-script name: registry-entrypoint - mountPath: /var/lib/registry name: docker-registry-data - 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: /registry-script name: registry-entrypoint - mountPath: /var/lib/registry name: docker-registry-data - 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: - /registry-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/docker/library/registry:2 name: registry readinessProbe: httpGet: path: / port: 5000 initialDelaySeconds: 5 periodSeconds: 3 resources: {} volumeMounts: - mountPath: /registry-script name: registry-entrypoint - mountPath: /var/lib/registry name: docker-registry-data - 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: /registry-script name: registry-entrypoint - mountPath: /var/lib/registry name: docker-registry-data - 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: - configMap: items: - key: registry-entrypoint.sh path: entrypoint.sh name: registry-entrypoint name: registry-entrypoint - emptyDir: {} name: docker-registry-data - 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/a3efc2318d3006b322fbe785088c75054ab38a96 base_ref: main base_sha: a3efc2318d3006b322fbe785088c75054ab38a96 org: aws pulls: - author: eks-distro-pr-bot author_link: https://github.com/eks-distro-pr-bot commit_link: https://github.com/aws/eks-anywhere-build-tooling/pull/4494/commits/bbd0cccf5c75bd0ecf3db773f30c0dd11ef47321 link: https://github.com/aws/eks-anywhere-build-tooling/pull/4494 number: 4494 sha: bbd0cccf5c75bd0ecf3db773f30c0dd11ef47321 title: Bump EKS Distro base image tag files to latest repo: eks-anywhere-build-tooling repo_link: https://github.com/aws/eks-anywhere-build-tooling report: true rerun_command: /test hook-tooling-presubmit-amd64 type: presubmit status: build_id: "1907521754209718272" completionTime: "2025-04-02T20:26:43Z" description: Job failed. pendingTime: "2025-04-02T19:53:21Z" pod_name: 20ebedf0-0ffc-11f0-ba52-defbbd6d65db prev_report_states: gcsk8sreporter: failure gcsreporter: failure github-reporter: failure startTime: "2025-04-02T19:53:20Z" state: failure url: https://prow.eks.amazonaws.com/view/s3/prowpresubmitsdataclusterstack-prowbucket7c73355c-vfwwxd2eb4gp/pr-logs/pull/aws_eks-anywhere-build-tooling/4494/hook-tooling-presubmit-amd64/1907521754209718272