Error lines from build-log.txt
... skipping 3930 lines ...
+ local cnt=0
+ local all_status=
+ local reason=
+ local maxloop=60
+ set +x
10h06:43::10h07:50 SUCCESS: bentoml/0-1 testrun has successfully executed
FAILED: black/0-1 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 120 lines ...
status:
artifacts: {}
completionTime: "2025-06-25T10:07:14Z"
conditions:
- lastTransitionTime: "2025-06-25T10:07:14Z"
message: '"step-clone" exited with code 255'
reason: Failed
status: "False"
type: Succeeded
podName: python-formatter-pipeline-run-fetch-repository-pod
provenance:
featureFlags:
awaitSidecarReadiness: true
... skipping 11 lines ...
imageID: ghcr.io/tektoncd-catalog/git-clone@sha256:b7fe6c370322586feb555c807f3fae7ca5d62c20ebbcca987114e69366151957
name: clone
terminated:
containerID: containerd://5cca0c9a9652b3ff14c1c18fa581ae49f3f6801084e441554d1ea3254c898e72
exitCode: 255
finishedAt: "2025-06-25T10:07:14Z"
reason: Error
startedAt: "2025-06-25T10:07:14Z"
terminationReason: Error
taskSpec:
description: |-
These Tasks are Git tasks to work with repositories used by other tasks in your Pipeline.
The git-clone Task will clone a repo from the provided url into the output Workspace. By default the repo will be cloned into the root of your Workspace. You can clone into a subdirectory by setting this Task's subdirectory param. This Task also supports sparse checkouts. To perform a sparse checkout, pass a list of comma separated directory patterns to this Task's sparseCheckoutDirectories param.
params:
- description: Repository URL to clone from.
... skipping 542 lines ...
kind: TaskRun
name: python-formatter-pipeline-run-fetch-repository
pipelineTaskName: fetch-repository
completionTime: "2025-06-25T10:07:14Z"
conditions:
- lastTransitionTime: "2025-06-25T10:07:14Z"
message: 'Tasks Completed: 1 (Failed: 1, Cancelled 0), Skipped: 1'
reason: Failed
status: "False"
type: Succeeded
pipelineSpec:
tasks:
- name: fetch-repository
params:
... skipping 104 lines ...
+ rm -rf /workspace/output//.[!.]*
+ rm -rf /workspace/output//..?*
+ test -z
+ test -z
+ test -z
+ git config --global --add safe.directory /workspace/output
error: could not lock config file /home/git/.gitconfig: No such file or directory
+ EXIT_VALUE=1
+ set +o xtrace
Cleaning up after docker in docker.
================================================================================
Cleaning up binfmt_misc ...
================================================================================
... skipping 2 lines ...