metadata: annotations: prow.k8s.io/context: harbor-tooling-presubmit prow.k8s.io/job: harbor-tooling-presubmit creationTimestamp: "2024-11-07T03:25:20Z" generation: 10 labels: created-by-prow: "true" disk-usage: "true" event-GUID: e6fc3010-9cb7-11ef-9fef-cb8ce97e00d5 image-build: "true" prow.k8s.io/build-id: "1854364485049913344" prow.k8s.io/context: harbor-tooling-presubmit prow.k8s.io/id: eabd347f-9cb7-11ef-af1c-42b2e54dc371 prow.k8s.io/is-optional: "false" prow.k8s.io/job: harbor-tooling-presubmit prow.k8s.io/refs.base_ref: main prow.k8s.io/refs.org: aws prow.k8s.io/refs.pull: "4018" prow.k8s.io/refs.repo: eks-anywhere-build-tooling prow.k8s.io/type: presubmit name: eabd347f-9cb7-11ef-af1c-42b2e54dc371 namespace: default resourceVersion: "582027433" uid: 7e38e6c1-bfb9-495e-a557-a0bde04c88b5 spec: agent: kubernetes cluster: prow-presubmits-cluster context: harbor-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: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: harbor-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/goharbor/harbor - name: GITHUB_TOKEN valueFrom: secretKeyRef: key: token name: public-access-github-token - name: ARTIFACTS_BUCKET value: s3://codebuildprojectstack-be-pipelineoutputartifactsb-jvwhrzx05xwq - name: PRUNE_BUILDCTL value: "true" - name: IMAGE_TAG_SUFFIX value: -amd64 - name: ADDITIONAL_IMAGE_CACHE_REPOS value: 067575901363.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-28b4873f3cf874f08f46be06510bd931658072d9.2 name: build-container resources: requests: cpu: "8" 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: moby/buildkit:v0.12.5-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/894ad44e3348af9ba0721d15ad5563aae5682434 base_ref: main base_sha: 894ad44e3348af9ba0721d15ad5563aae5682434 org: aws pulls: - author: sp1999 author_link: https://github.com/sp1999 commit_link: https://github.com/aws/eks-anywhere-build-tooling/pull/4018/commits/0899bf712e8c6c77fadbdf02d65da9028d401395 link: https://github.com/aws/eks-anywhere-build-tooling/pull/4018 number: 4018 sha: 0899bf712e8c6c77fadbdf02d65da9028d401395 title: Migrate harbor-scanner-trivy project from aquasecurity to goharbor repo: eks-anywhere-build-tooling repo_link: https://github.com/aws/eks-anywhere-build-tooling report: true rerun_command: /test harbor-tooling-presubmit type: presubmit status: build_id: "1854364485049913344" completionTime: "2024-11-07T03:31:03Z" description: Job failed. pendingTime: "2024-11-07T03:25:20Z" pod_name: eabd347f-9cb7-11ef-af1c-42b2e54dc371 prev_report_states: gcsk8sreporter: failure gcsreporter: failure github-reporter: failure startTime: "2024-11-07T03:25:20Z" state: failure url: https://prow.eks.amazonaws.com/view/s3/prowpresubmitsdataclusterstack-prowbucket7c73355c-vfwwxd2eb4gp/pr-logs/pull/aws_eks-anywhere-build-tooling/4018/harbor-tooling-presubmit/1854364485049913344