Error lines from build-log.txt
... skipping 429 lines ...
+ test_yaml_can_install 'task/helm-upgrade-from-repo/0.4/tests
task/oci-cli/0.1/tests'
+ ns=task-stepaction-ns
+ all_tasks='task/helm-upgrade-from-repo/0.4/tests
task/oci-cli/0.1/tests'
+ kubectl create ns task-stepaction-ns
Error from server (AlreadyExists): namespaces "task-stepaction-ns" already exists
+ true
+ local runtest
+ for runtest in ${all_tasks}
+ local runtestdir=helm-upgrade-from-repo/0.4/tests
+ local testname=helm-upgrade-from-repo
+ runtest=task/helm-upgrade-from-repo/0.4/
... skipping 334 lines ...
+ continue
+ local cnt=0
+ local all_status=
+ local reason=
+ local maxloop=60
+ set +x
FAILED: helm-upgrade-from-repo/0-4 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 119 lines ...
timeout: 1h0m0s
status:
completionTime: "2025-03-08T06:04:27Z"
conditions:
- lastTransitionTime: "2025-03-08T06:04:27Z"
message: '"step-upgrade-from-repo" exited with code 1'
reason: Failed
status: "False"
type: Succeeded
podName: helm-upgrade-test-pipeline-run-helm-upgrade-from-repo-pod
provenance:
featureFlags:
AwaitSidecarReadiness: true
... skipping 22 lines ...
imageID: docker.io/lachlanevenson/k8s-helm@sha256:0a068ae407e21d1836c6a89a1e9e81af1e55fa56890998e33d5caabdbb51e77b
name: upgrade-from-repo
terminated:
containerID: containerd://43d16b465a69cb4d26a89b453f8a171660aea54b6a7e77c30acb6e4f4c15ad75
exitCode: 1
finishedAt: "2025-03-08T06:04:27Z"
reason: Error
startedAt: "2025-03-08T06:04:26Z"
terminationReason: Error
taskSpec:
description: These tasks will install / upgrade a helm chart into your Kubernetes
/ OpenShift Cluster using Helm
params:
- description: Specify a specific helm repo
name: helm_repo
... skipping 141 lines ...
kind: TaskRun
name: helm-upgrade-test-pipeline-run-helm-upgrade-from-repo
pipelineTaskName: helm-upgrade-from-repo
completionTime: "2025-03-08T06:04:27Z"
conditions:
- lastTransitionTime: "2025-03-08T06:04:27Z"
message: 'Tasks Completed: 1 (Failed: 1, Cancelled 0), Skipped: 0'
reason: Failed
status: "False"
type: Succeeded
pipelineSpec:
tasks:
- name: helm-upgrade-from-repo
params:
... skipping 90 lines ...
history.go:56: [debug] getting history for release helm-repo-sample
Release "helm-repo-sample" does not exist. Installing it now.
install.go:192: [debug] Original chart version: ""
install.go:209: [debug] CHART PATH: /root/.cache/helm/repository/sample-nginx-0.1.3.tgz
client.go:128: [debug] creating 1 resource(s)
Error: namespaces is forbidden: User "system:serviceaccount:helm-upgrade-from-repo-0-4:helm-pipeline-run-sa" cannot create resource "namespaces" in API group "" at the cluster scope
helm.go:84: [debug] namespaces is forbidden: User "system:serviceaccount:helm-upgrade-from-repo-0-4:helm-pipeline-run-sa" cannot create resource "namespaces" in API group "" at the cluster scope
+ EXIT_VALUE=1
+ set +o xtrace
Cleaning up after docker in docker.
================================================================================
Cleaning up binfmt_misc ...
... skipping 3 lines ...