Error lines from build-log.txt
... skipping 5313 lines ...
+ local all_status=
+ local reason=
+ local maxloop=60
+ set +x
17h04:07::17h04:50 SUCCESS: buildah/0-8 testrun has successfully executed
17h04:09::17h05:03 SUCCESS: buildah/0-9 testrun has successfully executed
FAILED: buildpacks-phases/0-3 task has failed to comeback properly
NAME SHORTNAMES APIVERSION NAMESPACED KIND
bindings v1 true Binding
componentstatuses cs v1 false ComponentStatus
configmaps cm v1 true ConfigMap
endpoints ep v1 true Endpoints
events ev v1 true Event
... skipping 126 lines ...
subPath: source
status:
completionTime: "2025-07-16T17:04:39Z"
conditions:
- lastTransitionTime: "2025-07-16T17:04:39Z"
message: 'the step "clone" in TaskRun "buildpacks-phases-test-pipeline-run-fetch-repository"
failed to pull the image "". The pod errored with the message: "Back-off pulling
image "gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/git-init:v0.40.2"."'
reason: TaskRunImagePullFailed
status: "False"
type: Succeeded
podName: buildpacks-phases-test-pipeline-run-fetch-repository-pod
provenance:
... skipping 293 lines ...
- default: []
description: Environment variables to set during _build-time_.
name: CNB_ENV_VARS
type: array
- default: silent
description: Control the lifecycle's execution according to the mode silent,
warn, error for the experimental features.
name: CNB_EXPERIMENTAL_MODE
type: string
- default: ""
description: The group ID of the builder image user.
name: CNB_GROUP_ID
type: string
... skipping 4 lines ...
type: string
- default: /layers
description: Path to layers directory
name: CNB_LAYERS_DIR
type: string
- default: info
description: Logging level values info, warning, error, debug
name: CNB_LOG_LEVEL
type: string
- default: "0.13"
description: Buildpack Platform API supported by the Tekton task
name: CNB_PLATFORM_API_SUPPORTED
type: string
... skipping 92 lines ...
fi
echo # Check if registry creds docker file has been mounted from a secret"
if [[ -f "$HOME/.docker/config.json" ]]; then
printf %"s\n" "The docker config.json file exists !"
else
printf %"s\n" "!!!!! Warning: No registry credentials file exist. So it could be possible that the task will fail due to docker rate limit, etc !!!"
fi
printf %"s\n" "Remove the @sha from the image as not supported by skopeo to inspect an image"
CLEANED_IMAGE="${PARAM_BUILDER_IMAGE%@*}"
EXT_LABEL_1="io.buildpacks.extension.layers"
... skipping 378 lines ...
kind: TaskRun
name: buildpacks-phases-test-pipeline-run-fetch-repository
pipelineTaskName: fetch-repository
completionTime: "2025-07-16T17:04:39Z"
conditions:
- lastTransitionTime: "2025-07-16T17:04:39Z"
message: 'Tasks Completed: 1 (Failed: 1, Cancelled 0), Skipped: 1'
reason: Failed
status: "False"
type: Succeeded
pipelineSpec:
tasks:
- name: fetch-repository
params:
... skipping 125 lines ...