Skip to content

Instantly share code, notes, and snippets.

@JeromeJu
Created May 26, 2023 21:30
Show Gist options
  • Save JeromeJu/d441fac60bb3edcf3567328ee9537498 to your computer and use it in GitHub Desktop.
Save JeromeJu/d441fac60bb3edcf3567328ee9537498 to your computer and use it in GitHub Desktop.
full upgrade test
This file has been truncated, but you can view the full file.
jeromeju@jju:~/pipeline$ ./test/e2e-tests-upgrade.sh
================================
==== SETTING UP ENVIRONMENT ====
================================
=================================================================
==== INSTALL THE PREVIOUS RELEASE OF TEKTON PIPELINE V0.48.0 ====
=================================================================
>> Deploying Tekton Pipelines of Version v0.48.0
namespace/tekton-pipelines created
clusterrole.rbac.authorization.k8s.io/tekton-pipelines-controller-cluster-access created
clusterrole.rbac.authorization.k8s.io/tekton-pipelines-controller-tenant-access created
clusterrole.rbac.authorization.k8s.io/tekton-pipelines-webhook-cluster-access created
clusterrole.rbac.authorization.k8s.io/tekton-events-controller-cluster-access created
role.rbac.authorization.k8s.io/tekton-pipelines-controller created
role.rbac.authorization.k8s.io/tekton-pipelines-webhook created
role.rbac.authorization.k8s.io/tekton-pipelines-leader-election created
role.rbac.authorization.k8s.io/tekton-pipelines-info created
serviceaccount/tekton-pipelines-controller created
serviceaccount/tekton-pipelines-webhook created
serviceaccount/tekton-events-controller created
clusterrolebinding.rbac.authorization.k8s.io/tekton-pipelines-controller-cluster-access created
clusterrolebinding.rbac.authorization.k8s.io/tekton-pipelines-controller-tenant-access created
clusterrolebinding.rbac.authorization.k8s.io/tekton-pipelines-webhook-cluster-access created
clusterrolebinding.rbac.authorization.k8s.io/tekton-events-controller-cluster-access created
rolebinding.rbac.authorization.k8s.io/tekton-pipelines-controller created
rolebinding.rbac.authorization.k8s.io/tekton-pipelines-webhook created
rolebinding.rbac.authorization.k8s.io/tekton-pipelines-controller-leaderelection created
rolebinding.rbac.authorization.k8s.io/tekton-pipelines-webhook-leaderelection created
rolebinding.rbac.authorization.k8s.io/tekton-pipelines-info created
rolebinding.rbac.authorization.k8s.io/tekton-events-controller created
rolebinding.rbac.authorization.k8s.io/tekton-events-controller-leaderelection created
customresourcedefinition.apiextensions.k8s.io/clustertasks.tekton.dev created
customresourcedefinition.apiextensions.k8s.io/customruns.tekton.dev created
customresourcedefinition.apiextensions.k8s.io/pipelines.tekton.dev created
customresourcedefinition.apiextensions.k8s.io/pipelineruns.tekton.dev created
customresourcedefinition.apiextensions.k8s.io/resolutionrequests.resolution.tekton.dev created
customresourcedefinition.apiextensions.k8s.io/tasks.tekton.dev created
customresourcedefinition.apiextensions.k8s.io/taskruns.tekton.dev created
customresourcedefinition.apiextensions.k8s.io/verificationpolicies.tekton.dev created
secret/webhook-certs created
validatingwebhookconfiguration.admissionregistration.k8s.io/validation.webhook.pipeline.tekton.dev created
mutatingwebhookconfiguration.admissionregistration.k8s.io/webhook.pipeline.tekton.dev created
validatingwebhookconfiguration.admissionregistration.k8s.io/config.webhook.pipeline.tekton.dev created
clusterrole.rbac.authorization.k8s.io/tekton-aggregate-edit created
clusterrole.rbac.authorization.k8s.io/tekton-aggregate-view created
configmap/config-defaults created
configmap/feature-flags created
configmap/pipelines-info created
configmap/config-leader-election created
configmap/config-logging created
configmap/config-observability created
configmap/config-registry-cert created
configmap/config-spire created
deployment.apps/tekton-pipelines-controller created
service/tekton-pipelines-controller created
deployment.apps/tekton-events-controller created
service/tekton-events-controller created
namespace/tekton-pipelines-resolvers created
clusterrole.rbac.authorization.k8s.io/tekton-pipelines-resolvers-resolution-request-updates created
role.rbac.authorization.k8s.io/tekton-pipelines-resolvers-namespace-rbac created
serviceaccount/tekton-pipelines-resolvers created
clusterrolebinding.rbac.authorization.k8s.io/tekton-pipelines-resolvers created
rolebinding.rbac.authorization.k8s.io/tekton-pipelines-resolvers-namespace-rbac created
configmap/bundleresolver-config created
configmap/cluster-resolver-config created
configmap/resolvers-feature-flags created
configmap/config-leader-election created
configmap/config-logging created
configmap/config-observability created
configmap/git-resolver-config created
configmap/hubresolver-config created
deployment.apps/tekton-pipelines-remote-resolvers created
horizontalpodautoscaler.autoscaling/tekton-pipelines-webhook created
deployment.apps/tekton-pipelines-webhook created
service/tekton-pipelines-webhook created
No resources found
No resources found
No resources found
No resources found
No resources found
Waiting until all pods in namespace tekton-pipelines are up....
All pods are up:
tekton-events-controller-54677d858b-nrz4b 1/1 Running 0 10s
tekton-pipelines-controller-5fd6b756cf-5dhmn 1/1 Running 0 10s
tekton-pipelines-webhook-6cb5f4558c-dqpjd 1/1 Running 0 10s
===========================================================
==== UPGRADE TO THE CURRENT RELEASE OF TEKTON PIPELINE ====
===========================================================
>> Deploying Tekton Pipelines
2023/05/26 19:52:25 Using base cgr.dev/chainguard/static@sha256:341701ace7231c5dd948d209f5b0d6563ca89cb02699b4e34ae8f93ffa763f38 for github.com/tektoncd/pipeline/cmd/webhook
2023/05/26 19:52:25 Using base cgr.dev/chainguard/static@sha256:341701ace7231c5dd948d209f5b0d6563ca89cb02699b4e34ae8f93ffa763f38 for github.com/tektoncd/pipeline/cmd/events
2023/05/26 19:52:25 Using base cgr.dev/chainguard/static@sha256:341701ace7231c5dd948d209f5b0d6563ca89cb02699b4e34ae8f93ffa763f38 for github.com/tektoncd/pipeline/cmd/resolvers
2023/05/26 19:52:25 Building github.com/tektoncd/pipeline/cmd/events for linux/amd64
2023/05/26 19:52:25 Building github.com/tektoncd/pipeline/cmd/resolvers for linux/amd64
2023/05/26 19:52:25 Building github.com/tektoncd/pipeline/cmd/webhook for linux/amd64
2023/05/26 19:52:27 Building github.com/tektoncd/pipeline/cmd/entrypoint for linux/amd64
2023/05/26 19:52:27 Building github.com/tektoncd/pipeline/cmd/controller for linux/amd64
2023/05/26 19:52:27 Building github.com/tektoncd/pipeline/cmd/nop for linux/amd64
2023/05/26 19:52:27 Building github.com/tektoncd/pipeline/cmd/workingdirinit for linux/amd64
2023/05/26 19:52:27 Building github.com/tektoncd/pipeline/cmd/sidecarlogresults for linux/amd64
2023/05/26 19:52:29 Loading kind.local/workingdirinit-0c558922ec6a1b739e550e349f2d5fc1:8a94b3f3efa181283931ebce4350686dd9db51fdfc250b118f701e2c40c89071
2023/05/26 19:52:29 Loading kind.local/nop-8eac7c133edad5df719dc37b36b62482:4636adecc554bde9192a2866aed434425c72d67bfb4326d47b82328a737b9154
2023/05/26 19:52:31 Loaded kind.local/nop-8eac7c133edad5df719dc37b36b62482:4636adecc554bde9192a2866aed434425c72d67bfb4326d47b82328a737b9154
2023/05/26 19:52:31 Adding tag latest
2023/05/26 19:52:31 Loaded kind.local/workingdirinit-0c558922ec6a1b739e550e349f2d5fc1:8a94b3f3efa181283931ebce4350686dd9db51fdfc250b118f701e2c40c89071
2023/05/26 19:52:31 Adding tag latest
2023/05/26 19:52:32 Added tag latest
2023/05/26 19:52:32 Added tag latest
2023/05/26 19:52:35 Loading kind.local/events-a9042f7efb0cbade2a868a1ee5ddd52c:b4a94b330cd2d2d2fecaef8105e6c2895dbe3d0e7e8848c0e92c789c31b3216e
2023/05/26 19:52:35 Loading kind.local/webhook-d4749e605405422fd87700164e31b2d1:b9d87d933f8219dcc8afb76538b45ef698c7dda8ccb4c279709bc3222aa7dab5
2023/05/26 19:52:35 Loading kind.local/sidecarlogresults-7501c6a20d741631510a448b48ab098f:4b20bba3c9269d87d06f7e7f37dd78b888d8110d907d484c5218247df5479245
2023/05/26 19:52:35 Loading kind.local/entrypoint-bff0a22da108bc2f16c818c97641a296:543cc27c0ec5cf75da3ca42f593e788b0b5d8a0c5a7ce70ef7482443385718fe
2023/05/26 19:52:36 Loading kind.local/resolvers-ff86b24f130c42b88983d3c13993056d:d48c87216142daf42a0930f5f1fec7b85e846fc3e91658d9e923c8189ca36f7f
2023/05/26 19:52:37 Loaded kind.local/events-a9042f7efb0cbade2a868a1ee5ddd52c:b4a94b330cd2d2d2fecaef8105e6c2895dbe3d0e7e8848c0e92c789c31b3216e
2023/05/26 19:52:37 Adding tag latest
2023/05/26 19:52:37 Added tag latest
2023/05/26 19:52:37 Loaded kind.local/entrypoint-bff0a22da108bc2f16c818c97641a296:543cc27c0ec5cf75da3ca42f593e788b0b5d8a0c5a7ce70ef7482443385718fe
2023/05/26 19:52:37 Adding tag latest
2023/05/26 19:52:37 Loaded kind.local/webhook-d4749e605405422fd87700164e31b2d1:b9d87d933f8219dcc8afb76538b45ef698c7dda8ccb4c279709bc3222aa7dab5
2023/05/26 19:52:37 Adding tag latest
2023/05/26 19:52:37 Loaded kind.local/sidecarlogresults-7501c6a20d741631510a448b48ab098f:4b20bba3c9269d87d06f7e7f37dd78b888d8110d907d484c5218247df5479245
2023/05/26 19:52:37 Adding tag latest
2023/05/26 19:52:37 Added tag latest
2023/05/26 19:52:37 Added tag latest
2023/05/26 19:52:38 Added tag latest
2023/05/26 19:52:38 Loading kind.local/controller-10a3e32792f33651396d02b6855a6e36:df53ee5dbe4363da1e9f122e38b9497502a0fbc17ace75ee2c413299104b45f4
2023/05/26 19:52:38 Loaded kind.local/resolvers-ff86b24f130c42b88983d3c13993056d:d48c87216142daf42a0930f5f1fec7b85e846fc3e91658d9e923c8189ca36f7f
2023/05/26 19:52:38 Adding tag latest
2023/05/26 19:52:38 Added tag latest
2023/05/26 19:52:39 Loaded kind.local/controller-10a3e32792f33651396d02b6855a6e36:df53ee5dbe4363da1e9f122e38b9497502a0fbc17ace75ee2c413299104b45f4
2023/05/26 19:52:39 Adding tag latest
2023/05/26 19:52:39 Added tag latest
namespace/tekton-pipelines unchanged
clusterrole.rbac.authorization.k8s.io/tekton-pipelines-controller-cluster-access configured
clusterrole.rbac.authorization.k8s.io/tekton-pipelines-controller-tenant-access unchanged
clusterrole.rbac.authorization.k8s.io/tekton-pipelines-webhook-cluster-access unchanged
clusterrole.rbac.authorization.k8s.io/tekton-events-controller-cluster-access unchanged
role.rbac.authorization.k8s.io/tekton-pipelines-controller unchanged
role.rbac.authorization.k8s.io/tekton-pipelines-webhook unchanged
role.rbac.authorization.k8s.io/tekton-pipelines-leader-election unchanged
role.rbac.authorization.k8s.io/tekton-pipelines-info unchanged
serviceaccount/tekton-pipelines-controller unchanged
serviceaccount/tekton-pipelines-webhook unchanged
serviceaccount/tekton-events-controller unchanged
clusterrolebinding.rbac.authorization.k8s.io/tekton-pipelines-controller-cluster-access unchanged
clusterrolebinding.rbac.authorization.k8s.io/tekton-pipelines-controller-tenant-access unchanged
clusterrolebinding.rbac.authorization.k8s.io/tekton-pipelines-webhook-cluster-access unchanged
clusterrolebinding.rbac.authorization.k8s.io/tekton-events-controller-cluster-access unchanged
rolebinding.rbac.authorization.k8s.io/tekton-pipelines-controller unchanged
rolebinding.rbac.authorization.k8s.io/tekton-pipelines-webhook unchanged
rolebinding.rbac.authorization.k8s.io/tekton-pipelines-controller-leaderelection unchanged
rolebinding.rbac.authorization.k8s.io/tekton-pipelines-webhook-leaderelection unchanged
rolebinding.rbac.authorization.k8s.io/tekton-pipelines-info unchanged
rolebinding.rbac.authorization.k8s.io/tekton-events-controller unchanged
rolebinding.rbac.authorization.k8s.io/tekton-events-controller-leaderelection unchanged
customresourcedefinition.apiextensions.k8s.io/clustertasks.tekton.dev configured
customresourcedefinition.apiextensions.k8s.io/customruns.tekton.dev configured
customresourcedefinition.apiextensions.k8s.io/pipelines.tekton.dev configured
customresourcedefinition.apiextensions.k8s.io/pipelineruns.tekton.dev configured
customresourcedefinition.apiextensions.k8s.io/resolutionrequests.resolution.tekton.dev unchanged
customresourcedefinition.apiextensions.k8s.io/tasks.tekton.dev configured
customresourcedefinition.apiextensions.k8s.io/taskruns.tekton.dev configured
customresourcedefinition.apiextensions.k8s.io/verificationpolicies.tekton.dev configured
secret/webhook-certs configured
validatingwebhookconfiguration.admissionregistration.k8s.io/validation.webhook.pipeline.tekton.dev configured
mutatingwebhookconfiguration.admissionregistration.k8s.io/webhook.pipeline.tekton.dev configured
validatingwebhookconfiguration.admissionregistration.k8s.io/config.webhook.pipeline.tekton.dev configured
clusterrole.rbac.authorization.k8s.io/tekton-aggregate-edit unchanged
clusterrole.rbac.authorization.k8s.io/tekton-aggregate-view unchanged
configmap/config-defaults unchanged
configmap/feature-flags configured
configmap/pipelines-info configured
configmap/config-leader-election unchanged
configmap/config-logging configured
configmap/config-observability unchanged
configmap/config-registry-cert unchanged
configmap/config-spire unchanged
deployment.apps/tekton-pipelines-controller configured
service/tekton-pipelines-controller configured
deployment.apps/tekton-events-controller configured
service/tekton-events-controller configured
namespace/tekton-pipelines-resolvers unchanged
clusterrole.rbac.authorization.k8s.io/tekton-pipelines-resolvers-resolution-request-updates unchanged
role.rbac.authorization.k8s.io/tekton-pipelines-resolvers-namespace-rbac unchanged
serviceaccount/tekton-pipelines-resolvers unchanged
clusterrolebinding.rbac.authorization.k8s.io/tekton-pipelines-resolvers unchanged
rolebinding.rbac.authorization.k8s.io/tekton-pipelines-resolvers-namespace-rbac unchanged
configmap/bundleresolver-config unchanged
configmap/cluster-resolver-config unchanged
configmap/resolvers-feature-flags unchanged
configmap/config-leader-election unchanged
configmap/config-logging configured
configmap/config-observability unchanged
configmap/git-resolver-config unchanged
configmap/hubresolver-config unchanged
deployment.apps/tekton-pipelines-remote-resolvers configured
horizontalpodautoscaler.autoscaling/tekton-pipelines-webhook configured
deployment.apps/tekton-pipelines-webhook configured
service/tekton-pipelines-webhook configured
clusterrole.rbac.authorization.k8s.io/tekton-pipelines-controller-pod-log-access unchanged
clusterrolebinding.rbac.authorization.k8s.io/tekton-pipelines-controller-pod-log-access unchanged
No resources found
No resources found
No resources found
No resources found
No resources found
Waiting until all pods in namespace tekton-pipelines are up...................
All pods are up:
tekton-events-controller-7fb5c8d7fb-wxpwr 1/1 Running 0 42s
tekton-pipelines-controller-864db97794-tbsf5 1/1 Running 0 43s
tekton-pipelines-webhook-55c64b7f74-gz6f4 1/1 Running 0 42s
No resources found
Waiting until all pods in namespace tekton-pipelines-resolvers are up
All pods are up:
tekton-pipelines-remote-resolvers-55f6ffc759-k98hg 1/1 Running 0 42s
Running tests with 'go test -race -v -count=1 -tags=e2e -timeout=20m ./test '
=== RUN TestTaskRunPipelineRunCancel
=== RUN TestTaskRunPipelineRunCancel/retries=0,status=Cancelled
cancel_test.go:52: Create namespace arendelle-4rr4z to deploy to
cancel_test.go:52: Verify SA "default" is created in namespace "arendelle-4rr4z"
=== PAUSE TestTaskRunPipelineRunCancel/retries=0,status=Cancelled
=== RUN TestTaskRunPipelineRunCancel/retries=1,status=Cancelled
cancel_test.go:52: Create namespace arendelle-dlfd4 to deploy to
cancel_test.go:52: Verify SA "default" is created in namespace "arendelle-dlfd4"
=== PAUSE TestTaskRunPipelineRunCancel/retries=1,status=Cancelled
=== CONT TestTaskRunPipelineRunCancel/retries=1,status=Cancelled
=== CONT TestTaskRunPipelineRunCancel/retries=0,status=Cancelled
cancel_test.go:73: Creating PipelineRun in namespace arendelle-4rr4z
=== NAME TestTaskRunPipelineRunCancel/retries=1,status=Cancelled
cancel_test.go:73: Creating PipelineRun in namespace arendelle-dlfd4
cancel_test.go:78: Waiting for Pipelinerun task-run-pipeline-run-cancel-retries-1-st-duiyqnbf in namespace arendelle-dlfd4 to be started
=== NAME TestTaskRunPipelineRunCancel/retries=0,status=Cancelled
cancel_test.go:78: Waiting for Pipelinerun task-run-pipeline-run-cancel-retries-0-st-shnafsyw in namespace arendelle-4rr4z to be started
=== NAME TestTaskRunPipelineRunCancel/retries=1,status=Cancelled
cancel_test.go:89: Waiting for TaskRuns from PipelineRun task-run-pipeline-run-cancel-retries-1-st-duiyqnbf in namespace arendelle-dlfd4 to be running
=== NAME TestTaskRunPipelineRunCancel/retries=0,status=Cancelled
cancel_test.go:89: Waiting for TaskRuns from PipelineRun task-run-pipeline-run-cancel-retries-0-st-shnafsyw in namespace arendelle-4rr4z to be running
cancel_test.go:122: Waiting for PipelineRun task-run-pipeline-run-cancel-retries-0-st-shnafsyw in namespace arendelle-4rr4z to be cancelled
=== NAME TestTaskRunPipelineRunCancel/retries=1,status=Cancelled
cancel_test.go:122: Waiting for PipelineRun task-run-pipeline-run-cancel-retries-1-st-duiyqnbf in namespace arendelle-dlfd4 to be cancelled
=== NAME TestTaskRunPipelineRunCancel/retries=0,status=Cancelled
cancel_test.go:127: Waiting for TaskRuns in PipelineRun task-run-pipeline-run-cancel-retries-0-st-shnafsyw in namespace arendelle-4rr4z to be cancelled
cancel_test.go:158: Making sure 1 events were created from pipelinerun with kinds map[PipelineRun:[task-run-pipeline-run-cancel-retries-0-st-shnafsyw]]
=== NAME TestTaskRunPipelineRunCancel/retries=1,status=Cancelled
cancel_test.go:127: Waiting for TaskRuns in PipelineRun task-run-pipeline-run-cancel-retries-1-st-duiyqnbf in namespace arendelle-dlfd4 to be cancelled
cancel_test.go:158: Making sure 1 events were created from pipelinerun with kinds map[PipelineRun:[task-run-pipeline-run-cancel-retries-1-st-duiyqnbf]]
=== NAME TestTaskRunPipelineRunCancel/retries=0,status=Cancelled
cancel_test.go:173: Making sure 1 events were created from taskruns with kinds map[TaskRun:[task-run-pipeline-run-cancel-retries-0-st-shnafsyw-task]]
=== NAME TestTaskRunPipelineRunCancel/retries=1,status=Cancelled
cancel_test.go:173: Making sure 1 events were created from taskruns with kinds map[TaskRun:[task-run-pipeline-run-cancel-retries-1-st-duiyqnbf-task]]
=== NAME TestTaskRunPipelineRunCancel/retries=0,status=Cancelled
cancel_test.go:185: Deleting namespace arendelle-4rr4z
=== NAME TestTaskRunPipelineRunCancel/retries=1,status=Cancelled
cancel_test.go:185: Deleting namespace arendelle-dlfd4
--- PASS: TestTaskRunPipelineRunCancel (1.16s)
--- PASS: TestTaskRunPipelineRunCancel/retries=0,status=Cancelled (13.36s)
--- PASS: TestTaskRunPipelineRunCancel/retries=1,status=Cancelled (12.49s)
=== RUN TestResourceVersionReactor
=== RUN TestResourceVersionReactor/first_resource
logger.go:130: 2023-05-26T19:53:42.840Z INFO cache/cacheclient.go:42 CACHE CLIENT &{lru:0xc000359d60 lock:{w:{state:0 sema:0} writerSem:0 readerSem:0 readerCount:{_:{} v:0} readerWait:{_:{} v:0}}}
=== RUN TestResourceVersionReactor/replace_resource_version
logger.go:130: 2023-05-26T19:53:42.841Z INFO cache/cacheclient.go:42 CACHE CLIENT &{lru:0xc00011e1e0 lock:{w:{state:0 sema:0} writerSem:0 readerSem:0 readerCount:{_:{} v:0} readerWait:{_:{} v:0}}}
--- PASS: TestResourceVersionReactor (0.00s)
--- PASS: TestResourceVersionReactor/first_resource (0.00s)
--- PASS: TestResourceVersionReactor/replace_resource_version (0.00s)
=== RUN TestEnsureConfigurationConfigMapsExist
--- PASS: TestEnsureConfigurationConfigMapsExist (0.00s)
=== RUN TestTaskCRDConversion
=== PAUSE TestTaskCRDConversion
=== RUN TestTaskRunCRDConversion
=== PAUSE TestTaskRunCRDConversion
=== RUN TestPipelineCRDConversion
=== PAUSE TestPipelineCRDConversion
=== RUN TestPipelineRunCRDConversion
=== PAUSE TestPipelineRunCRDConversion
=== RUN TestCustomTask
custom_task_test.go:69: Create namespace arendelle-tqbfs to deploy to
custom_task_test.go:69: Verify SA "default" is created in namespace "arendelle-tqbfs"
stream.go:305: D 19:53:42.908 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi] Adding to queue arendelle-tqbfs/custom-task-tyrlkuyi (depth: 1)
stream.go:305: D 19:53:42.908 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi] got tracing carriermap[]
stream.go:305: D 19:53:42.908 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: I 19:53:42.909 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi] Creating a new CustomRun object custom-task-tyrlkuyi-custom-task-ref
stream.go:305: D 19:53:42.918 tekton-events-controller-7fb5c8d7fb-wxpwr [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi-custom-task-ref] Adding to queue arendelle-tqbfs/custom-task-tyrlkuyi-custom-task-ref (depth: 1)
stream.go:305: I 19:53:42.919 tekton-events-controller-7fb5c8d7fb-wxpwr [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi-custom-task-ref] Reconciling custom-task-tyrlkuyi-custom-task-ref
stream.go:305: I 19:53:42.919 tekton-events-controller-7fb5c8d7fb-wxpwr [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi-custom-task-ref] Reconcile succeeded
stream.go:305: I 19:53:42.919 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi] Creating a new CustomRun object custom-task-tyrlkuyi-custom-task-spec
stream.go:305: D 19:53:42.919 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi-custom-task-ref] Adding to queue arendelle-tqbfs/custom-task-tyrlkuyi-custom-task-ref (depth: 1)
stream.go:305: I 19:53:42.920 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi-custom-task-ref] Reconciling custom-task-tyrlkuyi-custom-task-ref
stream.go:305: I 19:53:42.920 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi-custom-task-ref] Reconcile succeeded
stream.go:305: D 19:53:42.921 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi] Adding to queue arendelle-tqbfs/custom-task-tyrlkuyi (depth: 1)
stream.go:305: D 19:53:42.932 tekton-events-controller-7fb5c8d7fb-wxpwr [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi-custom-task-spec] Adding to queue arendelle-tqbfs/custom-task-tyrlkuyi-custom-task-spec (depth: 1)
stream.go:305: I 19:53:42.932 tekton-events-controller-7fb5c8d7fb-wxpwr [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi-custom-task-spec] Reconciling custom-task-tyrlkuyi-custom-task-spec
stream.go:305: I 19:53:42.932 tekton-events-controller-7fb5c8d7fb-wxpwr [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi-custom-task-spec] Reconcile succeeded
stream.go:305: I 19:53:42.933 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi] PipelineRun custom-task-tyrlkuyi status is being set to &{Succeeded Unknown {2023-05-26 19:53:42.933046949 +0000 UTC m=+61.150182871} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 3, Skipped: 0}
stream.go:305: D 19:53:42.933 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi-custom-task-spec] Adding to queue arendelle-tqbfs/custom-task-tyrlkuyi-custom-task-spec (depth: 1)
stream.go:305: I 19:53:42.933 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi-custom-task-spec] Reconciling custom-task-tyrlkuyi-custom-task-spec
stream.go:305: I 19:53:42.934 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi-custom-task-spec] Reconcile succeeded
stream.go:305: D 19:53:42.933 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi] Adding to queue arendelle-tqbfs/custom-task-tyrlkuyi (depth: 1)
stream.go:305: D 19:53:42.945 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi] Updating status with:   v1beta1.PipelineRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
-  Conditions: nil,
+  Conditions: v1.Conditions{
+  {
+  Type: "Succeeded",
+  Status: "Unknown",
+  LastTransitionTime: apis.VolatileTime{Inner: s"2023-05-26 19:53:42.933046949 +0"...},
+  Reason: "Running",
+  Message: "Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 3, Skip"...,
+  },
+  },
   Annotations: nil,
   },
   PipelineRunStatusFields: v1beta1.PipelineRunStatusFields{
-  StartTime: nil,
+  StartTime: s"2023-05-26 19:53:42 +0000 UTC",
   CompletionTime: nil,
   TaskRuns: nil,
   Runs: nil,
   PipelineResults: nil,
-  PipelineSpec: nil,
+  PipelineSpec: &v1beta1.PipelineSpec{
+  Tasks: []v1beta1.PipelineTask{
+  {Name: "custom-task-ref", TaskRef: &v1beta1.TaskRef{...}},
+  {Name: "custom-task-spec", TaskSpec: s"&TypeMeta{APIVersion:wait.testin"...},
+  {
+  Name: "result-consumer",
+  TaskSpec: s"&TypeMeta{APIVersion:,Kind:,}",
+  Params: v1beta1.Params{...},
+  },
+  },
+  Results: []v1beta1.PipelineResult{
+  {Name: "prResult-ref", Value: v1beta1.ParamValue{...}},
+  {Name: "prResult-spec", Value: v1beta1.ParamValue{...}},
+  },
+  },
   SkippedTasks: nil,
-  ChildReferences: nil,
+  ChildReferences: []v1beta1.ChildStatusReference{
+  {
+  TypeMeta: runtime.TypeMeta{APIVersion: "tekton.dev/v1beta1", Kind: "CustomRun"},
+  Name: "custom-task-tyrlkuyi-custom-task-ref",
+  PipelineTaskName: "custom-task-ref",
+  },
+  {
+  TypeMeta: runtime.TypeMeta{APIVersion: "tekton.dev/v1beta1", Kind: "CustomRun"},
+  Name: "custom-task-tyrlkuyi-custom-task-spec",
+  PipelineTaskName: "custom-task-spec",
+  },
+  },
   FinallyStartTime: nil,
   Provenance: nil,
   SpanContext: nil,
   },
  }
stream.go:305: D 19:53:42.945 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi] Adding to queue arendelle-tqbfs/custom-task-tyrlkuyi (depth: 1)
stream.go:305: D 19:53:42.968 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi] Updating status with:   v1beta1.PipelineRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
-  Conditions: nil,
+  Conditions: v1.Conditions{
+  {
+  Type: "Succeeded",
+  Status: "Unknown",
+  LastTransitionTime: apis.VolatileTime{Inner: s"2023-05-26 19:53:42.933046949 +0"...},
+  Reason: "Running",
+  Message: "Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 3, Skip"...,
+  },
+  },
   Annotations: nil,
   },
   PipelineRunStatusFields: v1beta1.PipelineRunStatusFields{
-  StartTime: nil,
+  StartTime: s"2023-05-26 19:53:42 +0000 UTC",
   CompletionTime: nil,
   TaskRuns: nil,
   Runs: nil,
   PipelineResults: nil,
-  PipelineSpec: nil,
+  PipelineSpec: &v1beta1.PipelineSpec{
+  Tasks: []v1beta1.PipelineTask{
+  {Name: "custom-task-ref", TaskRef: &v1beta1.TaskRef{...}},
+  {Name: "custom-task-spec", TaskSpec: s"&TypeMeta{APIVersion:wait.testin"...},
+  {
+  Name: "result-consumer",
+  TaskSpec: s"&TypeMeta{APIVersion:,Kind:,}",
+  Params: v1beta1.Params{...},
+  },
+  },
+  Results: []v1beta1.PipelineResult{
+  {Name: "prResult-ref", Value: v1beta1.ParamValue{...}},
+  {Name: "prResult-spec", Value: v1beta1.ParamValue{...}},
+  },
+  },
   SkippedTasks: nil,
-  ChildReferences: nil,
+  ChildReferences: []v1beta1.ChildStatusReference{
+  {
+  TypeMeta: runtime.TypeMeta{APIVersion: "tekton.dev/v1beta1", Kind: "CustomRun"},
+  Name: "custom-task-tyrlkuyi-custom-task-ref",
+  PipelineTaskName: "custom-task-ref",
+  },
+  {
+  TypeMeta: runtime.TypeMeta{APIVersion: "tekton.dev/v1beta1", Kind: "CustomRun"},
+  Name: "custom-task-tyrlkuyi-custom-task-spec",
+  PipelineTaskName: "custom-task-spec",
+  },
+  },
   FinallyStartTime: nil,
   Provenance: nil,
   SpanContext: nil,
   },
  }
stream.go:305: D 19:53:42.981 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi] Adding to queue arendelle-tqbfs/custom-task-tyrlkuyi (depth: 1)
stream.go:305: D 19:53:42.981 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi] Requeuing key arendelle-tqbfs/custom-task-tyrlkuyi (by request) after 59m59.055184958s (depth: 0)
stream.go:305: D 19:53:42.982 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi] got tracing carriermap[]
stream.go:305: D 19:53:42.982 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: I 19:53:42.983 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi] PipelineRun custom-task-tyrlkuyi status is being set to &{Succeeded Unknown {2023-05-26 19:53:42 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 3, Skipped: 0}
stream.go:305: D 19:53:42.983 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi] Requeuing key arendelle-tqbfs/custom-task-tyrlkuyi (by request) after 59m59.016380016s (depth: 0)
stream.go:305: D 19:53:43.940 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi-custom-task-ref] Adding to queue arendelle-tqbfs/custom-task-tyrlkuyi-custom-task-ref (depth: 1)
stream.go:305: D 19:53:43.939 tekton-events-controller-7fb5c8d7fb-wxpwr [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi-custom-task-ref] Adding to queue arendelle-tqbfs/custom-task-tyrlkuyi-custom-task-ref (depth: 1)
stream.go:305: I 19:53:43.940 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi-custom-task-ref] Reconciling custom-task-tyrlkuyi-custom-task-ref
stream.go:305: I 19:53:43.939 tekton-events-controller-7fb5c8d7fb-wxpwr [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi-custom-task-ref] Reconciling custom-task-tyrlkuyi-custom-task-ref
stream.go:305: I 19:53:43.940 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi-custom-task-ref] Reconcile succeeded
stream.go:305: I 19:53:43.939 tekton-events-controller-7fb5c8d7fb-wxpwr [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi-custom-task-ref] Reconcile succeeded
stream.go:305: D 19:53:43.940 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi] Adding to queue arendelle-tqbfs/custom-task-tyrlkuyi (depth: 1)
stream.go:305: D 19:53:43.940 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi] got tracing carriermap[]
stream.go:305: D 19:53:43.940 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: I 19:53:43.941 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi] PipelineRun custom-task-tyrlkuyi status is being set to &{Succeeded Unknown {2023-05-26 19:53:43.941515589 +0000 UTC m=+62.158651501} Running Tasks Completed: 1 (Failed: 0, Cancelled 0), Incomplete: 2, Skipped: 0}
stream.go:305: D 19:53:43.943 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi] Updating status with:   v1beta1.PipelineRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
   Conditions: v1.Conditions{
   {
   Type: "Succeeded",
   Status: "Unknown",
   Severity: "",
-  LastTransitionTime: apis.VolatileTime{Inner: v1.Time{Time: s"2023-05-26 19:53:42 +0000 UTC"}},
+  LastTransitionTime: apis.VolatileTime{Inner: v1.Time{Time: s"2023-05-26 19:53:43.941515589 +0000 UTC m=+62.158651501"}},
   Reason: "Running",
   Message: strings.Join({
   "Tasks Completed: ",
-  "0",
+  "1",
   " (Failed: 0, Cancelled 0), Incomplete: ",
-  "3",
+  "2",
   ", Skipped: 0",
   }, ""),
   },
   },
   Annotations: nil,
   },
   PipelineRunStatusFields: {StartTime: s"2023-05-26 19:53:42 +0000 UTC", PipelineSpec: &{Tasks: {{Name: "custom-task-ref", TaskRef: &{Kind: "Wait", APIVersion: "wait.testing.tekton.dev/v1alpha1"}}, {Name: "custom-task-spec", TaskSpec: &{TypeMeta: {APIVersion: "wait.testing.tekton.dev/v1alpha1", Kind: "Wait"}, Spec: {Raw: `{"field1":123,"field2":"value"}`}, Metadata: {Labels: {"test-label": "test"}}}}, {Name: "result-consumer", TaskSpec: &{TaskSpec: {Params: {{Name: "input-result-from-custom-task-ref", Type: "string"}, {Name: "input-result-from-custom-task-spec", Type: "string"}}, Steps: {{Image: "ubuntu", Command: {"/bin/bash"}, Args: {"-c", "echo $(input-result-from-custom-task-ref) $(input-result-from-cu"...}}}}}, Params: {{Name: "input-result-from-custom-task-ref", Value: {Type: "string", StringVal: "$(tasks.custom-task-ref.results.runResult)"}}, {Name: "input-result-from-custom-task-spec", Value: {Type: "string", StringVal: "$(tasks.custom-task-spec.results.runResult)"}}}}}, Results: {{Name: "prResult-ref", Value: {Type: "string", StringVal: "$(tasks.custom-task-ref.results.runResult)"}}, {Name: "prResult-spec", Value: {Type: "string", StringVal: "$(tasks.custom-task-spec.results.runResult)"}}}}, ChildReferences: {{TypeMeta: {APIVersion: "tekton.dev/v1beta1", Kind: "CustomRun"}, Name: "custom-task-tyrlkuyi-custom-task-ref", PipelineTaskName: "custom-task-ref"}, {TypeMeta: {APIVersion: "tekton.dev/v1beta1", Kind: "CustomRun"}, Name: "custom-task-tyrlkuyi-custom-task-spec", PipelineTaskName: "custom-task-spec"}}},
  }
stream.go:305: D 19:53:43.960 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi] Adding to queue arendelle-tqbfs/custom-task-tyrlkuyi (depth: 1)
stream.go:305: D 19:53:43.960 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi] Requeuing key arendelle-tqbfs/custom-task-tyrlkuyi (by request) after 59m58.058379011s (depth: 0)
stream.go:305: D 19:53:43.960 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi] got tracing carriermap[]
stream.go:305: D 19:53:43.960 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: I 19:53:43.962 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi] PipelineRun custom-task-tyrlkuyi status is being set to &{Succeeded Unknown {2023-05-26 19:53:43 +0000 UTC} Running Tasks Completed: 1 (Failed: 0, Cancelled 0), Incomplete: 2, Skipped: 0}
stream.go:305: D 19:53:43.962 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi] Requeuing key arendelle-tqbfs/custom-task-tyrlkuyi (by request) after 59m58.037418575s (depth: 0)
stream.go:305: D 19:53:43.963 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi-custom-task-spec] Adding to queue arendelle-tqbfs/custom-task-tyrlkuyi-custom-task-spec (depth: 1)
stream.go:305: D 19:53:43.963 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi] Adding to queue arendelle-tqbfs/custom-task-tyrlkuyi (depth: 1)
stream.go:305: I 19:53:43.963 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi-custom-task-spec] Reconciling custom-task-tyrlkuyi-custom-task-spec
stream.go:305: I 19:53:43.963 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi-custom-task-spec] Reconcile succeeded
stream.go:305: D 19:53:43.963 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi] got tracing carriermap[]
stream.go:305: D 19:53:43.964 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: I 19:53:43.965 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi] Creating a new TaskRun object custom-task-tyrlkuyi-result-consumer for pipeline task result-consumer
stream.go:305: D 19:53:43.963 tekton-events-controller-7fb5c8d7fb-wxpwr [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi-custom-task-spec] Adding to queue arendelle-tqbfs/custom-task-tyrlkuyi-custom-task-spec (depth: 1)
stream.go:305: I 19:53:43.963 tekton-events-controller-7fb5c8d7fb-wxpwr [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi-custom-task-spec] Reconciling custom-task-tyrlkuyi-custom-task-spec
stream.go:305: I 19:53:43.963 tekton-events-controller-7fb5c8d7fb-wxpwr [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi-custom-task-spec] Reconcile succeeded
stream.go:305: D 19:53:43.977 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi] Adding to queue arendelle-tqbfs/custom-task-tyrlkuyi (depth: 1)
stream.go:305: D 19:53:43.978 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi-result-consumer] Adding to queue arendelle-tqbfs/custom-task-tyrlkuyi-result-consumer (depth: 1)
stream.go:305: D 19:53:43.980 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi-result-consumer] got tracing carriermap[]
stream.go:305: D 19:53:43.980 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi-result-consumer] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:53:43.981 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi-result-consumer] set taskspec for arendelle-tqbfs/custom-task-tyrlkuyi-result-consumer - script:
stream.go:305: I 19:53:43.980 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi] PipelineRun custom-task-tyrlkuyi status is being set to &{Succeeded Unknown {2023-05-26 19:53:43.980755071 +0000 UTC m=+62.197890993} Running Tasks Completed: 2 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}
stream.go:305: D 19:53:43.990 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi] Updating status with:   v1beta1.PipelineRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
   Conditions: v1.Conditions{
   {
   Type: "Succeeded",
   Status: "Unknown",
   Severity: "",
-  LastTransitionTime: apis.VolatileTime{Inner: v1.Time{Time: s"2023-05-26 19:53:43 +0000 UTC"}},
+  LastTransitionTime: apis.VolatileTime{Inner: v1.Time{Time: s"2023-05-26 19:53:43.980755071 +0000 UTC m=+62.197890993"}},
   Reason: "Running",
   Message: strings.Join({
   "Tasks Completed: ",
-  "1",
+  "2",
   " (Failed: 0, Cancelled 0), Incomplete: ",
-  "2",
+  "1",
   ", Skipped: 0",
   }, ""),
   },
   },
   Annotations: nil,
   },
   PipelineRunStatusFields: v1beta1.PipelineRunStatusFields{
   ... // 5 identical fields
   PipelineSpec: &{Tasks: {{Name: "custom-task-ref", TaskRef: &{Kind: "Wait", APIVersion: "wait.testing.tekton.dev/v1alpha1"}}, {Name: "custom-task-spec", TaskSpec: &{TypeMeta: {APIVersion: "wait.testing.tekton.dev/v1alpha1", Kind: "Wait"}, Spec: {Raw: `{"field1":123,"field2":"value"}`}, Metadata: {Labels: {"test-label": "test"}}}}, {Name: "result-consumer", TaskSpec: &{TaskSpec: {Params: {{Name: "input-result-from-custom-task-ref", Type: "string"}, {Name: "input-result-from-custom-task-spec", Type: "string"}}, Steps: {{Image: "ubuntu", Command: {"/bin/bash"}, Args: {"-c", "echo $(input-result-from-custom-task-ref) $(input-result-from-cu"...}}}}}, Params: {{Name: "input-result-from-custom-task-ref", Value: {Type: "string", StringVal: "$(tasks.custom-task-ref.results.runResult)"}}, {Name: "input-result-from-custom-task-spec", Value: {Type: "string", StringVal: "$(tasks.custom-task-spec.results.runResult)"}}}}}, Results: {{Name: "prResult-ref", Value: {Type: "string", StringVal: "$(tasks.custom-task-ref.results.runResult)"}}, {Name: "prResult-spec", Value: {Type: "string", StringVal: "$(tasks.custom-task-spec.results.runResult)"}}}},
   SkippedTasks: nil,
   ChildReferences: []v1beta1.ChildStatusReference{
   {TypeMeta: {APIVersion: "tekton.dev/v1beta1", Kind: "CustomRun"}, Name: "custom-task-tyrlkuyi-custom-task-ref", PipelineTaskName: "custom-task-ref"},
   {TypeMeta: {APIVersion: "tekton.dev/v1beta1", Kind: "CustomRun"}, Name: "custom-task-tyrlkuyi-custom-task-spec", PipelineTaskName: "custom-task-spec"},
+  {
+  TypeMeta: runtime.TypeMeta{APIVersion: "tekton.dev/v1beta1", Kind: "TaskRun"},
+  Name: "custom-task-tyrlkuyi-result-consumer",
+  PipelineTaskName: "result-consumer",
+  },
   },
   FinallyStartTime: nil,
   Provenance: nil,
   SpanContext: nil,
   },
  }
stream.go:305: I 19:53:43.996 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi-result-consumer] Successfully reconciled taskrun custom-task-tyrlkuyi-result-consumer/arendelle-tqbfs with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 53, 43, 996565446, time.Local)}, Reason:"Pending", Message:"Pending"}
stream.go:305: D 19:53:43.996 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi-result-consumer] Adding to queue arendelle-tqbfs/custom-task-tyrlkuyi-result-consumer (depth: 1)
stream.go:305: D 19:53:44.004 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi-result-consumer] Adding to queue arendelle-tqbfs/custom-task-tyrlkuyi-result-consumer (depth: 1)
stream.go:305: D 19:53:44.008 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi] Adding to queue arendelle-tqbfs/custom-task-tyrlkuyi (depth: 1)
stream.go:305: D 19:53:44.015 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi-result-consumer] Updating status with:   v1beta1.TaskRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
-  Conditions: nil,
+  Conditions: v1.Conditions{
+  {
+  Type: "Succeeded",
+  Status: "Unknown",
+  LastTransitionTime: apis.VolatileTime{Inner: s"2023-05-26 19:53:43.996565446 +0"...},
+  Reason: "Pending",
+  Message: "Pending",
+  },
+  },
   Annotations: nil,
   },
   TaskRunStatusFields: v1beta1.TaskRunStatusFields{
-  PodName: "",
+  PodName: "custom-task-tyrlkuyi-result-consumer-pod",
-  StartTime: nil,
+  StartTime: s"2023-05-26 19:53:43.980905831 +0000 UTC m=+62.198041773",
   CompletionTime: nil,
-  Steps: nil,
+  Steps: []v1beta1.StepState{},
   CloudEvents: nil,
   RetriesStatus: nil,
   ResourcesResult: nil,
   TaskRunResults: nil,
-  Sidecars: nil,
+  Sidecars: []v1beta1.SidecarState{},
-  TaskSpec: nil,
+  TaskSpec: &v1beta1.TaskSpec{
+  Params: v1beta1.ParamSpecs{
+  {Name: "input-result-from-custom-task-ref", Type: "string"},
+  {Name: "input-result-from-custom-task-spec", Type: "string"},
+  },
+  Steps: []v1beta1.Step{{Image: "ubuntu", Command: []string{...}, Args: []string{...}}},
+  },
   Provenance: nil,
   SpanContext: nil,
   },
  }
stream.go:305: D 19:53:44.019 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi] Requeuing key arendelle-tqbfs/custom-task-tyrlkuyi (by request) after 59m58.015568588s (depth: 0)
stream.go:305: D 19:53:44.020 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi] got tracing carriermap[]
stream.go:305: D 19:53:44.020 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: I 19:53:44.021 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi] PipelineRun custom-task-tyrlkuyi status is being set to &{Succeeded Unknown {2023-05-26 19:53:43 +0000 UTC} Running Tasks Completed: 2 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}
stream.go:305: D 19:53:44.021 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi] Requeuing key arendelle-tqbfs/custom-task-tyrlkuyi (by request) after 59m57.978544847s (depth: 0)
stream.go:305: D 19:53:44.023 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi] Adding to queue arendelle-tqbfs/custom-task-tyrlkuyi (depth: 1)
stream.go:305: D 19:53:44.023 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi-result-consumer] Adding to queue arendelle-tqbfs/custom-task-tyrlkuyi-result-consumer (depth: 1)
stream.go:305: D 19:53:44.024 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi] got tracing carriermap[]
stream.go:305: D 19:53:44.024 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: I 19:53:44.025 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi] PipelineRun custom-task-tyrlkuyi status is being set to &{Succeeded Unknown {2023-05-26 19:53:43 +0000 UTC} Running Tasks Completed: 2 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}
stream.go:305: D 19:53:44.025 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi] Requeuing key arendelle-tqbfs/custom-task-tyrlkuyi (by request) after 59m57.974647836s (depth: 0)
stream.go:305: D 19:53:44.032 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi-result-consumer] Adding to queue arendelle-tqbfs/custom-task-tyrlkuyi-result-consumer (depth: 1)
stream.go:305: D 19:53:44.043 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi-result-consumer] Updating status with:   v1beta1.TaskRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
-  Conditions: nil,
+  Conditions: v1.Conditions{
+  {
+  Type: "Succeeded",
+  Status: "Unknown",
+  LastTransitionTime: apis.VolatileTime{Inner: s"2023-05-26 19:53:43.996565446 +0"...},
+  Reason: "Pending",
+  Message: "Pending",
+  },
+  },
   Annotations: nil,
   },
   TaskRunStatusFields: v1beta1.TaskRunStatusFields{
-  PodName: "",
+  PodName: "custom-task-tyrlkuyi-result-consumer-pod",
-  StartTime: nil,
+  StartTime: s"2023-05-26 19:53:43.980905831 +0000 UTC m=+62.198041773",
   CompletionTime: nil,
-  Steps: nil,
+  Steps: []v1beta1.StepState{},
   CloudEvents: nil,
   RetriesStatus: nil,
   ResourcesResult: nil,
   TaskRunResults: nil,
-  Sidecars: nil,
+  Sidecars: []v1beta1.SidecarState{},
-  TaskSpec: nil,
+  TaskSpec: &v1beta1.TaskSpec{
+  Params: v1beta1.ParamSpecs{
+  {Name: "input-result-from-custom-task-ref", Type: "string"},
+  {Name: "input-result-from-custom-task-spec", Type: "string"},
+  },
+  Steps: []v1beta1.Step{{Image: "ubuntu", Command: []string{...}, Args: []string{...}}},
+  },
   Provenance: nil,
   SpanContext: nil,
   },
  }
stream.go:305: D 19:53:44.055 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi-result-consumer] Requeuing key arendelle-tqbfs/custom-task-tyrlkuyi-result-consumer (by request) after 59m59.96590368s (depth: 0)
stream.go:305: D 19:53:44.055 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi] Adding to queue arendelle-tqbfs/custom-task-tyrlkuyi (depth: 1)
stream.go:305: D 19:53:44.055 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi-result-consumer] Adding to queue arendelle-tqbfs/custom-task-tyrlkuyi-result-consumer (depth: 1)
stream.go:305: D 19:53:44.055 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi-result-consumer] got tracing carriermap[]
stream.go:305: D 19:53:44.055 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi-result-consumer] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:53:44.056 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi-result-consumer] set taskspec for arendelle-tqbfs/custom-task-tyrlkuyi-result-consumer - script:
stream.go:305: I 19:53:44.056 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi-result-consumer] Successfully reconciled taskrun custom-task-tyrlkuyi-result-consumer/arendelle-tqbfs with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 53, 44, 56345113, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare]\""}
stream.go:305: D 19:53:44.056 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi] got tracing carriermap[]
stream.go:305: D 19:53:44.056 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:53:44.057 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi-result-consumer] Updating status with:   v1beta1.TaskRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
   Conditions: v1.Conditions{
   {
   Type: "Succeeded",
   Status: "Unknown",
   Severity: "",
-  LastTransitionTime: apis.VolatileTime{Inner: v1.Time{Time: s"2023-05-26 19:53:43 +0000 UTC"}},
+  LastTransitionTime: apis.VolatileTime{Inner: v1.Time{Time: s"2023-05-26 19:53:44.056345113 +0000 UTC m=+62.273481025"}},
   Reason: "Pending",
-  Message: "Pending",
+  Message: `pod status "Initialized":"False"; message: "containers with incomplete status: [prepare]"`,
   },
   },
   Annotations: nil,
   },
   TaskRunStatusFields: v1beta1.TaskRunStatusFields{
   PodName: "custom-task-tyrlkuyi-result-consumer-pod",
   StartTime: s"2023-05-26 19:53:43 +0000 UTC",
   CompletionTime: nil,
-  Steps: nil,
+  Steps: []v1beta1.StepState{
+  {
+  ContainerState: v1.ContainerState{Waiting: s"&ContainerStateWaiting{Reason:Po"...},
+  Name: "unnamed-0",
+  ContainerName: "step-unnamed-0",
+  },
+  },
   CloudEvents: nil,
   RetriesStatus: nil,
   ResourcesResult: nil,
   TaskRunResults: nil,
-  Sidecars: nil,
+  Sidecars: []v1beta1.SidecarState{},
   TaskSpec: &{Params: {{Name: "input-result-from-custom-task-ref", Type: "string"}, {Name: "input-result-from-custom-task-spec", Type: "string"}}, Steps: {{Image: "ubuntu", Command: {"/bin/bash"}, Args: {"-c", "echo $(input-result-from-custom-task-ref) $(input-result-from-cu"...}}}},
   Provenance: nil,
   SpanContext: nil,
   },
  }
stream.go:305: I 19:53:44.060 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi] PipelineRun custom-task-tyrlkuyi status is being set to &{Succeeded Unknown {2023-05-26 19:53:43 +0000 UTC} Running Tasks Completed: 2 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}
stream.go:305: D 19:53:44.060 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi] Requeuing key arendelle-tqbfs/custom-task-tyrlkuyi (by request) after 59m57.939719726s (depth: 0)
stream.go:305: D 19:53:44.072 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi-result-consumer] Requeuing key arendelle-tqbfs/custom-task-tyrlkuyi-result-consumer (by request) after 59m58.943553577s (depth: 0)
stream.go:305: D 19:53:44.071 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi] Adding to queue arendelle-tqbfs/custom-task-tyrlkuyi (depth: 1)
stream.go:305: D 19:53:44.072 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi] got tracing carriermap[]
stream.go:305: D 19:53:44.072 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:53:44.072 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi-result-consumer] Adding to queue arendelle-tqbfs/custom-task-tyrlkuyi-result-consumer (depth: 1)
stream.go:305: D 19:53:44.072 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi-result-consumer] got tracing carriermap[]
stream.go:305: D 19:53:44.072 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi-result-consumer] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:53:44.073 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi-result-consumer] set taskspec for arendelle-tqbfs/custom-task-tyrlkuyi-result-consumer - script:
stream.go:305: I 19:53:44.073 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi-result-consumer] Successfully reconciled taskrun custom-task-tyrlkuyi-result-consumer/arendelle-tqbfs with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 53, 44, 73099908, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare]\""}
stream.go:305: D 19:53:44.073 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi-result-consumer] Requeuing key arendelle-tqbfs/custom-task-tyrlkuyi-result-consumer (by request) after 59m58.926828822s (depth: 0)
stream.go:305: I 19:53:44.073 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi] PipelineRun custom-task-tyrlkuyi status is being set to &{Succeeded Unknown {2023-05-26 19:53:43 +0000 UTC} Running Tasks Completed: 2 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}
stream.go:305: D 19:53:44.073 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi] Requeuing key arendelle-tqbfs/custom-task-tyrlkuyi (by request) after 59m57.926208882s (depth: 0)
stream.go:305: D 19:53:45.327 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi-result-consumer] Adding to queue arendelle-tqbfs/custom-task-tyrlkuyi-result-consumer (depth: 1)
stream.go:305: D 19:53:45.327 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi-result-consumer] got tracing carriermap[]
stream.go:305: D 19:53:45.327 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi-result-consumer] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:53:45.327 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi-result-consumer] set taskspec for arendelle-tqbfs/custom-task-tyrlkuyi-result-consumer - script:
stream.go:305: I 19:53:45.327 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi-result-consumer] Successfully reconciled taskrun custom-task-tyrlkuyi-result-consumer/arendelle-tqbfs with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 53, 45, 327723272, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-unnamed-0]\""}
stream.go:305: D 19:53:45.328 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi-result-consumer] Updating status with:   v1beta1.TaskRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
   Conditions: v1.Conditions{
   {
   Type: "Succeeded",
   Status: "Unknown",
   Severity: "",
-  LastTransitionTime: apis.VolatileTime{Inner: v1.Time{Time: s"2023-05-26 19:53:44 +0000 UTC"}},
+  LastTransitionTime: apis.VolatileTime{Inner: v1.Time{Time: s"2023-05-26 19:53:45.327723272 +0000 UTC m=+63.544859184"}},
   Reason: "Pending",
   Message: strings.Join({
   `pod status "`,
-  "Initialized",
+  "Ready",
   `":"False"; message: "containers with `,
-  "incomplete status: [prepare",
+  "unready status: [step-unnamed-0",
   `]"`,
   }, ""),
   },
   },
   Annotations: nil,
   },
   TaskRunStatusFields: v1beta1.TaskRunStatusFields{
   ... // 6 identical fields
   ResourcesResult: nil,
   TaskRunResults: nil,
-  Sidecars: nil,
+  Sidecars: []v1beta1.SidecarState{},
   TaskSpec: &{Params: {{Name: "input-result-from-custom-task-ref", Type: "string"}, {Name: "input-result-from-custom-task-spec", Type: "string"}}, Steps: {{Image: "ubuntu", Command: {"/bin/bash"}, Args: {"-c", "echo $(input-result-from-custom-task-ref) $(input-result-from-cu"...}}}},
   Provenance: nil,
   SpanContext: nil,
   },
  }
stream.go:305: D 19:53:45.343 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi-result-consumer] Adding to queue arendelle-tqbfs/custom-task-tyrlkuyi-result-consumer (depth: 1)
stream.go:305: D 19:53:45.343 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi] Adding to queue arendelle-tqbfs/custom-task-tyrlkuyi (depth: 1)
stream.go:305: D 19:53:45.343 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi-result-consumer] Requeuing key arendelle-tqbfs/custom-task-tyrlkuyi-result-consumer (by request) after 59m57.672178328s (depth: 0)
stream.go:305: D 19:53:45.343 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi] got tracing carriermap[]
stream.go:305: D 19:53:45.343 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:53:45.344 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi-result-consumer] got tracing carriermap[]
stream.go:305: D 19:53:45.344 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi-result-consumer] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:53:45.344 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi-result-consumer] set taskspec for arendelle-tqbfs/custom-task-tyrlkuyi-result-consumer - script:
stream.go:305: I 19:53:45.344 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi-result-consumer] Successfully reconciled taskrun custom-task-tyrlkuyi-result-consumer/arendelle-tqbfs with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 53, 45, 344578237, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-unnamed-0]\""}
stream.go:305: D 19:53:45.344 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi-result-consumer] Requeuing key arendelle-tqbfs/custom-task-tyrlkuyi-result-consumer (by request) after 59m57.655315063s (depth: 0)
stream.go:305: I 19:53:45.345 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi] PipelineRun custom-task-tyrlkuyi status is being set to &{Succeeded Unknown {2023-05-26 19:53:43 +0000 UTC} Running Tasks Completed: 2 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}
stream.go:305: D 19:53:45.345 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi] Requeuing key arendelle-tqbfs/custom-task-tyrlkuyi (by request) after 59m56.654504263s (depth: 0)
stream.go:305: D 19:53:46.332 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi-result-consumer] Adding to queue arendelle-tqbfs/custom-task-tyrlkuyi-result-consumer (depth: 1)
stream.go:305: D 19:53:46.332 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi-result-consumer] got tracing carriermap[]
stream.go:305: D 19:53:46.332 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi-result-consumer] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:53:46.333 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi-result-consumer] set taskspec for arendelle-tqbfs/custom-task-tyrlkuyi-result-consumer - script:
stream.go:305: D 19:53:46.342 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi-result-consumer] Adding to queue arendelle-tqbfs/custom-task-tyrlkuyi-result-consumer (depth: 1)
stream.go:305: I 19:53:46.342 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi-result-consumer] Successfully reconciled taskrun custom-task-tyrlkuyi-result-consumer/arendelle-tqbfs with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 53, 46, 342740664, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"}
stream.go:305: D 19:53:46.343 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi-result-consumer] Updating status with:   v1beta1.TaskRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
   Conditions: v1.Conditions{
   {
   Type: "Succeeded",
   Status: "Unknown",
   Severity: "",
-  LastTransitionTime: apis.VolatileTime{Inner: v1.Time{Time: s"2023-05-26 19:53:45 +0000 UTC"}},
+  LastTransitionTime: apis.VolatileTime{Inner: v1.Time{Time: s"2023-05-26 19:53:46.342740664 +0000 UTC m=+64.559876576"}},
-  Reason: "Pending",
+  Reason: "Running",
   Message: strings.Join({
-  `pod status "Ready":"False"; message: "containers with unready st`,
-  `atus: [step-unnamed-0]"`,
+  "Not all Steps in the Task have finished executing",
   }, ""),
   },
   },
   Annotations: nil,
   },
   TaskRunStatusFields: v1beta1.TaskRunStatusFields{
   PodName: "custom-task-tyrlkuyi-result-consumer-pod",
   StartTime: s"2023-05-26 19:53:43 +0000 UTC",
   CompletionTime: nil,
   Steps: []v1beta1.StepState{
   {
   ContainerState: v1.ContainerState{
-  Waiting: s"&ContainerStateWaiting{Reason:PodInitializing,Message:,}",
+  Waiting: nil,
-  Running: nil,
+  Running: s"&ContainerStateRunning{StartedAt:2023-05-26 19:53:45 +0000 UTC,}",
   Terminated: nil,
   },
   Name: "unnamed-0",
   ContainerName: "step-unnamed-0",
-  ImageID: "",
+  ImageID: "docker.io/amd64/ubuntu@sha256:ca5534a51dd04bbcebe9b23ba05f389466cf0c190f1f8f182d7eea92a9671d00",
   },
   },
   CloudEvents: nil,
   RetriesStatus: nil,
   ResourcesResult: nil,
   TaskRunResults: nil,
-  Sidecars: nil,
+  Sidecars: []v1beta1.SidecarState{},
   TaskSpec: &{Params: {{Name: "input-result-from-custom-task-ref", Type: "string"}, {Name: "input-result-from-custom-task-spec", Type: "string"}}, Steps: {{Image: "ubuntu", Command: {"/bin/bash"}, Args: {"-c", "echo $(input-result-from-custom-task-ref) $(input-result-from-cu"...}}}},
   Provenance: nil,
   SpanContext: nil,
   },
  }
stream.go:305: D 19:53:46.357 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi-result-consumer] Requeuing key arendelle-tqbfs/custom-task-tyrlkuyi-result-consumer (by request) after 59m56.657173656s (depth: 0)
stream.go:305: D 19:53:46.357 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi] Adding to queue arendelle-tqbfs/custom-task-tyrlkuyi (depth: 1)
stream.go:305: D 19:53:46.357 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi-result-consumer] got tracing carriermap[]
stream.go:305: D 19:53:46.357 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi-result-consumer] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:53:46.357 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi-result-consumer] Adding to queue arendelle-tqbfs/custom-task-tyrlkuyi-result-consumer (depth: 1)
stream.go:305: D 19:53:46.357 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi-result-consumer] set taskspec for arendelle-tqbfs/custom-task-tyrlkuyi-result-consumer - script:
stream.go:305: D 19:53:46.357 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi] got tracing carriermap[]
stream.go:305: D 19:53:46.357 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: I 19:53:46.357 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi-result-consumer] Successfully reconciled taskrun custom-task-tyrlkuyi-result-consumer/arendelle-tqbfs with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 53, 46, 0, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"}
stream.go:305: D 19:53:46.358 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi-result-consumer] Requeuing key arendelle-tqbfs/custom-task-tyrlkuyi-result-consumer (by request) after 59m56.642001302s (depth: 0)
stream.go:305: D 19:53:46.358 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi-result-consumer] got tracing carriermap[]
stream.go:305: D 19:53:46.358 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi-result-consumer] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:53:46.358 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi-result-consumer] set taskspec for arendelle-tqbfs/custom-task-tyrlkuyi-result-consumer - script:
stream.go:305: I 19:53:46.359 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi-result-consumer] Successfully reconciled taskrun custom-task-tyrlkuyi-result-consumer/arendelle-tqbfs with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 53, 46, 0, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"}
stream.go:305: I 19:53:46.359 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi] PipelineRun custom-task-tyrlkuyi status is being set to &{Succeeded Unknown {2023-05-26 19:53:43 +0000 UTC} Running Tasks Completed: 2 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}
stream.go:305: D 19:53:46.359 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi-result-consumer] Requeuing key arendelle-tqbfs/custom-task-tyrlkuyi-result-consumer (by request) after 59m56.640919861s (depth: 0)
stream.go:305: D 19:53:46.359 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi] Requeuing key arendelle-tqbfs/custom-task-tyrlkuyi (by request) after 59m55.640906461s (depth: 0)
stream.go:305: D 19:53:47.336 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi-result-consumer] Adding to queue arendelle-tqbfs/custom-task-tyrlkuyi-result-consumer (depth: 1)
stream.go:305: D 19:53:47.336 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi-result-consumer] got tracing carriermap[]
stream.go:305: D 19:53:47.336 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi-result-consumer] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:53:47.336 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi-result-consumer] set taskspec for arendelle-tqbfs/custom-task-tyrlkuyi-result-consumer - script:
stream.go:305: I 19:53:47.336 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi-result-consumer] Successfully reconciled taskrun custom-task-tyrlkuyi-result-consumer/arendelle-tqbfs with status: &apis.Condition{Type:"Succeeded", Status:"True", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 53, 47, 336664870, time.Local)}, Reason:"Succeeded", Message:"All Steps have completed executing"}
stream.go:305: D 19:53:47.337 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi-result-consumer] Updating status with:   v1beta1.TaskRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
   Conditions: v1.Conditions{
-  {
-  Type: "Succeeded",
-  Status: "Unknown",
-  LastTransitionTime: apis.VolatileTime{Inner: s"2023-05-26 19:53:46 +0000 UTC"},
-  Reason: "Running",
-  Message: "Not all Steps in the Task have finished executing",
-  },
+  {
+  Type: "Succeeded",
+  Status: "True",
+  LastTransitionTime: apis.VolatileTime{Inner: s"2023-05-26 19:53:47.33666487 +0000 UTC m=+65.553800791"},
+  Reason: "Succeeded",
+  Message: "All Steps have completed executing",
+  },
   },
   Annotations: nil,
   },
   TaskRunStatusFields: v1beta1.TaskRunStatusFields{
   PodName: "custom-task-tyrlkuyi-result-consumer-pod",
   StartTime: s"2023-05-26 19:53:43 +0000 UTC",
-  CompletionTime: nil,
+  CompletionTime: s"2023-05-26 19:53:47.33666639 +0000 UTC m=+65.553802311",
   Steps: []v1beta1.StepState{
   {
   ContainerState: v1.ContainerState{
   Waiting: nil,
-  Running: s"&ContainerStateRunning{StartedAt:2023-05-26 19:53:45 +0000 UTC,}",
+  Running: nil,
-  Terminated: nil,
+  Terminated: s"&ContainerStateTerminated{ExitCode:0,Signal:0,Reason:Completed,Message:,StartedAt:2023-05-26 19:53:46.701 +0000 UTC,FinishedAt:2023-05-26 19:53:46 +0000 UTC,ContainerID:containerd://4cf6a94834dd9bee738c78e4b3d0a505804acb04f68cf7074056e48152d15aef,}",
   },
   Name: "unnamed-0",
   ContainerName: "step-unnamed-0",
   ImageID: "docker.io/amd64/ubuntu@sha256:ca5534a51dd04bbcebe9b23ba05f389466"...,
   },
   },
   CloudEvents: nil,
   RetriesStatus: nil,
   ResourcesResult: nil,
   TaskRunResults: nil,
-  Sidecars: nil,
+  Sidecars: []v1beta1.SidecarState{},
   TaskSpec: &{Params: {{Name: "input-result-from-custom-task-ref", Type: "string"}, {Name: "input-result-from-custom-task-spec", Type: "string"}}, Steps: {{Image: "ubuntu", Command: {"/bin/bash"}, Args: {"-c", "echo $(input-result-from-custom-task-ref) $(input-result-from-cu"...}}}},
   Provenance: nil,
   SpanContext: nil,
   },
  }
stream.go:305: D 19:53:47.352 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi] Adding to queue arendelle-tqbfs/custom-task-tyrlkuyi (depth: 1)
stream.go:305: D 19:53:47.352 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi-result-consumer] Adding to queue arendelle-tqbfs/custom-task-tyrlkuyi-result-consumer (depth: 1)
stream.go:305: D 19:53:47.352 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi-result-consumer] Requeuing key arendelle-tqbfs/custom-task-tyrlkuyi-result-consumer (by request) after 59m55.66317455s (depth: 0)
stream.go:305: D 19:53:47.354 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi] got tracing carriermap[]
stream.go:305: D 19:53:47.354 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:53:47.355 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi-result-consumer] got tracing carriermap[]
stream.go:305: D 19:53:47.355 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi-result-consumer] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: I 19:53:47.355 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi-result-consumer] taskrun done : custom-task-tyrlkuyi-result-consumer
stream.go:305: I 19:53:47.356 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi] All TaskRuns have finished for PipelineRun custom-task-tyrlkuyi so it has finished
stream.go:305: I 19:53:47.356 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi] PipelineRun custom-task-tyrlkuyi status is being set to &{Succeeded True {2023-05-26 19:53:47.356209625 +0000 UTC m=+65.573345537} Succeeded Tasks Completed: 3 (Failed: 0, Cancelled 0), Skipped: 0}
stream.go:305: D 19:53:47.357 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi] Updating status with:   v1beta1.PipelineRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
   Conditions: v1.Conditions{
-  {
-  Type: "Succeeded",
-  Status: "Unknown",
-  LastTransitionTime: apis.VolatileTime{Inner: s"2023-05-26 19:53:43 +0000 UTC"},
-  Reason: "Running",
-  Message: "Tasks Completed: 2 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0",
-  },
+  {
+  Type: "Succeeded",
+  Status: "True",
+  LastTransitionTime: apis.VolatileTime{Inner: s"2023-05-26 19:53:47.356209625 +0000 UTC m=+65.573345537"},
+  Reason: "Succeeded",
+  Message: "Tasks Completed: 3 (Failed: 0, Cancelled 0), Skipped: 0",
+  },
   },
   Annotations: nil,
   },
   PipelineRunStatusFields: v1beta1.PipelineRunStatusFields{
   StartTime: s"2023-05-26 19:53:42 +0000 UTC",
-  CompletionTime: nil,
+  CompletionTime: s"2023-05-26 19:53:47.356209625 +0000 UTC m=+65.573345537",
   TaskRuns: nil,
   Runs: nil,
-  PipelineResults: nil,
+  PipelineResults: []v1beta1.PipelineRunResult{
+  {
+  Name: "prResult-ref",
+  Value: v1beta1.ParamValue{Type: "string", StringVal: "aResultValue"},
+  },
+  {
+  Name: "prResult-spec",
+  Value: v1beta1.ParamValue{Type: "string", StringVal: "aResultValue"},
+  },
+  },
   PipelineSpec: &{Tasks: {{Name: "custom-task-ref", TaskRef: &{Kind: "Wait", APIVersion: "wait.testing.tekton.dev/v1alpha1"}}, {Name: "custom-task-spec", TaskSpec: &{TypeMeta: {APIVersion: "wait.testing.tekton.dev/v1alpha1", Kind: "Wait"}, Spec: {Raw: `{"field1":123,"field2":"value"}`}, Metadata: {Labels: {"test-label": "test"}}}}, {Name: "result-consumer", TaskSpec: &{TaskSpec: {Params: {{Name: "input-result-from-custom-task-ref", Type: "string"}, {Name: "input-result-from-custom-task-spec", Type: "string"}}, Steps: {{Image: "ubuntu", Command: {"/bin/bash"}, Args: {"-c", "echo $(input-result-from-custom-task-ref) $(input-result-from-cu"...}}}}}, Params: {{Name: "input-result-from-custom-task-ref", Value: {Type: "string", StringVal: "$(tasks.custom-task-ref.results.runResult)"}}, {Name: "input-result-from-custom-task-spec", Value: {Type: "string", StringVal: "$(tasks.custom-task-spec.results.runResult)"}}}}}, Results: {{Name: "prResult-ref", Value: {Type: "string", StringVal: "$(tasks.custom-task-ref.results.runResult)"}}, {Name: "prResult-spec", Value: {Type: "string", StringVal: "$(tasks.custom-task-spec.results.runResult)"}}}},
   SkippedTasks: nil,
   ... // 4 identical fields
   },
  }
stream.go:305: I 19:53:47.360 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi-result-consumer] Reconcile succeeded
stream.go:305: D 19:53:47.370 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi] Requeuing key arendelle-tqbfs/custom-task-tyrlkuyi (by request) after 59m54.643653665s (depth: 0)
stream.go:305: D 19:53:47.372 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi] Adding to queue arendelle-tqbfs/custom-task-tyrlkuyi (depth: 1)
stream.go:305: D 19:53:47.372 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi] got tracing carriermap[]
stream.go:305: D 19:53:47.372 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: I 19:53:47.372 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-tqbfs/custom-task-tyrlkuyi] Reconcile succeeded
custom_task_test.go:248: Deleting namespace arendelle-tqbfs
--- PASS: TestCustomTask (5.17s)
=== RUN TestPipelineRunCustomTaskTimeout
custom_task_test.go:273: Create namespace arendelle-pppwk to deploy to
custom_task_test.go:273: Verify SA "default" is created in namespace "arendelle-pppwk"
stream.go:305: D 19:53:48.078 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-pppwk/pipeline-run-custom-task-timeout-pdlfpnns] Adding to queue arendelle-pppwk/pipeline-run-custom-task-timeout-pdlfpnns (depth: 1)
stream.go:305: D 19:53:48.079 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-pppwk/pipeline-run-custom-task-timeout-pdlfpnns] got tracing carriermap[]
custom_task_test.go:304: Waiting for Pipelinerun pipeline-run-custom-task-timeout-pdlfpnns in namespace arendelle-pppwk to be started
stream.go:305: D 19:53:48.079 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-pppwk/pipeline-run-custom-task-timeout-pdlfpnns] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: I 19:53:48.083 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-pppwk/pipeline-run-custom-task-timeout-pdlfpnns] Creating a new CustomRun object pipeline-run-custom-task-timeout-pdlfpnns-custom-task-ref
stream.go:305: D 19:53:48.089 tekton-events-controller-7fb5c8d7fb-wxpwr [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-pppwk/pipeline-run-custom-task-timeout-pdlfpnns-custom-task-ref] Adding to queue arendelle-pppwk/pipeline-run-custom-task-timeout-pdlfpnns-custom-task-ref (depth: 1)
stream.go:305: I 19:53:48.089 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-pppwk/pipeline-run-custom-task-timeout-pdlfpnns] PipelineRun pipeline-run-custom-task-timeout-pdlfpnns status is being set to &{Succeeded Unknown {2023-05-26 19:53:48.089423364 +0000 UTC m=+66.306559286} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}
stream.go:305: D 19:53:48.089 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-pppwk/pipeline-run-custom-task-timeout-pdlfpnns-custom-task-ref] Adding to queue arendelle-pppwk/pipeline-run-custom-task-timeout-pdlfpnns-custom-task-ref (depth: 1)
stream.go:305: I 19:53:48.089 tekton-events-controller-7fb5c8d7fb-wxpwr [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-pppwk/pipeline-run-custom-task-timeout-pdlfpnns-custom-task-ref] Reconciling pipeline-run-custom-task-timeout-pdlfpnns-custom-task-ref
stream.go:305: I 19:53:48.090 tekton-events-controller-7fb5c8d7fb-wxpwr [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-pppwk/pipeline-run-custom-task-timeout-pdlfpnns-custom-task-ref] Reconcile succeeded
stream.go:305: I 19:53:48.090 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-pppwk/pipeline-run-custom-task-timeout-pdlfpnns-custom-task-ref] Reconciling pipeline-run-custom-task-timeout-pdlfpnns-custom-task-ref
stream.go:305: I 19:53:48.090 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-pppwk/pipeline-run-custom-task-timeout-pdlfpnns-custom-task-ref] Reconcile succeeded
stream.go:305: D 19:53:48.089 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-pppwk/pipeline-run-custom-task-timeout-pdlfpnns] Adding to queue arendelle-pppwk/pipeline-run-custom-task-timeout-pdlfpnns (depth: 1)
stream.go:305: D 19:53:48.100 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-pppwk/pipeline-run-custom-task-timeout-pdlfpnns] Adding to queue arendelle-pppwk/pipeline-run-custom-task-timeout-pdlfpnns (depth: 1)
stream.go:305: D 19:53:48.100 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-pppwk/pipeline-run-custom-task-timeout-pdlfpnns] Updating status with:   v1beta1.PipelineRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
-  Conditions: nil,
+  Conditions: v1.Conditions{
+  {
+  Type: "Succeeded",
+  Status: "Unknown",
+  LastTransitionTime: apis.VolatileTime{Inner: s"2023-05-26 19:53:48.089423364 +0"...},
+  Reason: "Running",
+  Message: "Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skip"...,
+  },
+  },
   Annotations: nil,
   },
   PipelineRunStatusFields: v1beta1.PipelineRunStatusFields{
-  StartTime: nil,
+  StartTime: s"2023-05-26 19:53:48 +0000 UTC",
   CompletionTime: nil,
   TaskRuns: nil,
   Runs: nil,
   PipelineResults: nil,
-  PipelineSpec: nil,
+  PipelineSpec: &v1beta1.PipelineSpec{
+  Tasks: []v1beta1.PipelineTask{{Name: "custom-task-ref", TaskRef: &v1beta1.TaskRef{...}}},
+  },
   SkippedTasks: nil,
-  ChildReferences: nil,
+  ChildReferences: []v1beta1.ChildStatusReference{
+  {
+  TypeMeta: runtime.TypeMeta{APIVersion: "tekton.dev/v1beta1", Kind: "CustomRun"},
+  Name: "pipeline-run-custom-task-timeout-pdlfpnns-custom-task-ref",
+  PipelineTaskName: "custom-task-ref",
+  },
+  },
   FinallyStartTime: nil,
   Provenance: nil,
   SpanContext: nil,
   },
  }
stream.go:305: D 19:53:48.121 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-pppwk/pipeline-run-custom-task-timeout-pdlfpnns] Updating status with:   v1beta1.PipelineRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
-  Conditions: nil,
+  Conditions: v1.Conditions{
+  {
+  Type: "Succeeded",
+  Status: "Unknown",
+  LastTransitionTime: apis.VolatileTime{Inner: s"2023-05-26 19:53:48.089423364 +0"...},
+  Reason: "Running",
+  Message: "Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skip"...,
+  },
+  },
   Annotations: nil,
   },
   PipelineRunStatusFields: v1beta1.PipelineRunStatusFields{
-  StartTime: nil,
+  StartTime: s"2023-05-26 19:53:48 +0000 UTC",
   CompletionTime: nil,
   TaskRuns: nil,
   Runs: nil,
   PipelineResults: nil,
-  PipelineSpec: nil,
+  PipelineSpec: &v1beta1.PipelineSpec{
+  Tasks: []v1beta1.PipelineTask{{Name: "custom-task-ref", TaskRef: &v1beta1.TaskRef{...}}},
+  },
   SkippedTasks: nil,
-  ChildReferences: nil,
+  ChildReferences: []v1beta1.ChildStatusReference{
+  {
+  TypeMeta: runtime.TypeMeta{APIVersion: "tekton.dev/v1beta1", Kind: "CustomRun"},
+  Name: "pipeline-run-custom-task-timeout-pdlfpnns-custom-task-ref",
+  PipelineTaskName: "custom-task-ref",
+  },
+  },
   FinallyStartTime: nil,
   Provenance: nil,
   SpanContext: nil,
   },
  }
stream.go:305: D 19:53:48.135 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-pppwk/pipeline-run-custom-task-timeout-pdlfpnns] Adding to queue arendelle-pppwk/pipeline-run-custom-task-timeout-pdlfpnns (depth: 1)
stream.go:305: D 19:53:48.136 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-pppwk/pipeline-run-custom-task-timeout-pdlfpnns] Requeuing key arendelle-pppwk/pipeline-run-custom-task-timeout-pdlfpnns (by request) after 4.900007213s (depth: 0)
stream.go:305: D 19:53:48.136 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-pppwk/pipeline-run-custom-task-timeout-pdlfpnns] got tracing carriermap[]
stream.go:305: D 19:53:48.136 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-pppwk/pipeline-run-custom-task-timeout-pdlfpnns] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: I 19:53:48.136 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-pppwk/pipeline-run-custom-task-timeout-pdlfpnns] PipelineRun pipeline-run-custom-task-timeout-pdlfpnns status is being set to &{Succeeded Unknown {2023-05-26 19:53:48 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}
stream.go:305: D 19:53:48.136 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-pppwk/pipeline-run-custom-task-timeout-pdlfpnns] Requeuing key arendelle-pppwk/pipeline-run-custom-task-timeout-pdlfpnns (by request) after 4.863239733s (depth: 0)
stream.go:305: D 19:53:49.110 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-pppwk/pipeline-run-custom-task-timeout-pdlfpnns-custom-task-ref] Adding to queue arendelle-pppwk/pipeline-run-custom-task-timeout-pdlfpnns-custom-task-ref (depth: 1)
stream.go:305: D 19:53:49.110 tekton-events-controller-7fb5c8d7fb-wxpwr [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-pppwk/pipeline-run-custom-task-timeout-pdlfpnns-custom-task-ref] Adding to queue arendelle-pppwk/pipeline-run-custom-task-timeout-pdlfpnns-custom-task-ref (depth: 1)
stream.go:305: I 19:53:49.110 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-pppwk/pipeline-run-custom-task-timeout-pdlfpnns-custom-task-ref] Reconciling pipeline-run-custom-task-timeout-pdlfpnns-custom-task-ref
stream.go:305: I 19:53:49.111 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-pppwk/pipeline-run-custom-task-timeout-pdlfpnns-custom-task-ref] Reconcile succeeded
stream.go:305: I 19:53:49.110 tekton-events-controller-7fb5c8d7fb-wxpwr [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-pppwk/pipeline-run-custom-task-timeout-pdlfpnns-custom-task-ref] Reconciling pipeline-run-custom-task-timeout-pdlfpnns-custom-task-ref
stream.go:305: I 19:53:49.110 tekton-events-controller-7fb5c8d7fb-wxpwr [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-pppwk/pipeline-run-custom-task-timeout-pdlfpnns-custom-task-ref] Reconcile succeeded
custom_task_test.go:348: Waiting for PipelineRun pipeline-run-custom-task-timeout-pdlfpnns in namespace arendelle-pppwk to be timed out
stream.go:305: D 19:53:49.111 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-pppwk/pipeline-run-custom-task-timeout-pdlfpnns] Adding to queue arendelle-pppwk/pipeline-run-custom-task-timeout-pdlfpnns (depth: 1)
stream.go:305: D 19:53:49.112 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-pppwk/pipeline-run-custom-task-timeout-pdlfpnns] got tracing carriermap[]
stream.go:305: D 19:53:49.112 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-pppwk/pipeline-run-custom-task-timeout-pdlfpnns] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: I 19:53:49.112 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-pppwk/pipeline-run-custom-task-timeout-pdlfpnns] PipelineRun pipeline-run-custom-task-timeout-pdlfpnns status is being set to &{Succeeded Unknown {2023-05-26 19:53:48 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}
stream.go:305: D 19:53:49.112 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-pppwk/pipeline-run-custom-task-timeout-pdlfpnns] Requeuing key arendelle-pppwk/pipeline-run-custom-task-timeout-pdlfpnns (by request) after 3.887300772s (depth: 0)
stream.go:305: D 19:53:53.000 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-pppwk/pipeline-run-custom-task-timeout-pdlfpnns] got tracing carriermap[]
stream.go:305: D 19:53:53.000 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-pppwk/pipeline-run-custom-task-timeout-pdlfpnns] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: I 19:53:53.000 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-pppwk/pipeline-run-custom-task-timeout-pdlfpnns] cancelling CustomRun pipeline-run-custom-task-timeout-pdlfpnns-custom-task-ref for timeout
stream.go:305: D 19:53:53.018 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-pppwk/pipeline-run-custom-task-timeout-pdlfpnns-custom-task-ref] Adding to queue arendelle-pppwk/pipeline-run-custom-task-timeout-pdlfpnns-custom-task-ref (depth: 1)
stream.go:305: D 19:53:53.018 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-pppwk/pipeline-run-custom-task-timeout-pdlfpnns] Adding to queue arendelle-pppwk/pipeline-run-custom-task-timeout-pdlfpnns (depth: 1)
stream.go:305: I 19:53:53.019 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-pppwk/pipeline-run-custom-task-timeout-pdlfpnns] PipelineRun pipeline-run-custom-task-timeout-pdlfpnns status is being set to &{Succeeded False {2023-05-26 19:53:53.018916519 +0000 UTC m=+71.236052431} PipelineRunTimeout PipelineRun "pipeline-run-custom-task-timeout-pdlfpnns" failed to finish within "5s"}
stream.go:305: I 19:53:53.019 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-pppwk/pipeline-run-custom-task-timeout-pdlfpnns-custom-task-ref] Reconciling pipeline-run-custom-task-timeout-pdlfpnns-custom-task-ref
stream.go:305: I 19:53:53.019 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-pppwk/pipeline-run-custom-task-timeout-pdlfpnns-custom-task-ref] Reconcile succeeded
stream.go:305: D 19:53:53.018 tekton-events-controller-7fb5c8d7fb-wxpwr [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-pppwk/pipeline-run-custom-task-timeout-pdlfpnns-custom-task-ref] Adding to queue arendelle-pppwk/pipeline-run-custom-task-timeout-pdlfpnns-custom-task-ref (depth: 1)
stream.go:305: I 19:53:53.018 tekton-events-controller-7fb5c8d7fb-wxpwr [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-pppwk/pipeline-run-custom-task-timeout-pdlfpnns-custom-task-ref] Reconciling pipeline-run-custom-task-timeout-pdlfpnns-custom-task-ref
stream.go:305: D 19:53:53.019 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-pppwk/pipeline-run-custom-task-timeout-pdlfpnns] Updating status with:   v1beta1.PipelineRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
   Conditions: v1.Conditions{
-  {
-  Type: "Succeeded",
-  Status: "Unknown",
-  LastTransitionTime: apis.VolatileTime{Inner: s"2023-05-26 19:53:48 +0000 UTC"},
-  Reason: "Running",
-  Message: "Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0",
-  },
+  {
+  Type: "Succeeded",
+  Status: "False",
+  LastTransitionTime: apis.VolatileTime{Inner: s"2023-05-26 19:53:53.018916519 +0000 UTC m=+71.236052431"},
+  Reason: "PipelineRunTimeout",
+  Message: `PipelineRun "pipeline-run-custom-task-timeout-pdlfpnns" failed to finish within "5s"`,
+  },
   },
   Annotations: nil,
   },
   PipelineRunStatusFields: v1beta1.PipelineRunStatusFields{
   StartTime: s"2023-05-26 19:53:48 +0000 UTC",
-  CompletionTime: nil,
+  CompletionTime: s"2023-05-26 19:53:53.018916519 +0000 UTC m=+71.236052431",
   TaskRuns: nil,
   Runs: nil,
   ... // 7 identical fields
   },
  }
stream.go:305: I 19:53:53.018 tekton-events-controller-7fb5c8d7fb-wxpwr [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-pppwk/pipeline-run-custom-task-timeout-pdlfpnns-custom-task-ref] Reconcile succeeded
stream.go:305: D 19:53:53.036 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-pppwk/pipeline-run-custom-task-timeout-pdlfpnns] Adding to queue arendelle-pppwk/pipeline-run-custom-task-timeout-pdlfpnns (depth: 1)
stream.go:305: D 19:53:53.036 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-pppwk/pipeline-run-custom-task-timeout-pdlfpnns] Requeuing key arendelle-pppwk/pipeline-run-custom-task-timeout-pdlfpnns (by request) after -19.281939ms (depth: 1)
stream.go:305: D 19:53:53.037 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-pppwk/pipeline-run-custom-task-timeout-pdlfpnns] got tracing carriermap[]
stream.go:305: D 19:53:53.037 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-pppwk/pipeline-run-custom-task-timeout-pdlfpnns] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: I 19:53:53.038 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-pppwk/pipeline-run-custom-task-timeout-pdlfpnns] Reconcile succeeded
custom_task_test.go:358: Runs from PipelineRun pipeline-run-custom-task-timeout-pdlfpnns in namespace arendelle-pppwk must be cancelled
custom_task_test.go:375: Deleting namespace arendelle-pppwk
--- PASS: TestPipelineRunCustomTaskTimeout (5.13s)
=== RUN TestWaitCustomTask_V1Beta1_PipelineRun
custom_task_test.go:403: Create namespace arendelle-cwdkt to deploy to
custom_task_test.go:403: Verify SA "default" is created in namespace "arendelle-cwdkt"
custom_task_test.go:408: Creating Wait v1beta1.CustomRun Custom Task Controller...
custom_task_test.go:408: Failed to create Wait Custom Task Controller: exit status 1, Output: 2023/05/26 19:53:55 Using base gcr.io/distroless/static:nonroot@sha256:9ecc53c269509f63c69a266168e4a687c7eb8c0cfd753bd8bfcaa4f58a90876f for github.com/tektoncd/pipeline/test/wait-task-beta/cmd/controller
2023/05/26 19:53:56 Building github.com/tektoncd/pipeline/test/wait-task-beta/cmd/controller for linux/amd64
2023/05/26 19:53:56 Building github.com/tektoncd/pipeline/test/wait-task-beta/cmd/controller for linux/s390x
2023/05/26 19:53:56 Building github.com/tektoncd/pipeline/test/wait-task-beta/cmd/controller for linux/ppc64le
2023/05/26 19:53:59 Unexpected error running "go build": exit status 1
# runtime
runtime/googleexit.go:81:6: exit defined in both Go and assembly
2023/05/26 19:53:59 Unexpected error running "go build": signal: killed
2023/05/26 19:53:59 Unexpected error running "go build": signal: killed
error: no objects passed to apply
Error: error processing import paths in "./config/controller.yaml": error resolving image references: exit status 1
2023/05/26 19:53:59 error during command execution:error processing import paths in "./config/controller.yaml": error resolving image references: exit status 1
panic.go:540: ############################################
panic.go:540: ### Dumping objects from arendelle-cwdkt ###
panic.go:540: ############################################
panic.go:540:
panic.go:540: #####################################################
panic.go:540: ### Dumping logs from Pods in the arendelle-cwdkt ###
panic.go:540: #####################################################
panic.go:540: Not deleting namespace arendelle-cwdkt
--- FAIL: TestWaitCustomTask_V1Beta1_PipelineRun (6.53s)
=== RUN TestDAGPipelineRun
dag_test.go:55: Create namespace arendelle-9xqr7 to deploy to
dag_test.go:55: Verify SA "default" is created in namespace "arendelle-9xqr7"
=== PAUSE TestDAGPipelineRun
=== RUN TestDuplicatePodTaskRun
=== PAUSE TestDuplicatePodTaskRun
=== RUN TestEntrypointRunningStepsInOrder
entrypoint_test.go:41: Create namespace arendelle-mvrvx to deploy to
entrypoint_test.go:41: Verify SA "default" is created in namespace "arendelle-mvrvx"
=== PAUSE TestEntrypointRunningStepsInOrder
=== RUN TestHermeticTaskRun
hermetic_taskrun_test.go:40: Create namespace arendelle-l9kjg to deploy to
hermetic_taskrun_test.go:40: Verify SA "default" is created in namespace "arendelle-l9kjg"
hermetic_taskrun_test.go:40: No feature flag in namespace "tekton-pipelines" matching "enable-api-fields": "alpha"
Existing feature flag: map[string]string{"await-sidecar-readiness":"true", "disable-affinity-assistant":"false", "disable-creds-init":"false", "enable-api-fields":"stable", "enable-provenance-in-status":"false", "enable-tekton-oci-bundles":"false", "enforce-nonfalsifiablity":"none", "require-git-ssh-secret-known-hosts":"false", "running-in-environment-with-injected-sidecars":"true", "send-cloudevents-for-runs":"false", "trusted-resources-verification-no-match-policy":"ignore"}
Existing resolver feature flag (in namespace "tekton-pipelines-resolvers"): map[string]string{"enable-bundles-resolver":"true", "enable-cluster-resolver":"true", "enable-git-resolver":"true", "enable-hub-resolver":"true"}
--- SKIP: TestHermeticTaskRun (0.06s)
=== RUN TestMissingResultWhenStepErrorIsIgnored
ignore_step_error_test.go:38: Create namespace arendelle-nqggg to deploy to
ignore_step_error_test.go:38: Verify SA "default" is created in namespace "arendelle-nqggg"
stream.go:305: D 19:53:59.895 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd] Adding to queue arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd (depth: 1)
ignore_step_error_test.go:78: Waiting for PipelineRun in namespace arendelle-nqggg to fail
stream.go:305: D 19:53:59.895 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd] got tracing carriermap[]
stream.go:305: D 19:53:59.895 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: I 19:53:59.897 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd] Creating a new TaskRun object missing-result-when-step-error-is-ignored-bujgqusd-task1 for pipeline task task1
stream.go:305: D 19:53:59.912 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd] Adding to queue arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd (depth: 1)
stream.go:305: D 19:53:59.913 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd-task1] Adding to queue arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd-task1 (depth: 1)
stream.go:305: D 19:53:59.913 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd-task1] got tracing carriermap[]
stream.go:305: D 19:53:59.913 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd-task1] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: I 19:53:59.914 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd] PipelineRun missing-result-when-step-error-is-ignored-bujgqusd status is being set to &{Succeeded Unknown {2023-05-26 19:53:59.914111646 +0000 UTC m=+78.131247568} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 2, Skipped: 0}
stream.go:305: D 19:53:59.915 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd-task1] set taskspec for arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd-task1 - script: echo -n 123 | tee /tekton/results/result1; exit 1; echo -n 456 | tee /tekton/results/result2
stream.go:305: D 19:53:59.929 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd] Adding to queue arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd (depth: 1)
stream.go:305: D 19:53:59.930 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd] Updating status with:   v1beta1.PipelineRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
-  Conditions: nil,
+  Conditions: v1.Conditions{
+  {
+  Type: "Succeeded",
+  Status: "Unknown",
+  LastTransitionTime: apis.VolatileTime{Inner: s"2023-05-26 19:53:59.914111646 +0"...},
+  Reason: "Running",
+  Message: "Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 2, Skip"...,
+  },
+  },
   Annotations: nil,
   },
   PipelineRunStatusFields: v1beta1.PipelineRunStatusFields{
-  StartTime: nil,
+  StartTime: s"2023-05-26 19:53:59 +0000 UTC",
   CompletionTime: nil,
   TaskRuns: nil,
   Runs: nil,
   PipelineResults: nil,
-  PipelineSpec: nil,
+  PipelineSpec: &v1beta1.PipelineSpec{
+  Tasks: []v1beta1.PipelineTask{
+  {Name: "task1", TaskSpec: s"&TypeMeta{APIVersion:,Kind:,}"},
+  {
+  Name: "task2",
+  TaskSpec: s"&TypeMeta{APIVersion:,Kind:,}",
+  RunAfter: []string{...},
+  Params: v1beta1.Params{...},
+  },
+  },
+  },
   SkippedTasks: nil,
-  ChildReferences: nil,
+  ChildReferences: []v1beta1.ChildStatusReference{
+  {
+  TypeMeta: runtime.TypeMeta{APIVersion: "tekton.dev/v1beta1", Kind: "TaskRun"},
+  Name: "missing-result-when-step-error-is-ignored-bujgqusd-task1",
+  PipelineTaskName: "task1",
+  },
+  },
   FinallyStartTime: nil,
   Provenance: nil,
   SpanContext: nil,
   },
  }
stream.go:305: D 19:53:59.935 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd-task1] Adding to queue arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd-task1 (depth: 1)
stream.go:305: I 19:53:59.935 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd-task1] Successfully reconciled taskrun missing-result-when-step-error-is-ignored-bujgqusd-task1/arendelle-nqggg with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 53, 59, 935180283, time.Local)}, Reason:"Pending", Message:"Pending"}
stream.go:305: D 19:53:59.946 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd-task1] Adding to queue arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd-task1 (depth: 1)
stream.go:305: D 19:53:59.959 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd] Adding to queue arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd (depth: 1)
stream.go:305: D 19:53:59.959 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd-task1] Adding to queue arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd-task1 (depth: 1)
stream.go:305: D 19:53:59.960 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd-task1] Updating status with:   v1beta1.TaskRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
-  Conditions: nil,
+  Conditions: v1.Conditions{
+  {
+  Type: "Succeeded",
+  Status: "Unknown",
+  LastTransitionTime: apis.VolatileTime{Inner: s"2023-05-26 19:53:59.935180283 +0"...},
+  Reason: "Pending",
+  Message: "Pending",
+  },
+  },
   Annotations: nil,
   },
   TaskRunStatusFields: v1beta1.TaskRunStatusFields{
-  PodName: "",
+  PodName: "missing-result-when-step-error-is-ignored-bujgqusd-task1-pod",
-  StartTime: nil,
+  StartTime: s"2023-05-26 19:53:59.914291486 +0000 UTC m=+78.131427548",
   CompletionTime: nil,
-  Steps: nil,
+  Steps: []v1beta1.StepState{},
   CloudEvents: nil,
   RetriesStatus: nil,
   ResourcesResult: nil,
   TaskRunResults: nil,
-  Sidecars: nil,
+  Sidecars: []v1beta1.SidecarState{},
-  TaskSpec: nil,
+  TaskSpec: &v1beta1.TaskSpec{
+  Steps: []v1beta1.Step{
+  {
+  Name: "failing-step",
+  Image: "busybox",
+  Script: "echo -n 123 | tee /tekton/result"...,
+  OnError: "continue",
+  },
+  },
+  Results: []v1beta1.TaskResult{{Name: "result1", Type: "string"}, {Name: "result2", Type: "string"}},
+  },
   Provenance: nil,
   SpanContext: nil,
   },
  }
stream.go:305: D 19:53:59.968 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd] Updating status with:   v1beta1.PipelineRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
-  Conditions: nil,
+  Conditions: v1.Conditions{
+  {
+  Type: "Succeeded",
+  Status: "Unknown",
+  LastTransitionTime: apis.VolatileTime{Inner: s"2023-05-26 19:53:59.914111646 +0"...},
+  Reason: "Running",
+  Message: "Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 2, Skip"...,
+  },
+  },
   Annotations: nil,
   },
   PipelineRunStatusFields: v1beta1.PipelineRunStatusFields{
-  StartTime: nil,
+  StartTime: s"2023-05-26 19:53:59 +0000 UTC",
   CompletionTime: nil,
   TaskRuns: nil,
   Runs: nil,
   PipelineResults: nil,
-  PipelineSpec: nil,
+  PipelineSpec: &v1beta1.PipelineSpec{
+  Tasks: []v1beta1.PipelineTask{
+  {Name: "task1", TaskSpec: s"&TypeMeta{APIVersion:,Kind:,}"},
+  {
+  Name: "task2",
+  TaskSpec: s"&TypeMeta{APIVersion:,Kind:,}",
+  RunAfter: []string{...},
+  Params: v1beta1.Params{...},
+  },
+  },
+  },
   SkippedTasks: nil,
-  ChildReferences: nil,
+  ChildReferences: []v1beta1.ChildStatusReference{
+  {
+  TypeMeta: runtime.TypeMeta{APIVersion: "tekton.dev/v1beta1", Kind: "TaskRun"},
+  Name: "missing-result-when-step-error-is-ignored-bujgqusd-task1",
+  PipelineTaskName: "task1",
+  },
+  },
   FinallyStartTime: nil,
   Provenance: nil,
   SpanContext: nil,
   },
  }
stream.go:305: D 19:53:59.977 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd-task1] Adding to queue arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd-task1 (depth: 1)
stream.go:305: D 19:53:59.993 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd] Adding to queue arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd (depth: 1)
stream.go:305: D 19:53:59.994 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd] Requeuing key arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd (by request) after 59m59.070043649s (depth: 0)
stream.go:305: D 19:53:59.995 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd] got tracing carriermap[]
stream.go:305: D 19:53:59.995 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: I 19:54:00.001 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd] PipelineRun missing-result-when-step-error-is-ignored-bujgqusd status is being set to &{Succeeded Unknown {2023-05-26 19:53:59 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 2, Skipped: 0}
stream.go:305: D 19:54:00.002 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd] Requeuing key arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd (by request) after 59m58.997955338s (depth: 0)
stream.go:305: D 19:54:00.002 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd-task1] Updating status with:   v1beta1.TaskRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
-  Conditions: nil,
+  Conditions: v1.Conditions{
+  {
+  Type: "Succeeded",
+  Status: "Unknown",
+  LastTransitionTime: apis.VolatileTime{Inner: s"2023-05-26 19:53:59.935180283 +0"...},
+  Reason: "Pending",
+  Message: "Pending",
+  },
+  },
   Annotations: nil,
   },
   TaskRunStatusFields: v1beta1.TaskRunStatusFields{
-  PodName: "",
+  PodName: "missing-result-when-step-error-is-ignored-bujgqusd-task1-pod",
-  StartTime: nil,
+  StartTime: s"2023-05-26 19:53:59.914291486 +0000 UTC m=+78.131427548",
   CompletionTime: nil,
-  Steps: nil,
+  Steps: []v1beta1.StepState{},
   CloudEvents: nil,
   RetriesStatus: nil,
   ResourcesResult: nil,
   TaskRunResults: nil,
-  Sidecars: nil,
+  Sidecars: []v1beta1.SidecarState{},
-  TaskSpec: nil,
+  TaskSpec: &v1beta1.TaskSpec{
+  Steps: []v1beta1.Step{
+  {
+  Name: "failing-step",
+  Image: "busybox",
+  Script: "echo -n 123 | tee /tekton/result"...,
+  OnError: "continue",
+  },
+  },
+  Results: []v1beta1.TaskResult{{Name: "result1", Type: "string"}, {Name: "result2", Type: "string"}},
+  },
   Provenance: nil,
   SpanContext: nil,
   },
  }
stream.go:305: D 19:54:00.023 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd] Adding to queue arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd (depth: 1)
stream.go:305: D 19:54:00.026 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd-task1] Requeuing key arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd-task1 (by request) after 59m59.954527656s (depth: 0)
stream.go:305: D 19:54:00.026 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd] got tracing carriermap[]
stream.go:305: D 19:54:00.026 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:54:00.027 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd-task1] Adding to queue arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd-task1 (depth: 1)
stream.go:305: I 19:54:00.028 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd] PipelineRun missing-result-when-step-error-is-ignored-bujgqusd status is being set to &{Succeeded Unknown {2023-05-26 19:53:59 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 2, Skipped: 0}
stream.go:305: D 19:54:00.028 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd-task1] got tracing carriermap[]
stream.go:305: D 19:54:00.028 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd-task1] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:54:00.029 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd] Requeuing key arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd (by request) after 59m58.97107004s (depth: 0)
stream.go:305: D 19:54:00.029 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd-task1] set taskspec for arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd-task1 - script: echo -n 123 | tee /tekton/results/result1; exit 1; echo -n 456 | tee /tekton/results/result2
stream.go:305: I 19:54:00.029 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd-task1] Successfully reconciled taskrun missing-result-when-step-error-is-ignored-bujgqusd-task1/arendelle-nqggg with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 54, 0, 29323201, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""}
stream.go:305: D 19:54:00.031 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd-task1] Updating status with:   v1beta1.TaskRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
   Conditions: v1.Conditions{
   {
   Type: "Succeeded",
   Status: "Unknown",
   Severity: "",
-  LastTransitionTime: apis.VolatileTime{Inner: v1.Time{Time: s"2023-05-26 19:53:59 +0000 UTC"}},
+  LastTransitionTime: apis.VolatileTime{Inner: v1.Time{Time: s"2023-05-26 19:54:00.029323201 +0000 UTC m=+78.246459113"}},
   Reason: "Pending",
-  Message: "Pending",
+  Message: `pod status "Initialized":"False"; message: "containers with incomplete status: [prepare place-scripts]"`,
   },
   },
   Annotations: nil,
   },
   TaskRunStatusFields: v1beta1.TaskRunStatusFields{
   PodName: "missing-result-when-step-error-is-ignored-bujgqusd-task1-pod",
   StartTime: s"2023-05-26 19:53:59 +0000 UTC",
   CompletionTime: nil,
-  Steps: nil,
+  Steps: []v1beta1.StepState{
+  {
+  ContainerState: v1.ContainerState{Waiting: s"&ContainerStateWaiting{Reason:Po"...},
+  Name: "failing-step",
+  ContainerName: "step-failing-step",
+  },
+  },
   CloudEvents: nil,
   RetriesStatus: nil,
   ResourcesResult: nil,
   TaskRunResults: nil,
-  Sidecars: nil,
+  Sidecars: []v1beta1.SidecarState{},
   TaskSpec: &{Steps: {{Name: "failing-step", Image: "busybox", Script: "echo -n 123 | tee /tekton/results/result1; exit 1; echo -n 456 |"..., OnError: "continue", ...}}, Results: {{Name: "result1", Type: "string"}, {Name: "result2", Type: "string"}}},
   Provenance: nil,
   SpanContext: nil,
   },
  }
stream.go:305: D 19:54:00.046 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd] Adding to queue arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd (depth: 1)
stream.go:305: D 19:54:00.047 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd] got tracing carriermap[]
stream.go:305: D 19:54:00.047 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:54:00.047 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd-task1] Adding to queue arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd-task1 (depth: 1)
stream.go:305: I 19:54:00.049 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd] PipelineRun missing-result-when-step-error-is-ignored-bujgqusd status is being set to &{Succeeded Unknown {2023-05-26 19:53:59 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 2, Skipped: 0}
stream.go:305: D 19:54:00.049 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd] Requeuing key arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd (by request) after 59m58.950479334s (depth: 0)
stream.go:305: D 19:54:00.049 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd-task1] Requeuing key arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd-task1 (by request) after 59m58.97054047s (depth: 0)
stream.go:305: D 19:54:00.050 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd-task1] got tracing carriermap[]
stream.go:305: D 19:54:00.050 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd-task1] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:54:00.051 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd-task1] set taskspec for arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd-task1 - script: echo -n 123 | tee /tekton/results/result1; exit 1; echo -n 456 | tee /tekton/results/result2
stream.go:305: I 19:54:00.051 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd-task1] Successfully reconciled taskrun missing-result-when-step-error-is-ignored-bujgqusd-task1/arendelle-nqggg with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 54, 0, 51619427, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""}
stream.go:305: D 19:54:00.051 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd-task1] Requeuing key arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd-task1 (by request) after 59m58.948254303s (depth: 0)
stream.go:305: D 19:54:01.403 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd-task1] Adding to queue arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd-task1 (depth: 1)
stream.go:305: D 19:54:01.403 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd-task1] got tracing carriermap[]
stream.go:305: D 19:54:01.403 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd-task1] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:54:01.403 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd-task1] set taskspec for arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd-task1 - script: echo -n 123 | tee /tekton/results/result1; exit 1; echo -n 456 | tee /tekton/results/result2
stream.go:305: I 19:54:01.403 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd-task1] Successfully reconciled taskrun missing-result-when-step-error-is-ignored-bujgqusd-task1/arendelle-nqggg with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 54, 1, 403865188, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\""}
stream.go:305: D 19:54:01.404 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd-task1] Updating status with:   v1beta1.TaskRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
   Conditions: v1.Conditions{
   {
   Type: "Succeeded",
   Status: "Unknown",
   Severity: "",
-  LastTransitionTime: apis.VolatileTime{Inner: v1.Time{Time: s"2023-05-26 19:54:00 +0000 UTC"}},
+  LastTransitionTime: apis.VolatileTime{Inner: v1.Time{Time: s"2023-05-26 19:54:01.403865188 +0000 UTC m=+79.621001110"}},
   Reason: "Pending",
   Message: strings.Join({
   `pod status "Initialized":"False"; message: "containers with inco`,
   "mplete status: [",
-  "prepare ",
   `place-scripts]"`,
   }, ""),
   },
   },
   Annotations: nil,
   },
   TaskRunStatusFields: v1beta1.TaskRunStatusFields{
   ... // 6 identical fields
   ResourcesResult: nil,
   TaskRunResults: nil,
-  Sidecars: nil,
+  Sidecars: []v1beta1.SidecarState{},
   TaskSpec: &{Steps: {{Name: "failing-step", Image: "busybox", Script: "echo -n 123 | tee /tekton/results/result1; exit 1; echo -n 456 |"..., OnError: "continue", ...}}, Results: {{Name: "result1", Type: "string"}, {Name: "result2", Type: "string"}}},
   Provenance: nil,
   SpanContext: nil,
   },
  }
stream.go:305: D 19:54:01.426 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd-task1] Requeuing key arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd-task1 (by request) after 59m57.595910882s (depth: 0)
stream.go:305: D 19:54:01.429 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd] Adding to queue arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd (depth: 1)
stream.go:305: D 19:54:01.429 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd-task1] Adding to queue arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd-task1 (depth: 1)
stream.go:305: D 19:54:01.430 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd-task1] got tracing carriermap[]
stream.go:305: D 19:54:01.430 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd-task1] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:54:01.430 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd] got tracing carriermap[]
stream.go:305: D 19:54:01.430 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:54:01.430 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd-task1] set taskspec for arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd-task1 - script: echo -n 123 | tee /tekton/results/result1; exit 1; echo -n 456 | tee /tekton/results/result2
stream.go:305: I 19:54:01.430 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd-task1] Successfully reconciled taskrun missing-result-when-step-error-is-ignored-bujgqusd-task1/arendelle-nqggg with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 54, 1, 430552966, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\""}
stream.go:305: D 19:54:01.430 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd-task1] Requeuing key arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd-task1 (by request) after 59m57.569373454s (depth: 0)
stream.go:305: I 19:54:01.431 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd] PipelineRun missing-result-when-step-error-is-ignored-bujgqusd status is being set to &{Succeeded Unknown {2023-05-26 19:53:59 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 2, Skipped: 0}
stream.go:305: D 19:54:01.432 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd] Requeuing key arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd (by request) after 59m57.568070864s (depth: 0)
stream.go:305: D 19:54:02.406 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd-task1] Adding to queue arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd-task1 (depth: 1)
stream.go:305: D 19:54:02.407 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd-task1] got tracing carriermap[]
stream.go:305: D 19:54:02.407 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd-task1] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:54:02.407 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd-task1] set taskspec for arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd-task1 - script: echo -n 123 | tee /tekton/results/result1; exit 1; echo -n 456 | tee /tekton/results/result2
stream.go:305: I 19:54:02.407 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd-task1] Successfully reconciled taskrun missing-result-when-step-error-is-ignored-bujgqusd-task1/arendelle-nqggg with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 54, 2, 407347246, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-failing-step]\""}
stream.go:305: D 19:54:02.408 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd-task1] Updating status with:   v1beta1.TaskRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
   Conditions: v1.Conditions{
   {
   Type: "Succeeded",
   Status: "Unknown",
   Severity: "",
-  LastTransitionTime: apis.VolatileTime{Inner: v1.Time{Time: s"2023-05-26 19:54:01 +0000 UTC"}},
+  LastTransitionTime: apis.VolatileTime{Inner: v1.Time{Time: s"2023-05-26 19:54:02.407347246 +0000 UTC m=+80.624483168"}},
   Reason: "Pending",
   Message: strings.Join({
   `pod status "`,
-  "Initialized",
+  "Ready",
   `":"False"; message: "containers with `,
-  "incomplete status: [place-scripts",
+  "unready status: [step-failing-step",
   `]"`,
   }, ""),
   },
   },
   Annotations: nil,
   },
   TaskRunStatusFields: v1beta1.TaskRunStatusFields{
   ... // 6 identical fields
   ResourcesResult: nil,
   TaskRunResults: nil,
-  Sidecars: nil,
+  Sidecars: []v1beta1.SidecarState{},
   TaskSpec: &{Steps: {{Name: "failing-step", Image: "busybox", Script: "echo -n 123 | tee /tekton/results/result1; exit 1; echo -n 456 |"..., OnError: "continue", ...}}, Results: {{Name: "result1", Type: "string"}, {Name: "result2", Type: "string"}}},
   Provenance: nil,
   SpanContext: nil,
   },
  }
stream.go:305: D 19:54:02.420 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd-task1] Requeuing key arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd-task1 (by request) after 59m56.592550054s (depth: 0)
stream.go:305: D 19:54:02.420 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd] Adding to queue arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd (depth: 1)
stream.go:305: D 19:54:02.421 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd-task1] Adding to queue arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd-task1 (depth: 1)
stream.go:305: D 19:54:02.421 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd] got tracing carriermap[]
stream.go:305: D 19:54:02.421 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:54:02.421 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd-task1] got tracing carriermap[]
stream.go:305: D 19:54:02.421 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd-task1] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:54:02.421 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd-task1] set taskspec for arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd-task1 - script: echo -n 123 | tee /tekton/results/result1; exit 1; echo -n 456 | tee /tekton/results/result2
stream.go:305: I 19:54:02.422 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd-task1] Successfully reconciled taskrun missing-result-when-step-error-is-ignored-bujgqusd-task1/arendelle-nqggg with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 54, 2, 421982460, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-failing-step]\""}
stream.go:305: D 19:54:02.422 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd-task1] Requeuing key arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd-task1 (by request) after 59m56.57785254s (depth: 0)
stream.go:305: I 19:54:02.423 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd] PipelineRun missing-result-when-step-error-is-ignored-bujgqusd status is being set to &{Succeeded Unknown {2023-05-26 19:53:59 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 2, Skipped: 0}
stream.go:305: D 19:54:02.424 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd] Requeuing key arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd (by request) after 59m56.57607482s (depth: 0)
stream.go:305: D 19:54:03.412 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd-task1] Adding to queue arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd-task1 (depth: 1)
stream.go:305: D 19:54:03.412 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd-task1] got tracing carriermap[]
stream.go:305: D 19:54:03.412 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd-task1] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:54:03.413 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd-task1] set taskspec for arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd-task1 - script: echo -n 123 | tee /tekton/results/result1; exit 1; echo -n 456 | tee /tekton/results/result2
stream.go:305: I 19:54:03.424 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd-task1] Successfully reconciled taskrun missing-result-when-step-error-is-ignored-bujgqusd-task1/arendelle-nqggg with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 54, 3, 424675918, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"}
stream.go:305: D 19:54:03.425 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd-task1] Updating status with:   v1beta1.TaskRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
   Conditions: v1.Conditions{
   {
   Type: "Succeeded",
   Status: "Unknown",
   Severity: "",
-  LastTransitionTime: apis.VolatileTime{Inner: v1.Time{Time: s"2023-05-26 19:54:02 +0000 UTC"}},
+  LastTransitionTime: apis.VolatileTime{Inner: v1.Time{Time: s"2023-05-26 19:54:03.424675918 +0000 UTC m=+81.641811830"}},
-  Reason: "Pending",
+  Reason: "Running",
   Message: strings.Join({
-  `pod status "Ready":"False"; message: "containers with unready st`,
-  `atus: [step-failing-step]"`,
+  "Not all Steps in the Task have finished executing",
   }, ""),
   },
   },
   Annotations: nil,
   },
   TaskRunStatusFields: v1beta1.TaskRunStatusFields{
   PodName: "missing-result-when-step-error-is-ignored-bujgqusd-task1-pod",
   StartTime: s"2023-05-26 19:53:59 +0000 UTC",
   CompletionTime: nil,
   Steps: []v1beta1.StepState{
   {
   ContainerState: v1.ContainerState{
-  Waiting: s"&ContainerStateWaiting{Reason:PodInitializing,Message:,}",
+  Waiting: nil,
-  Running: nil,
+  Running: s"&ContainerStateRunning{StartedAt:2023-05-26 19:54:02 +0000 UTC,}",
   Terminated: nil,
   },
   Name: "failing-step",
   ContainerName: "step-failing-step",
-  ImageID: "",
+  ImageID: "docker.io/library/busybox@sha256:560af6915bfc8d7630e50e212e08242d37b63bd5c1ccf9bd4acccf116e262d5b",
   },
   },
   CloudEvents: nil,
   RetriesStatus: nil,
   ResourcesResult: nil,
   TaskRunResults: nil,
-  Sidecars: nil,
+  Sidecars: []v1beta1.SidecarState{},
   TaskSpec: &{Steps: {{Name: "failing-step", Image: "busybox", Script: "echo -n 123 | tee /tekton/results/result1; exit 1; echo -n 456 |"..., OnError: "continue", ...}}, Results: {{Name: "result1", Type: "string"}, {Name: "result2", Type: "string"}}},
   Provenance: nil,
   SpanContext: nil,
   },
  }
stream.go:305: D 19:54:03.425 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd-task1] Adding to queue arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd-task1 (depth: 1)
stream.go:305: D 19:54:03.436 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd-task1] Requeuing key arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd-task1 (by request) after 59m55.575189162s (depth: 0)
stream.go:305: D 19:54:03.436 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd-task1] got tracing carriermap[]
stream.go:305: D 19:54:03.436 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd] Adding to queue arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd (depth: 1)
stream.go:305: D 19:54:03.436 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd-task1] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:54:03.436 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd-task1] Adding to queue arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd-task1 (depth: 1)
stream.go:305: D 19:54:03.436 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd] got tracing carriermap[]
stream.go:305: D 19:54:03.436 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:54:03.436 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd-task1] set taskspec for arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd-task1 - script: echo -n 123 | tee /tekton/results/result1; exit 1; echo -n 456 | tee /tekton/results/result2
stream.go:305: I 19:54:03.437 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd-task1] Successfully reconciled taskrun missing-result-when-step-error-is-ignored-bujgqusd-task1/arendelle-nqggg with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 54, 3, 0, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"}
stream.go:305: D 19:54:03.437 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd-task1] Requeuing key arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd-task1 (by request) after 59m55.562899999s (depth: 0)
stream.go:305: D 19:54:03.437 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd-task1] got tracing carriermap[]
stream.go:305: D 19:54:03.437 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd-task1] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:54:03.437 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd-task1] set taskspec for arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd-task1 - script: echo -n 123 | tee /tekton/results/result1; exit 1; echo -n 456 | tee /tekton/results/result2
stream.go:305: I 19:54:03.437 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd-task1] Successfully reconciled taskrun missing-result-when-step-error-is-ignored-bujgqusd-task1/arendelle-nqggg with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 54, 3, 0, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"}
stream.go:305: D 19:54:03.438 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd-task1] Requeuing key arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd-task1 (by request) after 59m55.562045639s (depth: 0)
stream.go:305: I 19:54:03.438 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd] PipelineRun missing-result-when-step-error-is-ignored-bujgqusd status is being set to &{Succeeded Unknown {2023-05-26 19:53:59 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 2, Skipped: 0}
stream.go:305: D 19:54:03.438 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd] Requeuing key arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd (by request) after 59m55.561534619s (depth: 0)
stream.go:305: D 19:54:04.420 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd-task1] Adding to queue arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd-task1 (depth: 1)
stream.go:305: D 19:54:04.420 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd-task1] got tracing carriermap[]
stream.go:305: D 19:54:04.420 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd-task1] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:54:04.420 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd-task1] set taskspec for arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd-task1 - script: echo -n 123 | tee /tekton/results/result1; exit 1; echo -n 456 | tee /tekton/results/result2
stream.go:305: I 19:54:04.420 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd-task1] Successfully reconciled taskrun missing-result-when-step-error-is-ignored-bujgqusd-task1/arendelle-nqggg with status: &apis.Condition{Type:"Succeeded", Status:"True", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 54, 4, 420604462, time.Local)}, Reason:"Succeeded", Message:"All Steps have completed executing"}
stream.go:305: D 19:54:04.421 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd-task1] Updating status with:   v1beta1.TaskRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
   Conditions: v1.Conditions{
-  {
-  Type: "Succeeded",
-  Status: "Unknown",
-  LastTransitionTime: apis.VolatileTime{Inner: s"2023-05-26 19:54:03 +0000 UTC"},
-  Reason: "Running",
-  Message: "Not all Steps in the Task have finished executing",
-  },
+  {
+  Type: "Succeeded",
+  Status: "True",
+  LastTransitionTime: apis.VolatileTime{Inner: s"2023-05-26 19:54:04.420604462 +0000 UTC m=+82.637740385"},
+  Reason: "Succeeded",
+  Message: "All Steps have completed executing",
+  },
   },
   Annotations: nil,
   },
   TaskRunStatusFields: v1beta1.TaskRunStatusFields{
   PodName: "missing-result-when-step-error-is-ignored-bujgqusd-task1-pod",
   StartTime: s"2023-05-26 19:53:59 +0000 UTC",
-  CompletionTime: nil,
+  CompletionTime: s"2023-05-26 19:54:04.420606093 +0000 UTC m=+82.637742005",
   Steps: []v1beta1.StepState{
   {
   ContainerState: v1.ContainerState{
   Waiting: nil,
-  Running: s"&ContainerStateRunning{StartedAt:2023-05-26 19:54:02 +0000 UTC,}",
+  Running: nil,
-  Terminated: nil,
+  Terminated: s`&ContainerStateTerminated{ExitCode:1,Signal:0,Reason:Completed,Message:[{"key":"result1","value":"123","type":1}],StartedAt:2023-05-26 19:54:03.723 +0000 UTC,FinishedAt:2023-05-26 19:54:03 +0000 UTC,ContainerID:containerd://18e529f17682175a84b856ffd544fa4d`...,
   },
   Name: "failing-step",
   ContainerName: "step-failing-step",
   ImageID: "docker.io/library/busybox@sha256:560af6915bfc8d7630e50e212e08242"...,
   },
   },
   CloudEvents: nil,
   RetriesStatus: nil,
   ResourcesResult: nil,
-  TaskRunResults: nil,
+  TaskRunResults: []v1beta1.TaskRunResult{
+  {
+  Name: "result1",
+  Type: "string",
+  Value: v1beta1.ParamValue{Type: "string", StringVal: "123"},
+  },
+  },
-  Sidecars: nil,
+  Sidecars: []v1beta1.SidecarState{},
   TaskSpec: &{Steps: {{Name: "failing-step", Image: "busybox", Script: "echo -n 123 | tee /tekton/results/result1; exit 1; echo -n 456 |"..., OnError: "continue", ...}}, Results: {{Name: "result1", Type: "string"}, {Name: "result2", Type: "string"}}},
   Provenance: nil,
   SpanContext: nil,
   },
  }
stream.go:305: D 19:54:04.436 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd-task1] Requeuing key arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd-task1 (by request) after 59m54.579253147s (depth: 0)
stream.go:305: D 19:54:04.436 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd] Adding to queue arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd (depth: 1)
stream.go:305: D 19:54:04.436 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd-task1] Adding to queue arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd-task1 (depth: 1)
stream.go:305: D 19:54:04.436 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd] got tracing carriermap[]
stream.go:305: D 19:54:04.436 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:54:04.436 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd-task1] got tracing carriermap[]
stream.go:305: D 19:54:04.436 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd-task1] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: I 19:54:04.436 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd-task1] taskrun done : missing-result-when-step-error-is-ignored-bujgqusd-task1
stream.go:305: I 19:54:04.440 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd] Failed to resolve task result reference for "missing-result-when-step-error-is-ignored-bujgqusd" with error Could not find result with name result2 for task task1
stream.go:305: E 19:54:04.440 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd] Reconcile error: Could not find result with name result2 for task task1
stream.go:305: D 19:54:04.441 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd] Updating status with:   v1beta1.PipelineRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
   Conditions: v1.Conditions{
-  {
-  Type: "Succeeded",
-  Status: "Unknown",
-  LastTransitionTime: apis.VolatileTime{Inner: s"2023-05-26 19:53:59 +0000 UTC"},
-  Reason: "Running",
-  Message: "Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 2, Skipped: 0",
-  },
+  {
+  Type: "Succeeded",
+  Status: "False",
+  LastTransitionTime: apis.VolatileTime{Inner: s"2023-05-26 19:54:04.440958979 +0000 UTC m=+82.658094901"},
+  Reason: "InvalidTaskResultReference",
+  Message: "Could not find result with name result2 for task task1",
+  },
   },
   Annotations: nil,
   },
   PipelineRunStatusFields: v1beta1.PipelineRunStatusFields{
   StartTime: s"2023-05-26 19:53:59 +0000 UTC",
-  CompletionTime: nil,
+  CompletionTime: s"2023-05-26 19:54:04.440958979 +0000 UTC m=+82.658094901",
   TaskRuns: nil,
   Runs: nil,
   ... // 7 identical fields
   },
  }
stream.go:305: I 19:54:04.444 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd-task1] Reconcile succeeded
stream.go:305: E 19:54:04.457 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd] Returned an error err=1 error occurred:
* Could not find result with name result2 for task task1
stream.go:305: D 19:54:04.457 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd] Adding to queue arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd (depth: 1)
stream.go:305: E 19:54:04.457 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd] Reconcile error err=1 error occurred:
* Could not find result with name result2 for task task1
stream.go:305: D 19:54:04.457 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd] got tracing carriermap[]
stream.go:305: D 19:54:04.457 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: I 19:54:04.457 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-nqggg/missing-result-when-step-error-is-ignored-bujgqusd] Reconcile succeeded
ignore_step_error_test.go:106: Deleting namespace arendelle-nqggg
--- PASS: TestMissingResultWhenStepErrorIsIgnored (5.09s)
=== RUN TestLargerResultsSidecarLogs
=== PAUSE TestLargerResultsSidecarLogs
=== RUN TestPipelineLevelFinally_OneDAGTaskFailed_InvalidTaskResult_Failure
pipelinefinally_test.go:50: Create namespace arendelle-j8rnz to deploy to
pipelinefinally_test.go:50: Verify SA "default" is created in namespace "arendelle-j8rnz"
pipelinefinally_test.go:394: Deleting namespace arendelle-j8rnz
--- PASS: TestPipelineLevelFinally_OneDAGTaskFailed_InvalidTaskResult_Failure (23.22s)
=== RUN TestPipelineLevelFinally_OneFinalTaskFailed_Failure
pipelinefinally_test.go:400: Create namespace arendelle-9clcl to deploy to
pipelinefinally_test.go:400: Verify SA "default" is created in namespace "arendelle-9clcl"
pipelinefinally_test.go:462: Deleting namespace arendelle-9clcl
--- PASS: TestPipelineLevelFinally_OneFinalTaskFailed_Failure (10.11s)
=== RUN TestPipelineLevelFinally_OneFinalTask_CancelledRunFinally
pipelinefinally_test.go:468: Create namespace arendelle-gmck7 to deploy to
pipelinefinally_test.go:468: Verify SA "default" is created in namespace "arendelle-gmck7"
pipelinefinally_test.go:468: No feature flag in namespace "tekton-pipelines" matching "enable-api-fields": "alpha"
Existing feature flag: map[string]string{"await-sidecar-readiness":"true", "disable-affinity-assistant":"false", "disable-creds-init":"false", "enable-api-fields":"stable", "enable-provenance-in-status":"false", "enable-tekton-oci-bundles":"false", "enforce-nonfalsifiablity":"none", "require-git-ssh-secret-known-hosts":"false", "running-in-environment-with-injected-sidecars":"true", "send-cloudevents-for-runs":"false", "trusted-resources-verification-no-match-policy":"ignore"}
Existing resolver feature flag (in namespace "tekton-pipelines-resolvers"): map[string]string{"enable-bundles-resolver":"true", "enable-cluster-resolver":"true", "enable-git-resolver":"true", "enable-hub-resolver":"true"}
--- SKIP: TestPipelineLevelFinally_OneFinalTask_CancelledRunFinally (0.05s)
=== RUN TestPipelineLevelFinally_OneFinalTask_StoppedRunFinally
pipelinefinally_test.go:583: Create namespace arendelle-67kcb to deploy to
pipelinefinally_test.go:583: Verify SA "default" is created in namespace "arendelle-67kcb"
pipelinefinally_test.go:583: No feature flag in namespace "tekton-pipelines" matching "enable-api-fields": "alpha"
Existing feature flag: map[string]string{"await-sidecar-readiness":"true", "disable-affinity-assistant":"false", "disable-creds-init":"false", "enable-api-fields":"stable", "enable-provenance-in-status":"false", "enable-tekton-oci-bundles":"false", "enforce-nonfalsifiablity":"none", "require-git-ssh-secret-known-hosts":"false", "running-in-environment-with-injected-sidecars":"true", "send-cloudevents-for-runs":"false", "trusted-resources-verification-no-match-policy":"ignore"}
Existing resolver feature flag (in namespace "tekton-pipelines-resolvers"): map[string]string{"enable-bundles-resolver":"true", "enable-cluster-resolver":"true", "enable-git-resolver":"true", "enable-hub-resolver":"true"}
--- SKIP: TestPipelineLevelFinally_OneFinalTask_StoppedRunFinally (0.06s)
=== RUN TestPipelineRunStatusSpec
=== PAUSE TestPipelineRunStatusSpec
=== RUN TestPipelineRun
=== PAUSE TestPipelineRun
=== RUN TestPipelineRunRefDeleted
pipelinerun_test.go:429: Create namespace arendelle-d5m8x to deploy to
pipelinerun_test.go:429: Verify SA "default" is created in namespace "arendelle-d5m8x"
pipelinerun_test.go:436: Creating Pipeline, and PipelineRun pipeline-run-ref-deleted-axgdmihn in namespace arendelle-d5m8x
pipelinerun_test.go:479: Waiting for PipelineRun pipeline-run-ref-deleted-axgdmihn in namespace arendelle-d5m8x to complete
stream.go:305: D 19:54:38.431 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn] Adding to queue arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn (depth: 1)
stream.go:305: D 19:54:38.431 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn] got tracing carriermap[]
stream.go:305: D 19:54:38.431 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: I 19:54:38.437 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn] Creating a new TaskRun object pipeline-run-ref-deleted-axgdmihn-step1 for pipeline task step1
stream.go:305: D 19:54:38.447 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn] Adding to queue arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn (depth: 1)
stream.go:305: D 19:54:38.447 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step1] Adding to queue arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step1 (depth: 1)
stream.go:305: D 19:54:38.447 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step1] got tracing carriermap[]
stream.go:305: I 19:54:38.447 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn] PipelineRun pipeline-run-ref-deleted-axgdmihn status is being set to &{Succeeded Unknown {2023-05-26 19:54:38.447862726 +0000 UTC m=+116.664998648} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 2, Skipped: 0}
stream.go:305: D 19:54:38.447 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step1] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:54:38.448 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step1] set taskspec for arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step1 - script: #!/usr/bin/env bash
# Sleep for 10s
sleep 10
stream.go:305: D 19:54:38.460 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn] Adding to queue arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn (depth: 1)
stream.go:305: D 19:54:38.460 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn] Updating status with:   v1beta1.PipelineRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
-  Conditions: nil,
+  Conditions: v1.Conditions{
+  {
+  Type: "Succeeded",
+  Status: "Unknown",
+  LastTransitionTime: apis.VolatileTime{Inner: s"2023-05-26 19:54:38.447862726 +0"...},
+  Reason: "Running",
+  Message: "Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 2, Skip"...,
+  },
+  },
   Annotations: nil,
   },
   PipelineRunStatusFields: v1beta1.PipelineRunStatusFields{
-  StartTime: nil,
+  StartTime: s"2023-05-26 19:54:38 +0000 UTC",
   CompletionTime: nil,
   TaskRuns: nil,
   Runs: nil,
   PipelineResults: nil,
-  PipelineSpec: nil,
+  PipelineSpec: &v1beta1.PipelineSpec{
+  Tasks: []v1beta1.PipelineTask{
+  {Name: "step1", TaskSpec: s"&TypeMeta{APIVersion:,Kind:,}"},
+  {
+  Name: "step2",
+  TaskSpec: s"&TypeMeta{APIVersion:,Kind:,}",
+  RunAfter: []string{...},
+  },
+  },
+  },
   SkippedTasks: nil,
-  ChildReferences: nil,
+  ChildReferences: []v1beta1.ChildStatusReference{
+  {
+  TypeMeta: runtime.TypeMeta{APIVersion: "tekton.dev/v1beta1", Kind: "TaskRun"},
+  Name: "pipeline-run-ref-deleted-axgdmihn-step1",
+  PipelineTaskName: "step1",
+  },
+  },
   FinallyStartTime: nil,
   Provenance: nil,
   SpanContext: nil,
   },
  }
stream.go:305: D 19:54:38.468 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step1] Adding to queue arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step1 (depth: 1)
stream.go:305: I 19:54:38.468 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step1] Successfully reconciled taskrun pipeline-run-ref-deleted-axgdmihn-step1/arendelle-d5m8x with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 54, 38, 468817782, time.Local)}, Reason:"Pending", Message:"Pending"}
stream.go:305: D 19:54:38.476 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step1] Adding to queue arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step1 (depth: 1)
stream.go:305: D 19:54:38.481 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step1] Updating status with:   v1beta1.TaskRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
-  Conditions: nil,
+  Conditions: v1.Conditions{
+  {
+  Type: "Succeeded",
+  Status: "Unknown",
+  LastTransitionTime: apis.VolatileTime{Inner: s"2023-05-26 19:54:38.468817782 +0"...},
+  Reason: "Pending",
+  Message: "Pending",
+  },
+  },
   Annotations: nil,
   },
   TaskRunStatusFields: v1beta1.TaskRunStatusFields{
-  PodName: "",
+  PodName: "pipeline-run-ref-deleted-axgdmihn-step1-pod",
-  StartTime: nil,
+  StartTime: s"2023-05-26 19:54:38.447932456 +0000 UTC m=+116.665068378",
   CompletionTime: nil,
-  Steps: nil,
+  Steps: []v1beta1.StepState{},
   CloudEvents: nil,
   RetriesStatus: nil,
   ResourcesResult: nil,
   TaskRunResults: nil,
-  Sidecars: nil,
+  Sidecars: []v1beta1.SidecarState{},
-  TaskSpec: nil,
+  TaskSpec: &v1beta1.TaskSpec{
+  Steps: []v1beta1.Step{{Name: "echo", Image: "ubuntu", Script: "#!/usr/bin/env bash\n# Sleep for "...}},
+  },
   Provenance: nil,
   SpanContext: nil,
   },
  }
stream.go:305: D 19:54:38.482 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn] Adding to queue arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn (depth: 1)
stream.go:305: D 19:54:38.482 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step1] Adding to queue arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step1 (depth: 1)
stream.go:305: D 19:54:38.488 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn] Updating status with:   v1beta1.PipelineRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
-  Conditions: nil,
+  Conditions: v1.Conditions{
+  {
+  Type: "Succeeded",
+  Status: "Unknown",
+  LastTransitionTime: apis.VolatileTime{Inner: s"2023-05-26 19:54:38.447862726 +0"...},
+  Reason: "Running",
+  Message: "Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 2, Skip"...,
+  },
+  },
   Annotations: nil,
   },
   PipelineRunStatusFields: v1beta1.PipelineRunStatusFields{
-  StartTime: nil,
+  StartTime: s"2023-05-26 19:54:38 +0000 UTC",
   CompletionTime: nil,
   TaskRuns: nil,
   Runs: nil,
   PipelineResults: nil,
-  PipelineSpec: nil,
+  PipelineSpec: &v1beta1.PipelineSpec{
+  Tasks: []v1beta1.PipelineTask{
+  {Name: "step1", TaskSpec: s"&TypeMeta{APIVersion:,Kind:,}"},
+  {
+  Name: "step2",
+  TaskSpec: s"&TypeMeta{APIVersion:,Kind:,}",
+  RunAfter: []string{...},
+  },
+  },
+  },
   SkippedTasks: nil,
-  ChildReferences: nil,
+  ChildReferences: []v1beta1.ChildStatusReference{
+  {
+  TypeMeta: runtime.TypeMeta{APIVersion: "tekton.dev/v1beta1", Kind: "TaskRun"},
+  Name: "pipeline-run-ref-deleted-axgdmihn-step1",
+  PipelineTaskName: "step1",
+  },
+  },
   FinallyStartTime: nil,
   Provenance: nil,
   SpanContext: nil,
   },
  }
stream.go:305: D 19:54:38.495 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step1] Adding to queue arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step1 (depth: 1)
stream.go:305: D 19:54:38.499 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn] Requeuing key arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn (by request) after 59m59.539779151s (depth: 0)
stream.go:305: D 19:54:38.500 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn] got tracing carriermap[]
stream.go:305: D 19:54:38.500 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:54:38.499 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn] Adding to queue arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn (depth: 1)
stream.go:305: I 19:54:38.501 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn] PipelineRun pipeline-run-ref-deleted-axgdmihn status is being set to &{Succeeded Unknown {2023-05-26 19:54:38 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 2, Skipped: 0}
stream.go:305: D 19:54:38.501 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn] Requeuing key arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn (by request) after 59m59.498614898s (depth: 0)
stream.go:305: D 19:54:38.505 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step1] Updating status with:   v1beta1.TaskRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
-  Conditions: nil,
+  Conditions: v1.Conditions{
+  {
+  Type: "Succeeded",
+  Status: "Unknown",
+  LastTransitionTime: apis.VolatileTime{Inner: s"2023-05-26 19:54:38.468817782 +0"...},
+  Reason: "Pending",
+  Message: "Pending",
+  },
+  },
   Annotations: nil,
   },
   TaskRunStatusFields: v1beta1.TaskRunStatusFields{
-  PodName: "",
+  PodName: "pipeline-run-ref-deleted-axgdmihn-step1-pod",
-  StartTime: nil,
+  StartTime: s"2023-05-26 19:54:38.447932456 +0000 UTC m=+116.665068378",
   CompletionTime: nil,
-  Steps: nil,
+  Steps: []v1beta1.StepState{},
   CloudEvents: nil,
   RetriesStatus: nil,
   ResourcesResult: nil,
   TaskRunResults: nil,
-  Sidecars: nil,
+  Sidecars: []v1beta1.SidecarState{},
-  TaskSpec: nil,
+  TaskSpec: &v1beta1.TaskSpec{
+  Steps: []v1beta1.Step{{Name: "echo", Image: "ubuntu", Script: "#!/usr/bin/env bash\n# Sleep for "...}},
+  },
   Provenance: nil,
   SpanContext: nil,
   },
  }
stream.go:305: D 19:54:38.516 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn] Adding to queue arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn (depth: 1)
stream.go:305: D 19:54:38.517 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step1] Adding to queue arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step1 (depth: 1)
stream.go:305: D 19:54:38.517 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn] got tracing carriermap[]
stream.go:305: D 19:54:38.517 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:54:38.518 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step1] Requeuing key arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step1 (by request) after 59m59.9665203s (depth: 0)
stream.go:305: D 19:54:38.518 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step1] got tracing carriermap[]
stream.go:305: D 19:54:38.518 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step1] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:54:38.518 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step1] set taskspec for arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step1 - script: #!/usr/bin/env bash
# Sleep for 10s
sleep 10
stream.go:305: I 19:54:38.519 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step1] Successfully reconciled taskrun pipeline-run-ref-deleted-axgdmihn-step1/arendelle-d5m8x with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 54, 38, 519008017, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""}
stream.go:305: D 19:54:38.519 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step1] Updating status with:   v1beta1.TaskRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
   Conditions: v1.Conditions{
   {
   Type: "Succeeded",
   Status: "Unknown",
   Severity: "",
-  LastTransitionTime: apis.VolatileTime{Inner: v1.Time{Time: s"2023-05-26 19:54:38 +0000 UTC"}},
+  LastTransitionTime: apis.VolatileTime{
+  Inner: v1.Time{Time: s"2023-05-26 19:54:38.519008017 +0000 UTC m=+116.736143939"},
+  },
   Reason: "Pending",
-  Message: "Pending",
+  Message: `pod status "Initialized":"False"; message: "containers with incomplete status: [prepare place-scripts]"`,
   },
   },
   Annotations: nil,
   },
   TaskRunStatusFields: v1beta1.TaskRunStatusFields{
   PodName: "pipeline-run-ref-deleted-axgdmihn-step1-pod",
   StartTime: s"2023-05-26 19:54:38 +0000 UTC",
   CompletionTime: nil,
-  Steps: nil,
+  Steps: []v1beta1.StepState{
+  {
+  ContainerState: v1.ContainerState{Waiting: s"&ContainerStateWaiting{Reason:Po"...},
+  Name: "echo",
+  ContainerName: "step-echo",
+  },
+  },
   CloudEvents: nil,
   RetriesStatus: nil,
   ResourcesResult: nil,
   TaskRunResults: nil,
-  Sidecars: nil,
+  Sidecars: []v1beta1.SidecarState{},
   TaskSpec: &{Steps: {{Name: "echo", Image: "ubuntu", Script: "#!/usr/bin/env bash\n# Sleep for 10s\nsleep 10\n"}}},
   Provenance: nil,
   SpanContext: nil,
   },
  }
stream.go:305: I 19:54:38.523 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn] PipelineRun pipeline-run-ref-deleted-axgdmihn status is being set to &{Succeeded Unknown {2023-05-26 19:54:38 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 2, Skipped: 0}
stream.go:305: D 19:54:38.524 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn] Requeuing key arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn (by request) after 59m59.476186992s (depth: 0)
stream.go:305: D 19:54:38.533 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn] Adding to queue arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn (depth: 1)
stream.go:305: D 19:54:38.533 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step1] Adding to queue arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step1 (depth: 1)
stream.go:305: D 19:54:38.533 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step1] Requeuing key arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step1 (by request) after 59m59.480798323s (depth: 0)
stream.go:305: D 19:54:38.533 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn] got tracing carriermap[]
stream.go:305: D 19:54:38.533 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:54:38.533 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step1] got tracing carriermap[]
stream.go:305: D 19:54:38.534 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step1] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:54:38.534 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step1] set taskspec for arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step1 - script: #!/usr/bin/env bash
# Sleep for 10s
sleep 10
stream.go:305: I 19:54:38.534 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step1] Successfully reconciled taskrun pipeline-run-ref-deleted-axgdmihn-step1/arendelle-d5m8x with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 54, 38, 534615151, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""}
stream.go:305: D 19:54:38.534 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step1] Requeuing key arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step1 (by request) after 59m59.465289479s (depth: 0)
stream.go:305: I 19:54:38.535 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn] PipelineRun pipeline-run-ref-deleted-axgdmihn status is being set to &{Succeeded Unknown {2023-05-26 19:54:38 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 2, Skipped: 0}
stream.go:305: D 19:54:38.535 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn] Requeuing key arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn (by request) after 59m59.464693389s (depth: 0)
pipelinerun_test.go:488: Waiting for PipelineRun pipeline-run-ref-deleted-axgdmihn in namespace arendelle-d5m8x to complete
stream.go:305: D 19:54:39.785 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step1] Adding to queue arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step1 (depth: 1)
stream.go:305: D 19:54:39.785 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step1] got tracing carriermap[]
stream.go:305: D 19:54:39.785 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step1] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:54:39.785 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step1] set taskspec for arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step1 - script: #!/usr/bin/env bash
# Sleep for 10s
sleep 10
stream.go:305: I 19:54:39.785 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step1] Successfully reconciled taskrun pipeline-run-ref-deleted-axgdmihn-step1/arendelle-d5m8x with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 54, 39, 785737689, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\""}
stream.go:305: D 19:54:39.786 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step1] Updating status with:   v1beta1.TaskRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
   Conditions: v1.Conditions{
   {
   Type: "Succeeded",
   Status: "Unknown",
   Severity: "",
-  LastTransitionTime: apis.VolatileTime{Inner: v1.Time{Time: s"2023-05-26 19:54:38 +0000 UTC"}},
+  LastTransitionTime: apis.VolatileTime{
+  Inner: v1.Time{Time: s"2023-05-26 19:54:39.785737689 +0000 UTC m=+118.002873612"},
+  },
   Reason: "Pending",
   Message: strings.Join({
   `pod status "Initialized":"False"; message: "containers with inco`,
   "mplete status: [",
-  "prepare ",
   `place-scripts]"`,
   }, ""),
   },
   },
   Annotations: nil,
   },
   TaskRunStatusFields: v1beta1.TaskRunStatusFields{
   ... // 6 identical fields
   ResourcesResult: nil,
   TaskRunResults: nil,
-  Sidecars: nil,
+  Sidecars: []v1beta1.SidecarState{},
   TaskSpec: &{Steps: {{Name: "echo", Image: "ubuntu", Script: "#!/usr/bin/env bash\n# Sleep for 10s\nsleep 10\n"}}},
   Provenance: nil,
   SpanContext: nil,
   },
  }
stream.go:305: D 19:54:39.797 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn] Adding to queue arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn (depth: 1)
stream.go:305: D 19:54:39.797 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step1] Adding to queue arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step1 (depth: 1)
stream.go:305: D 19:54:39.798 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn] got tracing carriermap[]
stream.go:305: D 19:54:39.798 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:54:39.798 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step1] Requeuing key arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step1 (by request) after 59m58.214161211s (depth: 0)
stream.go:305: D 19:54:39.798 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step1] got tracing carriermap[]
stream.go:305: D 19:54:39.798 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step1] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:54:39.798 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step1] set taskspec for arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step1 - script: #!/usr/bin/env bash
# Sleep for 10s
sleep 10
stream.go:305: I 19:54:39.798 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step1] Successfully reconciled taskrun pipeline-run-ref-deleted-axgdmihn-step1/arendelle-d5m8x with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 54, 39, 798884683, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\""}
stream.go:305: D 19:54:39.799 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step1] Requeuing key arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step1 (by request) after 59m58.200986806s (depth: 0)
stream.go:305: I 19:54:39.799 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn] PipelineRun pipeline-run-ref-deleted-axgdmihn status is being set to &{Succeeded Unknown {2023-05-26 19:54:38 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 2, Skipped: 0}
stream.go:305: D 19:54:39.799 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn] Requeuing key arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn (by request) after 59m58.200724517s (depth: 0)
stream.go:305: D 19:54:40.786 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step1] Adding to queue arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step1 (depth: 1)
stream.go:305: D 19:54:40.786 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step1] got tracing carriermap[]
stream.go:305: D 19:54:40.786 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step1] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:54:40.786 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step1] set taskspec for arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step1 - script: #!/usr/bin/env bash
# Sleep for 10s
sleep 10
stream.go:305: I 19:54:40.786 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step1] Successfully reconciled taskrun pipeline-run-ref-deleted-axgdmihn-step1/arendelle-d5m8x with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 54, 40, 786888184, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-echo]\""}
stream.go:305: D 19:54:40.787 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step1] Updating status with:   v1beta1.TaskRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
   Conditions: v1.Conditions{
   {
   Type: "Succeeded",
   Status: "Unknown",
   Severity: "",
-  LastTransitionTime: apis.VolatileTime{Inner: v1.Time{Time: s"2023-05-26 19:54:39 +0000 UTC"}},
+  LastTransitionTime: apis.VolatileTime{
+  Inner: v1.Time{Time: s"2023-05-26 19:54:40.786888184 +0000 UTC m=+119.004024107"},
+  },
   Reason: "Pending",
   Message: strings.Join({
   `pod status "`,
-  "Initialized",
+  "Ready",
   `":"False"; message: "containers with `,
-  "incomplete status: [place-scripts",
+  "unready status: [step-echo",
   `]"`,
   }, ""),
   },
   },
   Annotations: nil,
   },
   TaskRunStatusFields: v1beta1.TaskRunStatusFields{
   ... // 6 identical fields
   ResourcesResult: nil,
   TaskRunResults: nil,
-  Sidecars: nil,
+  Sidecars: []v1beta1.SidecarState{},
   TaskSpec: &{Steps: {{Name: "echo", Image: "ubuntu", Script: "#!/usr/bin/env bash\n# Sleep for 10s\nsleep 10\n"}}},
   Provenance: nil,
   SpanContext: nil,
   },
  }
stream.go:305: D 19:54:40.802 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn] Adding to queue arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn (depth: 1)
stream.go:305: D 19:54:40.802 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn] got tracing carriermap[]
stream.go:305: D 19:54:40.802 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:54:40.803 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step1] Requeuing key arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step1 (by request) after 59m57.212902166s (depth: 0)
stream.go:305: I 19:54:40.803 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn] PipelineRun pipeline-run-ref-deleted-axgdmihn status is being set to &{Succeeded Unknown {2023-05-26 19:54:38 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 2, Skipped: 0}
stream.go:305: D 19:54:40.804 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step1] Adding to queue arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step1 (depth: 1)
stream.go:305: D 19:54:40.804 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn] Requeuing key arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn (by request) after 59m57.1959869s (depth: 0)
stream.go:305: D 19:54:40.804 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step1] got tracing carriermap[]
stream.go:305: D 19:54:40.804 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step1] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:54:40.804 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step1] set taskspec for arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step1 - script: #!/usr/bin/env bash
# Sleep for 10s
sleep 10
stream.go:305: I 19:54:40.804 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step1] Successfully reconciled taskrun pipeline-run-ref-deleted-axgdmihn-step1/arendelle-d5m8x with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 54, 40, 804507239, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-echo]\""}
stream.go:305: D 19:54:40.804 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step1] Requeuing key arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step1 (by request) after 59m57.195351901s (depth: 0)
stream.go:305: D 19:54:41.794 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step1] Adding to queue arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step1 (depth: 1)
stream.go:305: D 19:54:41.794 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step1] got tracing carriermap[]
stream.go:305: D 19:54:41.794 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step1] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:54:41.795 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step1] set taskspec for arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step1 - script: #!/usr/bin/env bash
# Sleep for 10s
sleep 10
stream.go:305: D 19:54:41.806 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step1] Adding to queue arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step1 (depth: 1)
stream.go:305: I 19:54:41.806 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step1] Successfully reconciled taskrun pipeline-run-ref-deleted-axgdmihn-step1/arendelle-d5m8x with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 54, 41, 806788574, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"}
stream.go:305: D 19:54:41.807 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step1] Updating status with:   v1beta1.TaskRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
   Conditions: v1.Conditions{
   {
   Type: "Succeeded",
   Status: "Unknown",
   Severity: "",
-  LastTransitionTime: apis.VolatileTime{Inner: v1.Time{Time: s"2023-05-26 19:54:40 +0000 UTC"}},
+  LastTransitionTime: apis.VolatileTime{
+  Inner: v1.Time{Time: s"2023-05-26 19:54:41.806788574 +0000 UTC m=+120.023924486"},
+  },
-  Reason: "Pending",
+  Reason: "Running",
   Message: strings.Join({
-  `pod status "Ready":"False"; message: "containers with unready st`,
-  `atus: [step-echo]"`,
+  "Not all Steps in the Task have finished executing",
   }, ""),
   },
   },
   Annotations: nil,
   },
   TaskRunStatusFields: v1beta1.TaskRunStatusFields{
   PodName: "pipeline-run-ref-deleted-axgdmihn-step1-pod",
   StartTime: s"2023-05-26 19:54:38 +0000 UTC",
   CompletionTime: nil,
   Steps: []v1beta1.StepState{
   {
   ContainerState: v1.ContainerState{
-  Waiting: s"&ContainerStateWaiting{Reason:PodInitializing,Message:,}",
+  Waiting: nil,
-  Running: nil,
+  Running: s"&ContainerStateRunning{StartedAt:2023-05-26 19:54:41 +0000 UTC,}",
   Terminated: nil,
   },
   Name: "echo",
   ContainerName: "step-echo",
-  ImageID: "",
+  ImageID: "docker.io/amd64/ubuntu@sha256:ca5534a51dd04bbcebe9b23ba05f389466cf0c190f1f8f182d7eea92a9671d00",
   },
   },
   CloudEvents: nil,
   RetriesStatus: nil,
   ResourcesResult: nil,
   TaskRunResults: nil,
-  Sidecars: nil,
+  Sidecars: []v1beta1.SidecarState{},
   TaskSpec: &{Steps: {{Name: "echo", Image: "ubuntu", Script: "#!/usr/bin/env bash\n# Sleep for 10s\nsleep 10\n"}}},
   Provenance: nil,
   SpanContext: nil,
   },
  }
stream.go:305: D 19:54:41.819 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step1] Requeuing key arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step1 (by request) after 59m56.193072806s (depth: 0)
stream.go:305: D 19:54:41.819 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step1] Adding to queue arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step1 (depth: 1)
stream.go:305: D 19:54:41.819 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn] Adding to queue arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn (depth: 1)
stream.go:305: D 19:54:41.819 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn] got tracing carriermap[]
stream.go:305: D 19:54:41.820 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:54:41.819 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step1] got tracing carriermap[]
stream.go:305: D 19:54:41.820 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step1] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:54:41.820 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step1] set taskspec for arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step1 - script: #!/usr/bin/env bash
# Sleep for 10s
sleep 10
stream.go:305: I 19:54:41.820 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step1] Successfully reconciled taskrun pipeline-run-ref-deleted-axgdmihn-step1/arendelle-d5m8x with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 54, 41, 0, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"}
stream.go:305: D 19:54:41.820 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step1] Requeuing key arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step1 (by request) after 59m56.179152232s (depth: 0)
stream.go:305: I 19:54:41.821 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn] PipelineRun pipeline-run-ref-deleted-axgdmihn status is being set to &{Succeeded Unknown {2023-05-26 19:54:38 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 2, Skipped: 0}
stream.go:305: D 19:54:41.821 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step1] got tracing carriermap[]
stream.go:305: D 19:54:41.821 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step1] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:54:41.821 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn] Requeuing key arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn (by request) after 59m56.178850351s (depth: 0)
stream.go:305: D 19:54:41.821 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step1] set taskspec for arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step1 - script: #!/usr/bin/env bash
# Sleep for 10s
sleep 10
stream.go:305: I 19:54:41.821 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step1] Successfully reconciled taskrun pipeline-run-ref-deleted-axgdmihn-step1/arendelle-d5m8x with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 54, 41, 0, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"}
stream.go:305: D 19:54:41.821 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step1] Requeuing key arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step1 (by request) after 59m56.178419081s (depth: 0)
stream.go:305: D 19:54:52.841 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step1] Adding to queue arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step1 (depth: 1)
stream.go:305: D 19:54:52.841 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step1] got tracing carriermap[]
stream.go:305: D 19:54:52.841 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step1] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:54:52.841 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step1] set taskspec for arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step1 - script: #!/usr/bin/env bash
# Sleep for 10s
sleep 10
stream.go:305: I 19:54:52.841 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step1] Successfully reconciled taskrun pipeline-run-ref-deleted-axgdmihn-step1/arendelle-d5m8x with status: &apis.Condition{Type:"Succeeded", Status:"True", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 54, 52, 841586678, time.Local)}, Reason:"Succeeded", Message:"All Steps have completed executing"}
stream.go:305: D 19:54:52.842 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step1] Updating status with:   v1beta1.TaskRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
   Conditions: v1.Conditions{
-  {
-  Type: "Succeeded",
-  Status: "Unknown",
-  LastTransitionTime: apis.VolatileTime{Inner: s"2023-05-26 19:54:41 +0000 UTC"},
-  Reason: "Running",
-  Message: "Not all Steps in the Task have finished executing",
-  },
+  {
+  Type: "Succeeded",
+  Status: "True",
+  LastTransitionTime: apis.VolatileTime{Inner: s"2023-05-26 19:54:52.841586678 +0000 UTC m=+131.058722601"},
+  Reason: "Succeeded",
+  Message: "All Steps have completed executing",
+  },
   },
   Annotations: nil,
   },
   TaskRunStatusFields: v1beta1.TaskRunStatusFields{
   PodName: "pipeline-run-ref-deleted-axgdmihn-step1-pod",
   StartTime: s"2023-05-26 19:54:38 +0000 UTC",
-  CompletionTime: nil,
+  CompletionTime: s"2023-05-26 19:54:52.841588298 +0000 UTC m=+131.058724221",
   Steps: []v1beta1.StepState{
   {
   ContainerState: v1.ContainerState{
   Waiting: nil,
-  Running: s"&ContainerStateRunning{StartedAt:2023-05-26 19:54:41 +0000 UTC,}",
+  Running: nil,
-  Terminated: nil,
+  Terminated: s"&ContainerStateTerminated{ExitCode:0,Signal:0,Reason:Completed,Message:,StartedAt:2023-05-26 19:54:42.101 +0000 UTC,FinishedAt:2023-05-26 19:54:52 +0000 UTC,ContainerID:containerd://6d81060eefa7cdde9b366e89aa03495e18df30b1e373930f2e6666f8df3f4ffc,}",
   },
   Name: "echo",
   ContainerName: "step-echo",
   ImageID: "docker.io/amd64/ubuntu@sha256:ca5534a51dd04bbcebe9b23ba05f389466"...,
   },
   },
   CloudEvents: nil,
   RetriesStatus: nil,
   ResourcesResult: nil,
   TaskRunResults: nil,
-  Sidecars: nil,
+  Sidecars: []v1beta1.SidecarState{},
   TaskSpec: &{Steps: {{Name: "echo", Image: "ubuntu", Script: "#!/usr/bin/env bash\n# Sleep for 10s\nsleep 10\n"}}},
   Provenance: nil,
   SpanContext: nil,
   },
  }
stream.go:305: D 19:54:52.856 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn] Adding to queue arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn (depth: 1)
stream.go:305: D 19:54:52.856 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn] got tracing carriermap[]
stream.go:305: D 19:54:52.856 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:54:52.856 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step1] Requeuing key arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step1 (by request) after 59m45.158204982s (depth: 0)
stream.go:305: D 19:54:52.856 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step1] Adding to queue arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step1 (depth: 1)
stream.go:305: D 19:54:52.857 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step1] got tracing carriermap[]
stream.go:305: D 19:54:52.857 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step1] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: I 19:54:52.857 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step1] taskrun done : pipeline-run-ref-deleted-axgdmihn-step1
stream.go:305: I 19:54:52.858 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn] Creating a new TaskRun object pipeline-run-ref-deleted-axgdmihn-step2 for pipeline task step2
stream.go:305: I 19:54:52.862 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step1] Reconcile succeeded
stream.go:305: D 19:54:52.871 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn] Adding to queue arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn (depth: 1)
stream.go:305: D 19:54:52.871 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step2] Adding to queue arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step2 (depth: 1)
stream.go:305: D 19:54:52.872 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step2] got tracing carriermap[]
stream.go:305: D 19:54:52.872 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step2] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: I 19:54:52.871 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn] PipelineRun pipeline-run-ref-deleted-axgdmihn status is being set to &{Succeeded Unknown {2023-05-26 19:54:52.870199647 +0000 UTC m=+131.087335559} Running Tasks Completed: 1 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}
stream.go:305: D 19:54:52.873 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step2] set taskspec for arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step2 - script: #!/usr/bin/env bash
# Sleep for another 10s
sleep 10
stream.go:305: D 19:54:52.876 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn] Updating status with:   v1beta1.PipelineRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
   Conditions: v1.Conditions{
   {
   Type: "Succeeded",
   Status: "Unknown",
   Severity: "",
-  LastTransitionTime: apis.VolatileTime{Inner: v1.Time{Time: s"2023-05-26 19:54:38 +0000 UTC"}},
+  LastTransitionTime: apis.VolatileTime{
+  Inner: v1.Time{Time: s"2023-05-26 19:54:52.870199647 +0000 UTC m=+131.087335559"},
+  },
   Reason: "Running",
   Message: strings.Join({
   "Tasks Completed: ",
-  "0",
+  "1",
   " (Failed: 0, Cancelled 0), Incomplete: ",
-  "2",
+  "1",
   ", Skipped: 0",
   }, ""),
   },
   },
   Annotations: nil,
   },
   PipelineRunStatusFields: v1beta1.PipelineRunStatusFields{
   ... // 5 identical fields
   PipelineSpec: &{Tasks: {{Name: "step1", TaskSpec: &{TaskSpec: {Steps: {{Name: "echo", Image: "ubuntu", Script: "#!/usr/bin/env bash\n# Sleep for 10s\nsleep 10\n"}}}}}, {Name: "step2", TaskSpec: &{TaskSpec: {Steps: {{Name: "echo", Image: "ubuntu", Script: "#!/usr/bin/env bash\n# Sleep for another 10s\nsleep 10\n"}}}}, RunAfter: {"step1"}}}},
   SkippedTasks: nil,
   ChildReferences: []v1beta1.ChildStatusReference{
   {TypeMeta: {APIVersion: "tekton.dev/v1beta1", Kind: "TaskRun"}, Name: "pipeline-run-ref-deleted-axgdmihn-step1", PipelineTaskName: "step1"},
+  {
+  TypeMeta: runtime.TypeMeta{APIVersion: "tekton.dev/v1beta1", Kind: "TaskRun"},
+  Name: "pipeline-run-ref-deleted-axgdmihn-step2",
+  PipelineTaskName: "step2",
+  },
   },
   FinallyStartTime: nil,
   Provenance: nil,
   SpanContext: nil,
   },
  }
stream.go:305: D 19:54:52.888 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step2] Adding to queue arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step2 (depth: 1)
stream.go:305: I 19:54:52.889 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step2] Successfully reconciled taskrun pipeline-run-ref-deleted-axgdmihn-step2/arendelle-d5m8x with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 54, 52, 889275643, time.Local)}, Reason:"Pending", Message:"Pending"}
stream.go:305: D 19:54:52.891 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn] Adding to queue arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn (depth: 1)
stream.go:305: D 19:54:52.893 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn] Requeuing key arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn (by request) after 59m45.126258932s (depth: 0)
stream.go:305: D 19:54:52.893 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn] got tracing carriermap[]
stream.go:305: D 19:54:52.893 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: I 19:54:52.896 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn] PipelineRun pipeline-run-ref-deleted-axgdmihn status is being set to &{Succeeded Unknown {2023-05-26 19:54:52 +0000 UTC} Running Tasks Completed: 1 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}
stream.go:305: D 19:54:52.896 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn] Requeuing key arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn (by request) after 59m45.103718585s (depth: 0)
stream.go:305: D 19:54:52.896 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step2] Adding to queue arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step2 (depth: 1)
stream.go:305: D 19:54:52.905 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step2] Adding to queue arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step2 (depth: 1)
stream.go:305: D 19:54:52.905 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn] Adding to queue arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn (depth: 1)
stream.go:305: D 19:54:52.905 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step2] Updating status with:   v1beta1.TaskRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
-  Conditions: nil,
+  Conditions: v1.Conditions{
+  {
+  Type: "Succeeded",
+  Status: "Unknown",
+  LastTransitionTime: apis.VolatileTime{Inner: s"2023-05-26 19:54:52.889275643 +0"...},
+  Reason: "Pending",
+  Message: "Pending",
+  },
+  },
   Annotations: nil,
   },
   TaskRunStatusFields: v1beta1.TaskRunStatusFields{
-  PodName: "",
+  PodName: "pipeline-run-ref-deleted-axgdmihn-step2-pod",
-  StartTime: nil,
+  StartTime: s"2023-05-26 19:54:52.872288067 +0000 UTC m=+131.089423990",
   CompletionTime: nil,
-  Steps: nil,
+  Steps: []v1beta1.StepState{},
   CloudEvents: nil,
   RetriesStatus: nil,
   ResourcesResult: nil,
   TaskRunResults: nil,
-  Sidecars: nil,
+  Sidecars: []v1beta1.SidecarState{},
-  TaskSpec: nil,
+  TaskSpec: &v1beta1.TaskSpec{
+  Steps: []v1beta1.Step{{Name: "echo", Image: "ubuntu", Script: "#!/usr/bin/env bash\n# Sleep for "...}},
+  },
   Provenance: nil,
   SpanContext: nil,
   },
  }
stream.go:305: D 19:54:52.906 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn] got tracing carriermap[]
stream.go:305: D 19:54:52.906 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: I 19:54:52.908 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn] PipelineRun pipeline-run-ref-deleted-axgdmihn status is being set to &{Succeeded Unknown {2023-05-26 19:54:52 +0000 UTC} Running Tasks Completed: 1 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}
stream.go:305: D 19:54:52.908 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn] Requeuing key arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn (by request) after 59m45.091240712s (depth: 0)
stream.go:305: D 19:54:52.914 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step2] Adding to queue arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step2 (depth: 1)
stream.go:305: D 19:54:52.932 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step2] Updating status with:   v1beta1.TaskRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
-  Conditions: nil,
+  Conditions: v1.Conditions{
+  {
+  Type: "Succeeded",
+  Status: "Unknown",
+  LastTransitionTime: apis.VolatileTime{Inner: s"2023-05-26 19:54:52.889275643 +0"...},
+  Reason: "Pending",
+  Message: "Pending",
+  },
+  },
   Annotations: nil,
   },
   TaskRunStatusFields: v1beta1.TaskRunStatusFields{
-  PodName: "",
+  PodName: "pipeline-run-ref-deleted-axgdmihn-step2-pod",
-  StartTime: nil,
+  StartTime: s"2023-05-26 19:54:52.872288067 +0000 UTC m=+131.089423990",
   CompletionTime: nil,
-  Steps: nil,
+  Steps: []v1beta1.StepState{},
   CloudEvents: nil,
   RetriesStatus: nil,
   ResourcesResult: nil,
   TaskRunResults: nil,
-  Sidecars: nil,
+  Sidecars: []v1beta1.SidecarState{},
-  TaskSpec: nil,
+  TaskSpec: &v1beta1.TaskSpec{
+  Steps: []v1beta1.Step{{Name: "echo", Image: "ubuntu", Script: "#!/usr/bin/env bash\n# Sleep for "...}},
+  },
   Provenance: nil,
   SpanContext: nil,
   },
  }
stream.go:305: D 19:54:52.942 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn] Adding to queue arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn (depth: 1)
stream.go:305: D 19:54:52.944 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn] got tracing carriermap[]
stream.go:305: D 19:54:52.944 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: I 19:54:52.945 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn] PipelineRun pipeline-run-ref-deleted-axgdmihn status is being set to &{Succeeded Unknown {2023-05-26 19:54:52 +0000 UTC} Running Tasks Completed: 1 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}
stream.go:305: D 19:54:52.945 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn] Requeuing key arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn (by request) after 59m45.054937831s (depth: 0)
stream.go:305: D 19:54:52.942 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step2] Adding to queue arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step2 (depth: 1)
stream.go:305: D 19:54:52.943 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step2] Requeuing key arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step2 (by request) after 59m59.966614961s (depth: 0)
stream.go:305: D 19:54:52.945 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step2] got tracing carriermap[]
stream.go:305: D 19:54:52.945 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step2] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:54:52.945 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step2] set taskspec for arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step2 - script: #!/usr/bin/env bash
# Sleep for another 10s
sleep 10
stream.go:305: I 19:54:52.945 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step2] Successfully reconciled taskrun pipeline-run-ref-deleted-axgdmihn-step2/arendelle-d5m8x with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 54, 52, 945701529, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""}
stream.go:305: D 19:54:52.946 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step2] Updating status with:   v1beta1.TaskRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
   Conditions: v1.Conditions{
   {
   Type: "Succeeded",
   Status: "Unknown",
   Severity: "",
-  LastTransitionTime: apis.VolatileTime{Inner: v1.Time{Time: s"2023-05-26 19:54:52 +0000 UTC"}},
+  LastTransitionTime: apis.VolatileTime{
+  Inner: v1.Time{Time: s"2023-05-26 19:54:52.945701529 +0000 UTC m=+131.162837451"},
+  },
   Reason: "Pending",
-  Message: "Pending",
+  Message: `pod status "Initialized":"False"; message: "containers with incomplete status: [prepare place-scripts]"`,
   },
   },
   Annotations: nil,
   },
   TaskRunStatusFields: v1beta1.TaskRunStatusFields{
   PodName: "pipeline-run-ref-deleted-axgdmihn-step2-pod",
   StartTime: s"2023-05-26 19:54:52 +0000 UTC",
   CompletionTime: nil,
-  Steps: nil,
+  Steps: []v1beta1.StepState{
+  {
+  ContainerState: v1.ContainerState{Waiting: s"&ContainerStateWaiting{Reason:Po"...},
+  Name: "echo",
+  ContainerName: "step-echo",
+  },
+  },
   CloudEvents: nil,
   RetriesStatus: nil,
   ResourcesResult: nil,
   TaskRunResults: nil,
-  Sidecars: nil,
+  Sidecars: []v1beta1.SidecarState{},
   TaskSpec: &{Steps: {{Name: "echo", Image: "ubuntu", Script: "#!/usr/bin/env bash\n# Sleep for another 10s\nsleep 10\n"}}},
   Provenance: nil,
   SpanContext: nil,
   },
  }
stream.go:305: D 19:54:52.959 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step2] Requeuing key arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step2 (by request) after 59m59.054185671s (depth: 0)
stream.go:305: D 19:54:52.959 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn] Adding to queue arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn (depth: 1)
stream.go:305: D 19:54:52.959 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step2] Adding to queue arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step2 (depth: 1)
stream.go:305: D 19:54:52.959 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn] got tracing carriermap[]
stream.go:305: D 19:54:52.960 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: I 19:54:52.961 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn] PipelineRun pipeline-run-ref-deleted-axgdmihn status is being set to &{Succeeded Unknown {2023-05-26 19:54:52 +0000 UTC} Running Tasks Completed: 1 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}
stream.go:305: D 19:54:52.961 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn] Requeuing key arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn (by request) after 59m45.038504186s (depth: 0)
stream.go:305: D 19:54:52.962 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step2] got tracing carriermap[]
stream.go:305: D 19:54:52.962 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step2] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:54:52.963 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step2] set taskspec for arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step2 - script: #!/usr/bin/env bash
# Sleep for another 10s
sleep 10
stream.go:305: I 19:54:52.963 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step2] Successfully reconciled taskrun pipeline-run-ref-deleted-axgdmihn-step2/arendelle-d5m8x with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 54, 52, 963361454, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""}
stream.go:305: D 19:54:52.963 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step2] Requeuing key arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step2 (by request) after 59m59.036474046s (depth: 0)
stream.go:305: D 19:54:53.853 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step2] Adding to queue arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step2 (depth: 1)
stream.go:305: D 19:54:53.853 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step2] got tracing carriermap[]
stream.go:305: D 19:54:53.853 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step2] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:54:53.853 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step2] set taskspec for arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step2 - script: #!/usr/bin/env bash
# Sleep for another 10s
sleep 10
stream.go:305: I 19:54:53.854 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step2] Successfully reconciled taskrun pipeline-run-ref-deleted-axgdmihn-step2/arendelle-d5m8x with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 54, 53, 853999556, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\""}
stream.go:305: D 19:54:53.854 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step2] Updating status with:   v1beta1.TaskRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
   Conditions: v1.Conditions{
   {
   Type: "Succeeded",
   Status: "Unknown",
   Severity: "",
-  LastTransitionTime: apis.VolatileTime{Inner: v1.Time{Time: s"2023-05-26 19:54:52 +0000 UTC"}},
+  LastTransitionTime: apis.VolatileTime{
+  Inner: v1.Time{Time: s"2023-05-26 19:54:53.853999556 +0000 UTC m=+132.071135468"},
+  },
   Reason: "Pending",
   Message: strings.Join({
   `pod status "Initialized":"False"; message: "containers with inco`,
   "mplete status: [",
-  "prepare ",
   `place-scripts]"`,
   }, ""),
   },
   },
   Annotations: nil,
   },
   TaskRunStatusFields: v1beta1.TaskRunStatusFields{
   ... // 6 identical fields
   ResourcesResult: nil,
   TaskRunResults: nil,
-  Sidecars: nil,
+  Sidecars: []v1beta1.SidecarState{},
   TaskSpec: &{Steps: {{Name: "echo", Image: "ubuntu", Script: "#!/usr/bin/env bash\n# Sleep for another 10s\nsleep 10\n"}}},
   Provenance: nil,
   SpanContext: nil,
   },
  }
stream.go:305: D 19:54:53.869 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step2] Requeuing key arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step2 (by request) after 59m58.145880054s (depth: 0)
stream.go:305: D 19:54:53.869 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn] Adding to queue arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn (depth: 1)
stream.go:305: D 19:54:53.869 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn] got tracing carriermap[]
stream.go:305: D 19:54:53.869 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:54:53.869 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step2] Adding to queue arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step2 (depth: 1)
stream.go:305: D 19:54:53.870 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step2] got tracing carriermap[]
stream.go:305: D 19:54:53.870 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step2] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:54:53.870 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step2] set taskspec for arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step2 - script: #!/usr/bin/env bash
# Sleep for another 10s
sleep 10
stream.go:305: I 19:54:53.870 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step2] Successfully reconciled taskrun pipeline-run-ref-deleted-axgdmihn-step2/arendelle-d5m8x with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 54, 53, 870366991, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\""}
stream.go:305: D 19:54:53.870 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step2] Requeuing key arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step2 (by request) after 59m58.129551639s (depth: 0)
stream.go:305: I 19:54:53.871 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn] PipelineRun pipeline-run-ref-deleted-axgdmihn status is being set to &{Succeeded Unknown {2023-05-26 19:54:52 +0000 UTC} Running Tasks Completed: 1 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}
stream.go:305: D 19:54:53.871 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn] Requeuing key arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn (by request) after 59m44.128588729s (depth: 0)
stream.go:305: D 19:54:54.869 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step2] Adding to queue arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step2 (depth: 1)
stream.go:305: D 19:54:54.869 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step2] got tracing carriermap[]
stream.go:305: D 19:54:54.869 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step2] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:54:54.870 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step2] set taskspec for arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step2 - script: #!/usr/bin/env bash
# Sleep for another 10s
sleep 10
stream.go:305: I 19:54:54.870 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step2] Successfully reconciled taskrun pipeline-run-ref-deleted-axgdmihn-step2/arendelle-d5m8x with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 54, 54, 870188614, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-echo]\""}
stream.go:305: D 19:54:54.870 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step2] Updating status with:   v1beta1.TaskRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
   Conditions: v1.Conditions{
   {
   Type: "Succeeded",
   Status: "Unknown",
   Severity: "",
-  LastTransitionTime: apis.VolatileTime{Inner: v1.Time{Time: s"2023-05-26 19:54:53 +0000 UTC"}},
+  LastTransitionTime: apis.VolatileTime{
+  Inner: v1.Time{Time: s"2023-05-26 19:54:54.870188614 +0000 UTC m=+133.087324536"},
+  },
   Reason: "Pending",
   Message: strings.Join({
   `pod status "`,
-  "Initialized",
+  "Ready",
   `":"False"; message: "containers with `,
-  "incomplete status: [place-scripts",
+  "unready status: [step-echo",
   `]"`,
   }, ""),
   },
   },
   Annotations: nil,
   },
   TaskRunStatusFields: v1beta1.TaskRunStatusFields{
   ... // 6 identical fields
   ResourcesResult: nil,
   TaskRunResults: nil,
-  Sidecars: nil,
+  Sidecars: []v1beta1.SidecarState{},
   TaskSpec: &{Steps: {{Name: "echo", Image: "ubuntu", Script: "#!/usr/bin/env bash\n# Sleep for another 10s\nsleep 10\n"}}},
   Provenance: nil,
   SpanContext: nil,
   },
  }
stream.go:305: D 19:54:54.887 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step1] Adding to queue arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step1 (depth: 1)
stream.go:305: D 19:54:54.887 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step1] got tracing carriermap[]
stream.go:305: D 19:54:54.887 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step1] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: I 19:54:54.887 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step1] taskrun done : pipeline-run-ref-deleted-axgdmihn-step1
stream.go:305: D 19:54:54.890 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step2] Requeuing key arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step2 (by request) after 59m57.129728256s (depth: 0)
stream.go:305: D 19:54:54.892 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn] Adding to queue arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn (depth: 1)
stream.go:305: D 19:54:54.892 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn] got tracing carriermap[]
stream.go:305: D 19:54:54.892 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: I 19:54:54.893 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn] PipelineRun pipeline-run-ref-deleted-axgdmihn status is being set to &{Succeeded Unknown {2023-05-26 19:54:52 +0000 UTC} Running Tasks Completed: 1 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}
stream.go:305: D 19:54:54.893 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn] Requeuing key arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn (by request) after 59m43.106732359s (depth: 0)
stream.go:305: D 19:54:54.893 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step2] Adding to queue arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step2 (depth: 1)
stream.go:305: D 19:54:54.893 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step2] got tracing carriermap[]
stream.go:305: D 19:54:54.893 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step2] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:54:54.893 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step2] set taskspec for arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step2 - script: #!/usr/bin/env bash
# Sleep for another 10s
sleep 10
stream.go:305: I 19:54:54.893 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step2] Successfully reconciled taskrun pipeline-run-ref-deleted-axgdmihn-step2/arendelle-d5m8x with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 54, 54, 893724361, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-echo]\""}
stream.go:305: D 19:54:54.893 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step2] Requeuing key arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step2 (by request) after 59m57.106219899s (depth: 0)
stream.go:305: I 19:54:54.895 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step1] Reconcile succeeded
stream.go:305: D 19:54:55.885 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step2] Adding to queue arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step2 (depth: 1)
stream.go:305: D 19:54:55.885 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step2] got tracing carriermap[]
stream.go:305: D 19:54:55.885 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step2] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:54:55.885 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step2] set taskspec for arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step2 - script: #!/usr/bin/env bash
# Sleep for another 10s
sleep 10
stream.go:305: I 19:54:55.897 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step2] Successfully reconciled taskrun pipeline-run-ref-deleted-axgdmihn-step2/arendelle-d5m8x with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 54, 55, 897928646, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"}
stream.go:305: D 19:54:55.898 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step2] Adding to queue arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step2 (depth: 1)
stream.go:305: D 19:54:55.899 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step2] Updating status with:   v1beta1.TaskRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
   Conditions: v1.Conditions{
   {
   Type: "Succeeded",
   Status: "Unknown",
   Severity: "",
-  LastTransitionTime: apis.VolatileTime{Inner: v1.Time{Time: s"2023-05-26 19:54:54 +0000 UTC"}},
+  LastTransitionTime: apis.VolatileTime{
+  Inner: v1.Time{Time: s"2023-05-26 19:54:55.897928646 +0000 UTC m=+134.115064568"},
+  },
-  Reason: "Pending",
+  Reason: "Running",
   Message: strings.Join({
-  `pod status "Ready":"False"; message: "containers with unready st`,
-  `atus: [step-echo]"`,
+  "Not all Steps in the Task have finished executing",
   }, ""),
   },
   },
   Annotations: nil,
   },
   TaskRunStatusFields: v1beta1.TaskRunStatusFields{
   PodName: "pipeline-run-ref-deleted-axgdmihn-step2-pod",
   StartTime: s"2023-05-26 19:54:52 +0000 UTC",
   CompletionTime: nil,
   Steps: []v1beta1.StepState{
   {
   ContainerState: v1.ContainerState{
-  Waiting: s"&ContainerStateWaiting{Reason:PodInitializing,Message:,}",
+  Waiting: nil,
-  Running: nil,
+  Running: s"&ContainerStateRunning{StartedAt:2023-05-26 19:54:55 +0000 UTC,}",
   Terminated: nil,
   },
   Name: "echo",
   ContainerName: "step-echo",
-  ImageID: "",
+  ImageID: "docker.io/amd64/ubuntu@sha256:ca5534a51dd04bbcebe9b23ba05f389466cf0c190f1f8f182d7eea92a9671d00",
   },
   },
   CloudEvents: nil,
   RetriesStatus: nil,
   ResourcesResult: nil,
   TaskRunResults: nil,
-  Sidecars: nil,
+  Sidecars: []v1beta1.SidecarState{},
   TaskSpec: &{Steps: {{Name: "echo", Image: "ubuntu", Script: "#!/usr/bin/env bash\n# Sleep for another 10s\nsleep 10\n"}}},
   Provenance: nil,
   SpanContext: nil,
   },
  }
stream.go:305: D 19:54:55.910 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn] Adding to queue arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn (depth: 1)
stream.go:305: D 19:54:55.910 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step2] Adding to queue arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step2 (depth: 1)
stream.go:305: D 19:54:55.910 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn] got tracing carriermap[]
stream.go:305: D 19:54:55.910 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: I 19:54:55.911 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn] PipelineRun pipeline-run-ref-deleted-axgdmihn status is being set to &{Succeeded Unknown {2023-05-26 19:54:52 +0000 UTC} Running Tasks Completed: 1 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}
stream.go:305: D 19:54:55.911 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn] Requeuing key arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn (by request) after 59m42.08821521s (depth: 0)
stream.go:305: D 19:54:55.912 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step2] Requeuing key arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step2 (by request) after 59m56.101922454s (depth: 0)
stream.go:305: D 19:54:55.913 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step2] got tracing carriermap[]
stream.go:305: D 19:54:55.913 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step2] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:54:55.913 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step2] set taskspec for arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step2 - script: #!/usr/bin/env bash
# Sleep for another 10s
sleep 10
stream.go:305: I 19:54:55.913 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step2] Successfully reconciled taskrun pipeline-run-ref-deleted-axgdmihn-step2/arendelle-d5m8x with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 54, 55, 0, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"}
stream.go:305: D 19:54:55.913 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step2] Requeuing key arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step2 (by request) after 59m56.086528729s (depth: 0)
stream.go:305: D 19:55:06.928 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step2] Adding to queue arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step2 (depth: 1)
stream.go:305: D 19:55:06.928 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step2] got tracing carriermap[]
stream.go:305: D 19:55:06.929 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step2] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:06.929 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step2] set taskspec for arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step2 - script: #!/usr/bin/env bash
# Sleep for another 10s
sleep 10
stream.go:305: I 19:55:06.929 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step2] Successfully reconciled taskrun pipeline-run-ref-deleted-axgdmihn-step2/arendelle-d5m8x with status: &apis.Condition{Type:"Succeeded", Status:"True", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 55, 6, 929442650, time.Local)}, Reason:"Succeeded", Message:"All Steps have completed executing"}
stream.go:305: D 19:55:06.930 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step2] Updating status with:   v1beta1.TaskRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
   Conditions: v1.Conditions{
-  {
-  Type: "Succeeded",
-  Status: "Unknown",
-  LastTransitionTime: apis.VolatileTime{Inner: s"2023-05-26 19:54:55 +0000 UTC"},
-  Reason: "Running",
-  Message: "Not all Steps in the Task have finished executing",
-  },
+  {
+  Type: "Succeeded",
+  Status: "True",
+  LastTransitionTime: apis.VolatileTime{Inner: s"2023-05-26 19:55:06.92944265 +0000 UTC m=+145.146578572"},
+  Reason: "Succeeded",
+  Message: "All Steps have completed executing",
+  },
   },
   Annotations: nil,
   },
   TaskRunStatusFields: v1beta1.TaskRunStatusFields{
   PodName: "pipeline-run-ref-deleted-axgdmihn-step2-pod",
   StartTime: s"2023-05-26 19:54:52 +0000 UTC",
-  CompletionTime: nil,
+  CompletionTime: s"2023-05-26 19:55:06.92944399 +0000 UTC m=+145.146579912",
   Steps: []v1beta1.StepState{
   {
   ContainerState: v1.ContainerState{
   Waiting: nil,
-  Running: s"&ContainerStateRunning{StartedAt:2023-05-26 19:54:55 +0000 UTC,}",
+  Running: nil,
-  Terminated: nil,
+  Terminated: s"&ContainerStateTerminated{ExitCode:0,Signal:0,Reason:Completed,Message:,StartedAt:2023-05-26 19:54:56.196 +0000 UTC,FinishedAt:2023-05-26 19:55:06 +0000 UTC,ContainerID:containerd://fc039a5f7daa06a6ee966d204889acba3c9eacbb97c75561c07a85c4311e6985,}",
   },
   Name: "echo",
   ContainerName: "step-echo",
   ImageID: "docker.io/amd64/ubuntu@sha256:ca5534a51dd04bbcebe9b23ba05f389466"...,
   },
   },
   CloudEvents: nil,
   RetriesStatus: nil,
   ResourcesResult: nil,
   TaskRunResults: nil,
-  Sidecars: nil,
+  Sidecars: []v1beta1.SidecarState{},
   TaskSpec: &{Steps: {{Name: "echo", Image: "ubuntu", Script: "#!/usr/bin/env bash\n# Sleep for another 10s\nsleep 10\n"}}},
   Provenance: nil,
   SpanContext: nil,
   },
  }
stream.go:305: D 19:55:06.945 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn] Adding to queue arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn (depth: 1)
stream.go:305: D 19:55:06.945 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step2] Adding to queue arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step2 (depth: 1)
stream.go:305: D 19:55:06.945 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step2] Requeuing key arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step2 (by request) after 59m45.07044518s (depth: 0)
stream.go:305: D 19:55:06.946 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step2] got tracing carriermap[]
stream.go:305: D 19:55:06.946 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step2] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: I 19:55:06.946 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step2] taskrun done : pipeline-run-ref-deleted-axgdmihn-step2
stream.go:305: D 19:55:06.947 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn] got tracing carriermap[]
stream.go:305: D 19:55:06.947 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: I 19:55:06.948 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn] All TaskRuns have finished for PipelineRun pipeline-run-ref-deleted-axgdmihn so it has finished
stream.go:305: I 19:55:06.949 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn] PipelineRun pipeline-run-ref-deleted-axgdmihn status is being set to &{Succeeded True {2023-05-26 19:55:06.948994176 +0000 UTC m=+145.166130118} Succeeded Tasks Completed: 2 (Failed: 0, Cancelled 0), Skipped: 0}
stream.go:305: D 19:55:06.950 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn] Updating status with:   v1beta1.PipelineRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
   Conditions: v1.Conditions{
-  {
-  Type: "Succeeded",
-  Status: "Unknown",
-  LastTransitionTime: apis.VolatileTime{Inner: s"2023-05-26 19:54:52 +0000 UTC"},
-  Reason: "Running",
-  Message: "Tasks Completed: 1 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0",
-  },
+  {
+  Type: "Succeeded",
+  Status: "True",
+  LastTransitionTime: apis.VolatileTime{Inner: s"2023-05-26 19:55:06.948994176 +0000 UTC m=+145.166130118"},
+  Reason: "Succeeded",
+  Message: "Tasks Completed: 2 (Failed: 0, Cancelled 0), Skipped: 0",
+  },
   },
   Annotations: nil,
   },
   PipelineRunStatusFields: v1beta1.PipelineRunStatusFields{
   StartTime: s"2023-05-26 19:54:38 +0000 UTC",
-  CompletionTime: nil,
+  CompletionTime: s"2023-05-26 19:55:06.948994176 +0000 UTC m=+145.166130118",
   TaskRuns: nil,
   Runs: nil,
   ... // 7 identical fields
   },
  }
stream.go:305: I 19:55:06.952 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn-step2] Reconcile succeeded
stream.go:305: D 19:55:06.961 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn] Adding to queue arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn (depth: 1)
stream.go:305: D 19:55:06.962 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn] Requeuing key arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn (by request) after 59m31.050696574s (depth: 0)
stream.go:305: D 19:55:06.962 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn] got tracing carriermap[]
stream.go:305: D 19:55:06.962 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: I 19:55:06.963 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-d5m8x/pipeline-run-ref-deleted-axgdmihn] Reconcile succeeded
pipelinerun_test.go:492: Deleting namespace arendelle-d5m8x
--- PASS: TestPipelineRunRefDeleted (29.10s)
=== RUN TestPipelineRunPending
pipelinerun_test.go:502: Create namespace arendelle-46r4x to deploy to
pipelinerun_test.go:502: Verify SA "default" is created in namespace "arendelle-46r4x"
pipelinerun_test.go:511: Creating Task, Pipeline, and Pending PipelineRun pipeline-run-pending-fgwspobs in namespace arendelle-46r4x
pipelinerun_test.go:552: Waiting for PipelineRun pipeline-run-pending-fgwspobs in namespace arendelle-46r4x to be marked pending
stream.go:305: D 19:55:07.536 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs] Adding to queue arendelle-46r4x/pipeline-run-pending-fgwspobs (depth: 1)
stream.go:305: D 19:55:07.536 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs] got tracing carriermap[]
stream.go:305: D 19:55:07.536 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:07.543 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs] Adding to queue arendelle-46r4x/pipeline-run-pending-fgwspobs (depth: 1)
stream.go:305: D 19:55:07.544 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs] Updating status with:   v1beta1.PipelineRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
-  Conditions: nil,
+  Conditions: v1.Conditions{
+  {
+  Type: "Succeeded",
+  Status: "Unknown",
+  LastTransitionTime: apis.VolatileTime{Inner: s"2023-05-26 19:55:07.537033668 +0"...},
+  Reason: "PipelineRunPending",
+  Message: `PipelineRun "pipeline-run-pending-fgwspobs" is pending`,
+  },
+  },
   Annotations: nil,
   },
   PipelineRunStatusFields: {},
  }
stream.go:305: D 19:55:07.563 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs] Updating status with:   v1beta1.PipelineRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
-  Conditions: nil,
+  Conditions: v1.Conditions{
+  {
+  Type: "Succeeded",
+  Status: "Unknown",
+  LastTransitionTime: apis.VolatileTime{Inner: s"2023-05-26 19:55:07.537033668 +0"...},
+  Reason: "PipelineRunPending",
+  Message: `PipelineRun "pipeline-run-pending-fgwspobs" is pending`,
+  },
+  },
   Annotations: nil,
   },
   PipelineRunStatusFields: {},
  }
stream.go:305: D 19:55:07.575 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs] Adding to queue arendelle-46r4x/pipeline-run-pending-fgwspobs (depth: 1)
stream.go:305: I 19:55:07.575 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs] Reconcile succeeded
stream.go:305: D 19:55:07.576 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs] got tracing carriermap[]
stream.go:305: D 19:55:07.576 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: I 19:55:07.577 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs] Reconcile succeeded
pipelinerun_test.go:557: Clearing pending status on PipelineRun pipeline-run-pending-fgwspobs
pipelinerun_test.go:574: Waiting for PipelineRun pipeline-run-pending-fgwspobs in namespace arendelle-46r4x to complete
stream.go:305: D 19:55:08.559 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs] Adding to queue arendelle-46r4x/pipeline-run-pending-fgwspobs (depth: 1)
stream.go:305: D 19:55:08.560 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs] got tracing carriermap[]
stream.go:305: D 19:55:08.560 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: I 19:55:08.568 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs] Creating a new TaskRun object pipeline-run-pending-fgwspobs-task for pipeline task task
stream.go:305: I 19:55:08.577 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs] PipelineRun pipeline-run-pending-fgwspobs status is being set to &{Succeeded Unknown {2023-05-26 19:55:08.577517753 +0000 UTC m=+146.794653675} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}
stream.go:305: D 19:55:08.577 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs] Adding to queue arendelle-46r4x/pipeline-run-pending-fgwspobs (depth: 1)
stream.go:305: D 19:55:08.577 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs-task] Adding to queue arendelle-46r4x/pipeline-run-pending-fgwspobs-task (depth: 1)
stream.go:305: D 19:55:08.579 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs-task] got tracing carriermap[]
stream.go:305: D 19:55:08.580 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs-task] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:08.589 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs-task] set taskspec for arendelle-46r4x/pipeline-run-pending-fgwspobs-task - script:
stream.go:305: D 19:55:08.590 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs] Updating status with:   v1beta1.PipelineRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
   Conditions: v1.Conditions{
   {
   Type: "Succeeded",
   Status: "Unknown",
   Severity: "",
-  LastTransitionTime: apis.VolatileTime{Inner: v1.Time{Time: s"2023-05-26 19:55:07 +0000 UTC"}},
+  LastTransitionTime: apis.VolatileTime{
+  Inner: v1.Time{Time: s"2023-05-26 19:55:08.577517753 +0000 UTC m=+146.794653675"},
+  },
-  Reason: "PipelineRunPending",
+  Reason: "Running",
   Message: strings.Join({
-  `PipelineRun "pipeline-run-pending-fgwspobs" is pending`,
+  "Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skip",
+  "ped: 0",
   }, ""),
   },
   },
   Annotations: nil,
   },
   PipelineRunStatusFields: v1beta1.PipelineRunStatusFields{
-  StartTime: nil,
+  StartTime: s"2023-05-26 19:55:08 +0000 UTC",
   CompletionTime: nil,
   TaskRuns: nil,
   Runs: nil,
   PipelineResults: nil,
-  PipelineSpec: nil,
+  PipelineSpec: &v1beta1.PipelineSpec{Tasks: []v1beta1.PipelineTask{{Name: "task", TaskRef: &v1beta1.TaskRef{...}}}},
   SkippedTasks: nil,
-  ChildReferences: nil,
+  ChildReferences: []v1beta1.ChildStatusReference{
+  {
+  TypeMeta: runtime.TypeMeta{APIVersion: "tekton.dev/v1beta1", Kind: "TaskRun"},
+  Name: "pipeline-run-pending-fgwspobs-task",
+  PipelineTaskName: "task",
+  },
+  },
   FinallyStartTime: nil,
   Provenance: nil,
   SpanContext: nil,
   },
  }
stream.go:305: D 19:55:08.602 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs] Requeuing key arendelle-46r4x/pipeline-run-pending-fgwspobs (by request) after 59m59.409547873s (depth: 0)
stream.go:305: D 19:55:08.602 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs] got tracing carriermap[]
stream.go:305: D 19:55:08.602 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: I 19:55:08.602 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs] Found a TaskRun pipeline-run-pending-fgwspobs-task that was missing from the PipelineRun status
stream.go:305: D 19:55:08.603 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs] Adding to queue arendelle-46r4x/pipeline-run-pending-fgwspobs (depth: 1)
stream.go:305: I 19:55:08.605 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs-task] Successfully reconciled taskrun pipeline-run-pending-fgwspobs-task/arendelle-46r4x with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 55, 8, 605386881, time.Local)}, Reason:"Pending", Message:"Pending"}
stream.go:305: D 19:55:08.605 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs-task] Adding to queue arendelle-46r4x/pipeline-run-pending-fgwspobs-task (depth: 1)
stream.go:305: D 19:55:08.612 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs-task] Adding to queue arendelle-46r4x/pipeline-run-pending-fgwspobs-task (depth: 1)
stream.go:305: I 19:55:08.614 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs] PipelineRun pipeline-run-pending-fgwspobs status is being set to &{Succeeded Unknown {2023-05-26 19:55:08.614105314 +0000 UTC m=+146.831241235} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}
stream.go:305: D 19:55:08.621 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs] Adding to queue arendelle-46r4x/pipeline-run-pending-fgwspobs (depth: 1)
stream.go:305: D 19:55:08.623 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs-task] Adding to queue arendelle-46r4x/pipeline-run-pending-fgwspobs-task (depth: 1)
stream.go:305: D 19:55:08.623 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs-task] Updating status with:   v1beta1.TaskRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
-  Conditions: nil,
+  Conditions: v1.Conditions{
+  {
+  Type: "Succeeded",
+  Status: "Unknown",
+  LastTransitionTime: apis.VolatileTime{Inner: s"2023-05-26 19:55:08.605386881 +0"...},
+  Reason: "Pending",
+  Message: "Pending",
+  },
+  },
   Annotations: nil,
   },
   TaskRunStatusFields: v1beta1.TaskRunStatusFields{
-  PodName: "",
+  PodName: "pipeline-run-pending-fgwspobs-task-pod",
-  StartTime: nil,
+  StartTime: s"2023-05-26 19:55:08.580381714 +0000 UTC m=+146.797517636",
   CompletionTime: nil,
-  Steps: nil,
+  Steps: []v1beta1.StepState{},
   CloudEvents: nil,
   RetriesStatus: nil,
   ResourcesResult: nil,
   TaskRunResults: nil,
-  Sidecars: nil,
+  Sidecars: []v1beta1.SidecarState{},
-  TaskSpec: nil,
+  TaskSpec: &v1beta1.TaskSpec{
+  Steps: []v1beta1.Step{{Image: "ubuntu", Command: []string{...}, Args: []string{...}}},
+  },
   Provenance: nil,
   SpanContext: nil,
   },
  }
stream.go:305: D 19:55:08.628 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs] Updating status with:   v1beta1.PipelineRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
   Conditions: v1.Conditions{
   {
   Type: "Succeeded",
   Status: "Unknown",
   Severity: "",
-  LastTransitionTime: apis.VolatileTime{Inner: v1.Time{Time: s"2023-05-26 19:55:07 +0000 UTC"}},
+  LastTransitionTime: apis.VolatileTime{
+  Inner: v1.Time{Time: s"2023-05-26 19:55:08.614105314 +0000 UTC m=+146.831241235"},
+  },
-  Reason: "PipelineRunPending",
+  Reason: "Running",
   Message: strings.Join({
-  `PipelineRun "pipeline-run-pending-fgwspobs" is pending`,
+  "Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skip",
+  "ped: 0",
   }, ""),
   },
   },
   Annotations: nil,
   },
   PipelineRunStatusFields: v1beta1.PipelineRunStatusFields{
-  StartTime: nil,
+  StartTime: s"2023-05-26 19:55:08 +0000 UTC",
   CompletionTime: nil,
   TaskRuns: nil,
   Runs: nil,
   PipelineResults: nil,
-  PipelineSpec: nil,
+  PipelineSpec: &v1beta1.PipelineSpec{Tasks: []v1beta1.PipelineTask{{Name: "task", TaskRef: &v1beta1.TaskRef{...}}}},
   SkippedTasks: nil,
-  ChildReferences: nil,
+  ChildReferences: []v1beta1.ChildStatusReference{
+  {
+  TypeMeta: runtime.TypeMeta{APIVersion: "tekton.dev/v1beta1", Kind: "TaskRun"},
+  Name: "pipeline-run-pending-fgwspobs-task",
+  PipelineTaskName: "task",
+  },
+  },
   FinallyStartTime: nil,
   Provenance: nil,
   SpanContext: nil,
   },
  }
stream.go:305: D 19:55:08.633 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs-task] Adding to queue arendelle-46r4x/pipeline-run-pending-fgwspobs-task (depth: 1)
stream.go:305: D 19:55:08.649 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs-task] Updating status with:   v1beta1.TaskRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
-  Conditions: nil,
+  Conditions: v1.Conditions{
+  {
+  Type: "Succeeded",
+  Status: "Unknown",
+  LastTransitionTime: apis.VolatileTime{Inner: s"2023-05-26 19:55:08.605386881 +0"...},
+  Reason: "Pending",
+  Message: "Pending",
+  },
+  },
   Annotations: nil,
   },
   TaskRunStatusFields: v1beta1.TaskRunStatusFields{
-  PodName: "",
+  PodName: "pipeline-run-pending-fgwspobs-task-pod",
-  StartTime: nil,
+  StartTime: s"2023-05-26 19:55:08.580381714 +0000 UTC m=+146.797517636",
   CompletionTime: nil,
-  Steps: nil,
+  Steps: []v1beta1.StepState{},
   CloudEvents: nil,
   RetriesStatus: nil,
   ResourcesResult: nil,
   TaskRunResults: nil,
-  Sidecars: nil,
+  Sidecars: []v1beta1.SidecarState{},
-  TaskSpec: nil,
+  TaskSpec: &v1beta1.TaskSpec{
+  Steps: []v1beta1.Step{{Image: "ubuntu", Command: []string{...}, Args: []string{...}}},
+  },
   Provenance: nil,
   SpanContext: nil,
   },
  }
stream.go:305: D 19:55:08.651 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs] Requeuing key arendelle-46r4x/pipeline-run-pending-fgwspobs (by request) after 59m59.372262002s (depth: 0)
stream.go:305: D 19:55:08.651 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs] got tracing carriermap[]
stream.go:305: D 19:55:08.652 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: I 19:55:08.655 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs] PipelineRun pipeline-run-pending-fgwspobs status is being set to &{Succeeded Unknown {2023-05-26 19:55:08 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}
stream.go:305: D 19:55:08.655 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs] Requeuing key arendelle-46r4x/pipeline-run-pending-fgwspobs (by request) after 59m59.344790924s (depth: 0)
stream.go:305: D 19:55:08.663 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs-task] Requeuing key arendelle-46r4x/pipeline-run-pending-fgwspobs-task (by request) after 59m59.957174068s (depth: 0)
stream.go:305: D 19:55:08.663 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs-task] got tracing carriermap[]
stream.go:305: D 19:55:08.663 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs-task] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:08.663 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs] Adding to queue arendelle-46r4x/pipeline-run-pending-fgwspobs (depth: 1)
stream.go:305: D 19:55:08.664 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs] got tracing carriermap[]
stream.go:305: D 19:55:08.664 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:08.664 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs-task] Adding to queue arendelle-46r4x/pipeline-run-pending-fgwspobs-task (depth: 1)
stream.go:305: I 19:55:08.664 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs] PipelineRun pipeline-run-pending-fgwspobs status is being set to &{Succeeded Unknown {2023-05-26 19:55:08 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}
stream.go:305: D 19:55:08.664 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs] Requeuing key arendelle-46r4x/pipeline-run-pending-fgwspobs (by request) after 59m59.335668882s (depth: 0)
stream.go:305: D 19:55:08.668 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs-task] set taskspec for arendelle-46r4x/pipeline-run-pending-fgwspobs-task - script:
stream.go:305: I 19:55:08.669 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs-task] Successfully reconciled taskrun pipeline-run-pending-fgwspobs-task/arendelle-46r4x with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 55, 8, 669069950, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare]\""}
stream.go:305: D 19:55:08.669 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs-task] Updating status with:   v1beta1.TaskRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
-  Conditions: nil,
+  Conditions: v1.Conditions{
+  {
+  Type: "Succeeded",
+  Status: "Unknown",
+  LastTransitionTime: apis.VolatileTime{Inner: s"2023-05-26 19:55:08.66906995 +00"...},
+  Reason: "Pending",
+  Message: `pod status "Initialized":"False"; message: "containers with inco`...,
+  },
+  },
   Annotations: nil,
   },
   TaskRunStatusFields: v1beta1.TaskRunStatusFields{
-  PodName: "",
+  PodName: "pipeline-run-pending-fgwspobs-task-pod",
-  StartTime: nil,
+  StartTime: s"2023-05-26 19:55:08.663599418 +0000 UTC m=+146.880735340",
   CompletionTime: nil,
-  Steps: nil,
+  Steps: []v1beta1.StepState{
+  {
+  ContainerState: v1.ContainerState{Waiting: s"&ContainerStateWaiting{Reason:Po"...},
+  Name: "unnamed-0",
+  ContainerName: "step-unnamed-0",
+  },
+  },
   CloudEvents: nil,
   RetriesStatus: nil,
   ResourcesResult: nil,
   TaskRunResults: nil,
-  Sidecars: nil,
+  Sidecars: []v1beta1.SidecarState{},
-  TaskSpec: nil,
+  TaskSpec: &v1beta1.TaskSpec{
+  Steps: []v1beta1.Step{{Image: "ubuntu", Command: []string{...}, Args: []string{...}}},
+  },
   Provenance: nil,
   SpanContext: nil,
   },
  }
stream.go:305: D 19:55:08.693 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs-task] Updating status with:   v1beta1.TaskRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
   Conditions: v1.Conditions{
   {
   Type: "Succeeded",
   Status: "Unknown",
   Severity: "",
-  LastTransitionTime: apis.VolatileTime{Inner: v1.Time{Time: s"2023-05-26 19:55:08 +0000 UTC"}},
+  LastTransitionTime: apis.VolatileTime{Inner: v1.Time{Time: s"2023-05-26 19:55:08.66906995 +0000 UTC m=+146.886205862"}},
   Reason: "Pending",
-  Message: "Pending",
+  Message: `pod status "Initialized":"False"; message: "containers with incomplete status: [prepare]"`,
   },
   },
   Annotations: nil,
   },
   TaskRunStatusFields: v1beta1.TaskRunStatusFields{
   PodName: "pipeline-run-pending-fgwspobs-task-pod",
-  StartTime: s"2023-05-26 19:55:08 +0000 UTC",
+  StartTime: s"2023-05-26 19:55:08.663599418 +0000 UTC m=+146.880735340",
   CompletionTime: nil,
-  Steps: nil,
+  Steps: []v1beta1.StepState{
+  {
+  ContainerState: v1.ContainerState{Waiting: s"&ContainerStateWaiting{Reason:Po"...},
+  Name: "unnamed-0",
+  ContainerName: "step-unnamed-0",
+  },
+  },
   CloudEvents: nil,
   RetriesStatus: nil,
   ResourcesResult: nil,
   TaskRunResults: nil,
-  Sidecars: nil,
+  Sidecars: []v1beta1.SidecarState{},
   TaskSpec: &{Steps: {{Image: "ubuntu", Command: {"/bin/bash"}, Args: {"-c", "echo hello, world"}}}},
   Provenance: nil,
   SpanContext: nil,
   },
  }
stream.go:305: D 19:55:08.706 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs] Adding to queue arendelle-46r4x/pipeline-run-pending-fgwspobs (depth: 1)
stream.go:305: D 19:55:08.706 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs-task] Adding to queue arendelle-46r4x/pipeline-run-pending-fgwspobs-task (depth: 1)
stream.go:305: D 19:55:08.706 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs] got tracing carriermap[]
stream.go:305: D 19:55:08.706 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: I 19:55:08.706 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs] PipelineRun pipeline-run-pending-fgwspobs status is being set to &{Succeeded Unknown {2023-05-26 19:55:08 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}
stream.go:305: D 19:55:08.707 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs] Requeuing key arendelle-46r4x/pipeline-run-pending-fgwspobs (by request) after 59m59.292656709s (depth: 0)
stream.go:305: D 19:55:08.707 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs-task] Requeuing key arendelle-46r4x/pipeline-run-pending-fgwspobs-task (by request) after 59m59.994439418s (depth: 0)
stream.go:305: D 19:55:08.707 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs-task] got tracing carriermap[]
stream.go:305: D 19:55:08.708 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs-task] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:08.708 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs-task] set taskspec for arendelle-46r4x/pipeline-run-pending-fgwspobs-task - script:
stream.go:305: I 19:55:08.708 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs-task] Successfully reconciled taskrun pipeline-run-pending-fgwspobs-task/arendelle-46r4x with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 55, 8, 708328391, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare]\""}
stream.go:305: D 19:55:08.708 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs-task] Requeuing key arendelle-46r4x/pipeline-run-pending-fgwspobs-task (by request) after 59m59.291539929s (depth: 0)
stream.go:305: D 19:55:09.942 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs-task] Adding to queue arendelle-46r4x/pipeline-run-pending-fgwspobs-task (depth: 1)
stream.go:305: D 19:55:09.943 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs-task] got tracing carriermap[]
stream.go:305: D 19:55:09.943 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs-task] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:09.943 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs-task] set taskspec for arendelle-46r4x/pipeline-run-pending-fgwspobs-task - script:
stream.go:305: I 19:55:09.943 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs-task] Successfully reconciled taskrun pipeline-run-pending-fgwspobs-task/arendelle-46r4x with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 55, 9, 943397653, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-unnamed-0]\""}
stream.go:305: D 19:55:09.944 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs-task] Updating status with:   v1beta1.TaskRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
   Conditions: v1.Conditions{
   {
   Type: "Succeeded",
   Status: "Unknown",
   Severity: "",
-  LastTransitionTime: apis.VolatileTime{Inner: v1.Time{Time: s"2023-05-26 19:55:08 +0000 UTC"}},
+  LastTransitionTime: apis.VolatileTime{
+  Inner: v1.Time{Time: s"2023-05-26 19:55:09.943397653 +0000 UTC m=+148.160533575"},
+  },
   Reason: "Pending",
   Message: strings.Join({
   `pod status "`,
-  "Initialized",
+  "Ready",
   `":"False"; message: "containers with `,
-  "incomplete status: [prepare",
+  "unready status: [step-unnamed-0",
   `]"`,
   }, ""),
   },
   },
   Annotations: nil,
   },
   TaskRunStatusFields: v1beta1.TaskRunStatusFields{
   ... // 6 identical fields
   ResourcesResult: nil,
   TaskRunResults: nil,
-  Sidecars: nil,
+  Sidecars: []v1beta1.SidecarState{},
   TaskSpec: &{Steps: {{Image: "ubuntu", Command: {"/bin/bash"}, Args: {"-c", "echo hello, world"}}}},
   Provenance: nil,
   SpanContext: nil,
   },
  }
stream.go:305: D 19:55:09.955 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs] Adding to queue arendelle-46r4x/pipeline-run-pending-fgwspobs (depth: 1)
stream.go:305: D 19:55:09.955 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs-task] Adding to queue arendelle-46r4x/pipeline-run-pending-fgwspobs-task (depth: 1)
stream.go:305: D 19:55:09.955 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs] got tracing carriermap[]
stream.go:305: D 19:55:09.955 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: I 19:55:09.955 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs] PipelineRun pipeline-run-pending-fgwspobs status is being set to &{Succeeded Unknown {2023-05-26 19:55:08 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}
stream.go:305: D 19:55:09.956 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs] Requeuing key arendelle-46r4x/pipeline-run-pending-fgwspobs (by request) after 59m58.043959193s (depth: 0)
stream.go:305: D 19:55:09.956 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs-task] Requeuing key arendelle-46r4x/pipeline-run-pending-fgwspobs-task (by request) after 59m58.056513897s (depth: 0)
stream.go:305: D 19:55:09.956 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs-task] got tracing carriermap[]
stream.go:305: D 19:55:09.956 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs-task] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:09.956 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs-task] set taskspec for arendelle-46r4x/pipeline-run-pending-fgwspobs-task - script:
stream.go:305: I 19:55:09.957 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs-task] Successfully reconciled taskrun pipeline-run-pending-fgwspobs-task/arendelle-46r4x with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 55, 9, 956906477, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-unnamed-0]\""}
stream.go:305: D 19:55:09.957 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs-task] Requeuing key arendelle-46r4x/pipeline-run-pending-fgwspobs-task (by request) after 59m58.042835253s (depth: 0)
stream.go:305: D 19:55:10.947 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs-task] Adding to queue arendelle-46r4x/pipeline-run-pending-fgwspobs-task (depth: 1)
stream.go:305: D 19:55:10.948 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs-task] got tracing carriermap[]
stream.go:305: D 19:55:10.948 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs-task] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:10.948 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs-task] set taskspec for arendelle-46r4x/pipeline-run-pending-fgwspobs-task - script:
stream.go:305: I 19:55:10.958 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs-task] Successfully reconciled taskrun pipeline-run-pending-fgwspobs-task/arendelle-46r4x with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 55, 10, 958853780, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"}
stream.go:305: D 19:55:10.959 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs-task] Updating status with:   v1beta1.TaskRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
   Conditions: v1.Conditions{
   {
   Type: "Succeeded",
   Status: "Unknown",
   Severity: "",
-  LastTransitionTime: apis.VolatileTime{Inner: v1.Time{Time: s"2023-05-26 19:55:09 +0000 UTC"}},
+  LastTransitionTime: apis.VolatileTime{Inner: v1.Time{Time: s"2023-05-26 19:55:10.95885378 +0000 UTC m=+149.175989692"}},
-  Reason: "Pending",
+  Reason: "Running",
   Message: strings.Join({
-  `pod status "Ready":"False"; message: "containers with unready st`,
-  `atus: [step-unnamed-0]"`,
+  "Not all Steps in the Task have finished executing",
   }, ""),
   },
   },
   Annotations: nil,
   },
   TaskRunStatusFields: v1beta1.TaskRunStatusFields{
   PodName: "pipeline-run-pending-fgwspobs-task-pod",
   StartTime: s"2023-05-26 19:55:08 +0000 UTC",
   CompletionTime: nil,
   Steps: []v1beta1.StepState{
   {
   ContainerState: v1.ContainerState{
-  Waiting: s"&ContainerStateWaiting{Reason:PodInitializing,Message:,}",
+  Waiting: nil,
-  Running: nil,
+  Running: s"&ContainerStateRunning{StartedAt:2023-05-26 19:55:10 +0000 UTC,}",
   Terminated: nil,
   },
   Name: "unnamed-0",
   ContainerName: "step-unnamed-0",
-  ImageID: "",
+  ImageID: "docker.io/amd64/ubuntu@sha256:ca5534a51dd04bbcebe9b23ba05f389466cf0c190f1f8f182d7eea92a9671d00",
   },
   },
   CloudEvents: nil,
   RetriesStatus: nil,
   ResourcesResult: nil,
   TaskRunResults: nil,
-  Sidecars: nil,
+  Sidecars: []v1beta1.SidecarState{},
   TaskSpec: &{Steps: {{Image: "ubuntu", Command: {"/bin/bash"}, Args: {"-c", "echo hello, world"}}}},
   Provenance: nil,
   SpanContext: nil,
   },
  }
stream.go:305: D 19:55:10.959 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs-task] Adding to queue arendelle-46r4x/pipeline-run-pending-fgwspobs-task (depth: 1)
stream.go:305: D 19:55:10.973 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs] Adding to queue arendelle-46r4x/pipeline-run-pending-fgwspobs (depth: 1)
stream.go:305: D 19:55:10.973 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs] got tracing carriermap[]
stream.go:305: D 19:55:10.973 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:10.973 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs-task] Requeuing key arendelle-46r4x/pipeline-run-pending-fgwspobs-task (by request) after 59m57.04097872s (depth: 0)
stream.go:305: I 19:55:10.973 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs] PipelineRun pipeline-run-pending-fgwspobs status is being set to &{Succeeded Unknown {2023-05-26 19:55:08 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}
stream.go:305: D 19:55:10.973 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs] Requeuing key arendelle-46r4x/pipeline-run-pending-fgwspobs (by request) after 59m57.026452266s (depth: 0)
stream.go:305: D 19:55:10.973 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs-task] got tracing carriermap[]
stream.go:305: D 19:55:10.973 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs-task] Adding to queue arendelle-46r4x/pipeline-run-pending-fgwspobs-task (depth: 1)
stream.go:305: D 19:55:10.973 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs-task] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:10.973 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs-task] set taskspec for arendelle-46r4x/pipeline-run-pending-fgwspobs-task - script:
stream.go:305: I 19:55:10.974 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs-task] Successfully reconciled taskrun pipeline-run-pending-fgwspobs-task/arendelle-46r4x with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 55, 10, 0, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"}
stream.go:305: D 19:55:10.974 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs-task] Requeuing key arendelle-46r4x/pipeline-run-pending-fgwspobs-task (by request) after 59m57.025848905s (depth: 0)
stream.go:305: D 19:55:10.974 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs-task] got tracing carriermap[]
stream.go:305: D 19:55:10.974 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs-task] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:10.974 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs-task] set taskspec for arendelle-46r4x/pipeline-run-pending-fgwspobs-task - script:
stream.go:305: I 19:55:10.974 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs-task] Successfully reconciled taskrun pipeline-run-pending-fgwspobs-task/arendelle-46r4x with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 55, 10, 0, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"}
stream.go:305: D 19:55:10.975 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs-task] Requeuing key arendelle-46r4x/pipeline-run-pending-fgwspobs-task (by request) after 59m57.025094275s (depth: 0)
stream.go:305: D 19:55:12.958 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs-task] Adding to queue arendelle-46r4x/pipeline-run-pending-fgwspobs-task (depth: 1)
stream.go:305: D 19:55:12.959 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs-task] got tracing carriermap[]
stream.go:305: D 19:55:12.959 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs-task] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:12.959 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs-task] set taskspec for arendelle-46r4x/pipeline-run-pending-fgwspobs-task - script:
stream.go:305: I 19:55:12.959 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs-task] Successfully reconciled taskrun pipeline-run-pending-fgwspobs-task/arendelle-46r4x with status: &apis.Condition{Type:"Succeeded", Status:"True", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 55, 12, 959684046, time.Local)}, Reason:"Succeeded", Message:"All Steps have completed executing"}
stream.go:305: D 19:55:12.960 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs-task] Updating status with:   v1beta1.TaskRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
   Conditions: v1.Conditions{
-  {
-  Type: "Succeeded",
-  Status: "Unknown",
-  LastTransitionTime: apis.VolatileTime{Inner: s"2023-05-26 19:55:10 +0000 UTC"},
-  Reason: "Running",
-  Message: "Not all Steps in the Task have finished executing",
-  },
+  {
+  Type: "Succeeded",
+  Status: "True",
+  LastTransitionTime: apis.VolatileTime{Inner: s"2023-05-26 19:55:12.959684046 +0000 UTC m=+151.176819958"},
+  Reason: "Succeeded",
+  Message: "All Steps have completed executing",
+  },
   },
   Annotations: nil,
   },
   TaskRunStatusFields: v1beta1.TaskRunStatusFields{
   PodName: "pipeline-run-pending-fgwspobs-task-pod",
   StartTime: s"2023-05-26 19:55:08 +0000 UTC",
-  CompletionTime: nil,
+  CompletionTime: s"2023-05-26 19:55:12.959685535 +0000 UTC m=+151.176821458",
   Steps: []v1beta1.StepState{
   {
   ContainerState: v1.ContainerState{
   Waiting: nil,
-  Running: s"&ContainerStateRunning{StartedAt:2023-05-26 19:55:10 +0000 UTC,}",
+  Running: nil,
-  Terminated: nil,
+  Terminated: s"&ContainerStateTerminated{ExitCode:0,Signal:0,Reason:Completed,Message:,StartedAt:2023-05-26 19:55:12.288 +0000 UTC,FinishedAt:2023-05-26 19:55:12 +0000 UTC,ContainerID:containerd://f819269a30081d1adf81d4060ad3464d87b08da306354e931c24a14f4eb129ad,}",
   },
   Name: "unnamed-0",
   ContainerName: "step-unnamed-0",
   ImageID: "docker.io/amd64/ubuntu@sha256:ca5534a51dd04bbcebe9b23ba05f389466"...,
   },
   },
   CloudEvents: nil,
   RetriesStatus: nil,
   ResourcesResult: nil,
   TaskRunResults: nil,
-  Sidecars: nil,
+  Sidecars: []v1beta1.SidecarState{},
   TaskSpec: &{Steps: {{Image: "ubuntu", Command: {"/bin/bash"}, Args: {"-c", "echo hello, world"}}}},
   Provenance: nil,
   SpanContext: nil,
   },
  }
stream.go:305: D 19:55:12.972 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs-task] Requeuing key arendelle-46r4x/pipeline-run-pending-fgwspobs-task (by request) after 59m55.040178214s (depth: 0)
stream.go:305: D 19:55:12.972 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs-task] Adding to queue arendelle-46r4x/pipeline-run-pending-fgwspobs-task (depth: 1)
stream.go:305: D 19:55:12.972 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs] Adding to queue arendelle-46r4x/pipeline-run-pending-fgwspobs (depth: 1)
stream.go:305: D 19:55:12.973 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs-task] got tracing carriermap[]
stream.go:305: D 19:55:12.973 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs-task] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: I 19:55:12.973 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs-task] taskrun done : pipeline-run-pending-fgwspobs-task
stream.go:305: D 19:55:12.973 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs] got tracing carriermap[]
stream.go:305: D 19:55:12.973 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: I 19:55:12.973 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs] All TaskRuns have finished for PipelineRun pipeline-run-pending-fgwspobs so it has finished
stream.go:305: I 19:55:12.973 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs] PipelineRun pipeline-run-pending-fgwspobs status is being set to &{Succeeded True {2023-05-26 19:55:12.97328563 +0000 UTC m=+151.190421542} Succeeded Tasks Completed: 1 (Failed: 0, Cancelled 0), Skipped: 0}
stream.go:305: D 19:55:12.973 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs] Updating status with:   v1beta1.PipelineRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
   Conditions: v1.Conditions{
-  {
-  Type: "Succeeded",
-  Status: "Unknown",
-  LastTransitionTime: apis.VolatileTime{Inner: s"2023-05-26 19:55:08 +0000 UTC"},
-  Reason: "Running",
-  Message: "Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0",
-  },
+  {
+  Type: "Succeeded",
+  Status: "True",
+  LastTransitionTime: apis.VolatileTime{Inner: s"2023-05-26 19:55:12.97328563 +0000 UTC m=+151.190421542"},
+  Reason: "Succeeded",
+  Message: "Tasks Completed: 1 (Failed: 0, Cancelled 0), Skipped: 0",
+  },
   },
   Annotations: nil,
   },
   PipelineRunStatusFields: v1beta1.PipelineRunStatusFields{
   StartTime: s"2023-05-26 19:55:08 +0000 UTC",
-  CompletionTime: nil,
+  CompletionTime: s"2023-05-26 19:55:12.97328563 +0000 UTC m=+151.190421542",
   TaskRuns: nil,
   Runs: nil,
   ... // 7 identical fields
   },
  }
stream.go:305: I 19:55:12.979 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs-task] Reconcile succeeded
stream.go:305: D 19:55:12.985 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs] Adding to queue arendelle-46r4x/pipeline-run-pending-fgwspobs (depth: 1)
stream.go:305: D 19:55:12.986 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs] Requeuing key arendelle-46r4x/pipeline-run-pending-fgwspobs (by request) after 59m55.02656955s (depth: 0)
stream.go:305: D 19:55:12.986 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs] got tracing carriermap[]
stream.go:305: D 19:55:12.986 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: I 19:55:12.986 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-46r4x/pipeline-run-pending-fgwspobs] Reconcile succeeded
pipelinerun_test.go:578: Deleting namespace arendelle-46r4x
--- PASS: TestPipelineRunPending (6.11s)
=== RUN TestPipelineRunTaskFailed
pipelinerun_test.go:960: Create namespace arendelle-5bqdl to deploy to
pipelinerun_test.go:960: Verify SA "default" is created in namespace "arendelle-5bqdl"
pipelinerun_test.go:969: Creating Task, Pipeline, and Pending PipelineRun pipeline-run-task-failed-okxxvzii in namespace arendelle-5bqdl
stream.go:305: D 19:55:13.658 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-5bqdl/pipeline-run-task-failed-okxxvzii] Adding to queue arendelle-5bqdl/pipeline-run-task-failed-okxxvzii (depth: 1)
stream.go:305: D 19:55:13.658 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-5bqdl/pipeline-run-task-failed-okxxvzii] got tracing carriermap[]
stream.go:305: D 19:55:13.658 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-5bqdl/pipeline-run-task-failed-okxxvzii] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: I 19:55:13.659 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-5bqdl/pipeline-run-task-failed-okxxvzii] Creating a new TaskRun object pipeline-run-task-failed-okxxvzii-xxx for pipeline task xxx
stream.go:305: I 19:55:13.670 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-5bqdl/pipeline-run-task-failed-okxxvzii] PipelineRun pipeline-run-task-failed-okxxvzii status is being set to &{Succeeded Unknown {2023-05-26 19:55:13.670032814 +0000 UTC m=+151.887168735} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}
stream.go:305: D 19:55:13.670 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-5bqdl/pipeline-run-task-failed-okxxvzii] Adding to queue arendelle-5bqdl/pipeline-run-task-failed-okxxvzii (depth: 1)
stream.go:305: D 19:55:13.670 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-5bqdl/pipeline-run-task-failed-okxxvzii-xxx] Adding to queue arendelle-5bqdl/pipeline-run-task-failed-okxxvzii-xxx (depth: 1)
stream.go:305: D 19:55:13.670 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-5bqdl/pipeline-run-task-failed-okxxvzii-xxx] got tracing carriermap[]
stream.go:305: D 19:55:13.670 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-5bqdl/pipeline-run-task-failed-okxxvzii-xxx] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:13.671 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-5bqdl/pipeline-run-task-failed-okxxvzii-xxx] set taskspec for arendelle-5bqdl/pipeline-run-task-failed-okxxvzii-xxx - script: echo 'test' > /tekton/results/abc
exit 1
stream.go:305: D 19:55:13.681 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-5bqdl/pipeline-run-task-failed-okxxvzii] Adding to queue arendelle-5bqdl/pipeline-run-task-failed-okxxvzii (depth: 1)
stream.go:305: D 19:55:13.683 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-5bqdl/pipeline-run-task-failed-okxxvzii] Updating status with:   v1beta1.PipelineRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
-  Conditions: nil,
+  Conditions: v1.Conditions{
+  {
+  Type: "Succeeded",
+  Status: "Unknown",
+  LastTransitionTime: apis.VolatileTime{Inner: s"2023-05-26 19:55:13.670032814 +0"...},
+  Reason: "Running",
+  Message: "Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skip"...,
+  },
+  },
   Annotations: nil,
   },
   PipelineRunStatusFields: v1beta1.PipelineRunStatusFields{
-  StartTime: nil,
+  StartTime: s"2023-05-26 19:55:13 +0000 UTC",
   CompletionTime: nil,
   TaskRuns: nil,
   Runs: nil,
   PipelineResults: nil,
-  PipelineSpec: nil,
+  PipelineSpec: &v1beta1.PipelineSpec{
+  Tasks: []v1beta1.PipelineTask{{Name: "xxx", TaskSpec: s"&TypeMeta{APIVersion:,Kind:,}"}},
+  Results: []v1beta1.PipelineResult{{Name: "abc", Value: v1beta1.ParamValue{...}}},
+  },
   SkippedTasks: nil,
-  ChildReferences: nil,
+  ChildReferences: []v1beta1.ChildStatusReference{
+  {
+  TypeMeta: runtime.TypeMeta{APIVersion: "tekton.dev/v1beta1", Kind: "TaskRun"},
+  Name: "pipeline-run-task-failed-okxxvzii-xxx",
+  PipelineTaskName: "xxx",
+  },
+  },
   FinallyStartTime: nil,
   Provenance: nil,
   SpanContext: nil,
   },
  }
stream.go:305: I 19:55:13.687 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-5bqdl/pipeline-run-task-failed-okxxvzii-xxx] Successfully reconciled taskrun pipeline-run-task-failed-okxxvzii-xxx/arendelle-5bqdl with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 55, 13, 686941519, time.Local)}, Reason:"Pending", Message:"Pending"}
stream.go:305: D 19:55:13.687 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-5bqdl/pipeline-run-task-failed-okxxvzii-xxx] Adding to queue arendelle-5bqdl/pipeline-run-task-failed-okxxvzii-xxx (depth: 1)
stream.go:305: D 19:55:13.695 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-5bqdl/pipeline-run-task-failed-okxxvzii-xxx] Adding to queue arendelle-5bqdl/pipeline-run-task-failed-okxxvzii-xxx (depth: 1)
stream.go:305: D 19:55:13.702 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-5bqdl/pipeline-run-task-failed-okxxvzii] Adding to queue arendelle-5bqdl/pipeline-run-task-failed-okxxvzii (depth: 1)
stream.go:305: D 19:55:13.702 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-5bqdl/pipeline-run-task-failed-okxxvzii-xxx] Adding to queue arendelle-5bqdl/pipeline-run-task-failed-okxxvzii-xxx (depth: 1)
stream.go:305: D 19:55:13.702 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-5bqdl/pipeline-run-task-failed-okxxvzii-xxx] Updating status with:   v1beta1.TaskRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
-  Conditions: nil,
+  Conditions: v1.Conditions{
+  {
+  Type: "Succeeded",
+  Status: "Unknown",
+  LastTransitionTime: apis.VolatileTime{Inner: s"2023-05-26 19:55:13.686941519 +0"...},
+  Reason: "Pending",
+  Message: "Pending",
+  },
+  },
   Annotations: nil,
   },
   TaskRunStatusFields: v1beta1.TaskRunStatusFields{
-  PodName: "",
+  PodName: "pipeline-run-task-failed-okxxvzii-xxx-pod",
-  StartTime: nil,
+  StartTime: s"2023-05-26 19:55:13.670922124 +0000 UTC m=+151.888058046",
   CompletionTime: nil,
-  Steps: nil,
+  Steps: []v1beta1.StepState{},
   CloudEvents: nil,
   RetriesStatus: nil,
   ResourcesResult: nil,
   TaskRunResults: nil,
-  Sidecars: nil,
+  Sidecars: []v1beta1.SidecarState{},
-  TaskSpec: nil,
+  TaskSpec: &v1beta1.TaskSpec{
+  Steps: []v1beta1.Step{
+  {
+  Name: "update-sa",
+  Image: "bash:latest",
+  Script: "echo 'test' > /tekton/results/a"...,
+  },
+  },
+  Results: []v1beta1.TaskResult{{Name: "abc", Type: "string"}},
+  },
   Provenance: nil,
   SpanContext: nil,
   },
  }
stream.go:305: D 19:55:13.708 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-5bqdl/pipeline-run-task-failed-okxxvzii] Updating status with:   v1beta1.PipelineRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
-  Conditions: nil,
+  Conditions: v1.Conditions{
+  {
+  Type: "Succeeded",
+  Status: "Unknown",
+  LastTransitionTime: apis.VolatileTime{Inner: s"2023-05-26 19:55:13.670032814 +0"...},
+  Reason: "Running",
+  Message: "Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skip"...,
+  },
+  },
   Annotations: nil,
   },
   PipelineRunStatusFields: v1beta1.PipelineRunStatusFields{
-  StartTime: nil,
+  StartTime: s"2023-05-26 19:55:13 +0000 UTC",
   CompletionTime: nil,
   TaskRuns: nil,
   Runs: nil,
   PipelineResults: nil,
-  PipelineSpec: nil,
+  PipelineSpec: &v1beta1.PipelineSpec{
+  Tasks: []v1beta1.PipelineTask{{Name: "xxx", TaskSpec: s"&TypeMeta{APIVersion:,Kind:,}"}},
+  Results: []v1beta1.PipelineResult{{Name: "abc", Value: v1beta1.ParamValue{...}}},
+  },
   SkippedTasks: nil,
-  ChildReferences: nil,
+  ChildReferences: []v1beta1.ChildStatusReference{
+  {
+  TypeMeta: runtime.TypeMeta{APIVersion: "tekton.dev/v1beta1", Kind: "TaskRun"},
+  Name: "pipeline-run-task-failed-okxxvzii-xxx",
+  PipelineTaskName: "xxx",
+  },
+  },
   FinallyStartTime: nil,
   Provenance: nil,
   SpanContext: nil,
   },
  }
stream.go:305: D 19:55:13.712 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-5bqdl/pipeline-run-task-failed-okxxvzii-xxx] Adding to queue arendelle-5bqdl/pipeline-run-task-failed-okxxvzii-xxx (depth: 1)
stream.go:305: D 19:55:13.725 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-5bqdl/pipeline-run-task-failed-okxxvzii] Adding to queue arendelle-5bqdl/pipeline-run-task-failed-okxxvzii (depth: 1)
stream.go:305: D 19:55:13.726 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-5bqdl/pipeline-run-task-failed-okxxvzii] Requeuing key arendelle-5bqdl/pipeline-run-task-failed-okxxvzii (by request) after 59m59.317156963s (depth: 0)
stream.go:305: D 19:55:13.727 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-5bqdl/pipeline-run-task-failed-okxxvzii] got tracing carriermap[]
stream.go:305: D 19:55:13.727 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-5bqdl/pipeline-run-task-failed-okxxvzii] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: I 19:55:13.727 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-5bqdl/pipeline-run-task-failed-okxxvzii] PipelineRun pipeline-run-task-failed-okxxvzii status is being set to &{Succeeded Unknown {2023-05-26 19:55:13 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}
stream.go:305: D 19:55:13.727 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-5bqdl/pipeline-run-task-failed-okxxvzii] Requeuing key arendelle-5bqdl/pipeline-run-task-failed-okxxvzii (by request) after 59m59.27216587s (depth: 0)
stream.go:305: D 19:55:13.735 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-5bqdl/pipeline-run-task-failed-okxxvzii-xxx] Updating status with:   v1beta1.TaskRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
-  Conditions: nil,
+  Conditions: v1.Conditions{
+  {
+  Type: "Succeeded",
+  Status: "Unknown",
+  LastTransitionTime: apis.VolatileTime{Inner: s"2023-05-26 19:55:13.686941519 +0"...},
+  Reason: "Pending",
+  Message: "Pending",
+  },
+  },
   Annotations: nil,
   },
   TaskRunStatusFields: v1beta1.TaskRunStatusFields{
-  PodName: "",
+  PodName: "pipeline-run-task-failed-okxxvzii-xxx-pod",
-  StartTime: nil,
+  StartTime: s"2023-05-26 19:55:13.670922124 +0000 UTC m=+151.888058046",
   CompletionTime: nil,
-  Steps: nil,
+  Steps: []v1beta1.StepState{},
   CloudEvents: nil,
   RetriesStatus: nil,
   ResourcesResult: nil,
   TaskRunResults: nil,
-  Sidecars: nil,
+  Sidecars: []v1beta1.SidecarState{},
-  TaskSpec: nil,
+  TaskSpec: &v1beta1.TaskSpec{
+  Steps: []v1beta1.Step{
+  {
+  Name: "update-sa",
+  Image: "bash:latest",
+  Script: "echo 'test' > /tekton/results/a"...,
+  },
+  },
+  Results: []v1beta1.TaskResult{{Name: "abc", Type: "string"}},
+  },
   Provenance: nil,
   SpanContext: nil,
   },
  }
stream.go:305: D 19:55:13.749 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-5bqdl/pipeline-run-task-failed-okxxvzii] Adding to queue arendelle-5bqdl/pipeline-run-task-failed-okxxvzii (depth: 1)
stream.go:305: D 19:55:13.749 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-5bqdl/pipeline-run-task-failed-okxxvzii-xxx] Adding to queue arendelle-5bqdl/pipeline-run-task-failed-okxxvzii-xxx (depth: 1)
stream.go:305: D 19:55:13.749 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-5bqdl/pipeline-run-task-failed-okxxvzii] got tracing carriermap[]
stream.go:305: D 19:55:13.749 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-5bqdl/pipeline-run-task-failed-okxxvzii] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: I 19:55:13.750 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-5bqdl/pipeline-run-task-failed-okxxvzii] PipelineRun pipeline-run-task-failed-okxxvzii status is being set to &{Succeeded Unknown {2023-05-26 19:55:13 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}
stream.go:305: D 19:55:13.750 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-5bqdl/pipeline-run-task-failed-okxxvzii] Requeuing key arendelle-5bqdl/pipeline-run-task-failed-okxxvzii (by request) after 59m59.249436623s (depth: 0)
stream.go:305: D 19:55:13.751 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-5bqdl/pipeline-run-task-failed-okxxvzii-xxx] Requeuing key arendelle-5bqdl/pipeline-run-task-failed-okxxvzii-xxx (by request) after 59m59.968886311s (depth: 0)
stream.go:305: D 19:55:13.751 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-5bqdl/pipeline-run-task-failed-okxxvzii-xxx] got tracing carriermap[]
stream.go:305: D 19:55:13.751 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-5bqdl/pipeline-run-task-failed-okxxvzii-xxx] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:13.751 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-5bqdl/pipeline-run-task-failed-okxxvzii-xxx] set taskspec for arendelle-5bqdl/pipeline-run-task-failed-okxxvzii-xxx - script: echo 'test' > /tekton/results/abc
exit 1
stream.go:305: I 19:55:13.752 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-5bqdl/pipeline-run-task-failed-okxxvzii-xxx] Successfully reconciled taskrun pipeline-run-task-failed-okxxvzii-xxx/arendelle-5bqdl with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 55, 13, 752025768, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""}
stream.go:305: D 19:55:13.752 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-5bqdl/pipeline-run-task-failed-okxxvzii-xxx] Updating status with:   v1beta1.TaskRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
   Conditions: v1.Conditions{
   {
   Type: "Succeeded",
   Status: "Unknown",
   Severity: "",
-  LastTransitionTime: apis.VolatileTime{Inner: v1.Time{Time: s"2023-05-26 19:55:13 +0000 UTC"}},
+  LastTransitionTime: apis.VolatileTime{
+  Inner: v1.Time{Time: s"2023-05-26 19:55:13.752025768 +0000 UTC m=+151.969161680"},
+  },
   Reason: "Pending",
-  Message: "Pending",
+  Message: `pod status "Initialized":"False"; message: "containers with incomplete status: [prepare place-scripts]"`,
   },
   },
   Annotations: nil,
   },
   TaskRunStatusFields: v1beta1.TaskRunStatusFields{
   PodName: "pipeline-run-task-failed-okxxvzii-xxx-pod",
   StartTime: s"2023-05-26 19:55:13 +0000 UTC",
   CompletionTime: nil,
-  Steps: nil,
+  Steps: []v1beta1.StepState{
+  {
+  ContainerState: v1.ContainerState{Waiting: s"&ContainerStateWaiting{Reason:Po"...},
+  Name: "update-sa",
+  ContainerName: "step-update-sa",
+  },
+  },
   CloudEvents: nil,
   RetriesStatus: nil,
   ResourcesResult: nil,
   TaskRunResults: nil,
-  Sidecars: nil,
+  Sidecars: []v1beta1.SidecarState{},
   TaskSpec: &{Steps: {{Name: "update-sa", Image: "bash:latest", Script: "echo 'test' > /tekton/results/abc\nexit 1\n"}}, Results: {{Name: "abc", Type: "string"}}},
   Provenance: nil,
   SpanContext: nil,
   },
  }
stream.go:305: D 19:55:13.765 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-5bqdl/pipeline-run-task-failed-okxxvzii] Adding to queue arendelle-5bqdl/pipeline-run-task-failed-okxxvzii (depth: 1)
stream.go:305: D 19:55:13.765 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-5bqdl/pipeline-run-task-failed-okxxvzii-xxx] Adding to queue arendelle-5bqdl/pipeline-run-task-failed-okxxvzii-xxx (depth: 1)
stream.go:305: D 19:55:13.765 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-5bqdl/pipeline-run-task-failed-okxxvzii] got tracing carriermap[]
stream.go:305: D 19:55:13.765 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-5bqdl/pipeline-run-task-failed-okxxvzii] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: I 19:55:13.766 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-5bqdl/pipeline-run-task-failed-okxxvzii] PipelineRun pipeline-run-task-failed-okxxvzii status is being set to &{Succeeded Unknown {2023-05-26 19:55:13 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}
stream.go:305: D 19:55:13.766 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-5bqdl/pipeline-run-task-failed-okxxvzii-xxx] Requeuing key arendelle-5bqdl/pipeline-run-task-failed-okxxvzii-xxx (by request) after 59m59.247885142s (depth: 0)
stream.go:305: D 19:55:13.766 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-5bqdl/pipeline-run-task-failed-okxxvzii] Requeuing key arendelle-5bqdl/pipeline-run-task-failed-okxxvzii (by request) after 59m59.233728128s (depth: 0)
stream.go:305: D 19:55:13.766 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-5bqdl/pipeline-run-task-failed-okxxvzii-xxx] got tracing carriermap[]
stream.go:305: D 19:55:13.766 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-5bqdl/pipeline-run-task-failed-okxxvzii-xxx] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:13.767 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-5bqdl/pipeline-run-task-failed-okxxvzii-xxx] set taskspec for arendelle-5bqdl/pipeline-run-task-failed-okxxvzii-xxx - script: echo 'test' > /tekton/results/abc
exit 1
stream.go:305: I 19:55:13.767 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-5bqdl/pipeline-run-task-failed-okxxvzii-xxx] Successfully reconciled taskrun pipeline-run-task-failed-okxxvzii-xxx/arendelle-5bqdl with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 55, 13, 767492692, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""}
stream.go:305: D 19:55:13.767 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-5bqdl/pipeline-run-task-failed-okxxvzii-xxx] Requeuing key arendelle-5bqdl/pipeline-run-task-failed-okxxvzii-xxx (by request) after 59m59.232367068s (depth: 0)
stream.go:305: D 19:55:14.974 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-5bqdl/pipeline-run-task-failed-okxxvzii-xxx] Adding to queue arendelle-5bqdl/pipeline-run-task-failed-okxxvzii-xxx (depth: 1)
stream.go:305: D 19:55:14.975 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-5bqdl/pipeline-run-task-failed-okxxvzii-xxx] got tracing carriermap[]
stream.go:305: D 19:55:14.975 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-5bqdl/pipeline-run-task-failed-okxxvzii-xxx] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:14.976 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-5bqdl/pipeline-run-task-failed-okxxvzii-xxx] set taskspec for arendelle-5bqdl/pipeline-run-task-failed-okxxvzii-xxx - script: echo 'test' > /tekton/results/abc
exit 1
stream.go:305: I 19:55:14.976 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-5bqdl/pipeline-run-task-failed-okxxvzii-xxx] Successfully reconciled taskrun pipeline-run-task-failed-okxxvzii-xxx/arendelle-5bqdl with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 55, 14, 976140905, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\""}
stream.go:305: D 19:55:14.977 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-5bqdl/pipeline-run-task-failed-okxxvzii-xxx] Updating status with:   v1beta1.TaskRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
   Conditions: v1.Conditions{
   {
   Type: "Succeeded",
   Status: "Unknown",
   Severity: "",
-  LastTransitionTime: apis.VolatileTime{Inner: v1.Time{Time: s"2023-05-26 19:55:13 +0000 UTC"}},
+  LastTransitionTime: apis.VolatileTime{
+  Inner: v1.Time{Time: s"2023-05-26 19:55:14.976140905 +0000 UTC m=+153.193276828"},
+  },
   Reason: "Pending",
   Message: strings.Join({
   `pod status "Initialized":"False"; message: "containers with inco`,
   "mplete status: [",
-  "prepare ",
   `place-scripts]"`,
   }, ""),
   },
   },
   Annotations: nil,
   },
   TaskRunStatusFields: v1beta1.TaskRunStatusFields{
   ... // 6 identical fields
   ResourcesResult: nil,
   TaskRunResults: nil,
-  Sidecars: nil,
+  Sidecars: []v1beta1.SidecarState{},
   TaskSpec: &{Steps: {{Name: "update-sa", Image: "bash:latest", Script: "echo 'test' > /tekton/results/abc\nexit 1\n"}}, Results: {{Name: "abc", Type: "string"}}},
   Provenance: nil,
   SpanContext: nil,
   },
  }
stream.go:305: D 19:55:14.994 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-5bqdl/pipeline-run-task-failed-okxxvzii] Adding to queue arendelle-5bqdl/pipeline-run-task-failed-okxxvzii (depth: 1)
stream.go:305: D 19:55:14.994 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-5bqdl/pipeline-run-task-failed-okxxvzii-xxx] Adding to queue arendelle-5bqdl/pipeline-run-task-failed-okxxvzii-xxx (depth: 1)
stream.go:305: D 19:55:14.995 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-5bqdl/pipeline-run-task-failed-okxxvzii-xxx] Requeuing key arendelle-5bqdl/pipeline-run-task-failed-okxxvzii-xxx (by request) after 59m58.023759984s (depth: 1)
stream.go:305: D 19:55:14.995 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-5bqdl/pipeline-run-task-failed-okxxvzii] got tracing carriermap[]
stream.go:305: D 19:55:14.995 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-5bqdl/pipeline-run-task-failed-okxxvzii] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:14.995 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-5bqdl/pipeline-run-task-failed-okxxvzii-xxx] got tracing carriermap[]
stream.go:305: D 19:55:14.995 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-5bqdl/pipeline-run-task-failed-okxxvzii-xxx] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:14.995 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-5bqdl/pipeline-run-task-failed-okxxvzii-xxx] set taskspec for arendelle-5bqdl/pipeline-run-task-failed-okxxvzii-xxx - script: echo 'test' > /tekton/results/abc
exit 1
stream.go:305: I 19:55:14.995 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-5bqdl/pipeline-run-task-failed-okxxvzii-xxx] Successfully reconciled taskrun pipeline-run-task-failed-okxxvzii-xxx/arendelle-5bqdl with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 55, 14, 995572521, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\""}
stream.go:305: D 19:55:14.995 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-5bqdl/pipeline-run-task-failed-okxxvzii-xxx] Requeuing key arendelle-5bqdl/pipeline-run-task-failed-okxxvzii-xxx (by request) after 59m58.004355179s (depth: 0)
stream.go:305: I 19:55:14.995 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-5bqdl/pipeline-run-task-failed-okxxvzii] PipelineRun pipeline-run-task-failed-okxxvzii status is being set to &{Succeeded Unknown {2023-05-26 19:55:13 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}
stream.go:305: D 19:55:14.995 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-5bqdl/pipeline-run-task-failed-okxxvzii] Requeuing key arendelle-5bqdl/pipeline-run-task-failed-okxxvzii (by request) after 59m58.004193379s (depth: 0)
stream.go:305: D 19:55:15.984 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-5bqdl/pipeline-run-task-failed-okxxvzii-xxx] Adding to queue arendelle-5bqdl/pipeline-run-task-failed-okxxvzii-xxx (depth: 1)
stream.go:305: D 19:55:15.984 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-5bqdl/pipeline-run-task-failed-okxxvzii-xxx] got tracing carriermap[]
stream.go:305: D 19:55:15.985 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-5bqdl/pipeline-run-task-failed-okxxvzii-xxx] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:15.985 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-5bqdl/pipeline-run-task-failed-okxxvzii-xxx] set taskspec for arendelle-5bqdl/pipeline-run-task-failed-okxxvzii-xxx - script: echo 'test' > /tekton/results/abc
exit 1
stream.go:305: I 19:55:15.985 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-5bqdl/pipeline-run-task-failed-okxxvzii-xxx] Successfully reconciled taskrun pipeline-run-task-failed-okxxvzii-xxx/arendelle-5bqdl with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 55, 15, 985799921, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-update-sa]\""}
stream.go:305: D 19:55:15.986 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-5bqdl/pipeline-run-task-failed-okxxvzii-xxx] Updating status with:   v1beta1.TaskRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
   Conditions: v1.Conditions{
   {
   Type: "Succeeded",
   Status: "Unknown",
   Severity: "",
-  LastTransitionTime: apis.VolatileTime{Inner: v1.Time{Time: s"2023-05-26 19:55:14 +0000 UTC"}},
+  LastTransitionTime: apis.VolatileTime{
+  Inner: v1.Time{Time: s"2023-05-26 19:55:15.985799921 +0000 UTC m=+154.202935843"},
+  },
   Reason: "Pending",
   Message: strings.Join({
   `pod status "`,
-  "Initialized",
+  "Ready",
   `":"False"; message: "containers with `,
-  "incomplete status: [place-scripts",
+  "unready status: [step-update-sa",
   `]"`,
   }, ""),
   },
   },
   Annotations: nil,
   },
   TaskRunStatusFields: v1beta1.TaskRunStatusFields{
   ... // 6 identical fields
   ResourcesResult: nil,
   TaskRunResults: nil,
-  Sidecars: nil,
+  Sidecars: []v1beta1.SidecarState{},
   TaskSpec: &{Steps: {{Name: "update-sa", Image: "bash:latest", Script: "echo 'test' > /tekton/results/abc\nexit 1\n"}}, Results: {{Name: "abc", Type: "string"}}},
   Provenance: nil,
   SpanContext: nil,
   },
  }
stream.go:305: D 19:55:16.000 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-5bqdl/pipeline-run-task-failed-okxxvzii-xxx] Requeuing key arendelle-5bqdl/pipeline-run-task-failed-okxxvzii-xxx (by request) after 59m57.014027579s (depth: 0)
stream.go:305: D 19:55:16.002 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-5bqdl/pipeline-run-task-failed-okxxvzii-xxx] Adding to queue arendelle-5bqdl/pipeline-run-task-failed-okxxvzii-xxx (depth: 1)
stream.go:305: D 19:55:16.002 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-5bqdl/pipeline-run-task-failed-okxxvzii] Adding to queue arendelle-5bqdl/pipeline-run-task-failed-okxxvzii (depth: 1)
stream.go:305: D 19:55:16.002 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-5bqdl/pipeline-run-task-failed-okxxvzii-xxx] got tracing carriermap[]
stream.go:305: D 19:55:16.003 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-5bqdl/pipeline-run-task-failed-okxxvzii-xxx] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:16.003 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-5bqdl/pipeline-run-task-failed-okxxvzii-xxx] set taskspec for arendelle-5bqdl/pipeline-run-task-failed-okxxvzii-xxx - script: echo 'test' > /tekton/results/abc
exit 1
stream.go:305: I 19:55:16.003 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-5bqdl/pipeline-run-task-failed-okxxvzii-xxx] Successfully reconciled taskrun pipeline-run-task-failed-okxxvzii-xxx/arendelle-5bqdl with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 55, 16, 3491936, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-update-sa]\""}
stream.go:305: D 19:55:16.003 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-5bqdl/pipeline-run-task-failed-okxxvzii] got tracing carriermap[]
stream.go:305: D 19:55:16.003 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-5bqdl/pipeline-run-task-failed-okxxvzii] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:16.003 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-5bqdl/pipeline-run-task-failed-okxxvzii-xxx] Requeuing key arendelle-5bqdl/pipeline-run-task-failed-okxxvzii-xxx (by request) after 59m56.996349814s (depth: 0)
stream.go:305: I 19:55:16.004 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-5bqdl/pipeline-run-task-failed-okxxvzii] PipelineRun pipeline-run-task-failed-okxxvzii status is being set to &{Succeeded Unknown {2023-05-26 19:55:13 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}
stream.go:305: D 19:55:16.004 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-5bqdl/pipeline-run-task-failed-okxxvzii] Requeuing key arendelle-5bqdl/pipeline-run-task-failed-okxxvzii (by request) after 59m56.995501514s (depth: 0)
stream.go:305: D 19:55:16.987 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-5bqdl/pipeline-run-task-failed-okxxvzii-xxx] Adding to queue arendelle-5bqdl/pipeline-run-task-failed-okxxvzii-xxx (depth: 1)
stream.go:305: D 19:55:16.987 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-5bqdl/pipeline-run-task-failed-okxxvzii-xxx] got tracing carriermap[]
stream.go:305: D 19:55:16.987 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-5bqdl/pipeline-run-task-failed-okxxvzii-xxx] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:16.987 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-5bqdl/pipeline-run-task-failed-okxxvzii-xxx] set taskspec for arendelle-5bqdl/pipeline-run-task-failed-okxxvzii-xxx - script: echo 'test' > /tekton/results/abc
exit 1
stream.go:305: I 19:55:16.997 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-5bqdl/pipeline-run-task-failed-okxxvzii-xxx] Successfully reconciled taskrun pipeline-run-task-failed-okxxvzii-xxx/arendelle-5bqdl with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 55, 16, 997945487, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"}
stream.go:305: D 19:55:16.998 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-5bqdl/pipeline-run-task-failed-okxxvzii-xxx] Adding to queue arendelle-5bqdl/pipeline-run-task-failed-okxxvzii-xxx (depth: 1)
stream.go:305: D 19:55:16.998 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-5bqdl/pipeline-run-task-failed-okxxvzii-xxx] Updating status with:   v1beta1.TaskRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
   Conditions: v1.Conditions{
   {
   Type: "Succeeded",
   Status: "Unknown",
   Severity: "",
-  LastTransitionTime: apis.VolatileTime{Inner: v1.Time{Time: s"2023-05-26 19:55:15 +0000 UTC"}},
+  LastTransitionTime: apis.VolatileTime{
+  Inner: v1.Time{Time: s"2023-05-26 19:55:16.997945487 +0000 UTC m=+155.215081399"},
+  },
-  Reason: "Pending",
+  Reason: "Running",
   Message: strings.Join({
-  `pod status "Ready":"False"; message: "containers with unready st`,
-  `atus: [step-update-sa]"`,
+  "Not all Steps in the Task have finished executing",
   }, ""),
   },
   },
   Annotations: nil,
   },
   TaskRunStatusFields: v1beta1.TaskRunStatusFields{
   PodName: "pipeline-run-task-failed-okxxvzii-xxx-pod",
   StartTime: s"2023-05-26 19:55:13 +0000 UTC",
   CompletionTime: nil,
   Steps: []v1beta1.StepState{
   {
   ContainerState: v1.ContainerState{
-  Waiting: s"&ContainerStateWaiting{Reason:PodInitializing,Message:,}",
+  Waiting: nil,
-  Running: nil,
+  Running: s"&ContainerStateRunning{StartedAt:2023-05-26 19:55:16 +0000 UTC,}",
   Terminated: nil,
   },
   Name: "update-sa",
   ContainerName: "step-update-sa",
-  ImageID: "",
+  ImageID: "docker.io/library/bash@sha256:d6f71002f8b3cb7660d5bec2436a850564e79673c43be75f31908c250f808458",
   },
   },
   CloudEvents: nil,
   RetriesStatus: nil,
   ResourcesResult: nil,
   TaskRunResults: nil,
-  Sidecars: nil,
+  Sidecars: []v1beta1.SidecarState{},
   TaskSpec: &{Steps: {{Name: "update-sa", Image: "bash:latest", Script: "echo 'test' > /tekton/results/abc\nexit 1\n"}}, Results: {{Name: "abc", Type: "string"}}},
   Provenance: nil,
   SpanContext: nil,
   },
  }
stream.go:305: D 19:55:17.019 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-5bqdl/pipeline-run-task-failed-okxxvzii] Adding to queue arendelle-5bqdl/pipeline-run-task-failed-okxxvzii (depth: 1)
stream.go:305: D 19:55:17.019 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-5bqdl/pipeline-run-task-failed-okxxvzii-xxx] Adding to queue arendelle-5bqdl/pipeline-run-task-failed-okxxvzii-xxx (depth: 1)
stream.go:305: D 19:55:17.020 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-5bqdl/pipeline-run-task-failed-okxxvzii] got tracing carriermap[]
stream.go:305: D 19:55:17.020 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-5bqdl/pipeline-run-task-failed-okxxvzii] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: I 19:55:17.021 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-5bqdl/pipeline-run-task-failed-okxxvzii] PipelineRun pipeline-run-task-failed-okxxvzii status is being set to &{Succeeded Unknown {2023-05-26 19:55:13 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}
stream.go:305: D 19:55:17.021 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-5bqdl/pipeline-run-task-failed-okxxvzii] Requeuing key arendelle-5bqdl/pipeline-run-task-failed-okxxvzii (by request) after 59m55.978760186s (depth: 0)
stream.go:305: D 19:55:17.020 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-5bqdl/pipeline-run-task-failed-okxxvzii-xxx] Requeuing key arendelle-5bqdl/pipeline-run-task-failed-okxxvzii-xxx (by request) after 59m56.001883743s (depth: 0)
stream.go:305: D 19:55:17.021 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-5bqdl/pipeline-run-task-failed-okxxvzii-xxx] got tracing carriermap[]
stream.go:305: D 19:55:17.021 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-5bqdl/pipeline-run-task-failed-okxxvzii-xxx] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:17.021 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-5bqdl/pipeline-run-task-failed-okxxvzii-xxx] set taskspec for arendelle-5bqdl/pipeline-run-task-failed-okxxvzii-xxx - script: echo 'test' > /tekton/results/abc
exit 1
stream.go:305: I 19:55:17.022 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-5bqdl/pipeline-run-task-failed-okxxvzii-xxx] Successfully reconciled taskrun pipeline-run-task-failed-okxxvzii-xxx/arendelle-5bqdl with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 55, 16, 0, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"}
stream.go:305: D 19:55:17.022 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-5bqdl/pipeline-run-task-failed-okxxvzii-xxx] Requeuing key arendelle-5bqdl/pipeline-run-task-failed-okxxvzii-xxx (by request) after 59m55.977874386s (depth: 0)
stream.go:305: D 19:55:17.993 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-5bqdl/pipeline-run-task-failed-okxxvzii-xxx] Adding to queue arendelle-5bqdl/pipeline-run-task-failed-okxxvzii-xxx (depth: 1)
stream.go:305: D 19:55:17.994 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-5bqdl/pipeline-run-task-failed-okxxvzii-xxx] got tracing carriermap[]
stream.go:305: D 19:55:17.994 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-5bqdl/pipeline-run-task-failed-okxxvzii-xxx] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:17.994 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-5bqdl/pipeline-run-task-failed-okxxvzii-xxx] set taskspec for arendelle-5bqdl/pipeline-run-task-failed-okxxvzii-xxx - script: echo 'test' > /tekton/results/abc
exit 1
stream.go:305: I 19:55:17.995 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-5bqdl/pipeline-run-task-failed-okxxvzii-xxx] Successfully reconciled taskrun pipeline-run-task-failed-okxxvzii-xxx/arendelle-5bqdl with status: &apis.Condition{Type:"Succeeded", Status:"False", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 55, 17, 995045058, time.Local)}, Reason:"Failed", Message:"\"step-update-sa\" exited with code 1 (image: \"docker.io/library/bash@sha256:d6f71002f8b3cb7660d5bec2436a850564e79673c43be75f31908c250f808458\"); for logs run: kubectl -n arendelle-5bqdl logs pipeline-run-task-failed-okxxvzii-xxx-pod -c step-update-sa\n"}
stream.go:305: D 19:55:17.997 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-5bqdl/pipeline-run-task-failed-okxxvzii-xxx] Updating status with:   v1beta1.TaskRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
   Conditions: v1.Conditions{
-  {
-  Type: "Succeeded",
-  Status: "Unknown",
-  LastTransitionTime: apis.VolatileTime{Inner: s"2023-05-26 19:55:16 +0000 UTC"},
-  Reason: "Running",
-  Message: "Not all Steps in the Task have finished executing",
-  },
+  {
+  Type: "Succeeded",
+  Status: "False",
+  LastTransitionTime: apis.VolatileTime{Inner: s"2023-05-26 19:55:17.995045058 +0000 UTC m=+156.212180970"},
+  Reason: "Failed",
+  Message: `"step-update-sa" exited with code 1 (image: "docker.io/library/bash@sha256:d6f71002f8b3cb7660d5bec2436a850564e79673c43be75f31908`...,
+  },
   },
   Annotations: nil,
   },
   TaskRunStatusFields: v1beta1.TaskRunStatusFields{
   PodName: "pipeline-run-task-failed-okxxvzii-xxx-pod",
   StartTime: s"2023-05-26 19:55:13 +0000 UTC",
-  CompletionTime: nil,
+  CompletionTime: s"2023-05-26 19:55:17.995045768 +0000 UTC m=+156.212181680",
   Steps: []v1beta1.StepState{
   {
   ContainerState: v1.ContainerState{
   Waiting: nil,
-  Running: s"&ContainerStateRunning{StartedAt:2023-05-26 19:55:16 +0000 UTC,}",
+  Running: nil,
-  Terminated: nil,
+  Terminated: s`&ContainerStateTerminated{ExitCode:1,Signal:0,Reason:Error,Message:[{"key":"abc","value":"test\n","type":1}],StartedAt:2023-05-26 19:55:17.284 +0000 UTC,FinishedAt:2023-05-26 19:55:17 +0000 UTC,ContainerID:containerd://d98b6a255cf65b00ea4a07332fdf06c71737c`...,
   },
   Name: "update-sa",
   ContainerName: "step-update-sa",
   ImageID: "docker.io/library/bash@sha256:d6f71002f8b3cb7660d5bec2436a850564"...,
   },
   },
   CloudEvents: nil,
   RetriesStatus: nil,
   ResourcesResult: nil,
   TaskRunResults: nil,
-  Sidecars: nil,
+  Sidecars: []v1beta1.SidecarState{},
   TaskSpec: &{Steps: {{Name: "update-sa", Image: "bash:latest", Script: "echo 'test' > /tekton/results/abc\nexit 1\n"}}, Results: {{Name: "abc", Type: "string"}}},
   Provenance: nil,
   SpanContext: nil,
   },
  }
stream.go:305: D 19:55:18.019 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-5bqdl/pipeline-run-task-failed-okxxvzii-xxx] Requeuing key arendelle-5bqdl/pipeline-run-task-failed-okxxvzii-xxx (by request) after 59m55.004690291s (depth: 0)
stream.go:305: D 19:55:18.020 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-5bqdl/pipeline-run-task-failed-okxxvzii] Adding to queue arendelle-5bqdl/pipeline-run-task-failed-okxxvzii (depth: 1)
stream.go:305: D 19:55:18.020 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-5bqdl/pipeline-run-task-failed-okxxvzii] got tracing carriermap[]
stream.go:305: D 19:55:18.020 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-5bqdl/pipeline-run-task-failed-okxxvzii] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:18.020 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-5bqdl/pipeline-run-task-failed-okxxvzii-xxx] Adding to queue arendelle-5bqdl/pipeline-run-task-failed-okxxvzii-xxx (depth: 1)
stream.go:305: I 19:55:18.021 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-5bqdl/pipeline-run-task-failed-okxxvzii] All TaskRuns have finished for PipelineRun pipeline-run-task-failed-okxxvzii so it has finished
stream.go:305: I 19:55:18.022 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-5bqdl/pipeline-run-task-failed-okxxvzii] PipelineRun pipeline-run-task-failed-okxxvzii status is being set to &{Succeeded False {2023-05-26 19:55:18.022055557 +0000 UTC m=+156.239191509} Failed Tasks Completed: 1 (Failed: 1, Cancelled 0), Skipped: 0}
stream.go:305: D 19:55:18.022 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-5bqdl/pipeline-run-task-failed-okxxvzii-xxx] got tracing carriermap[]
stream.go:305: D 19:55:18.022 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-5bqdl/pipeline-run-task-failed-okxxvzii-xxx] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: I 19:55:18.022 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-5bqdl/pipeline-run-task-failed-okxxvzii-xxx] taskrun done : pipeline-run-task-failed-okxxvzii-xxx
stream.go:305: D 19:55:18.023 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-5bqdl/pipeline-run-task-failed-okxxvzii] Updating status with:   v1beta1.PipelineRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
   Conditions: v1.Conditions{
-  {
-  Type: "Succeeded",
-  Status: "Unknown",
-  LastTransitionTime: apis.VolatileTime{Inner: s"2023-05-26 19:55:13 +0000 UTC"},
-  Reason: "Running",
-  Message: "Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0",
-  },
+  {
+  Type: "Succeeded",
+  Status: "False",
+  LastTransitionTime: apis.VolatileTime{Inner: s"2023-05-26 19:55:18.022055557 +0000 UTC m=+156.239191509"},
+  Reason: "Failed",
+  Message: "Tasks Completed: 1 (Failed: 1, Cancelled 0), Skipped: 0",
+  },
   },
   Annotations: nil,
   },
   PipelineRunStatusFields: v1beta1.PipelineRunStatusFields{
   StartTime: s"2023-05-26 19:55:13 +0000 UTC",
-  CompletionTime: nil,
+  CompletionTime: s"2023-05-26 19:55:18.022055557 +0000 UTC m=+156.239191509",
   TaskRuns: nil,
   Runs: nil,
   ... // 7 identical fields
   },
  }
stream.go:305: I 19:55:18.029 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-5bqdl/pipeline-run-task-failed-okxxvzii-xxx] Reconcile succeeded
stream.go:305: D 19:55:18.037 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-5bqdl/pipeline-run-task-failed-okxxvzii] Adding to queue arendelle-5bqdl/pipeline-run-task-failed-okxxvzii (depth: 1)
stream.go:305: D 19:55:18.037 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-5bqdl/pipeline-run-task-failed-okxxvzii] Requeuing key arendelle-5bqdl/pipeline-run-task-failed-okxxvzii (by request) after 59m54.977379623s (depth: 0)
stream.go:305: D 19:55:18.038 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-5bqdl/pipeline-run-task-failed-okxxvzii] got tracing carriermap[]
stream.go:305: D 19:55:18.038 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-5bqdl/pipeline-run-task-failed-okxxvzii] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: I 19:55:18.038 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-5bqdl/pipeline-run-task-failed-okxxvzii] Reconcile succeeded
pipelinerun_test.go:1038: Deleting namespace arendelle-5bqdl
--- PASS: TestPipelineRunTaskFailed (5.10s)
=== RUN TestPropagatedParams
=== PAUSE TestPropagatedParams
=== RUN TestCreateImage
2023/05/26 19:55:18 GET /v2/
2023/05/26 19:55:18 HEAD /v2/task/test-create-image/blobs/sha256:dde0f71137f2e7b5f46b439840ccf4d11c72a8853201b04f6a118365853aa8a6 404 BLOB_UNKNOWN Unknown blob
2023/05/26 19:55:18 HEAD /v2/task/test-create-image/blobs/sha256:9ab10150462e0b713850897e4d47ddc1e0e82a392683c177b430652929c36cc4 404 BLOB_UNKNOWN Unknown blob
2023/05/26 19:55:18 POST /v2/task/test-create-image/blobs/uploads/
2023/05/26 19:55:18 POST /v2/task/test-create-image/blobs/uploads/
2023/05/26 19:55:18 PATCH /v2/task/test-create-image/blobs/uploads/6399915735999523636
2023/05/26 19:55:18 PATCH /v2/task/test-create-image/blobs/uploads/5944349857449967215
2023/05/26 19:55:18 PUT /v2/task/test-create-image/blobs/uploads/6399915735999523636?digest=sha256%3A9ab10150462e0b713850897e4d47ddc1e0e82a392683c177b430652929c36cc4
2023/05/26 19:55:18 PUT /v2/task/test-create-image/blobs/uploads/5944349857449967215?digest=sha256%3Adde0f71137f2e7b5f46b439840ccf4d11c72a8853201b04f6a118365853aa8a6
2023/05/26 19:55:18 PUT /v2/task/test-create-image/manifests/latest
2023/05/26 19:55:18 GET /v2/
2023/05/26 19:55:18 GET /v2/task/test-create-image/manifests/sha256:78e6c563134c9d91efdcb2ee897ac03f12945318efe148dd84ff298c855d1416
2023/05/26 19:55:18 GET /v2/task/test-create-image/blobs/sha256:dde0f71137f2e7b5f46b439840ccf4d11c72a8853201b04f6a118365853aa8a6
--- PASS: TestCreateImage (0.03s)
=== RUN TestHubResolver
resolvers_test.go:80: Create namespace arendelle-drcgh to deploy to
resolvers_test.go:80: Verify SA "default" is created in namespace "arendelle-drcgh"
=== PAUSE TestHubResolver
=== RUN TestHubResolver_Failure
resolvers_test.go:139: Create namespace arendelle-ww8lk to deploy to
resolvers_test.go:139: Verify SA "default" is created in namespace "arendelle-ww8lk"
=== PAUSE TestHubResolver_Failure
=== RUN TestGitResolver_Clone
resolvers_test.go:202: Create namespace arendelle-h72fz to deploy to
resolvers_test.go:202: Verify SA "default" is created in namespace "arendelle-h72fz"
=== PAUSE TestGitResolver_Clone
=== RUN TestGitResolver_Clone_Failure
=== RUN TestGitResolver_Clone_Failure/repo_does_not_exist
resolvers_test.go:303: Create namespace arendelle-pv579 to deploy to
resolvers_test.go:303: Verify SA "default" is created in namespace "arendelle-pv579"
=== PAUSE TestGitResolver_Clone_Failure/repo_does_not_exist
=== RUN TestGitResolver_Clone_Failure/path_does_not_exist
resolvers_test.go:303: Create namespace arendelle-pj7l5 to deploy to
resolvers_test.go:303: Verify SA "default" is created in namespace "arendelle-pj7l5"
=== PAUSE TestGitResolver_Clone_Failure/path_does_not_exist
=== RUN TestGitResolver_Clone_Failure/commit_does_not_exist
resolvers_test.go:303: Create namespace arendelle-p4vzx to deploy to
resolvers_test.go:303: Verify SA "default" is created in namespace "arendelle-p4vzx"
=== PAUSE TestGitResolver_Clone_Failure/commit_does_not_exist
=== CONT TestGitResolver_Clone_Failure/path_does_not_exist
=== CONT TestGitResolver_Clone_Failure/commit_does_not_exist
=== CONT TestGitResolver_Clone_Failure/repo_does_not_exist
=== NAME TestGitResolver_Clone_Failure/path_does_not_exist
resolvers_test.go:354: Waiting for PipelineRun git-resolver-clone-failure-path-does-not--aipmcysr in namespace arendelle-pj7l5 to complete
=== NAME TestGitResolver_Clone
stream.go:305: D 19:55:19.052 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-pj7l5/git-resolver-clone-failure-path-does-not--aipmcysr] Adding to queue arendelle-pj7l5/git-resolver-clone-failure-path-does-not--aipmcysr (depth: 1)
stream.go:305: D 19:55:19.053 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-pj7l5/git-resolver-clone-failure-path-does-not--aipmcysr] got tracing carriermap[]
stream.go:305: D 19:55:19.053 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-pj7l5/git-resolver-clone-failure-path-does-not--aipmcysr] tracerProvider doesn't provide a traceId, tracing is disabled
=== NAME TestGitResolver_Clone_Failure/commit_does_not_exist
resolvers_test.go:354: Waiting for PipelineRun git-resolver-clone-failure-commit-does-no-fbkedpor in namespace arendelle-p4vzx to complete
=== NAME TestGitResolver_Clone
stream.go:305: D 19:55:19.055 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-p4vzx/git-resolver-clone-failure-commit-does-no-fbkedpor] Adding to queue arendelle-p4vzx/git-resolver-clone-failure-commit-does-no-fbkedpor (depth: 1)
stream.go:305: D 19:55:19.055 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-p4vzx/git-resolver-clone-failure-commit-does-no-fbkedpor] got tracing carriermap[]
stream.go:305: D 19:55:19.055 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-p4vzx/git-resolver-clone-failure-commit-does-no-fbkedpor] tracerProvider doesn't provide a traceId, tracing is disabled
=== NAME TestGitResolver_Clone_Failure/repo_does_not_exist
resolvers_test.go:354: Waiting for PipelineRun git-resolver-clone-failure-repo-does-not--kgtxclhw in namespace arendelle-pv579 to complete
=== NAME TestGitResolver_Clone
stream.go:305: D 19:55:19.064 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-pv579/git-resolver-clone-failure-repo-does-not--kgtxclhw] Adding to queue arendelle-pv579/git-resolver-clone-failure-repo-does-not--kgtxclhw (depth: 1)
stream.go:305: D 19:55:19.069 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-p4vzx/git-resolver-clone-failure-commit-does-no-fbkedpor] Adding to queue arendelle-p4vzx/git-resolver-clone-failure-commit-does-no-fbkedpor (depth: 2)
stream.go:305: D 19:55:19.074 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-pj7l5/git-resolver-clone-failure-path-does-not--aipmcysr] Adding to queue arendelle-pj7l5/git-resolver-clone-failure-path-does-not--aipmcysr (depth: 2)
stream.go:305: D 19:55:19.083 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-p4vzx/git-resolver-clone-failure-commit-does-no-fbkedpor] Adding to queue arendelle-p4vzx/git-resolver-clone-failure-commit-does-no-fbkedpor (depth: 2)
stream.go:305: D 19:55:19.087 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-p4vzx/git-resolver-clone-failure-commit-does-no-fbkedpor] Adding to queue arendelle-p4vzx/git-resolver-clone-failure-commit-does-no-fbkedpor (depth: 2)
stream.go:305: D 19:55:19.091 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-pj7l5/git-resolver-clone-failure-path-does-not--aipmcysr] Adding to queue arendelle-pj7l5/git-resolver-clone-failure-path-does-not--aipmcysr (depth: 2)
stream.go:305: D 19:55:19.091 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-p4vzx/git-resolver-clone-failure-commit-does-no-fbkedpor] Updating status with:   v1beta1.PipelineRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
-  Conditions: nil,
+  Conditions: v1.Conditions{
+  {
+  Type: "Succeeded",
+  Status: "Unknown",
+  LastTransitionTime: apis.VolatileTime{Inner: s"2023-05-26 19:55:19.069483692 +0"...},
+  Reason: "ResolvingTaskRef",
+  Message: "PipelineRun arendelle-p4vzx/git-resolver-clone-failure-commit-do"...,
+  },
+  },
   Annotations: nil,
   },
   PipelineRunStatusFields: v1beta1.PipelineRunStatusFields{
-  StartTime: nil,
+  StartTime: s"2023-05-26 19:55:19.055764199 +0000 UTC m=+157.272900131",
   CompletionTime: nil,
   TaskRuns: nil,
   Runs: nil,
   PipelineResults: nil,
-  PipelineSpec: nil,
+  PipelineSpec: &v1beta1.PipelineSpec{
+  Tasks: []v1beta1.PipelineTask{
+  {
+  Name: "task1",
+  TaskRef: &v1beta1.TaskRef{...},
+  Params: v1beta1.Params{...},
+  Workspaces: []v1beta1.WorkspacePipelineTaskBinding{...},
+  },
+  },
+  Workspaces: []v1beta1.PipelineWorkspaceDeclaration{{Name: "output"}},
+  },
   SkippedTasks: nil,
   ChildReferences: nil,
   ... // 3 identical fields
   },
  }
stream.go:305: D 19:55:19.091 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-pj7l5/git-resolver-clone-failure-path-does-not--aipmcysr] Adding to queue arendelle-pj7l5/git-resolver-clone-failure-path-does-not--aipmcysr (depth: 2)
stream.go:305: D 19:55:19.091 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-pj7l5/git-resolver-clone-failure-path-does-not--aipmcysr] Updating status with:   v1beta1.PipelineRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
-  Conditions: nil,
+  Conditions: v1.Conditions{
+  {
+  Type: "Succeeded",
+  Status: "Unknown",
+  LastTransitionTime: apis.VolatileTime{Inner: s"2023-05-26 19:55:19.075191314 +0"...},
+  Reason: "ResolvingTaskRef",
+  Message: "PipelineRun arendelle-pj7l5/git-resolver-clone-failure-path-does"...,
+  },
+  },
   Annotations: nil,
   },
   PipelineRunStatusFields: v1beta1.PipelineRunStatusFields{
-  StartTime: nil,
+  StartTime: s"2023-05-26 19:55:19.053267068 +0000 UTC m=+157.270402980",
   CompletionTime: nil,
   TaskRuns: nil,
   Runs: nil,
   PipelineResults: nil,
-  PipelineSpec: nil,
+  PipelineSpec: &v1beta1.PipelineSpec{
+  Tasks: []v1beta1.PipelineTask{
+  {
+  Name: "task1",
+  TaskRef: &v1beta1.TaskRef{...},
+  Params: v1beta1.Params{...},
+  Workspaces: []v1beta1.WorkspacePipelineTaskBinding{...},
+  },
+  },
+  Workspaces: []v1beta1.PipelineWorkspaceDeclaration{{Name: "output"}},
+  },
   SkippedTasks: nil,
   ChildReferences: nil,
   ... // 3 identical fields
   },
  }
stream.go:305: D 19:55:19.114 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-pj7l5/git-resolver-clone-failure-path-does-not--aipmcysr] Updating status with:   v1beta1.PipelineRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
-  Conditions: nil,
+  Conditions: v1.Conditions{
+  {
+  Type: "Succeeded",
+  Status: "Unknown",
+  LastTransitionTime: apis.VolatileTime{Inner: s"2023-05-26 19:55:19.075191314 +0"...},
+  Reason: "ResolvingTaskRef",
+  Message: "PipelineRun arendelle-pj7l5/git-resolver-clone-failure-path-does"...,
+  },
+  },
   Annotations: nil,
   },
   PipelineRunStatusFields: v1beta1.PipelineRunStatusFields{
-  StartTime: nil,
+  StartTime: s"2023-05-26 19:55:19.053267068 +0000 UTC m=+157.270402980",
   CompletionTime: nil,
   TaskRuns: nil,
   Runs: nil,
   PipelineResults: nil,
-  PipelineSpec: nil,
+  PipelineSpec: &v1beta1.PipelineSpec{
+  Tasks: []v1beta1.PipelineTask{
+  {
+  Name: "task1",
+  TaskRef: &v1beta1.TaskRef{...},
+  Params: v1beta1.Params{...},
+  Workspaces: []v1beta1.WorkspacePipelineTaskBinding{...},
+  },
+  },
+  Workspaces: []v1beta1.PipelineWorkspaceDeclaration{{Name: "output"}},
+  },
   SkippedTasks: nil,
   ChildReferences: nil,
   ... // 3 identical fields
   },
  }
stream.go:305: D 19:55:19.115 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-p4vzx/git-resolver-clone-failure-commit-does-no-fbkedpor] Updating status with:   v1beta1.PipelineRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
-  Conditions: nil,
+  Conditions: v1.Conditions{
+  {
+  Type: "Succeeded",
+  Status: "Unknown",
+  LastTransitionTime: apis.VolatileTime{Inner: s"2023-05-26 19:55:19.069483692 +0"...},
+  Reason: "ResolvingTaskRef",
+  Message: "PipelineRun arendelle-p4vzx/git-resolver-clone-failure-commit-do"...,
+  },
+  },
   Annotations: nil,
   },
   PipelineRunStatusFields: v1beta1.PipelineRunStatusFields{
-  StartTime: nil,
+  StartTime: s"2023-05-26 19:55:19.055764199 +0000 UTC m=+157.272900131",
   CompletionTime: nil,
   TaskRuns: nil,
   Runs: nil,
   PipelineResults: nil,
-  PipelineSpec: nil,
+  PipelineSpec: &v1beta1.PipelineSpec{
+  Tasks: []v1beta1.PipelineTask{
+  {
+  Name: "task1",
+  TaskRef: &v1beta1.TaskRef{...},
+  Params: v1beta1.Params{...},
+  Workspaces: []v1beta1.WorkspacePipelineTaskBinding{...},
+  },
+  },
+  Workspaces: []v1beta1.PipelineWorkspaceDeclaration{{Name: "output"}},
+  },
   SkippedTasks: nil,
   ChildReferences: nil,
   ... // 3 identical fields
   },
  }
stream.go:305: D 19:55:19.127 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-pj7l5/git-resolver-clone-failure-path-does-not--aipmcysr] Adding to queue arendelle-pj7l5/git-resolver-clone-failure-path-does-not--aipmcysr (depth: 2)
stream.go:305: D 19:55:19.128 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-pj7l5/git-resolver-clone-failure-path-does-not--aipmcysr] Requeuing key arendelle-pj7l5/git-resolver-clone-failure-path-does-not--aipmcysr (by request) after 59m59.961905099s (depth: 1)
stream.go:305: D 19:55:19.128 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-pv579/git-resolver-clone-failure-repo-does-not--kgtxclhw] got tracing carriermap[]
stream.go:305: D 19:55:19.128 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-pv579/git-resolver-clone-failure-repo-does-not--kgtxclhw] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:19.129 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-p4vzx/git-resolver-clone-failure-commit-does-no-fbkedpor] Adding to queue arendelle-p4vzx/git-resolver-clone-failure-commit-does-no-fbkedpor (depth: 2)
stream.go:305: D 19:55:19.130 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-p4vzx/git-resolver-clone-failure-commit-does-no-fbkedpor] Requeuing key arendelle-p4vzx/git-resolver-clone-failure-commit-does-no-fbkedpor (by request) after 59m59.96488402s (depth: 1)
stream.go:305: D 19:55:19.130 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-pj7l5/git-resolver-clone-failure-path-does-not--aipmcysr] got tracing carriermap[]
stream.go:305: D 19:55:19.130 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-pj7l5/git-resolver-clone-failure-path-does-not--aipmcysr] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:19.131 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-pj7l5/git-resolver-clone-failure-path-does-not--aipmcysr] Requeuing key arendelle-pj7l5/git-resolver-clone-failure-path-does-not--aipmcysr (by request) after 59m59.869101529s (depth: 1)
stream.go:305: D 19:55:19.131 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-p4vzx/git-resolver-clone-failure-commit-does-no-fbkedpor] got tracing carriermap[]
stream.go:305: D 19:55:19.131 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-p4vzx/git-resolver-clone-failure-commit-does-no-fbkedpor] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:19.132 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-p4vzx/git-resolver-clone-failure-commit-does-no-fbkedpor] Requeuing key arendelle-p4vzx/git-resolver-clone-failure-commit-does-no-fbkedpor (by request) after 59m59.867735719s (depth: 0)
stream.go:305: D 19:55:19.140 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-pv579/git-resolver-clone-failure-repo-does-not--kgtxclhw] Adding to queue arendelle-pv579/git-resolver-clone-failure-repo-does-not--kgtxclhw (depth: 1)
stream.go:305: D 19:55:19.156 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-pv579/git-resolver-clone-failure-repo-does-not--kgtxclhw] Adding to queue arendelle-pv579/git-resolver-clone-failure-repo-does-not--kgtxclhw (depth: 1)
stream.go:305: D 19:55:19.157 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-pv579/git-resolver-clone-failure-repo-does-not--kgtxclhw] Adding to queue arendelle-pv579/git-resolver-clone-failure-repo-does-not--kgtxclhw (depth: 1)
stream.go:305: D 19:55:19.157 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-pv579/git-resolver-clone-failure-repo-does-not--kgtxclhw] Updating status with:   v1beta1.PipelineRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
-  Conditions: nil,
+  Conditions: v1.Conditions{
+  {
+  Type: "Succeeded",
+  Status: "Unknown",
+  LastTransitionTime: apis.VolatileTime{Inner: s"2023-05-26 19:55:19.141245053 +0"...},
+  Reason: "ResolvingTaskRef",
+  Message: "PipelineRun arendelle-pv579/git-resolver-clone-failure-repo-does"...,
+  },
+  },
   Annotations: nil,
   },
   PipelineRunStatusFields: v1beta1.PipelineRunStatusFields{
-  StartTime: nil,
+  StartTime: s"2023-05-26 19:55:19.12871428 +0000 UTC m=+157.345850202",
   CompletionTime: nil,
   TaskRuns: nil,
   Runs: nil,
   PipelineResults: nil,
-  PipelineSpec: nil,
+  PipelineSpec: &v1beta1.PipelineSpec{
+  Tasks: []v1beta1.PipelineTask{
+  {
+  Name: "task1",
+  TaskRef: &v1beta1.TaskRef{...},
+  Params: v1beta1.Params{...},
+  Workspaces: []v1beta1.WorkspacePipelineTaskBinding{...},
+  },
+  },
+  Workspaces: []v1beta1.PipelineWorkspaceDeclaration{{Name: "output"}},
+  },
   SkippedTasks: nil,
   ChildReferences: nil,
   ... // 3 identical fields
   },
  }
stream.go:305: D 19:55:19.183 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-pv579/git-resolver-clone-failure-repo-does-not--kgtxclhw] Updating status with:   v1beta1.PipelineRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
-  Conditions: nil,
+  Conditions: v1.Conditions{
+  {
+  Type: "Succeeded",
+  Status: "Unknown",
+  LastTransitionTime: apis.VolatileTime{Inner: s"2023-05-26 19:55:19.141245053 +0"...},
+  Reason: "ResolvingTaskRef",
+  Message: "PipelineRun arendelle-pv579/git-resolver-clone-failure-repo-does"...,
+  },
+  },
   Annotations: nil,
   },
   PipelineRunStatusFields: v1beta1.PipelineRunStatusFields{
-  StartTime: nil,
+  StartTime: s"2023-05-26 19:55:19.12871428 +0000 UTC m=+157.345850202",
   CompletionTime: nil,
   TaskRuns: nil,
   Runs: nil,
   PipelineResults: nil,
-  PipelineSpec: nil,
+  PipelineSpec: &v1beta1.PipelineSpec{
+  Tasks: []v1beta1.PipelineTask{
+  {
+  Name: "task1",
+  TaskRef: &v1beta1.TaskRef{...},
+  Params: v1beta1.Params{...},
+  Workspaces: []v1beta1.WorkspacePipelineTaskBinding{...},
+  },
+  },
+  Workspaces: []v1beta1.PipelineWorkspaceDeclaration{{Name: "output"}},
+  },
   SkippedTasks: nil,
   ChildReferences: nil,
   ... // 3 identical fields
   },
  }
stream.go:305: D 19:55:19.194 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-pv579/git-resolver-clone-failure-repo-does-not--kgtxclhw] Adding to queue arendelle-pv579/git-resolver-clone-failure-repo-does-not--kgtxclhw (depth: 1)
stream.go:305: D 19:55:19.195 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-pv579/git-resolver-clone-failure-repo-does-not--kgtxclhw] Requeuing key arendelle-pv579/git-resolver-clone-failure-repo-does-not--kgtxclhw (by request) after 59m59.971160592s (depth: 0)
stream.go:305: D 19:55:19.195 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-pv579/git-resolver-clone-failure-repo-does-not--kgtxclhw] got tracing carriermap[]
stream.go:305: D 19:55:19.195 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-pv579/git-resolver-clone-failure-repo-does-not--kgtxclhw] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:19.196 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-pv579/git-resolver-clone-failure-repo-does-not--kgtxclhw] Requeuing key arendelle-pv579/git-resolver-clone-failure-repo-does-not--kgtxclhw (by request) after 59m59.80381943s (depth: 0)
stream.go:305: D 19:55:20.723 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-p4vzx/git-resolver-clone-failure-commit-does-no-fbkedpor] Adding to queue arendelle-p4vzx/git-resolver-clone-failure-commit-does-no-fbkedpor (depth: 1)
stream.go:305: D 19:55:20.723 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-p4vzx/git-resolver-clone-failure-commit-does-no-fbkedpor] got tracing carriermap[]
stream.go:305: D 19:55:20.723 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-p4vzx/git-resolver-clone-failure-commit-does-no-fbkedpor] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: E 19:55:20.724 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-p4vzx/git-resolver-clone-failure-commit-does-no-fbkedpor] Reconcile error: Couldn't retrieve Task "": error requesting remote resource: error getting "Git" "arendelle-p4vzx/git-668df2e8fd60e110bae1b141a9cd7967": revision error: reference not found
stream.go:305: D 19:55:20.725 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-p4vzx/git-resolver-clone-failure-commit-does-no-fbkedpor] Updating status with:   v1beta1.PipelineRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
   Conditions: v1.Conditions{
-  {
-  Type: "Succeeded",
-  Status: "Unknown",
-  LastTransitionTime: apis.VolatileTime{Inner: s"2023-05-26 19:55:19 +0000 UTC"},
-  Reason: "ResolvingTaskRef",
-  Message: "PipelineRun arendelle-p4vzx/git-resolver-clone-failure-commit-does-no-fbkedpor awaiting remote resource",
-  },
+  {
+  Type: "Succeeded",
+  Status: "False",
+  LastTransitionTime: apis.VolatileTime{Inner: s"2023-05-26 19:55:20.724181096 +0000 UTC m=+158.941317028"},
+  Reason: "CouldntGetTask",
+  Message: "Pipeline arendelle-p4vzx/git-resolver-clone-failure-commit-does-no-fbkedpor can't be Run; it contains Tasks that don't exist: Co"...,
+  },
   },
   Annotations: nil,
   },
   PipelineRunStatusFields: v1beta1.PipelineRunStatusFields{
   StartTime: s"2023-05-26 19:55:19 +0000 UTC",
-  CompletionTime: nil,
+  CompletionTime: s"2023-05-26 19:55:20.724181096 +0000 UTC m=+158.941317028",
   TaskRuns: nil,
   Runs: nil,
   ... // 7 identical fields
   },
  }
stream.go:305: E 19:55:20.739 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-p4vzx/git-resolver-clone-failure-commit-does-no-fbkedpor] Returned an error err=1 error occurred:
* Couldn't retrieve Task "": error requesting remote resource: error getting "Git" "arendelle-p4vzx/git-668df2e8fd60e110bae1b141a9cd7967": revision error: reference not found
stream.go:305: E 19:55:20.739 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-p4vzx/git-resolver-clone-failure-commit-does-no-fbkedpor] Reconcile error err=1 error occurred:
* Couldn't retrieve Task "": error requesting remote resource: error getting "Git" "arendelle-p4vzx/git-668df2e8fd60e110bae1b141a9cd7967": revision error: reference not found
stream.go:305: D 19:55:20.739 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-p4vzx/git-resolver-clone-failure-commit-does-no-fbkedpor] Adding to queue arendelle-p4vzx/git-resolver-clone-failure-commit-does-no-fbkedpor (depth: 1)
stream.go:305: D 19:55:20.740 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-p4vzx/git-resolver-clone-failure-commit-does-no-fbkedpor] got tracing carriermap[]
stream.go:305: D 19:55:20.740 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-p4vzx/git-resolver-clone-failure-commit-does-no-fbkedpor] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: I 19:55:20.743 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-p4vzx/git-resolver-clone-failure-commit-does-no-fbkedpor] Reconcile succeeded
stream.go:305: D 19:55:20.781 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-pv579/git-resolver-clone-failure-repo-does-not--kgtxclhw] Adding to queue arendelle-pv579/git-resolver-clone-failure-repo-does-not--kgtxclhw (depth: 1)
stream.go:305: D 19:55:20.782 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-pv579/git-resolver-clone-failure-repo-does-not--kgtxclhw] got tracing carriermap[]
stream.go:305: D 19:55:20.782 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-pv579/git-resolver-clone-failure-repo-does-not--kgtxclhw] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: E 19:55:20.783 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-pv579/git-resolver-clone-failure-repo-does-not--kgtxclhw] Reconcile error: Couldn't retrieve Task "": error requesting remote resource: error getting "Git" "arendelle-pv579/git-cb6999a6c074c56e55e73d82b0a603d3": clone error: authentication required
stream.go:305: D 19:55:20.784 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-pv579/git-resolver-clone-failure-repo-does-not--kgtxclhw] Updating status with:   v1beta1.PipelineRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
   Conditions: v1.Conditions{
-  {
-  Type: "Succeeded",
-  Status: "Unknown",
-  LastTransitionTime: apis.VolatileTime{Inner: s"2023-05-26 19:55:19 +0000 UTC"},
-  Reason: "ResolvingTaskRef",
-  Message: "PipelineRun arendelle-pv579/git-resolver-clone-failure-repo-does-not--kgtxclhw awaiting remote resource",
-  },
+  {
+  Type: "Succeeded",
+  Status: "False",
+  LastTransitionTime: apis.VolatileTime{Inner: s"2023-05-26 19:55:20.783307593 +0000 UTC m=+159.000443535"},
+  Reason: "CouldntGetTask",
+  Message: "Pipeline arendelle-pv579/git-resolver-clone-failure-repo-does-not--kgtxclhw can't be Run; it contains Tasks that don't exist: Co"...,
+  },
   },
   Annotations: nil,
   },
   PipelineRunStatusFields: v1beta1.PipelineRunStatusFields{
   StartTime: s"2023-05-26 19:55:19 +0000 UTC",
-  CompletionTime: nil,
+  CompletionTime: s"2023-05-26 19:55:20.783307593 +0000 UTC m=+159.000443535",
   TaskRuns: nil,
   Runs: nil,
   ... // 7 identical fields
   },
  }
stream.go:305: D 19:55:20.798 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-pv579/git-resolver-clone-failure-repo-does-not--kgtxclhw] Adding to queue arendelle-pv579/git-resolver-clone-failure-repo-does-not--kgtxclhw (depth: 1)
stream.go:305: E 19:55:20.799 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-pv579/git-resolver-clone-failure-repo-does-not--kgtxclhw] Returned an error err=1 error occurred:
* Couldn't retrieve Task "": error requesting remote resource: error getting "Git" "arendelle-pv579/git-cb6999a6c074c56e55e73d82b0a603d3": clone error: authentication required
stream.go:305: E 19:55:20.799 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-pv579/git-resolver-clone-failure-repo-does-not--kgtxclhw] Reconcile error err=1 error occurred:
* Couldn't retrieve Task "": error requesting remote resource: error getting "Git" "arendelle-pv579/git-cb6999a6c074c56e55e73d82b0a603d3": clone error: authentication required
stream.go:305: D 19:55:20.799 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-pv579/git-resolver-clone-failure-repo-does-not--kgtxclhw] got tracing carriermap[]
stream.go:305: D 19:55:20.800 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-pv579/git-resolver-clone-failure-repo-does-not--kgtxclhw] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: I 19:55:20.803 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-pv579/git-resolver-clone-failure-repo-does-not--kgtxclhw] Reconcile succeeded
stream.go:305: D 19:55:21.013 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-pj7l5/git-resolver-clone-failure-path-does-not--aipmcysr] Adding to queue arendelle-pj7l5/git-resolver-clone-failure-path-does-not--aipmcysr (depth: 1)
stream.go:305: D 19:55:21.014 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-pj7l5/git-resolver-clone-failure-path-does-not--aipmcysr] got tracing carriermap[]
stream.go:305: D 19:55:21.014 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-pj7l5/git-resolver-clone-failure-path-does-not--aipmcysr] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: E 19:55:21.014 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-pj7l5/git-resolver-clone-failure-path-does-not--aipmcysr] Reconcile error: Couldn't retrieve Task "": error requesting remote resource: error getting "Git" "arendelle-pj7l5/git-f85e6acf74b3fe17ffe7c4e4d0c46df6": error opening file "/task/banana/55.55/banana.yaml": file does not exist
stream.go:305: D 19:55:21.015 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-pj7l5/git-resolver-clone-failure-path-does-not--aipmcysr] Updating status with:   v1beta1.PipelineRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
   Conditions: v1.Conditions{
-  {
-  Type: "Succeeded",
-  Status: "Unknown",
-  LastTransitionTime: apis.VolatileTime{Inner: s"2023-05-26 19:55:19 +0000 UTC"},
-  Reason: "ResolvingTaskRef",
-  Message: "PipelineRun arendelle-pj7l5/git-resolver-clone-failure-path-does-not--aipmcysr awaiting remote resource",
-  },
+  {
+  Type: "Succeeded",
+  Status: "False",
+  LastTransitionTime: apis.VolatileTime{Inner: s"2023-05-26 19:55:21.014561671 +0000 UTC m=+159.231697603"},
+  Reason: "CouldntGetTask",
+  Message: "Pipeline arendelle-pj7l5/git-resolver-clone-failure-path-does-not--aipmcysr can't be Run; it contains Tasks that don't exist: Co"...,
+  },
   },
   Annotations: nil,
   },
   PipelineRunStatusFields: v1beta1.PipelineRunStatusFields{
   StartTime: s"2023-05-26 19:55:19 +0000 UTC",
-  CompletionTime: nil,
+  CompletionTime: s"2023-05-26 19:55:21.014561671 +0000 UTC m=+159.231697603",
   TaskRuns: nil,
   Runs: nil,
   ... // 7 identical fields
   },
  }
stream.go:305: E 19:55:21.031 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-pj7l5/git-resolver-clone-failure-path-does-not--aipmcysr] Returned an error err=1 error occurred:
* Couldn't retrieve Task "": error requesting remote resource: error getting "Git" "arendelle-pj7l5/git-f85e6acf74b3fe17ffe7c4e4d0c46df6": error opening file "/task/banana/55.55/banana.yaml": file does not exist
stream.go:305: E 19:55:21.031 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-pj7l5/git-resolver-clone-failure-path-does-not--aipmcysr] Reconcile error err=1 error occurred:
* Couldn't retrieve Task "": error requesting remote resource: error getting "Git" "arendelle-pj7l5/git-f85e6acf74b3fe17ffe7c4e4d0c46df6": error opening file "/task/banana/55.55/banana.yaml": file does not exist
stream.go:305: D 19:55:21.032 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-pj7l5/git-resolver-clone-failure-path-does-not--aipmcysr] Adding to queue arendelle-pj7l5/git-resolver-clone-failure-path-does-not--aipmcysr (depth: 1)
stream.go:305: D 19:55:21.032 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-pj7l5/git-resolver-clone-failure-path-does-not--aipmcysr] got tracing carriermap[]
stream.go:305: D 19:55:21.032 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-pj7l5/git-resolver-clone-failure-path-does-not--aipmcysr] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: I 19:55:21.039 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-pj7l5/git-resolver-clone-failure-path-does-not--aipmcysr] Reconcile succeeded
=== NAME TestGitResolver_Clone_Failure/commit_does_not_exist
resolvers_test.go:362: Deleting namespace arendelle-p4vzx
=== NAME TestGitResolver_Clone_Failure/path_does_not_exist
resolvers_test.go:362: Deleting namespace arendelle-pj7l5
=== NAME TestGitResolver_Clone_Failure/repo_does_not_exist
resolvers_test.go:362: Deleting namespace arendelle-pv579
--- PASS: TestGitResolver_Clone_Failure (0.17s)
--- PASS: TestGitResolver_Clone_Failure/commit_does_not_exist (2.10s)
--- PASS: TestGitResolver_Clone_Failure/repo_does_not_exist (2.10s)
--- PASS: TestGitResolver_Clone_Failure/path_does_not_exist (2.10s)
=== RUN TestClusterResolver
resolvers_test.go:368: Create namespace arendelle-xwtsz to deploy to
resolvers_test.go:368: Verify SA "default" is created in namespace "arendelle-xwtsz"
=== PAUSE TestClusterResolver
=== RUN TestClusterResolver_Failure
resolvers_test.go:431: Create namespace arendelle-t59st to deploy to
resolvers_test.go:431: Verify SA "default" is created in namespace "arendelle-t59st"
=== PAUSE TestClusterResolver_Failure
=== RUN TestGitResolver_API
resolvers_test.go:473: Create namespace arendelle-twwh6 to deploy to
resolvers_test.go:473: Verify SA "default" is created in namespace "arendelle-twwh6"
=== PAUSE TestGitResolver_API
=== RUN TestTaskRunRetry
retry_test.go:43: Create namespace arendelle-wlgrd to deploy to
retry_test.go:43: Verify SA "default" is created in namespace "arendelle-wlgrd"
stream.go:305: D 19:55:21.296 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw (depth: 1)
stream.go:305: D 19:55:21.296 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] got tracing carriermap[]
stream.go:305: D 19:55:21.297 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: I 19:55:21.297 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] Creating a new TaskRun object task-run-retry-ubxhoagw-retry-me for pipeline task retry-me
stream.go:305: I 19:55:21.307 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] PipelineRun task-run-retry-ubxhoagw status is being set to &{Succeeded Unknown {2023-05-26 19:55:21.307061046 +0000 UTC m=+159.524196989} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}
stream.go:305: D 19:55:21.307 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw (depth: 1)
stream.go:305: D 19:55:21.307 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (depth: 1)
stream.go:305: D 19:55:21.307 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] got tracing carriermap[]
stream.go:305: D 19:55:21.308 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:21.308 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] set taskspec for arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me - script: exit 1
stream.go:305: I 19:55:21.320 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Successfully reconciled taskrun task-run-retry-ubxhoagw-retry-me/arendelle-wlgrd with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 55, 21, 320224610, time.Local)}, Reason:"Pending", Message:"Pending"}
stream.go:305: D 19:55:21.320 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (depth: 1)
stream.go:305: D 19:55:21.325 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw (depth: 1)
stream.go:305: D 19:55:21.326 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] Updating status with:   v1beta1.PipelineRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
-  Conditions: nil,
+  Conditions: v1.Conditions{
+  {
+  Type: "Succeeded",
+  Status: "Unknown",
+  LastTransitionTime: apis.VolatileTime{Inner: s"2023-05-26 19:55:21.307061046 +0"...},
+  Reason: "Running",
+  Message: "Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skip"...,
+  },
+  },
   Annotations: nil,
   },
   PipelineRunStatusFields: v1beta1.PipelineRunStatusFields{
-  StartTime: nil,
+  StartTime: s"2023-05-26 19:55:21 +0000 UTC",
   CompletionTime: nil,
   TaskRuns: nil,
   Runs: nil,
   PipelineResults: nil,
-  PipelineSpec: nil,
+  PipelineSpec: &v1beta1.PipelineSpec{
+  Tasks: []v1beta1.PipelineTask{{Name: "retry-me", TaskSpec: s"&TypeMeta{APIVersion:,Kind:,}", Retries: 5}},
+  },
   SkippedTasks: nil,
-  ChildReferences: nil,
+  ChildReferences: []v1beta1.ChildStatusReference{
+  {
+  TypeMeta: runtime.TypeMeta{APIVersion: "tekton.dev/v1beta1", Kind: "TaskRun"},
+  Name: "task-run-retry-ubxhoagw-retry-me",
+  PipelineTaskName: "retry-me",
+  },
+  },
   FinallyStartTime: nil,
   Provenance: nil,
   SpanContext: nil,
   },
  }
stream.go:305: D 19:55:21.328 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (depth: 1)
stream.go:305: D 19:55:21.335 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw (depth: 1)
stream.go:305: D 19:55:21.335 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (depth: 1)
stream.go:305: D 19:55:21.335 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Updating status with:   v1beta1.TaskRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
-  Conditions: nil,
+  Conditions: v1.Conditions{
+  {
+  Type: "Succeeded",
+  Status: "Unknown",
+  LastTransitionTime: apis.VolatileTime{Inner: s"2023-05-26 19:55:21.32022461 +00"...},
+  Reason: "Pending",
+  Message: "Pending",
+  },
+  },
   Annotations: nil,
   },
   TaskRunStatusFields: v1beta1.TaskRunStatusFields{
-  PodName: "",
+  PodName: "task-run-retry-ubxhoagw-retry-me-pod",
-  StartTime: nil,
+  StartTime: s"2023-05-26 19:55:21.308038897 +0000 UTC m=+159.525174819",
   CompletionTime: nil,
-  Steps: nil,
+  Steps: []v1beta1.StepState{},
   CloudEvents: nil,
   RetriesStatus: nil,
   ResourcesResult: nil,
   TaskRunResults: nil,
-  Sidecars: nil,
+  Sidecars: []v1beta1.SidecarState{},
-  TaskSpec: nil,
+  TaskSpec: &v1beta1.TaskSpec{Steps: []v1beta1.Step{{Image: "busybox", Script: "exit 1"}}},
   Provenance: nil,
   SpanContext: nil,
   },
  }
stream.go:305: D 19:55:21.346 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (depth: 1)
stream.go:305: D 19:55:21.352 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] Updating status with:   v1beta1.PipelineRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
-  Conditions: nil,
+  Conditions: v1.Conditions{
+  {
+  Type: "Succeeded",
+  Status: "Unknown",
+  LastTransitionTime: apis.VolatileTime{Inner: s"2023-05-26 19:55:21.307061046 +0"...},
+  Reason: "Running",
+  Message: "Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skip"...,
+  },
+  },
   Annotations: nil,
   },
   PipelineRunStatusFields: v1beta1.PipelineRunStatusFields{
-  StartTime: nil,
+  StartTime: s"2023-05-26 19:55:21 +0000 UTC",
   CompletionTime: nil,
   TaskRuns: nil,
   Runs: nil,
   PipelineResults: nil,
-  PipelineSpec: nil,
+  PipelineSpec: &v1beta1.PipelineSpec{
+  Tasks: []v1beta1.PipelineTask{{Name: "retry-me", TaskSpec: s"&TypeMeta{APIVersion:,Kind:,}", Retries: 5}},
+  },
   SkippedTasks: nil,
-  ChildReferences: nil,
+  ChildReferences: []v1beta1.ChildStatusReference{
+  {
+  TypeMeta: runtime.TypeMeta{APIVersion: "tekton.dev/v1beta1", Kind: "TaskRun"},
+  Name: "task-run-retry-ubxhoagw-retry-me",
+  PipelineTaskName: "retry-me",
+  },
+  },
   FinallyStartTime: nil,
   Provenance: nil,
   SpanContext: nil,
   },
  }
stream.go:305: D 19:55:21.360 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Updating status with:   v1beta1.TaskRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
-  Conditions: nil,
+  Conditions: v1.Conditions{
+  {
+  Type: "Succeeded",
+  Status: "Unknown",
+  LastTransitionTime: apis.VolatileTime{Inner: s"2023-05-26 19:55:21.32022461 +00"...},
+  Reason: "Pending",
+  Message: "Pending",
+  },
+  },
   Annotations: nil,
   },
   TaskRunStatusFields: v1beta1.TaskRunStatusFields{
-  PodName: "",
+  PodName: "task-run-retry-ubxhoagw-retry-me-pod",
-  StartTime: nil,
+  StartTime: s"2023-05-26 19:55:21.308038897 +0000 UTC m=+159.525174819",
   CompletionTime: nil,
-  Steps: nil,
+  Steps: []v1beta1.StepState{},
   CloudEvents: nil,
   RetriesStatus: nil,
   ResourcesResult: nil,
   TaskRunResults: nil,
-  Sidecars: nil,
+  Sidecars: []v1beta1.SidecarState{},
-  TaskSpec: nil,
+  TaskSpec: &v1beta1.TaskSpec{Steps: []v1beta1.Step{{Image: "busybox", Script: "exit 1"}}},
   Provenance: nil,
   SpanContext: nil,
   },
  }
stream.go:305: D 19:55:21.366 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw (depth: 1)
stream.go:305: D 19:55:21.366 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] Requeuing key arendelle-wlgrd/task-run-retry-ubxhoagw (by request) after 59m59.673812008s (depth: 0)
stream.go:305: D 19:55:21.367 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] got tracing carriermap[]
stream.go:305: D 19:55:21.367 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: I 19:55:21.367 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] PipelineRun task-run-retry-ubxhoagw status is being set to &{Succeeded Unknown {2023-05-26 19:55:21 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}
stream.go:305: D 19:55:21.368 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] Requeuing key arendelle-wlgrd/task-run-retry-ubxhoagw (by request) after 59m59.632046576s (depth: 0)
stream.go:305: D 19:55:21.373 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw (depth: 1)
stream.go:305: D 19:55:21.374 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] got tracing carriermap[]
stream.go:305: D 19:55:21.374 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:21.374 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (depth: 1)
stream.go:305: I 19:55:21.374 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] PipelineRun task-run-retry-ubxhoagw status is being set to &{Succeeded Unknown {2023-05-26 19:55:21 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}
stream.go:305: D 19:55:21.375 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] Requeuing key arendelle-wlgrd/task-run-retry-ubxhoagw (by request) after 59m59.625115434s (depth: 0)
stream.go:305: D 19:55:21.376 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Requeuing key arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (by request) after 59m59.972486292s (depth: 0)
stream.go:305: D 19:55:21.376 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] got tracing carriermap[]
stream.go:305: D 19:55:21.376 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:21.376 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] set taskspec for arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me - script: exit 1
stream.go:305: I 19:55:21.376 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Successfully reconciled taskrun task-run-retry-ubxhoagw-retry-me/arendelle-wlgrd with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 55, 21, 376529007, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""}
stream.go:305: D 19:55:21.377 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Updating status with:   v1beta1.TaskRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
   Conditions: v1.Conditions{
   {
   Type: "Succeeded",
   Status: "Unknown",
   Severity: "",
-  LastTransitionTime: apis.VolatileTime{Inner: v1.Time{Time: s"2023-05-26 19:55:21 +0000 UTC"}},
+  LastTransitionTime: apis.VolatileTime{
+  Inner: v1.Time{Time: s"2023-05-26 19:55:21.376529007 +0000 UTC m=+159.593664928"},
+  },
   Reason: "Pending",
-  Message: "Pending",
+  Message: `pod status "Initialized":"False"; message: "containers with incomplete status: [prepare place-scripts]"`,
   },
   },
   Annotations: nil,
   },
   TaskRunStatusFields: v1beta1.TaskRunStatusFields{
   PodName: "task-run-retry-ubxhoagw-retry-me-pod",
   StartTime: s"2023-05-26 19:55:21 +0000 UTC",
   CompletionTime: nil,
-  Steps: nil,
+  Steps: []v1beta1.StepState{
+  {
+  ContainerState: v1.ContainerState{Waiting: s"&ContainerStateWaiting{Reason:Po"...},
+  Name: "unnamed-0",
+  ContainerName: "step-unnamed-0",
+  },
+  },
   CloudEvents: nil,
   RetriesStatus: nil,
   ResourcesResult: nil,
   TaskRunResults: nil,
-  Sidecars: nil,
+  Sidecars: []v1beta1.SidecarState{},
   TaskSpec: &{Steps: {{Image: "busybox", Script: "exit 1"}}},
   Provenance: nil,
   SpanContext: nil,
   },
  }
stream.go:305: D 19:55:21.395 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Requeuing key arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (by request) after 59m59.623391203s (depth: 0)
stream.go:305: D 19:55:21.395 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (depth: 1)
stream.go:305: D 19:55:21.395 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] got tracing carriermap[]
stream.go:305: D 19:55:21.395 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:21.395 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] set taskspec for arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me - script: exit 1
stream.go:305: D 19:55:21.396 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw (depth: 1)
stream.go:305: I 19:55:21.396 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Successfully reconciled taskrun task-run-retry-ubxhoagw-retry-me/arendelle-wlgrd with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 55, 21, 396072642, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""}
stream.go:305: D 19:55:21.396 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] got tracing carriermap[]
stream.go:305: D 19:55:21.396 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:21.396 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Requeuing key arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (by request) after 59m59.603832698s (depth: 0)
stream.go:305: I 19:55:21.397 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] PipelineRun task-run-retry-ubxhoagw status is being set to &{Succeeded Unknown {2023-05-26 19:55:21 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}
stream.go:305: D 19:55:21.397 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] Requeuing key arendelle-wlgrd/task-run-retry-ubxhoagw (by request) after 59m59.602497587s (depth: 0)
stream.go:305: D 19:55:23.034 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (depth: 1)
stream.go:305: D 19:55:23.036 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] got tracing carriermap[]
stream.go:305: D 19:55:23.036 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:23.036 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] set taskspec for arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me - script: exit 1
stream.go:305: I 19:55:23.036 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Successfully reconciled taskrun task-run-retry-ubxhoagw-retry-me/arendelle-wlgrd with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 55, 23, 36898792, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\""}
stream.go:305: D 19:55:23.037 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Updating status with:   v1beta1.TaskRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
   Conditions: v1.Conditions{
   {
   Type: "Succeeded",
   Status: "Unknown",
   Severity: "",
-  LastTransitionTime: apis.VolatileTime{Inner: v1.Time{Time: s"2023-05-26 19:55:21 +0000 UTC"}},
+  LastTransitionTime: apis.VolatileTime{
+  Inner: v1.Time{Time: s"2023-05-26 19:55:23.036898792 +0000 UTC m=+161.254034704"},
+  },
   Reason: "Pending",
   Message: strings.Join({
   `pod status "Initialized":"False"; message: "containers with inco`,
   "mplete status: [",
-  "prepare ",
   `place-scripts]"`,
   }, ""),
   },
   },
   Annotations: nil,
   },
   TaskRunStatusFields: v1beta1.TaskRunStatusFields{
   ... // 6 identical fields
   ResourcesResult: nil,
   TaskRunResults: nil,
-  Sidecars: nil,
+  Sidecars: []v1beta1.SidecarState{},
   TaskSpec: &{Steps: {{Image: "busybox", Script: "exit 1"}}},
   Provenance: nil,
   SpanContext: nil,
   },
  }
stream.go:305: D 19:55:23.051 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (depth: 1)
stream.go:305: D 19:55:23.051 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw (depth: 1)
stream.go:305: D 19:55:23.051 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] got tracing carriermap[]
stream.go:305: D 19:55:23.052 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:23.052 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Requeuing key arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (by request) after 59m57.963026538s (depth: 0)
stream.go:305: D 19:55:23.052 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] got tracing carriermap[]
stream.go:305: D 19:55:23.052 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:23.052 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] set taskspec for arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me - script: exit 1
stream.go:305: I 19:55:23.052 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Successfully reconciled taskrun task-run-retry-ubxhoagw-retry-me/arendelle-wlgrd with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 55, 23, 52836577, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\""}
stream.go:305: D 19:55:23.053 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Requeuing key arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (by request) after 59m57.947084963s (depth: 0)
stream.go:305: I 19:55:23.053 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] PipelineRun task-run-retry-ubxhoagw status is being set to &{Succeeded Unknown {2023-05-26 19:55:21 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}
stream.go:305: D 19:55:23.054 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] Requeuing key arendelle-wlgrd/task-run-retry-ubxhoagw (by request) after 59m57.945887753s (depth: 0)
stream.go:305: D 19:55:24.041 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (depth: 1)
stream.go:305: D 19:55:24.042 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] got tracing carriermap[]
stream.go:305: D 19:55:24.042 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:24.042 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] set taskspec for arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me - script: exit 1
stream.go:305: I 19:55:24.042 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Successfully reconciled taskrun task-run-retry-ubxhoagw-retry-me/arendelle-wlgrd with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 55, 24, 42249595, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-unnamed-0]\""}
stream.go:305: D 19:55:24.043 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Updating status with:   v1beta1.TaskRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
   Conditions: v1.Conditions{
   {
   Type: "Succeeded",
   Status: "Unknown",
   Severity: "",
-  LastTransitionTime: apis.VolatileTime{Inner: v1.Time{Time: s"2023-05-26 19:55:23 +0000 UTC"}},
+  LastTransitionTime: apis.VolatileTime{
+  Inner: v1.Time{Time: s"2023-05-26 19:55:24.042249595 +0000 UTC m=+162.259385507"},
+  },
   Reason: "Pending",
   Message: strings.Join({
   `pod status "`,
-  "Initialized",
+  "Ready",
   `":"False"; message: "containers with `,
-  "incomplete status: [place-scripts",
+  "unready status: [step-unnamed-0",
   `]"`,
   }, ""),
   },
   },
   Annotations: nil,
   },
   TaskRunStatusFields: v1beta1.TaskRunStatusFields{
   ... // 6 identical fields
   ResourcesResult: nil,
   TaskRunResults: nil,
-  Sidecars: nil,
+  Sidecars: []v1beta1.SidecarState{},
   TaskSpec: &{Steps: {{Image: "busybox", Script: "exit 1"}}},
   Provenance: nil,
   SpanContext: nil,
   },
  }
stream.go:305: D 19:55:24.057 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw (depth: 1)
stream.go:305: D 19:55:24.058 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Requeuing key arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (by request) after 59m56.957683935s (depth: 0)
stream.go:305: D 19:55:24.058 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (depth: 1)
stream.go:305: D 19:55:24.059 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] got tracing carriermap[]
stream.go:305: D 19:55:24.059 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:24.059 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] got tracing carriermap[]
stream.go:305: D 19:55:24.059 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:24.059 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] set taskspec for arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me - script: exit 1
stream.go:305: I 19:55:24.059 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Successfully reconciled taskrun task-run-retry-ubxhoagw-retry-me/arendelle-wlgrd with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 55, 24, 59245300, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-unnamed-0]\""}
stream.go:305: D 19:55:24.059 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Requeuing key arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (by request) after 59m56.94067845s (depth: 0)
stream.go:305: I 19:55:24.059 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] PipelineRun task-run-retry-ubxhoagw status is being set to &{Succeeded Unknown {2023-05-26 19:55:21 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}
stream.go:305: D 19:55:24.060 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] Requeuing key arendelle-wlgrd/task-run-retry-ubxhoagw (by request) after 59m56.94004095s (depth: 0)
stream.go:305: D 19:55:25.046 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (depth: 1)
stream.go:305: D 19:55:25.047 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] got tracing carriermap[]
stream.go:305: D 19:55:25.047 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:25.047 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] set taskspec for arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me - script: exit 1
stream.go:305: I 19:55:25.056 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Successfully reconciled taskrun task-run-retry-ubxhoagw-retry-me/arendelle-wlgrd with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 55, 25, 56152291, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"}
stream.go:305: D 19:55:25.056 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Updating status with:   v1beta1.TaskRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
   Conditions: v1.Conditions{
   {
   Type: "Succeeded",
   Status: "Unknown",
   Severity: "",
-  LastTransitionTime: apis.VolatileTime{Inner: v1.Time{Time: s"2023-05-26 19:55:24 +0000 UTC"}},
+  LastTransitionTime: apis.VolatileTime{
+  Inner: v1.Time{Time: s"2023-05-26 19:55:25.056152291 +0000 UTC m=+163.273288213"},
+  },
-  Reason: "Pending",
+  Reason: "Running",
   Message: strings.Join({
-  `pod status "Ready":"False"; message: "containers with unready st`,
-  `atus: [step-unnamed-0]"`,
+  "Not all Steps in the Task have finished executing",
   }, ""),
   },
   },
   Annotations: nil,
   },
   TaskRunStatusFields: v1beta1.TaskRunStatusFields{
   PodName: "task-run-retry-ubxhoagw-retry-me-pod",
   StartTime: s"2023-05-26 19:55:21 +0000 UTC",
   CompletionTime: nil,
   Steps: []v1beta1.StepState{
   {
   ContainerState: v1.ContainerState{
-  Waiting: s"&ContainerStateWaiting{Reason:PodInitializing,Message:,}",
+  Waiting: nil,
-  Running: nil,
+  Running: s"&ContainerStateRunning{StartedAt:2023-05-26 19:55:24 +0000 UTC,}",
   Terminated: nil,
   },
   Name: "unnamed-0",
   ContainerName: "step-unnamed-0",
-  ImageID: "",
+  ImageID: "docker.io/library/busybox@sha256:560af6915bfc8d7630e50e212e08242d37b63bd5c1ccf9bd4acccf116e262d5b",
   },
   },
   CloudEvents: nil,
   RetriesStatus: nil,
   ResourcesResult: nil,
   TaskRunResults: nil,
-  Sidecars: nil,
+  Sidecars: []v1beta1.SidecarState{},
   TaskSpec: &{Steps: {{Image: "busybox", Script: "exit 1"}}},
   Provenance: nil,
   SpanContext: nil,
   },
  }
stream.go:305: D 19:55:25.056 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (depth: 1)
stream.go:305: D 19:55:25.069 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw (depth: 1)
stream.go:305: D 19:55:25.069 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Requeuing key arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (by request) after 59m55.943647019s (depth: 0)
stream.go:305: D 19:55:25.069 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] got tracing carriermap[]
stream.go:305: D 19:55:25.069 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (depth: 1)
stream.go:305: D 19:55:25.069 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:25.069 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] got tracing carriermap[]
stream.go:305: D 19:55:25.070 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:25.070 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] set taskspec for arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me - script: exit 1
stream.go:305: I 19:55:25.070 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Successfully reconciled taskrun task-run-retry-ubxhoagw-retry-me/arendelle-wlgrd with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 55, 25, 0, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"}
stream.go:305: I 19:55:25.070 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] PipelineRun task-run-retry-ubxhoagw status is being set to &{Succeeded Unknown {2023-05-26 19:55:21 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}
stream.go:305: D 19:55:25.070 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] Requeuing key arendelle-wlgrd/task-run-retry-ubxhoagw (by request) after 59m55.929410585s (depth: 0)
stream.go:305: D 19:55:25.070 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Requeuing key arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (by request) after 59m55.929499954s (depth: 0)
stream.go:305: D 19:55:25.070 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] got tracing carriermap[]
stream.go:305: D 19:55:25.071 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:25.071 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] set taskspec for arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me - script: exit 1
stream.go:305: I 19:55:25.071 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Successfully reconciled taskrun task-run-retry-ubxhoagw-retry-me/arendelle-wlgrd with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 55, 25, 0, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"}
stream.go:305: D 19:55:25.072 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Requeuing key arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (by request) after 59m55.928009394s (depth: 0)
stream.go:305: D 19:55:26.056 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (depth: 1)
stream.go:305: D 19:55:26.056 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] got tracing carriermap[]
stream.go:305: D 19:55:26.056 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:26.057 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] set taskspec for arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me - script: exit 1
stream.go:305: I 19:55:26.057 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Successfully reconciled taskrun task-run-retry-ubxhoagw-retry-me/arendelle-wlgrd with status: &apis.Condition{Type:"Succeeded", Status:"False", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 55, 26, 57166263, time.Local)}, Reason:"Failed", Message:"\"step-unnamed-0\" exited with code 1 (image: \"docker.io/library/busybox@sha256:560af6915bfc8d7630e50e212e08242d37b63bd5c1ccf9bd4acccf116e262d5b\"); for logs run: kubectl -n arendelle-wlgrd logs task-run-retry-ubxhoagw-retry-me-pod -c step-unnamed-0\n"}
stream.go:305: D 19:55:26.057 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Updating status with:   v1beta1.TaskRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
   Conditions: v1.Conditions{
   {
   Type: "Succeeded",
   Status: "Unknown",
   Severity: "",
-  LastTransitionTime: apis.VolatileTime{Inner: v1.Time{Time: s"2023-05-26 19:55:25 +0000 UTC"}},
+  LastTransitionTime: apis.VolatileTime{
+  Inner: v1.Time{Time: s"2023-05-26 19:55:26.057252983 +0000 UTC m=+164.274388906"},
+  },
-  Reason: "Running",
+  Reason: "ToBeRetried",
   Message: strings.Join({
-  "Not all Steps in the Task have finished executing",
+  `"step-unnamed-0" exited with code 1 (image: "docker.io/library/b`,
+  "usybox@sha256:560af6915bfc8d7630e50e212e08242d37b63bd5c1ccf9bd4a",
+  `cccf116e262d5b"); for logs run: kubectl -n arendelle-wlgrd logs `,
+  "task-run-retry-ubxhoagw-retry-me-pod -c step-unnamed-0\n",
   }, ""),
   },
   },
   Annotations: nil,
   },
   TaskRunStatusFields: v1beta1.TaskRunStatusFields{
-  PodName: "task-run-retry-ubxhoagw-retry-me-pod",
+  PodName: "",
-  StartTime: s"2023-05-26 19:55:21 +0000 UTC",
+  StartTime: nil,
   CompletionTime: nil,
   Steps: []v1beta1.StepState{
   {
   ContainerState: v1.ContainerState{
   Waiting: nil,
-  Running: s"&ContainerStateRunning{StartedAt:2023-05-26 19:55:24 +0000 UTC,}",
+  Running: nil,
-  Terminated: nil,
+  Terminated: s"&ContainerStateTerminated{ExitCode:1,Signal:0,Reason:Error,Message:,StartedAt:2023-05-26 19:55:25.366 +0000 UTC,FinishedAt:2023-05-26 19:55:25 +0000 UTC,ContainerID:containerd://cbe4c22043a65a575c04566912bb0806496d0f34ac4ab2a4584b3730e94281d1,}",
   },
   Name: "unnamed-0",
   ContainerName: "step-unnamed-0",
   ImageID: "docker.io/library/busybox@sha256:560af6915bfc8d7630e50e212e08242"...,
   },
   },
   CloudEvents: nil,
-  RetriesStatus: nil,
+  RetriesStatus: []v1beta1.TaskRunStatus{
+  {
+  Status: v1.Status{Conditions: v1.Conditions{...}},
+  TaskRunStatusFields: v1beta1.TaskRunStatusFields{
+  PodName: "task-run-retry-ubxhoagw-retry-me"...,
+  StartTime: s"2023-05-26 19:55:21 +0000 UTC",
+  CompletionTime: s"2023-05-26 19:55:26.057166903 +0"...,
+  Steps: []v1beta1.StepState{...},
+  ...
+  },
+  },
+  },
   ResourcesResult: nil,
   TaskRunResults: nil,
-  Sidecars: nil,
+  Sidecars: []v1beta1.SidecarState{},
   TaskSpec: &{Steps: {{Image: "busybox", Script: "exit 1"}}},
   Provenance: nil,
   SpanContext: nil,
   },
  }
stream.go:305: D 19:55:26.074 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw (depth: 1)
stream.go:305: D 19:55:26.075 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] got tracing carriermap[]
stream.go:305: I 19:55:26.075 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Reconcile succeeded
stream.go:305: D 19:55:26.075 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (depth: 1)
stream.go:305: D 19:55:26.075 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:26.076 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] got tracing carriermap[]
stream.go:305: D 19:55:26.076 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:26.076 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] set taskspec for arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me - script: exit 1
stream.go:305: I 19:55:26.078 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] PipelineRun task-run-retry-ubxhoagw status is being set to &{Succeeded Unknown {2023-05-26 19:55:21 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}
stream.go:305: D 19:55:26.078 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] Requeuing key arendelle-wlgrd/task-run-retry-ubxhoagw (by request) after 59m54.92144555s (depth: 0)
stream.go:305: I 19:55:26.089 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Successfully reconciled taskrun task-run-retry-ubxhoagw-retry-me/arendelle-wlgrd with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 55, 26, 89420523, time.Local)}, Reason:"Pending", Message:"Pending"}
stream.go:305: D 19:55:26.093 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (depth: 1)
stream.go:305: D 19:55:26.094 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Updating status with:   v1beta1.TaskRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
   Conditions: v1.Conditions{
   {
   Type: "Succeeded",
   Status: "Unknown",
   Severity: "",
-  LastTransitionTime: apis.VolatileTime{Inner: v1.Time{Time: s"2023-05-26 19:55:26 +0000 UTC"}},
+  LastTransitionTime: apis.VolatileTime{
+  Inner: v1.Time{Time: s"2023-05-26 19:55:26.089420523 +0000 UTC m=+164.306556445"},
+  },
-  Reason: "ToBeRetried",
+  Reason: "Pending",
-  Message: "\"step-unnamed-0\" exited with code 1 (image: \"docker.io/library/busybox@sha256:560af6915bfc8d7630e50e212e08242d37b63bd5c1ccf9bd4acccf116e262d5b\"); for logs run: kubectl -n arendelle-wlgrd logs task-run-retry-ubxhoagw-retry-me-pod -c step-unnamed-0\n",
+  Message: "Pending",
   },
   },
   Annotations: nil,
   },
   TaskRunStatusFields: v1beta1.TaskRunStatusFields{
-  PodName: "",
+  PodName: "task-run-retry-ubxhoagw-retry-me-pod-retry1",
-  StartTime: nil,
+  StartTime: s"2023-05-26 19:55:26.076602569 +0000 UTC m=+164.293738491",
   CompletionTime: nil,
-  Steps: []v1beta1.StepState{
-  {
-  ContainerState: v1.ContainerState{
-  Terminated: s"&ContainerStateTerminated{ExitCode:1,Signal:0,Reason:Error,Messa"...,
-  },
-  Name: "unnamed-0",
-  ContainerName: "step-unnamed-0",
-  ImageID: "docker.io/library/busybox@sha256:560af6915bfc8d7630e50e212e08242d37b63bd5c1ccf9bd4acccf116e262d5b",
-  },
-  },
+  Steps: []v1beta1.StepState{},
   CloudEvents: nil,
   RetriesStatus: {{Status: {Conditions: {{Type: "Succeeded", Status: "False", LastTransitionTime: {Inner: {Time: s"2023-05-26 19:55:26 +0000 UTC"}}, Reason: "Failed", ...}}}, TaskRunStatusFields: {PodName: "task-run-retry-ubxhoagw-retry-me-pod", StartTime: s"2023-05-26 19:55:21 +0000 UTC", CompletionTime: s"2023-05-26 19:55:26 +0000 UTC", Steps: {{ContainerState: {Terminated: &{ExitCode: 1, Reason: "Error", StartedAt: {Time: s"2023-05-26 19:55:25 +0000 UTC"}, FinishedAt: {Time: s"2023-05-26 19:55:25 +0000 UTC"}, ...}}, Name: "unnamed-0", ContainerName: "step-unnamed-0", ImageID: "docker.io/library/busybox@sha256:560af6915bfc8d7630e50e212e08242"...}}, ...}}},
   ResourcesResult: nil,
   TaskRunResults: nil,
-  Sidecars: nil,
+  Sidecars: []v1beta1.SidecarState{},
   TaskSpec: &{Steps: {{Image: "busybox", Script: "exit 1"}}},
   Provenance: nil,
   SpanContext: nil,
   },
  }
stream.go:305: D 19:55:26.104 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (depth: 1)
stream.go:305: D 19:55:26.120 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw (depth: 1)
stream.go:305: D 19:55:26.120 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (depth: 1)
stream.go:305: D 19:55:26.121 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] got tracing carriermap[]
stream.go:305: D 19:55:26.121 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:26.121 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Requeuing key arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (by request) after 59m59.987041896s (depth: 0)
stream.go:305: I 19:55:26.121 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] PipelineRun task-run-retry-ubxhoagw status is being set to &{Succeeded Unknown {2023-05-26 19:55:21 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}
stream.go:305: D 19:55:26.123 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] Requeuing key arendelle-wlgrd/task-run-retry-ubxhoagw (by request) after 59m54.877110967s (depth: 0)
stream.go:305: D 19:55:26.123 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (depth: 1)
stream.go:305: D 19:55:26.122 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] got tracing carriermap[]
stream.go:305: D 19:55:26.123 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:26.123 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] set taskspec for arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me - script: exit 1
stream.go:305: I 19:55:26.124 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Successfully reconciled taskrun task-run-retry-ubxhoagw-retry-me/arendelle-wlgrd with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 55, 26, 124048093, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""}
stream.go:305: D 19:55:26.125 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Updating status with:   v1beta1.TaskRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
   Conditions: v1.Conditions{
   {
   Type: "Succeeded",
   Status: "Unknown",
   Severity: "",
-  LastTransitionTime: apis.VolatileTime{Inner: v1.Time{Time: s"2023-05-26 19:55:26 +0000 UTC"}},
+  LastTransitionTime: apis.VolatileTime{
+  Inner: v1.Time{Time: s"2023-05-26 19:55:26.124048093 +0000 UTC m=+164.341184005"},
+  },
   Reason: "Pending",
-  Message: "Pending",
+  Message: `pod status "Initialized":"False"; message: "containers with incomplete status: [prepare place-scripts]"`,
   },
   },
   Annotations: nil,
   },
   TaskRunStatusFields: v1beta1.TaskRunStatusFields{
   PodName: "task-run-retry-ubxhoagw-retry-me-pod-retry1",
   StartTime: s"2023-05-26 19:55:26 +0000 UTC",
   CompletionTime: nil,
-  Steps: nil,
+  Steps: []v1beta1.StepState{
+  {
+  ContainerState: v1.ContainerState{Waiting: s"&ContainerStateWaiting{Reason:Po"...},
+  Name: "unnamed-0",
+  ContainerName: "step-unnamed-0",
+  },
+  },
   CloudEvents: nil,
   RetriesStatus: {{Status: {Conditions: {{Type: "Succeeded", Status: "False", LastTransitionTime: {Inner: {Time: s"2023-05-26 19:55:26 +0000 UTC"}}, Reason: "Failed", ...}}}, TaskRunStatusFields: {PodName: "task-run-retry-ubxhoagw-retry-me-pod", StartTime: s"2023-05-26 19:55:21 +0000 UTC", CompletionTime: s"2023-05-26 19:55:26 +0000 UTC", Steps: {{ContainerState: {Terminated: &{ExitCode: 1, Reason: "Error", StartedAt: {Time: s"2023-05-26 19:55:25 +0000 UTC"}, FinishedAt: {Time: s"2023-05-26 19:55:25 +0000 UTC"}, ...}}, Name: "unnamed-0", ContainerName: "step-unnamed-0", ImageID: "docker.io/library/busybox@sha256:560af6915bfc8d7630e50e212e08242"...}}, ...}}},
   ResourcesResult: nil,
   TaskRunResults: nil,
-  Sidecars: nil,
+  Sidecars: []v1beta1.SidecarState{},
   TaskSpec: &{Steps: {{Image: "busybox", Script: "exit 1"}}},
   Provenance: nil,
   SpanContext: nil,
   },
  }
stream.go:305: D 19:55:26.142 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Requeuing key arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (by request) after 59m59.875855827s (depth: 0)
stream.go:305: D 19:55:26.142 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (depth: 1)
stream.go:305: D 19:55:26.142 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw (depth: 1)
stream.go:305: D 19:55:26.142 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] got tracing carriermap[]
stream.go:305: D 19:55:26.142 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: I 19:55:26.143 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] PipelineRun task-run-retry-ubxhoagw status is being set to &{Succeeded Unknown {2023-05-26 19:55:21 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}
stream.go:305: D 19:55:26.144 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] Requeuing key arendelle-wlgrd/task-run-retry-ubxhoagw (by request) after 59m54.856056361s (depth: 0)
stream.go:305: D 19:55:26.144 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] got tracing carriermap[]
stream.go:305: D 19:55:26.144 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:26.144 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] set taskspec for arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me - script: exit 1
stream.go:305: I 19:55:26.144 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Successfully reconciled taskrun task-run-retry-ubxhoagw-retry-me/arendelle-wlgrd with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 55, 26, 144833989, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""}
stream.go:305: D 19:55:26.145 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Requeuing key arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (by request) after 59m59.855050801s (depth: 0)
stream.go:305: D 19:55:26.145 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] got tracing carriermap[]
stream.go:305: D 19:55:26.145 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:26.145 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] set taskspec for arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me - script: exit 1
stream.go:305: I 19:55:26.145 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Successfully reconciled taskrun task-run-retry-ubxhoagw-retry-me/arendelle-wlgrd with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 55, 26, 145527160, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""}
stream.go:305: D 19:55:26.145 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Requeuing key arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (by request) after 59m59.85435312s (depth: 0)
=== NAME TestGitResolver_Clone
stream.go:305: D 19:55:26.210 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-pv579/git-resolver-clone-failure-repo-does-not--kgtxclhw] Adding to queue arendelle-pv579/git-resolver-clone-failure-repo-does-not--kgtxclhw (depth: 1)
stream.go:305: D 19:55:26.211 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-pv579/git-resolver-clone-failure-repo-does-not--kgtxclhw] Resource "arendelle-pv579/git-resolver-clone-failure-repo-does-not--kgtxclhw" no longer exists
stream.go:305: I 19:55:26.211 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-pv579/git-resolver-clone-failure-repo-does-not--kgtxclhw] Reconcile succeeded
stream.go:305: D 19:55:26.228 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-pj7l5/git-resolver-clone-failure-path-does-not--aipmcysr] Adding to queue arendelle-pj7l5/git-resolver-clone-failure-path-does-not--aipmcysr (depth: 1)
stream.go:305: D 19:55:26.228 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-pj7l5/git-resolver-clone-failure-path-does-not--aipmcysr] Resource "arendelle-pj7l5/git-resolver-clone-failure-path-does-not--aipmcysr" no longer exists
stream.go:305: I 19:55:26.228 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-pj7l5/git-resolver-clone-failure-path-does-not--aipmcysr] Reconcile succeeded
stream.go:305: D 19:55:26.232 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-pv579/git-resolver-clone-failure-repo-does-not--kgtxclhw] Adding to queue arendelle-pv579/git-resolver-clone-failure-repo-does-not--kgtxclhw (depth: 1)
stream.go:305: D 19:55:26.235 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-pv579/git-resolver-clone-failure-repo-does-not--kgtxclhw] Resource "arendelle-pv579/git-resolver-clone-failure-repo-does-not--kgtxclhw" no longer exists
stream.go:305: I 19:55:26.235 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-pv579/git-resolver-clone-failure-repo-does-not--kgtxclhw] Reconcile succeeded
stream.go:305: D 19:55:26.244 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-p4vzx/git-resolver-clone-failure-commit-does-no-fbkedpor] Adding to queue arendelle-p4vzx/git-resolver-clone-failure-commit-does-no-fbkedpor (depth: 1)
stream.go:305: D 19:55:26.245 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-p4vzx/git-resolver-clone-failure-commit-does-no-fbkedpor] Resource "arendelle-p4vzx/git-resolver-clone-failure-commit-does-no-fbkedpor" no longer exists
stream.go:305: I 19:55:26.245 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-p4vzx/git-resolver-clone-failure-commit-does-no-fbkedpor] Reconcile succeeded
stream.go:305: D 19:55:26.251 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-pj7l5/git-resolver-clone-failure-path-does-not--aipmcysr] Adding to queue arendelle-pj7l5/git-resolver-clone-failure-path-does-not--aipmcysr (depth: 1)
stream.go:305: D 19:55:26.252 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-pj7l5/git-resolver-clone-failure-path-does-not--aipmcysr] Resource "arendelle-pj7l5/git-resolver-clone-failure-path-does-not--aipmcysr" no longer exists
stream.go:305: I 19:55:26.252 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-pj7l5/git-resolver-clone-failure-path-does-not--aipmcysr] Reconcile succeeded
stream.go:305: D 19:55:26.265 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-p4vzx/git-resolver-clone-failure-commit-does-no-fbkedpor] Adding to queue arendelle-p4vzx/git-resolver-clone-failure-commit-does-no-fbkedpor (depth: 1)
stream.go:305: D 19:55:26.266 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-p4vzx/git-resolver-clone-failure-commit-does-no-fbkedpor] Resource "arendelle-p4vzx/git-resolver-clone-failure-commit-does-no-fbkedpor" no longer exists
stream.go:305: I 19:55:26.266 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-p4vzx/git-resolver-clone-failure-commit-does-no-fbkedpor] Reconcile succeeded
=== NAME TestTaskRunRetry
stream.go:305: D 19:55:27.065 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (depth: 1)
stream.go:305: D 19:55:27.066 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] got tracing carriermap[]
stream.go:305: D 19:55:27.066 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:27.066 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] set taskspec for arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me - script: exit 1
stream.go:305: I 19:55:27.066 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Successfully reconciled taskrun task-run-retry-ubxhoagw-retry-me/arendelle-wlgrd with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 55, 27, 66216968, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\""}
stream.go:305: D 19:55:27.067 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Updating status with:   v1beta1.TaskRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
   Conditions: v1.Conditions{
   {
   Type: "Succeeded",
   Status: "Unknown",
   Severity: "",
-  LastTransitionTime: apis.VolatileTime{Inner: v1.Time{Time: s"2023-05-26 19:55:26 +0000 UTC"}},
+  LastTransitionTime: apis.VolatileTime{
+  Inner: v1.Time{Time: s"2023-05-26 19:55:27.066216968 +0000 UTC m=+165.283352890"},
+  },
   Reason: "Pending",
   Message: strings.Join({
   `pod status "Initialized":"False"; message: "containers with inco`,
   "mplete status: [",
-  "prepare ",
   `place-scripts]"`,
   }, ""),
   },
   },
   Annotations: nil,
   },
   TaskRunStatusFields: v1beta1.TaskRunStatusFields{
   ... // 6 identical fields
   ResourcesResult: nil,
   TaskRunResults: nil,
-  Sidecars: nil,
+  Sidecars: []v1beta1.SidecarState{},
   TaskSpec: &{Steps: {{Image: "busybox", Script: "exit 1"}}},
   Provenance: nil,
   SpanContext: nil,
   },
  }
stream.go:305: D 19:55:27.086 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw (depth: 1)
stream.go:305: D 19:55:27.086 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (depth: 1)
stream.go:305: D 19:55:27.087 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] got tracing carriermap[]
stream.go:305: D 19:55:27.087 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:27.087 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Requeuing key arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (by request) after 59m58.933704272s (depth: 0)
stream.go:305: D 19:55:27.087 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] got tracing carriermap[]
stream.go:305: D 19:55:27.087 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:27.087 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] set taskspec for arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me - script: exit 1
stream.go:305: I 19:55:27.087 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] PipelineRun task-run-retry-ubxhoagw status is being set to &{Succeeded Unknown {2023-05-26 19:55:21 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}
stream.go:305: I 19:55:27.087 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Successfully reconciled taskrun task-run-retry-ubxhoagw-retry-me/arendelle-wlgrd with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 55, 27, 87855275, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\""}
stream.go:305: D 19:55:27.087 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] Requeuing key arendelle-wlgrd/task-run-retry-ubxhoagw (by request) after 59m53.912125296s (depth: 0)
stream.go:305: D 19:55:27.087 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Requeuing key arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (by request) after 59m58.912099485s (depth: 0)
stream.go:305: D 19:55:28.072 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (depth: 1)
stream.go:305: D 19:55:28.073 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] got tracing carriermap[]
stream.go:305: D 19:55:28.073 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:28.073 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] set taskspec for arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me - script: exit 1
stream.go:305: I 19:55:28.073 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Successfully reconciled taskrun task-run-retry-ubxhoagw-retry-me/arendelle-wlgrd with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 55, 28, 73863972, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\""}
stream.go:305: D 19:55:28.074 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Requeuing key arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (by request) after 59m57.925991128s (depth: 0)
stream.go:305: D 19:55:28.088 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (depth: 1)
stream.go:305: D 19:55:28.088 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] got tracing carriermap[]
stream.go:305: D 19:55:28.088 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:28.088 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] set taskspec for arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me - script: exit 1
stream.go:305: I 19:55:28.088 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Successfully reconciled taskrun task-run-retry-ubxhoagw-retry-me/arendelle-wlgrd with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 55, 28, 88696636, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-unnamed-0]\""}
stream.go:305: D 19:55:28.091 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Updating status with:   v1beta1.TaskRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
   Conditions: v1.Conditions{
   {
   Type: "Succeeded",
   Status: "Unknown",
   Severity: "",
-  LastTransitionTime: apis.VolatileTime{Inner: v1.Time{Time: s"2023-05-26 19:55:27 +0000 UTC"}},
+  LastTransitionTime: apis.VolatileTime{
+  Inner: v1.Time{Time: s"2023-05-26 19:55:28.088696636 +0000 UTC m=+166.305832548"},
+  },
   Reason: "Pending",
   Message: strings.Join({
   `pod status "`,
-  "Initialized",
+  "Ready",
   `":"False"; message: "containers with `,
-  "incomplete status: [place-scripts",
+  "unready status: [step-unnamed-0",
   `]"`,
   }, ""),
   },
   },
   Annotations: nil,
   },
   TaskRunStatusFields: v1beta1.TaskRunStatusFields{
   ... // 6 identical fields
   ResourcesResult: nil,
   TaskRunResults: nil,
-  Sidecars: nil,
+  Sidecars: []v1beta1.SidecarState{},
   TaskSpec: &{Steps: {{Image: "busybox", Script: "exit 1"}}},
   Provenance: nil,
   SpanContext: nil,
   },
  }
stream.go:305: D 19:55:28.107 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw (depth: 1)
stream.go:305: D 19:55:28.107 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (depth: 1)
stream.go:305: D 19:55:28.107 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Requeuing key arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (by request) after 59m57.911226304s (depth: 0)
stream.go:305: D 19:55:28.107 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] got tracing carriermap[]
stream.go:305: D 19:55:28.107 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:28.107 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] got tracing carriermap[]
stream.go:305: D 19:55:28.107 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:28.107 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] set taskspec for arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me - script: exit 1
stream.go:305: I 19:55:28.107 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Successfully reconciled taskrun task-run-retry-ubxhoagw-retry-me/arendelle-wlgrd with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 55, 28, 107656482, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-unnamed-0]\""}
stream.go:305: D 19:55:28.107 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Requeuing key arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (by request) after 59m57.892270018s (depth: 0)
stream.go:305: I 19:55:28.108 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] PipelineRun task-run-retry-ubxhoagw status is being set to &{Succeeded Unknown {2023-05-26 19:55:21 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}
stream.go:305: D 19:55:28.109 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] Requeuing key arendelle-wlgrd/task-run-retry-ubxhoagw (by request) after 59m52.890950828s (depth: 0)
stream.go:305: D 19:55:29.081 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (depth: 1)
stream.go:305: D 19:55:29.081 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] got tracing carriermap[]
stream.go:305: D 19:55:29.081 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:29.081 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] set taskspec for arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me - script: exit 1
stream.go:305: I 19:55:29.091 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Successfully reconciled taskrun task-run-retry-ubxhoagw-retry-me/arendelle-wlgrd with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 55, 29, 91741649, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"}
stream.go:305: D 19:55:29.092 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (depth: 1)
stream.go:305: D 19:55:29.093 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Updating status with:   v1beta1.TaskRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
   Conditions: v1.Conditions{
   {
   Type: "Succeeded",
   Status: "Unknown",
   Severity: "",
-  LastTransitionTime: apis.VolatileTime{Inner: v1.Time{Time: s"2023-05-26 19:55:28 +0000 UTC"}},
+  LastTransitionTime: apis.VolatileTime{
+  Inner: v1.Time{Time: s"2023-05-26 19:55:29.091741649 +0000 UTC m=+167.308877561"},
+  },
-  Reason: "Pending",
+  Reason: "Running",
   Message: strings.Join({
-  `pod status "Ready":"False"; message: "containers with unready st`,
-  `atus: [step-unnamed-0]"`,
+  "Not all Steps in the Task have finished executing",
   }, ""),
   },
   },
   Annotations: nil,
   },
   TaskRunStatusFields: v1beta1.TaskRunStatusFields{
   PodName: "task-run-retry-ubxhoagw-retry-me-pod-retry1",
   StartTime: s"2023-05-26 19:55:26 +0000 UTC",
   CompletionTime: nil,
   Steps: []v1beta1.StepState{
   {
   ContainerState: v1.ContainerState{
-  Waiting: s"&ContainerStateWaiting{Reason:PodInitializing,Message:,}",
+  Waiting: nil,
-  Running: nil,
+  Running: s"&ContainerStateRunning{StartedAt:2023-05-26 19:55:28 +0000 UTC,}",
   Terminated: nil,
   },
   Name: "unnamed-0",
   ContainerName: "step-unnamed-0",
-  ImageID: "",
+  ImageID: "docker.io/library/busybox@sha256:560af6915bfc8d7630e50e212e08242d37b63bd5c1ccf9bd4acccf116e262d5b",
   },
   },
   CloudEvents: nil,
   RetriesStatus: {{Status: {Conditions: {{Type: "Succeeded", Status: "False", LastTransitionTime: {Inner: {Time: s"2023-05-26 19:55:26 +0000 UTC"}}, Reason: "Failed", ...}}}, TaskRunStatusFields: {PodName: "task-run-retry-ubxhoagw-retry-me-pod", StartTime: s"2023-05-26 19:55:21 +0000 UTC", CompletionTime: s"2023-05-26 19:55:26 +0000 UTC", Steps: {{ContainerState: {Terminated: &{ExitCode: 1, Reason: "Error", StartedAt: {Time: s"2023-05-26 19:55:25 +0000 UTC"}, FinishedAt: {Time: s"2023-05-26 19:55:25 +0000 UTC"}, ...}}, Name: "unnamed-0", ContainerName: "step-unnamed-0", ImageID: "docker.io/library/busybox@sha256:560af6915bfc8d7630e50e212e08242"...}}, ...}}},
   ResourcesResult: nil,
   TaskRunResults: nil,
-  Sidecars: nil,
+  Sidecars: []v1beta1.SidecarState{},
   TaskSpec: &{Steps: {{Image: "busybox", Script: "exit 1"}}},
   Provenance: nil,
   SpanContext: nil,
   },
  }
stream.go:305: D 19:55:29.108 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw (depth: 1)
stream.go:305: D 19:55:29.108 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Requeuing key arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (by request) after 59m56.908105061s (depth: 0)
stream.go:305: D 19:55:29.108 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (depth: 1)
stream.go:305: D 19:55:29.108 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] got tracing carriermap[]
stream.go:305: D 19:55:29.108 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:29.109 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] got tracing carriermap[]
stream.go:305: D 19:55:29.109 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:29.109 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] set taskspec for arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me - script: exit 1
stream.go:305: I 19:55:29.109 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Successfully reconciled taskrun task-run-retry-ubxhoagw-retry-me/arendelle-wlgrd with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 55, 29, 0, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"}
stream.go:305: D 19:55:29.110 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Requeuing key arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (by request) after 59m56.890058206s (depth: 0)
stream.go:305: D 19:55:29.110 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] got tracing carriermap[]
stream.go:305: D 19:55:29.110 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:29.110 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] set taskspec for arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me - script: exit 1
stream.go:305: I 19:55:29.110 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Successfully reconciled taskrun task-run-retry-ubxhoagw-retry-me/arendelle-wlgrd with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 55, 29, 0, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"}
stream.go:305: I 19:55:29.109 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] PipelineRun task-run-retry-ubxhoagw status is being set to &{Succeeded Unknown {2023-05-26 19:55:21 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}
stream.go:305: D 19:55:29.110 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Requeuing key arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (by request) after 59m56.889642016s (depth: 0)
stream.go:305: D 19:55:29.110 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] Requeuing key arendelle-wlgrd/task-run-retry-ubxhoagw (by request) after 59m51.889555725s (depth: 0)
stream.go:305: D 19:55:30.090 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (depth: 1)
stream.go:305: D 19:55:30.091 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] got tracing carriermap[]
stream.go:305: D 19:55:30.091 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:30.091 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] set taskspec for arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me - script: exit 1
stream.go:305: I 19:55:30.091 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Successfully reconciled taskrun task-run-retry-ubxhoagw-retry-me/arendelle-wlgrd with status: &apis.Condition{Type:"Succeeded", Status:"False", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 55, 30, 91575131, time.Local)}, Reason:"Failed", Message:"\"step-unnamed-0\" exited with code 1 (image: \"docker.io/library/busybox@sha256:560af6915bfc8d7630e50e212e08242d37b63bd5c1ccf9bd4acccf116e262d5b\"); for logs run: kubectl -n arendelle-wlgrd logs task-run-retry-ubxhoagw-retry-me-pod-retry1 -c step-unnamed-0\n"}
stream.go:305: D 19:55:30.094 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Updating status with:   v1beta1.TaskRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
   Conditions: v1.Conditions{
   {
   Type: "Succeeded",
   Status: "Unknown",
   Severity: "",
-  LastTransitionTime: apis.VolatileTime{Inner: v1.Time{Time: s"2023-05-26 19:55:29 +0000 UTC"}},
+  LastTransitionTime: apis.VolatileTime{
+  Inner: v1.Time{Time: s"2023-05-26 19:55:30.091884491 +0000 UTC m=+168.309020413"},
+  },
-  Reason: "Running",
+  Reason: "ToBeRetried",
   Message: strings.Join({
-  "Not all Steps in the Task have finished executing",
+  `"step-unnamed-0" exited with code 1 (image: "docker.io/library/b`,
+  "usybox@sha256:560af6915bfc8d7630e50e212e08242d37b63bd5c1ccf9bd4a",
+  `cccf116e262d5b"); for logs run: kubectl -n arendelle-wlgrd logs `,
+  "task-run-retry-ubxhoagw-retry-me-pod-retry1 -c step-unnamed-0\n",
   }, ""),
   },
   },
   Annotations: nil,
   },
   TaskRunStatusFields: v1beta1.TaskRunStatusFields{
-  PodName: "task-run-retry-ubxhoagw-retry-me-pod-retry1",
+  PodName: "",
-  StartTime: s"2023-05-26 19:55:26 +0000 UTC",
+  StartTime: nil,
   CompletionTime: nil,
   Steps: []v1beta1.StepState{
   {
   ContainerState: v1.ContainerState{
   Waiting: nil,
-  Running: s"&ContainerStateRunning{StartedAt:2023-05-26 19:55:28 +0000 UTC,}",
+  Running: nil,
-  Terminated: nil,
+  Terminated: s"&ContainerStateTerminated{ExitCode:1,Signal:0,Reason:Error,Message:,StartedAt:2023-05-26 19:55:29.369 +0000 UTC,FinishedAt:2023-05-26 19:55:29 +0000 UTC,ContainerID:containerd://8b91adab30bda1e7e338fabb861b238f4eb8d2a19e705df1cc6f169358545f76,}",
   },
   Name: "unnamed-0",
   ContainerName: "step-unnamed-0",
   ImageID: "docker.io/library/busybox@sha256:560af6915bfc8d7630e50e212e08242"...,
   },
   },
   CloudEvents: nil,
   RetriesStatus: []v1beta1.TaskRunStatus{
   {Status: {Conditions: {{Type: "Succeeded", Status: "False", LastTransitionTime: {Inner: {Time: s"2023-05-26 19:55:26 +0000 UTC"}}, Reason: "Failed", ...}}}, TaskRunStatusFields: {PodName: "task-run-retry-ubxhoagw-retry-me-pod", StartTime: s"2023-05-26 19:55:21 +0000 UTC", CompletionTime: s"2023-05-26 19:55:26 +0000 UTC", Steps: {{ContainerState: {Terminated: &{ExitCode: 1, Reason: "Error", StartedAt: {Time: s"2023-05-26 19:55:25 +0000 UTC"}, FinishedAt: {Time: s"2023-05-26 19:55:25 +0000 UTC"}, ...}}, Name: "unnamed-0", ContainerName: "step-unnamed-0", ImageID: "docker.io/library/busybox@sha256:560af6915bfc8d7630e50e212e08242"...}}, ...}},
+  {
+  Status: v1.Status{Conditions: v1.Conditions{{...}}},
+  TaskRunStatusFields: v1beta1.TaskRunStatusFields{
+  PodName: "task-run-retry-ubxhoagw-retry-me-pod-retry1",
+  StartTime: s"2023-05-26 19:55:26 +0000 UTC",
+  CompletionTime: s"2023-05-26 19:55:30.091575541 +0000 UTC m=+168.308711453",
+  Steps: []v1beta1.StepState{{...}},
+  Sidecars: []v1beta1.SidecarState{},
+  TaskSpec: &v1beta1.TaskSpec{Steps: []v1beta1.Step{...}},
+  },
+  },
   },
   ResourcesResult: nil,
   TaskRunResults: nil,
-  Sidecars: nil,
+  Sidecars: []v1beta1.SidecarState{},
   TaskSpec: &{Steps: {{Image: "busybox", Script: "exit 1"}}},
   Provenance: nil,
   SpanContext: nil,
   },
  }
stream.go:305: D 19:55:30.109 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw (depth: 1)
stream.go:305: I 19:55:30.110 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Reconcile succeeded
stream.go:305: D 19:55:30.110 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] got tracing carriermap[]
stream.go:305: D 19:55:30.110 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (depth: 1)
stream.go:305: D 19:55:30.110 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: I 19:55:30.111 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] PipelineRun task-run-retry-ubxhoagw status is being set to &{Succeeded Unknown {2023-05-26 19:55:21 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}
stream.go:305: D 19:55:30.111 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] Requeuing key arendelle-wlgrd/task-run-retry-ubxhoagw (by request) after 59m50.888805633s (depth: 0)
stream.go:305: D 19:55:30.112 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] got tracing carriermap[]
stream.go:305: D 19:55:30.112 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:30.112 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] set taskspec for arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me - script: exit 1
stream.go:305: I 19:55:30.124 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Successfully reconciled taskrun task-run-retry-ubxhoagw-retry-me/arendelle-wlgrd with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 55, 30, 124367040, time.Local)}, Reason:"Pending", Message:"Pending"}
stream.go:305: D 19:55:30.124 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (depth: 1)
stream.go:305: D 19:55:30.125 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Updating status with:   v1beta1.TaskRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
   Conditions: v1.Conditions{
   {
   Type: "Succeeded",
   Status: "Unknown",
   Severity: "",
-  LastTransitionTime: apis.VolatileTime{Inner: v1.Time{Time: s"2023-05-26 19:55:30 +0000 UTC"}},
+  LastTransitionTime: apis.VolatileTime{Inner: v1.Time{Time: s"2023-05-26 19:55:30.12436704 +0000 UTC m=+168.341502962"}},
-  Reason: "ToBeRetried",
+  Reason: "Pending",
-  Message: "\"step-unnamed-0\" exited with code 1 (image: \"docker.io/library/busybox@sha256:560af6915bfc8d7630e50e212e08242d37b63bd5c1ccf9bd4acccf116e262d5b\"); for logs run: kubectl -n arendelle-wlgrd logs task-run-retry-ubxhoagw-retry-me-pod-retry1 -c step-unnamed-0\n",
+  Message: "Pending",
   },
   },
   Annotations: nil,
   },
   TaskRunStatusFields: v1beta1.TaskRunStatusFields{
-  PodName: "",
+  PodName: "task-run-retry-ubxhoagw-retry-me-pod-retry2",
-  StartTime: nil,
+  StartTime: s"2023-05-26 19:55:30.112582767 +0000 UTC m=+168.329718709",
   CompletionTime: nil,
-  Steps: []v1beta1.StepState{
-  {
-  ContainerState: v1.ContainerState{
-  Terminated: s"&ContainerStateTerminated{ExitCode:1,Signal:0,Reason:Error,Messa"...,
-  },
-  Name: "unnamed-0",
-  ContainerName: "step-unnamed-0",
-  ImageID: "docker.io/library/busybox@sha256:560af6915bfc8d7630e50e212e08242d37b63bd5c1ccf9bd4acccf116e262d5b",
-  },
-  },
+  Steps: []v1beta1.StepState{},
   CloudEvents: nil,
   RetriesStatus: {{Status: {Conditions: {{Type: "Succeeded", Status: "False", LastTransitionTime: {Inner: {Time: s"2023-05-26 19:55:26 +0000 UTC"}}, Reason: "Failed", ...}}}, TaskRunStatusFields: {PodName: "task-run-retry-ubxhoagw-retry-me-pod", StartTime: s"2023-05-26 19:55:21 +0000 UTC", CompletionTime: s"2023-05-26 19:55:26 +0000 UTC", Steps: {{ContainerState: {Terminated: &{ExitCode: 1, Reason: "Error", StartedAt: {Time: s"2023-05-26 19:55:25 +0000 UTC"}, FinishedAt: {Time: s"2023-05-26 19:55:25 +0000 UTC"}, ...}}, Name: "unnamed-0", ContainerName: "step-unnamed-0", ImageID: "docker.io/library/busybox@sha256:560af6915bfc8d7630e50e212e08242"...}}, ...}}, {Status: {Conditions: {{Type: "Succeeded", Status: "False", LastTransitionTime: {Inner: {Time: s"2023-05-26 19:55:30 +0000 UTC"}}, Reason: "Failed", ...}}}, TaskRunStatusFields: {PodName: "task-run-retry-ubxhoagw-retry-me-pod-retry1", StartTime: s"2023-05-26 19:55:26 +0000 UTC", CompletionTime: s"2023-05-26 19:55:30 +0000 UTC", Steps: {{ContainerState: {Terminated: &{ExitCode: 1, Reason: "Error", StartedAt: {Time: s"2023-05-26 19:55:29 +0000 UTC"}, FinishedAt: {Time: s"2023-05-26 19:55:29 +0000 UTC"}, ...}}, Name: "unnamed-0", ContainerName: "step-unnamed-0", ImageID: "docker.io/library/busybox@sha256:560af6915bfc8d7630e50e212e08242"...}}, ...}}},
   ResourcesResult: nil,
   TaskRunResults: nil,
-  Sidecars: nil,
+  Sidecars: []v1beta1.SidecarState{},
   TaskSpec: &{Steps: {{Image: "busybox", Script: "exit 1"}}},
   Provenance: nil,
   SpanContext: nil,
   },
  }
stream.go:305: D 19:55:30.136 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (depth: 1)
stream.go:305: D 19:55:30.141 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw (depth: 1)
stream.go:305: D 19:55:30.141 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (depth: 1)
stream.go:305: D 19:55:30.141 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] got tracing carriermap[]
stream.go:305: D 19:55:30.142 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:30.142 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Requeuing key arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (by request) after 59m59.988080307s (depth: 0)
stream.go:305: D 19:55:30.143 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] got tracing carriermap[]
stream.go:305: D 19:55:30.143 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:30.143 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] set taskspec for arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me - script: exit 1
stream.go:305: I 19:55:30.143 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Successfully reconciled taskrun task-run-retry-ubxhoagw-retry-me/arendelle-wlgrd with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 55, 30, 143845646, time.Local)}, Reason:"Pending", Message:"Pending"}
stream.go:305: D 19:55:30.144 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Requeuing key arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (by request) after 59m59.856010064s (depth: 0)
stream.go:305: I 19:55:30.146 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] PipelineRun task-run-retry-ubxhoagw status is being set to &{Succeeded Unknown {2023-05-26 19:55:21 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}
stream.go:305: D 19:55:30.146 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] Requeuing key arendelle-wlgrd/task-run-retry-ubxhoagw (by request) after 59m50.853685483s (depth: 0)
stream.go:305: D 19:55:30.153 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (depth: 1)
stream.go:305: D 19:55:30.153 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] got tracing carriermap[]
stream.go:305: D 19:55:30.153 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:30.153 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] set taskspec for arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me - script: exit 1
stream.go:305: I 19:55:30.153 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Successfully reconciled taskrun task-run-retry-ubxhoagw-retry-me/arendelle-wlgrd with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 55, 30, 153562319, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""}
stream.go:305: D 19:55:30.154 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Updating status with:   v1beta1.TaskRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
   Conditions: v1.Conditions{
   {
   Type: "Succeeded",
   Status: "Unknown",
   Severity: "",
-  LastTransitionTime: apis.VolatileTime{Inner: v1.Time{Time: s"2023-05-26 19:55:30 +0000 UTC"}},
+  LastTransitionTime: apis.VolatileTime{
+  Inner: v1.Time{Time: s"2023-05-26 19:55:30.153562319 +0000 UTC m=+168.370698241"},
+  },
   Reason: "Pending",
-  Message: "Pending",
+  Message: `pod status "Initialized":"False"; message: "containers with incomplete status: [prepare place-scripts]"`,
   },
   },
   Annotations: nil,
   },
   TaskRunStatusFields: v1beta1.TaskRunStatusFields{
   PodName: "task-run-retry-ubxhoagw-retry-me-pod-retry2",
   StartTime: s"2023-05-26 19:55:30 +0000 UTC",
   CompletionTime: nil,
-  Steps: nil,
+  Steps: []v1beta1.StepState{
+  {
+  ContainerState: v1.ContainerState{Waiting: s"&ContainerStateWaiting{Reason:Po"...},
+  Name: "unnamed-0",
+  ContainerName: "step-unnamed-0",
+  },
+  },
   CloudEvents: nil,
   RetriesStatus: {{Status: {Conditions: {{Type: "Succeeded", Status: "False", LastTransitionTime: {Inner: {Time: s"2023-05-26 19:55:26 +0000 UTC"}}, Reason: "Failed", ...}}}, TaskRunStatusFields: {PodName: "task-run-retry-ubxhoagw-retry-me-pod", StartTime: s"2023-05-26 19:55:21 +0000 UTC", CompletionTime: s"2023-05-26 19:55:26 +0000 UTC", Steps: {{ContainerState: {Terminated: &{ExitCode: 1, Reason: "Error", StartedAt: {Time: s"2023-05-26 19:55:25 +0000 UTC"}, FinishedAt: {Time: s"2023-05-26 19:55:25 +0000 UTC"}, ...}}, Name: "unnamed-0", ContainerName: "step-unnamed-0", ImageID: "docker.io/library/busybox@sha256:560af6915bfc8d7630e50e212e08242"...}}, ...}}, {Status: {Conditions: {{Type: "Succeeded", Status: "False", LastTransitionTime: {Inner: {Time: s"2023-05-26 19:55:30 +0000 UTC"}}, Reason: "Failed", ...}}}, TaskRunStatusFields: {PodName: "task-run-retry-ubxhoagw-retry-me-pod-retry1", StartTime: s"2023-05-26 19:55:26 +0000 UTC", CompletionTime: s"2023-05-26 19:55:30 +0000 UTC", Steps: {{ContainerState: {Terminated: &{ExitCode: 1, Reason: "Error", StartedAt: {Time: s"2023-05-26 19:55:29 +0000 UTC"}, FinishedAt: {Time: s"2023-05-26 19:55:29 +0000 UTC"}, ...}}, Name: "unnamed-0", ContainerName: "step-unnamed-0", ImageID: "docker.io/library/busybox@sha256:560af6915bfc8d7630e50e212e08242"...}}, ...}}},
   ResourcesResult: nil,
   TaskRunResults: nil,
-  Sidecars: nil,
+  Sidecars: []v1beta1.SidecarState{},
   TaskSpec: &{Steps: {{Image: "busybox", Script: "exit 1"}}},
   Provenance: nil,
   SpanContext: nil,
   },
  }
stream.go:305: D 19:55:30.171 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw (depth: 1)
stream.go:305: D 19:55:30.171 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] got tracing carriermap[]
stream.go:305: D 19:55:30.171 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:30.171 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (depth: 1)
stream.go:305: D 19:55:30.172 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Requeuing key arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (by request) after 59m59.846360611s (depth: 0)
stream.go:305: D 19:55:30.172 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] got tracing carriermap[]
stream.go:305: D 19:55:30.172 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:30.173 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] set taskspec for arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me - script: exit 1
stream.go:305: I 19:55:30.173 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Successfully reconciled taskrun task-run-retry-ubxhoagw-retry-me/arendelle-wlgrd with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 55, 30, 173909435, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""}
stream.go:305: I 19:55:30.173 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] PipelineRun task-run-retry-ubxhoagw status is being set to &{Succeeded Unknown {2023-05-26 19:55:21 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}
stream.go:305: D 19:55:30.174 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Requeuing key arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (by request) after 59m59.825991145s (depth: 0)
stream.go:305: D 19:55:30.174 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] Requeuing key arendelle-wlgrd/task-run-retry-ubxhoagw (by request) after 59m50.825872645s (depth: 0)
stream.go:305: D 19:55:31.107 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (depth: 1)
stream.go:305: D 19:55:31.107 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] got tracing carriermap[]
stream.go:305: D 19:55:31.107 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:31.107 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] set taskspec for arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me - script: exit 1
stream.go:305: I 19:55:31.107 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Successfully reconciled taskrun task-run-retry-ubxhoagw-retry-me/arendelle-wlgrd with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 55, 31, 107624317, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\""}
stream.go:305: D 19:55:31.109 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Updating status with:   v1beta1.TaskRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
   Conditions: v1.Conditions{
   {
   Type: "Succeeded",
   Status: "Unknown",
   Severity: "",
-  LastTransitionTime: apis.VolatileTime{Inner: v1.Time{Time: s"2023-05-26 19:55:30 +0000 UTC"}},
+  LastTransitionTime: apis.VolatileTime{
+  Inner: v1.Time{Time: s"2023-05-26 19:55:31.107624317 +0000 UTC m=+169.324760239"},
+  },
   Reason: "Pending",
   Message: strings.Join({
   `pod status "Initialized":"False"; message: "containers with inco`,
   "mplete status: [",
-  "prepare ",
   `place-scripts]"`,
   }, ""),
   },
   },
   Annotations: nil,
   },
   TaskRunStatusFields: v1beta1.TaskRunStatusFields{
   ... // 6 identical fields
   ResourcesResult: nil,
   TaskRunResults: nil,
-  Sidecars: nil,
+  Sidecars: []v1beta1.SidecarState{},
   TaskSpec: &{Steps: {{Image: "busybox", Script: "exit 1"}}},
   Provenance: nil,
   SpanContext: nil,
   },
  }
stream.go:305: D 19:55:31.126 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Requeuing key arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (by request) after 59m58.892299023s (depth: 0)
stream.go:305: D 19:55:31.126 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw (depth: 1)
stream.go:305: D 19:55:31.126 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (depth: 1)
stream.go:305: D 19:55:31.126 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] got tracing carriermap[]
stream.go:305: D 19:55:31.126 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] got tracing carriermap[]
stream.go:305: D 19:55:31.126 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:31.126 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:31.126 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] set taskspec for arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me - script: exit 1
stream.go:305: I 19:55:31.126 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Successfully reconciled taskrun task-run-retry-ubxhoagw-retry-me/arendelle-wlgrd with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 55, 31, 126861233, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\""}
stream.go:305: D 19:55:31.127 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Requeuing key arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (by request) after 59m58.872798677s (depth: 0)
stream.go:305: I 19:55:31.127 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] PipelineRun task-run-retry-ubxhoagw status is being set to &{Succeeded Unknown {2023-05-26 19:55:21 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}
stream.go:305: D 19:55:31.127 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] Requeuing key arendelle-wlgrd/task-run-retry-ubxhoagw (by request) after 59m49.872246097s (depth: 0)
stream.go:305: D 19:55:32.113 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (depth: 1)
stream.go:305: D 19:55:32.113 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] got tracing carriermap[]
stream.go:305: D 19:55:32.113 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:32.113 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] set taskspec for arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me - script: exit 1
stream.go:305: I 19:55:32.114 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Successfully reconciled taskrun task-run-retry-ubxhoagw-retry-me/arendelle-wlgrd with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 55, 32, 114009281, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-unnamed-0]\""}
stream.go:305: D 19:55:32.116 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Updating status with:   v1beta1.TaskRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
   Conditions: v1.Conditions{
   {
   Type: "Succeeded",
   Status: "Unknown",
   Severity: "",
-  LastTransitionTime: apis.VolatileTime{Inner: v1.Time{Time: s"2023-05-26 19:55:31 +0000 UTC"}},
+  LastTransitionTime: apis.VolatileTime{
+  Inner: v1.Time{Time: s"2023-05-26 19:55:32.114009281 +0000 UTC m=+170.331145193"},
+  },
   Reason: "Pending",
   Message: strings.Join({
   `pod status "`,
-  "Initialized",
+  "Ready",
   `":"False"; message: "containers with `,
-  "incomplete status: [place-scripts",
+  "unready status: [step-unnamed-0",
   `]"`,
   }, ""),
   },
   },
   Annotations: nil,
   },
   TaskRunStatusFields: v1beta1.TaskRunStatusFields{
   ... // 6 identical fields
   ResourcesResult: nil,
   TaskRunResults: nil,
-  Sidecars: nil,
+  Sidecars: []v1beta1.SidecarState{},
   TaskSpec: &{Steps: {{Image: "busybox", Script: "exit 1"}}},
   Provenance: nil,
   SpanContext: nil,
   },
  }
stream.go:305: D 19:55:32.128 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (depth: 1)
stream.go:305: D 19:55:32.135 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Requeuing key arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (by request) after 59m57.885799439s (depth: 0)
stream.go:305: D 19:55:32.136 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] got tracing carriermap[]
stream.go:305: D 19:55:32.136 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:32.136 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] set taskspec for arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me - script: exit 1
stream.go:305: I 19:55:32.136 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Successfully reconciled taskrun task-run-retry-ubxhoagw-retry-me/arendelle-wlgrd with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 55, 32, 136403217, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-unnamed-0]\""}
stream.go:305: D 19:55:32.136 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] got tracing carriermap[]
stream.go:305: D 19:55:32.136 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: I 19:55:32.137 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] PipelineRun task-run-retry-ubxhoagw status is being set to &{Succeeded Unknown {2023-05-26 19:55:21 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}
stream.go:305: D 19:55:32.137 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] Requeuing key arendelle-wlgrd/task-run-retry-ubxhoagw (by request) after 59m48.862630783s (depth: 0)
stream.go:305: D 19:55:32.137 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (depth: 1)
stream.go:305: D 19:55:32.136 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw (depth: 1)
stream.go:305: D 19:55:32.138 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Updating status with:   v1beta1.TaskRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
   Conditions: v1.Conditions{
   {
   Type: "Succeeded",
   Status: "Unknown",
   Severity: "",
-  LastTransitionTime: apis.VolatileTime{Inner: v1.Time{Time: s"2023-05-26 19:55:31 +0000 UTC"}},
+  LastTransitionTime: apis.VolatileTime{
+  Inner: v1.Time{Time: s"2023-05-26 19:55:32.136403217 +0000 UTC m=+170.353539139"},
+  },
   Reason: "Pending",
   Message: strings.Join({
   `pod status "`,
-  "Initialized",
+  "Ready",
   `":"False"; message: "containers with `,
-  "incomplete status: [place-scripts",
+  "unready status: [step-unnamed-0",
   `]"`,
   }, ""),
   },
   },
   Annotations: nil,
   },
   TaskRunStatusFields: v1beta1.TaskRunStatusFields{
   ... // 6 identical fields
   ResourcesResult: nil,
   TaskRunResults: nil,
-  Sidecars: nil,
+  Sidecars: []v1beta1.SidecarState{},
   TaskSpec: &{Steps: {{Image: "busybox", Script: "exit 1"}}},
   Provenance: nil,
   SpanContext: nil,
   },
  }
stream.go:305: D 19:55:32.164 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Requeuing key arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (by request) after 59m57.863437063s (depth: 0)
stream.go:305: D 19:55:32.165 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] got tracing carriermap[]
stream.go:305: D 19:55:32.165 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:32.165 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] set taskspec for arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me - script: exit 1
stream.go:305: I 19:55:32.165 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Successfully reconciled taskrun task-run-retry-ubxhoagw-retry-me/arendelle-wlgrd with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 55, 32, 165322866, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-unnamed-0]\""}
stream.go:305: D 19:55:32.165 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Requeuing key arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (by request) after 59m57.834595314s (depth: 0)
stream.go:305: D 19:55:33.121 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (depth: 1)
stream.go:305: D 19:55:33.121 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] got tracing carriermap[]
stream.go:305: D 19:55:33.122 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:33.122 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] set taskspec for arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me - script: exit 1
stream.go:305: D 19:55:33.132 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (depth: 1)
stream.go:305: I 19:55:33.132 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Successfully reconciled taskrun task-run-retry-ubxhoagw-retry-me/arendelle-wlgrd with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 55, 33, 132012958, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"}
stream.go:305: D 19:55:33.133 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Updating status with:   v1beta1.TaskRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
   Conditions: v1.Conditions{
   {
   Type: "Succeeded",
   Status: "Unknown",
   Severity: "",
-  LastTransitionTime: apis.VolatileTime{Inner: v1.Time{Time: s"2023-05-26 19:55:32 +0000 UTC"}},
+  LastTransitionTime: apis.VolatileTime{
+  Inner: v1.Time{Time: s"2023-05-26 19:55:33.132012958 +0000 UTC m=+171.349148879"},
+  },
-  Reason: "Pending",
+  Reason: "Running",
   Message: strings.Join({
-  `pod status "Ready":"False"; message: "containers with unready st`,
-  `atus: [step-unnamed-0]"`,
+  "Not all Steps in the Task have finished executing",
   }, ""),
   },
   },
   Annotations: nil,
   },
   TaskRunStatusFields: v1beta1.TaskRunStatusFields{
   PodName: "task-run-retry-ubxhoagw-retry-me-pod-retry2",
   StartTime: s"2023-05-26 19:55:30 +0000 UTC",
   CompletionTime: nil,
   Steps: []v1beta1.StepState{
   {
   ContainerState: v1.ContainerState{
-  Waiting: s"&ContainerStateWaiting{Reason:PodInitializing,Message:,}",
+  Waiting: nil,
-  Running: nil,
+  Running: s"&ContainerStateRunning{StartedAt:2023-05-26 19:55:32 +0000 UTC,}",
   Terminated: nil,
   },
   Name: "unnamed-0",
   ContainerName: "step-unnamed-0",
-  ImageID: "",
+  ImageID: "docker.io/library/busybox@sha256:560af6915bfc8d7630e50e212e08242d37b63bd5c1ccf9bd4acccf116e262d5b",
   },
   },
   CloudEvents: nil,
   RetriesStatus: {{Status: {Conditions: {{Type: "Succeeded", Status: "False", LastTransitionTime: {Inner: {Time: s"2023-05-26 19:55:26 +0000 UTC"}}, Reason: "Failed", ...}}}, TaskRunStatusFields: {PodName: "task-run-retry-ubxhoagw-retry-me-pod", StartTime: s"2023-05-26 19:55:21 +0000 UTC", CompletionTime: s"2023-05-26 19:55:26 +0000 UTC", Steps: {{ContainerState: {Terminated: &{ExitCode: 1, Reason: "Error", StartedAt: {Time: s"2023-05-26 19:55:25 +0000 UTC"}, FinishedAt: {Time: s"2023-05-26 19:55:25 +0000 UTC"}, ...}}, Name: "unnamed-0", ContainerName: "step-unnamed-0", ImageID: "docker.io/library/busybox@sha256:560af6915bfc8d7630e50e212e08242"...}}, ...}}, {Status: {Conditions: {{Type: "Succeeded", Status: "False", LastTransitionTime: {Inner: {Time: s"2023-05-26 19:55:30 +0000 UTC"}}, Reason: "Failed", ...}}}, TaskRunStatusFields: {PodName: "task-run-retry-ubxhoagw-retry-me-pod-retry1", StartTime: s"2023-05-26 19:55:26 +0000 UTC", CompletionTime: s"2023-05-26 19:55:30 +0000 UTC", Steps: {{ContainerState: {Terminated: &{ExitCode: 1, Reason: "Error", StartedAt: {Time: s"2023-05-26 19:55:29 +0000 UTC"}, FinishedAt: {Time: s"2023-05-26 19:55:29 +0000 UTC"}, ...}}, Name: "unnamed-0", ContainerName: "step-unnamed-0", ImageID: "docker.io/library/busybox@sha256:560af6915bfc8d7630e50e212e08242"...}}, ...}}},
   ResourcesResult: nil,
   TaskRunResults: nil,
-  Sidecars: nil,
+  Sidecars: []v1beta1.SidecarState{},
   TaskSpec: &{Steps: {{Image: "busybox", Script: "exit 1"}}},
   Provenance: nil,
   SpanContext: nil,
   },
  }
stream.go:305: D 19:55:33.147 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Requeuing key arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (by request) after 59m56.867781222s (depth: 0)
stream.go:305: D 19:55:33.147 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] got tracing carriermap[]
stream.go:305: D 19:55:33.147 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:33.147 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] set taskspec for arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me - script: exit 1
stream.go:305: I 19:55:33.148 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Successfully reconciled taskrun task-run-retry-ubxhoagw-retry-me/arendelle-wlgrd with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 55, 33, 148044602, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"}
stream.go:305: D 19:55:33.148 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (depth: 1)
stream.go:305: D 19:55:33.148 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw (depth: 1)
stream.go:305: D 19:55:33.149 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] got tracing carriermap[]
stream.go:305: D 19:55:33.149 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: I 19:55:33.149 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] PipelineRun task-run-retry-ubxhoagw status is being set to &{Succeeded Unknown {2023-05-26 19:55:21 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}
stream.go:305: D 19:55:33.150 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] Requeuing key arendelle-wlgrd/task-run-retry-ubxhoagw (by request) after 59m47.850098097s (depth: 0)
stream.go:305: D 19:55:33.151 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Updating status with:   v1beta1.TaskRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
   Conditions: v1.Conditions{
   {
   Type: "Succeeded",
   Status: "Unknown",
   Severity: "",
-  LastTransitionTime: apis.VolatileTime{Inner: v1.Time{Time: s"2023-05-26 19:55:32 +0000 UTC"}},
+  LastTransitionTime: apis.VolatileTime{
+  Inner: v1.Time{Time: s"2023-05-26 19:55:33.148044602 +0000 UTC m=+171.365180514"},
+  },
-  Reason: "Pending",
+  Reason: "Running",
   Message: strings.Join({
-  `pod status "Ready":"False"; message: "containers with unready st`,
-  `atus: [step-unnamed-0]"`,
+  "Not all Steps in the Task have finished executing",
   }, ""),
   },
   },
   Annotations: nil,
   },
   TaskRunStatusFields: v1beta1.TaskRunStatusFields{
   PodName: "task-run-retry-ubxhoagw-retry-me-pod-retry2",
   StartTime: s"2023-05-26 19:55:30 +0000 UTC",
   CompletionTime: nil,
   Steps: []v1beta1.StepState{
   {
   ContainerState: v1.ContainerState{
-  Waiting: s"&ContainerStateWaiting{Reason:PodInitializing,Message:,}",
+  Waiting: nil,
-  Running: nil,
+  Running: s"&ContainerStateRunning{StartedAt:2023-05-26 19:55:32 +0000 UTC,}",
   Terminated: nil,
   },
   Name: "unnamed-0",
   ContainerName: "step-unnamed-0",
-  ImageID: "",
+  ImageID: "docker.io/library/busybox@sha256:560af6915bfc8d7630e50e212e08242d37b63bd5c1ccf9bd4acccf116e262d5b",
   },
   },
   CloudEvents: nil,
   RetriesStatus: {{Status: {Conditions: {{Type: "Succeeded", Status: "False", LastTransitionTime: {Inner: {Time: s"2023-05-26 19:55:26 +0000 UTC"}}, Reason: "Failed", ...}}}, TaskRunStatusFields: {PodName: "task-run-retry-ubxhoagw-retry-me-pod", StartTime: s"2023-05-26 19:55:21 +0000 UTC", CompletionTime: s"2023-05-26 19:55:26 +0000 UTC", Steps: {{ContainerState: {Terminated: &{ExitCode: 1, Reason: "Error", StartedAt: {Time: s"2023-05-26 19:55:25 +0000 UTC"}, FinishedAt: {Time: s"2023-05-26 19:55:25 +0000 UTC"}, ...}}, Name: "unnamed-0", ContainerName: "step-unnamed-0", ImageID: "docker.io/library/busybox@sha256:560af6915bfc8d7630e50e212e08242"...}}, ...}}, {Status: {Conditions: {{Type: "Succeeded", Status: "False", LastTransitionTime: {Inner: {Time: s"2023-05-26 19:55:30 +0000 UTC"}}, Reason: "Failed", ...}}}, TaskRunStatusFields: {PodName: "task-run-retry-ubxhoagw-retry-me-pod-retry1", StartTime: s"2023-05-26 19:55:26 +0000 UTC", CompletionTime: s"2023-05-26 19:55:30 +0000 UTC", Steps: {{ContainerState: {Terminated: &{ExitCode: 1, Reason: "Error", StartedAt: {Time: s"2023-05-26 19:55:29 +0000 UTC"}, FinishedAt: {Time: s"2023-05-26 19:55:29 +0000 UTC"}, ...}}, Name: "unnamed-0", ContainerName: "step-unnamed-0", ImageID: "docker.io/library/busybox@sha256:560af6915bfc8d7630e50e212e08242"...}}, ...}}},
   ResourcesResult: nil,
   TaskRunResults: nil,
-  Sidecars: nil,
+  Sidecars: []v1beta1.SidecarState{},
   TaskSpec: &{Steps: {{Image: "busybox", Script: "exit 1"}}},
   Provenance: nil,
   SpanContext: nil,
   },
  }
stream.go:305: D 19:55:33.174 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Requeuing key arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (by request) after 59m56.851842148s (depth: 0)
stream.go:305: D 19:55:33.175 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] got tracing carriermap[]
stream.go:305: D 19:55:33.175 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:33.175 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] set taskspec for arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me - script: exit 1
stream.go:305: I 19:55:33.175 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Successfully reconciled taskrun task-run-retry-ubxhoagw-retry-me/arendelle-wlgrd with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 55, 33, 0, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"}
stream.go:305: D 19:55:33.175 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Requeuing key arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (by request) after 59m56.82456344s (depth: 0)
stream.go:305: D 19:55:34.128 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (depth: 1)
stream.go:305: D 19:55:34.129 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] got tracing carriermap[]
stream.go:305: D 19:55:34.129 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:34.129 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] set taskspec for arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me - script: exit 1
stream.go:305: I 19:55:34.129 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Successfully reconciled taskrun task-run-retry-ubxhoagw-retry-me/arendelle-wlgrd with status: &apis.Condition{Type:"Succeeded", Status:"False", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 55, 34, 129789518, time.Local)}, Reason:"Failed", Message:"\"step-unnamed-0\" exited with code 1 (image: \"docker.io/library/busybox@sha256:560af6915bfc8d7630e50e212e08242d37b63bd5c1ccf9bd4acccf116e262d5b\"); for logs run: kubectl -n arendelle-wlgrd logs task-run-retry-ubxhoagw-retry-me-pod-retry2 -c step-unnamed-0\n"}
stream.go:305: D 19:55:34.132 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Updating status with:   v1beta1.TaskRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
   Conditions: v1.Conditions{
   {
   Type: "Succeeded",
   Status: "Unknown",
   Severity: "",
-  LastTransitionTime: apis.VolatileTime{Inner: v1.Time{Time: s"2023-05-26 19:55:33 +0000 UTC"}},
+  LastTransitionTime: apis.VolatileTime{
+  Inner: v1.Time{Time: s"2023-05-26 19:55:34.129894429 +0000 UTC m=+172.347030341"},
+  },
-  Reason: "Running",
+  Reason: "ToBeRetried",
   Message: strings.Join({
-  "Not all Steps in the Task have finished executing",
+  `"step-unnamed-0" exited with code 1 (image: "docker.io/library/b`,
+  "usybox@sha256:560af6915bfc8d7630e50e212e08242d37b63bd5c1ccf9bd4a",
+  `cccf116e262d5b"); for logs run: kubectl -n arendelle-wlgrd logs `,
+  "task-run-retry-ubxhoagw-retry-me-pod-retry2 -c step-unnamed-0\n",
   }, ""),
   },
   },
   Annotations: nil,
   },
   TaskRunStatusFields: v1beta1.TaskRunStatusFields{
-  PodName: "task-run-retry-ubxhoagw-retry-me-pod-retry2",
+  PodName: "",
-  StartTime: s"2023-05-26 19:55:30 +0000 UTC",
+  StartTime: nil,
   CompletionTime: nil,
   Steps: []v1beta1.StepState{
   {
   ContainerState: v1.ContainerState{
   Waiting: nil,
-  Running: s"&ContainerStateRunning{StartedAt:2023-05-26 19:55:32 +0000 UTC,}",
+  Running: nil,
-  Terminated: nil,
+  Terminated: s"&ContainerStateTerminated{ExitCode:1,Signal:0,Reason:Error,Message:,StartedAt:2023-05-26 19:55:33.47 +0000 UTC,FinishedAt:2023-05-26 19:55:33 +0000 UTC,ContainerID:containerd://572aecea8be4b026f9e76d3f732232c0963c4aee7a13c159f79a5ed551f5df62,}",
   },
   Name: "unnamed-0",
   ContainerName: "step-unnamed-0",
   ImageID: "docker.io/library/busybox@sha256:560af6915bfc8d7630e50e212e08242"...,
   },
   },
   CloudEvents: nil,
   RetriesStatus: []v1beta1.TaskRunStatus{
   {Status: {Conditions: {{Type: "Succeeded", Status: "False", LastTransitionTime: {Inner: {Time: s"2023-05-26 19:55:26 +0000 UTC"}}, Reason: "Failed", ...}}}, TaskRunStatusFields: {PodName: "task-run-retry-ubxhoagw-retry-me-pod", StartTime: s"2023-05-26 19:55:21 +0000 UTC", CompletionTime: s"2023-05-26 19:55:26 +0000 UTC", Steps: {{ContainerState: {Terminated: &{ExitCode: 1, Reason: "Error", StartedAt: {Time: s"2023-05-26 19:55:25 +0000 UTC"}, FinishedAt: {Time: s"2023-05-26 19:55:25 +0000 UTC"}, ...}}, Name: "unnamed-0", ContainerName: "step-unnamed-0", ImageID: "docker.io/library/busybox@sha256:560af6915bfc8d7630e50e212e08242"...}}, ...}},
   {Status: {Conditions: {{Type: "Succeeded", Status: "False", LastTransitionTime: {Inner: {Time: s"2023-05-26 19:55:30 +0000 UTC"}}, Reason: "Failed", ...}}}, TaskRunStatusFields: {PodName: "task-run-retry-ubxhoagw-retry-me-pod-retry1", StartTime: s"2023-05-26 19:55:26 +0000 UTC", CompletionTime: s"2023-05-26 19:55:30 +0000 UTC", Steps: {{ContainerState: {Terminated: &{ExitCode: 1, Reason: "Error", StartedAt: {Time: s"2023-05-26 19:55:29 +0000 UTC"}, FinishedAt: {Time: s"2023-05-26 19:55:29 +0000 UTC"}, ...}}, Name: "unnamed-0", ContainerName: "step-unnamed-0", ImageID: "docker.io/library/busybox@sha256:560af6915bfc8d7630e50e212e08242"...}}, ...}},
+  {
+  Status: v1.Status{Conditions: v1.Conditions{{...}}},
+  TaskRunStatusFields: v1beta1.TaskRunStatusFields{
+  PodName: "task-run-retry-ubxhoagw-retry-me-pod-retry2",
+  StartTime: s"2023-05-26 19:55:30 +0000 UTC",
+  CompletionTime: s"2023-05-26 19:55:34.129790018 +0000 UTC m=+172.346925941",
+  Steps: []v1beta1.StepState{{...}},
+  Sidecars: []v1beta1.SidecarState{},
+  TaskSpec: &v1beta1.TaskSpec{Steps: []v1beta1.Step{...}},
+  },
+  },
   },
   ResourcesResult: nil,
   TaskRunResults: nil,
-  Sidecars: nil,
+  Sidecars: []v1beta1.SidecarState{},
   TaskSpec: &{Steps: {{Image: "busybox", Script: "exit 1"}}},
   Provenance: nil,
   SpanContext: nil,
   },
  }
stream.go:305: I 19:55:34.146 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Reconcile succeeded
stream.go:305: D 19:55:34.147 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw (depth: 1)
stream.go:305: D 19:55:34.147 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] got tracing carriermap[]
stream.go:305: D 19:55:34.148 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:34.150 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (depth: 1)
stream.go:305: D 19:55:34.150 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] got tracing carriermap[]
stream.go:305: D 19:55:34.150 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: I 19:55:34.150 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] PipelineRun task-run-retry-ubxhoagw status is being set to &{Succeeded Unknown {2023-05-26 19:55:21 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}
stream.go:305: D 19:55:34.150 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] set taskspec for arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me - script: exit 1
stream.go:305: D 19:55:34.150 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] Requeuing key arendelle-wlgrd/task-run-retry-ubxhoagw (by request) after 59m46.849338085s (depth: 0)
stream.go:305: D 19:55:34.161 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (depth: 1)
stream.go:305: I 19:55:34.161 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Successfully reconciled taskrun task-run-retry-ubxhoagw-retry-me/arendelle-wlgrd with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 55, 34, 161006777, time.Local)}, Reason:"Pending", Message:"Pending"}
stream.go:305: D 19:55:34.163 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Updating status with:   v1beta1.TaskRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
   Conditions: v1.Conditions{
   {
   Type: "Succeeded",
   Status: "Unknown",
   Severity: "",
-  LastTransitionTime: apis.VolatileTime{Inner: v1.Time{Time: s"2023-05-26 19:55:34 +0000 UTC"}},
+  LastTransitionTime: apis.VolatileTime{
+  Inner: v1.Time{Time: s"2023-05-26 19:55:34.161006777 +0000 UTC m=+172.378142700"},
+  },
-  Reason: "ToBeRetried",
+  Reason: "Pending",
-  Message: "\"step-unnamed-0\" exited with code 1 (image: \"docker.io/library/busybox@sha256:560af6915bfc8d7630e50e212e08242d37b63bd5c1ccf9bd4acccf116e262d5b\"); for logs run: kubectl -n arendelle-wlgrd logs task-run-retry-ubxhoagw-retry-me-pod-retry2 -c step-unnamed-0\n",
+  Message: "Pending",
   },
   },
   Annotations: nil,
   },
   TaskRunStatusFields: v1beta1.TaskRunStatusFields{
-  PodName: "",
+  PodName: "task-run-retry-ubxhoagw-retry-me-pod-retry3",
-  StartTime: nil,
+  StartTime: s"2023-05-26 19:55:34.150493424 +0000 UTC m=+172.367629347",
   CompletionTime: nil,
-  Steps: []v1beta1.StepState{
-  {
-  ContainerState: v1.ContainerState{
-  Terminated: s"&ContainerStateTerminated{ExitCode:1,Signal:0,Reason:Error,Messa"...,
-  },
-  Name: "unnamed-0",
-  ContainerName: "step-unnamed-0",
-  ImageID: "docker.io/library/busybox@sha256:560af6915bfc8d7630e50e212e08242d37b63bd5c1ccf9bd4acccf116e262d5b",
-  },
-  },
+  Steps: []v1beta1.StepState{},
   CloudEvents: nil,
   RetriesStatus: {{Status: {Conditions: {{Type: "Succeeded", Status: "False", LastTransitionTime: {Inner: {Time: s"2023-05-26 19:55:26 +0000 UTC"}}, Reason: "Failed", ...}}}, TaskRunStatusFields: {PodName: "task-run-retry-ubxhoagw-retry-me-pod", StartTime: s"2023-05-26 19:55:21 +0000 UTC", CompletionTime: s"2023-05-26 19:55:26 +0000 UTC", Steps: {{ContainerState: {Terminated: &{ExitCode: 1, Reason: "Error", StartedAt: {Time: s"2023-05-26 19:55:25 +0000 UTC"}, FinishedAt: {Time: s"2023-05-26 19:55:25 +0000 UTC"}, ...}}, Name: "unnamed-0", ContainerName: "step-unnamed-0", ImageID: "docker.io/library/busybox@sha256:560af6915bfc8d7630e50e212e08242"...}}, ...}}, {Status: {Conditions: {{Type: "Succeeded", Status: "False", LastTransitionTime: {Inner: {Time: s"2023-05-26 19:55:30 +0000 UTC"}}, Reason: "Failed", ...}}}, TaskRunStatusFields: {PodName: "task-run-retry-ubxhoagw-retry-me-pod-retry1", StartTime: s"2023-05-26 19:55:26 +0000 UTC", CompletionTime: s"2023-05-26 19:55:30 +0000 UTC", Steps: {{ContainerState: {Terminated: &{ExitCode: 1, Reason: "Error", StartedAt: {Time: s"2023-05-26 19:55:29 +0000 UTC"}, FinishedAt: {Time: s"2023-05-26 19:55:29 +0000 UTC"}, ...}}, Name: "unnamed-0", ContainerName: "step-unnamed-0", ImageID: "docker.io/library/busybox@sha256:560af6915bfc8d7630e50e212e08242"...}}, ...}}, {Status: {Conditions: {{Type: "Succeeded", Status: "False", LastTransitionTime: {Inner: {Time: s"2023-05-26 19:55:34 +0000 UTC"}}, Reason: "Failed", ...}}}, TaskRunStatusFields: {PodName: "task-run-retry-ubxhoagw-retry-me-pod-retry2", StartTime: s"2023-05-26 19:55:30 +0000 UTC", CompletionTime: s"2023-05-26 19:55:34 +0000 UTC", Steps: {{ContainerState: {Terminated: &{ExitCode: 1, Reason: "Error", StartedAt: {Time: s"2023-05-26 19:55:33 +0000 UTC"}, FinishedAt: {Time: s"2023-05-26 19:55:33 +0000 UTC"}, ...}}, Name: "unnamed-0", ContainerName: "step-unnamed-0", ImageID: "docker.io/library/busybox@sha256:560af6915bfc8d7630e50e212e08242"...}}, ...}}},
   ResourcesResult: nil,
   TaskRunResults: nil,
-  Sidecars: nil,
+  Sidecars: []v1beta1.SidecarState{},
   TaskSpec: &{Steps: {{Image: "busybox", Script: "exit 1"}}},
   Provenance: nil,
   SpanContext: nil,
   },
  }
stream.go:305: D 19:55:34.178 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (depth: 1)
stream.go:305: D 19:55:34.189 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Requeuing key arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (by request) after 59m59.989347758s (depth: 0)
stream.go:305: D 19:55:34.189 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw (depth: 1)
stream.go:305: D 19:55:34.189 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (depth: 1)
stream.go:305: D 19:55:34.189 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] got tracing carriermap[]
stream.go:305: D 19:55:34.190 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:34.190 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] got tracing carriermap[]
stream.go:305: D 19:55:34.190 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:34.190 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] set taskspec for arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me - script: exit 1
stream.go:305: I 19:55:34.190 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Successfully reconciled taskrun task-run-retry-ubxhoagw-retry-me/arendelle-wlgrd with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 55, 34, 190392496, time.Local)}, Reason:"Pending", Message:"Pending"}
stream.go:305: I 19:55:34.190 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] PipelineRun task-run-retry-ubxhoagw status is being set to &{Succeeded Unknown {2023-05-26 19:55:21 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}
stream.go:305: D 19:55:34.190 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Requeuing key arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (by request) after 59m59.809530474s (depth: 0)
stream.go:305: D 19:55:34.190 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] got tracing carriermap[]
stream.go:305: D 19:55:34.190 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:34.190 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] Requeuing key arendelle-wlgrd/task-run-retry-ubxhoagw (by request) after 59m46.809507024s (depth: 0)
stream.go:305: D 19:55:34.190 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] set taskspec for arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me - script: exit 1
stream.go:305: I 19:55:34.190 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Successfully reconciled taskrun task-run-retry-ubxhoagw-retry-me/arendelle-wlgrd with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 55, 34, 190865376, time.Local)}, Reason:"Pending", Message:"Pending"}
stream.go:305: D 19:55:34.191 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Requeuing key arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (by request) after 59m59.809082394s (depth: 0)
stream.go:305: D 19:55:34.200 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (depth: 1)
stream.go:305: D 19:55:34.200 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] got tracing carriermap[]
stream.go:305: D 19:55:34.200 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:34.201 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] set taskspec for arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me - script: exit 1
stream.go:305: I 19:55:34.201 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Successfully reconciled taskrun task-run-retry-ubxhoagw-retry-me/arendelle-wlgrd with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 55, 34, 201200540, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""}
stream.go:305: D 19:55:34.203 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Updating status with:   v1beta1.TaskRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
   Conditions: v1.Conditions{
   {
   Type: "Succeeded",
   Status: "Unknown",
   Severity: "",
-  LastTransitionTime: apis.VolatileTime{Inner: v1.Time{Time: s"2023-05-26 19:55:34 +0000 UTC"}},
+  LastTransitionTime: apis.VolatileTime{Inner: v1.Time{Time: s"2023-05-26 19:55:34.20120054 +0000 UTC m=+172.418336461"}},
   Reason: "Pending",
-  Message: "Pending",
+  Message: `pod status "Initialized":"False"; message: "containers with incomplete status: [prepare place-scripts]"`,
   },
   },
   Annotations: nil,
   },
   TaskRunStatusFields: v1beta1.TaskRunStatusFields{
   PodName: "task-run-retry-ubxhoagw-retry-me-pod-retry3",
   StartTime: s"2023-05-26 19:55:34 +0000 UTC",
   CompletionTime: nil,
-  Steps: nil,
+  Steps: []v1beta1.StepState{
+  {
+  ContainerState: v1.ContainerState{Waiting: s"&ContainerStateWaiting{Reason:Po"...},
+  Name: "unnamed-0",
+  ContainerName: "step-unnamed-0",
+  },
+  },
   CloudEvents: nil,
   RetriesStatus: {{Status: {Conditions: {{Type: "Succeeded", Status: "False", LastTransitionTime: {Inner: {Time: s"2023-05-26 19:55:26 +0000 UTC"}}, Reason: "Failed", ...}}}, TaskRunStatusFields: {PodName: "task-run-retry-ubxhoagw-retry-me-pod", StartTime: s"2023-05-26 19:55:21 +0000 UTC", CompletionTime: s"2023-05-26 19:55:26 +0000 UTC", Steps: {{ContainerState: {Terminated: &{ExitCode: 1, Reason: "Error", StartedAt: {Time: s"2023-05-26 19:55:25 +0000 UTC"}, FinishedAt: {Time: s"2023-05-26 19:55:25 +0000 UTC"}, ...}}, Name: "unnamed-0", ContainerName: "step-unnamed-0", ImageID: "docker.io/library/busybox@sha256:560af6915bfc8d7630e50e212e08242"...}}, ...}}, {Status: {Conditions: {{Type: "Succeeded", Status: "False", LastTransitionTime: {Inner: {Time: s"2023-05-26 19:55:30 +0000 UTC"}}, Reason: "Failed", ...}}}, TaskRunStatusFields: {PodName: "task-run-retry-ubxhoagw-retry-me-pod-retry1", StartTime: s"2023-05-26 19:55:26 +0000 UTC", CompletionTime: s"2023-05-26 19:55:30 +0000 UTC", Steps: {{ContainerState: {Terminated: &{ExitCode: 1, Reason: "Error", StartedAt: {Time: s"2023-05-26 19:55:29 +0000 UTC"}, FinishedAt: {Time: s"2023-05-26 19:55:29 +0000 UTC"}, ...}}, Name: "unnamed-0", ContainerName: "step-unnamed-0", ImageID: "docker.io/library/busybox@sha256:560af6915bfc8d7630e50e212e08242"...}}, ...}}, {Status: {Conditions: {{Type: "Succeeded", Status: "False", LastTransitionTime: {Inner: {Time: s"2023-05-26 19:55:34 +0000 UTC"}}, Reason: "Failed", ...}}}, TaskRunStatusFields: {PodName: "task-run-retry-ubxhoagw-retry-me-pod-retry2", StartTime: s"2023-05-26 19:55:30 +0000 UTC", CompletionTime: s"2023-05-26 19:55:34 +0000 UTC", Steps: {{ContainerState: {Terminated: &{ExitCode: 1, Reason: "Error", StartedAt: {Time: s"2023-05-26 19:55:33 +0000 UTC"}, FinishedAt: {Time: s"2023-05-26 19:55:33 +0000 UTC"}, ...}}, Name: "unnamed-0", ContainerName: "step-unnamed-0", ImageID: "docker.io/library/busybox@sha256:560af6915bfc8d7630e50e212e08242"...}}, ...}}},
   ResourcesResult: nil,
   TaskRunResults: nil,
-  Sidecars: nil,
+  Sidecars: []v1beta1.SidecarState{},
   TaskSpec: &{Steps: {{Image: "busybox", Script: "exit 1"}}},
   Provenance: nil,
   SpanContext: nil,
   },
  }
stream.go:305: D 19:55:34.217 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Requeuing key arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (by request) after 59m59.79871402s (depth: 0)
stream.go:305: D 19:55:34.218 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw (depth: 1)
stream.go:305: D 19:55:34.219 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (depth: 1)
stream.go:305: D 19:55:34.219 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] got tracing carriermap[]
stream.go:305: D 19:55:34.219 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:34.219 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] got tracing carriermap[]
stream.go:305: D 19:55:34.219 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: I 19:55:34.221 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] PipelineRun task-run-retry-ubxhoagw status is being set to &{Succeeded Unknown {2023-05-26 19:55:21 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}
stream.go:305: D 19:55:34.223 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] set taskspec for arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me - script: exit 1
stream.go:305: D 19:55:34.224 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] Requeuing key arendelle-wlgrd/task-run-retry-ubxhoagw (by request) after 59m46.778144955s (depth: 0)
stream.go:305: I 19:55:34.224 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Successfully reconciled taskrun task-run-retry-ubxhoagw-retry-me/arendelle-wlgrd with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 55, 34, 224063956, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""}
stream.go:305: D 19:55:34.224 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Requeuing key arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (by request) after 59m59.775851904s (depth: 0)
stream.go:305: D 19:55:35.151 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (depth: 1)
stream.go:305: D 19:55:35.151 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] got tracing carriermap[]
stream.go:305: D 19:55:35.151 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:35.151 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] set taskspec for arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me - script: exit 1
stream.go:305: I 19:55:35.151 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Successfully reconciled taskrun task-run-retry-ubxhoagw-retry-me/arendelle-wlgrd with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 55, 35, 151436116, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""}
stream.go:305: D 19:55:35.151 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Requeuing key arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (by request) after 59m58.848518794s (depth: 0)
stream.go:305: D 19:55:36.147 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (depth: 1)
stream.go:305: D 19:55:36.148 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] got tracing carriermap[]
stream.go:305: D 19:55:36.148 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:36.148 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] set taskspec for arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me - script: exit 1
stream.go:305: I 19:55:36.148 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Successfully reconciled taskrun task-run-retry-ubxhoagw-retry-me/arendelle-wlgrd with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 55, 36, 148508567, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\""}
stream.go:305: D 19:55:36.150 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Updating status with:   v1beta1.TaskRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
   Conditions: v1.Conditions{
   {
   Type: "Succeeded",
   Status: "Unknown",
   Severity: "",
-  LastTransitionTime: apis.VolatileTime{Inner: v1.Time{Time: s"2023-05-26 19:55:34 +0000 UTC"}},
+  LastTransitionTime: apis.VolatileTime{
+  Inner: v1.Time{Time: s"2023-05-26 19:55:36.148508567 +0000 UTC m=+174.365644489"},
+  },
   Reason: "Pending",
   Message: strings.Join({
   `pod status "Initialized":"False"; message: "containers with inco`,
   "mplete status: [",
-  "prepare ",
   `place-scripts]"`,
   }, ""),
   },
   },
   Annotations: nil,
   },
   TaskRunStatusFields: v1beta1.TaskRunStatusFields{
   ... // 6 identical fields
   ResourcesResult: nil,
   TaskRunResults: nil,
-  Sidecars: nil,
+  Sidecars: []v1beta1.SidecarState{},
   TaskSpec: &{Steps: {{Image: "busybox", Script: "exit 1"}}},
   Provenance: nil,
   SpanContext: nil,
   },
  }
stream.go:305: D 19:55:36.163 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (depth: 1)
stream.go:305: D 19:55:36.169 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw (depth: 1)
stream.go:305: D 19:55:36.169 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Requeuing key arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (by request) after 59m57.851309403s (depth: 0)
stream.go:305: D 19:55:36.169 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] got tracing carriermap[]
stream.go:305: D 19:55:36.169 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:36.169 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] got tracing carriermap[]
stream.go:305: D 19:55:36.169 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:36.169 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] set taskspec for arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me - script: exit 1
stream.go:305: I 19:55:36.169 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Successfully reconciled taskrun task-run-retry-ubxhoagw-retry-me/arendelle-wlgrd with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 55, 36, 169524553, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\""}
stream.go:305: D 19:55:36.169 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Requeuing key arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (by request) after 59m57.830407607s (depth: 0)
stream.go:305: D 19:55:36.169 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (depth: 1)
stream.go:305: I 19:55:36.169 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] PipelineRun task-run-retry-ubxhoagw status is being set to &{Succeeded Unknown {2023-05-26 19:55:21 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}
stream.go:305: D 19:55:36.169 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] got tracing carriermap[]
stream.go:305: D 19:55:36.169 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:36.170 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] Requeuing key arendelle-wlgrd/task-run-retry-ubxhoagw (by request) after 59m44.830012887s (depth: 0)
stream.go:305: D 19:55:36.170 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] set taskspec for arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me - script: exit 1
stream.go:305: I 19:55:36.170 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Successfully reconciled taskrun task-run-retry-ubxhoagw-retry-me/arendelle-wlgrd with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 55, 36, 170125703, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\""}
stream.go:305: D 19:55:36.170 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Requeuing key arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (by request) after 59m57.829824947s (depth: 0)
stream.go:305: D 19:55:37.164 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (depth: 1)
stream.go:305: D 19:55:37.164 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] got tracing carriermap[]
stream.go:305: D 19:55:37.164 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:37.165 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] set taskspec for arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me - script: exit 1
stream.go:305: I 19:55:37.165 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Successfully reconciled taskrun task-run-retry-ubxhoagw-retry-me/arendelle-wlgrd with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 55, 37, 165162133, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-unnamed-0]\""}
stream.go:305: D 19:55:37.167 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Updating status with:   v1beta1.TaskRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
   Conditions: v1.Conditions{
   {
   Type: "Succeeded",
   Status: "Unknown",
   Severity: "",
-  LastTransitionTime: apis.VolatileTime{Inner: v1.Time{Time: s"2023-05-26 19:55:36 +0000 UTC"}},
+  LastTransitionTime: apis.VolatileTime{
+  Inner: v1.Time{Time: s"2023-05-26 19:55:37.165162133 +0000 UTC m=+175.382298055"},
+  },
   Reason: "Pending",
   Message: strings.Join({
   `pod status "`,
-  "Initialized",
+  "Ready",
   `":"False"; message: "containers with `,
-  "incomplete status: [place-scripts",
+  "unready status: [step-unnamed-0",
   `]"`,
   }, ""),
   },
   },
   Annotations: nil,
   },
   TaskRunStatusFields: v1beta1.TaskRunStatusFields{
   ... // 6 identical fields
   ResourcesResult: nil,
   TaskRunResults: nil,
-  Sidecars: nil,
+  Sidecars: []v1beta1.SidecarState{},
   TaskSpec: &{Steps: {{Image: "busybox", Script: "exit 1"}}},
   Provenance: nil,
   SpanContext: nil,
   },
  }
stream.go:305: D 19:55:37.185 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw (depth: 1)
stream.go:305: D 19:55:37.185 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (depth: 1)
stream.go:305: D 19:55:37.185 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] got tracing carriermap[]
stream.go:305: D 19:55:37.185 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:37.185 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Requeuing key arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (by request) after 59m56.834731967s (depth: 0)
stream.go:305: D 19:55:37.186 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] got tracing carriermap[]
stream.go:305: D 19:55:37.186 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:37.186 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] set taskspec for arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me - script: exit 1
stream.go:305: I 19:55:37.186 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Successfully reconciled taskrun task-run-retry-ubxhoagw-retry-me/arendelle-wlgrd with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 55, 37, 186715820, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-unnamed-0]\""}
stream.go:305: D 19:55:37.187 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Requeuing key arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (by request) after 59m56.813217151s (depth: 0)
stream.go:305: I 19:55:37.187 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] PipelineRun task-run-retry-ubxhoagw status is being set to &{Succeeded Unknown {2023-05-26 19:55:21 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}
stream.go:305: D 19:55:37.187 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] Requeuing key arendelle-wlgrd/task-run-retry-ubxhoagw (by request) after 59m43.812161s (depth: 0)
stream.go:305: D 19:55:38.164 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (depth: 1)
stream.go:305: D 19:55:38.165 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] got tracing carriermap[]
stream.go:305: D 19:55:38.165 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:38.165 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] set taskspec for arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me - script: exit 1
stream.go:305: I 19:55:38.175 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Successfully reconciled taskrun task-run-retry-ubxhoagw-retry-me/arendelle-wlgrd with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 55, 38, 175236207, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"}
stream.go:305: D 19:55:38.175 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (depth: 1)
stream.go:305: D 19:55:38.177 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Updating status with:   v1beta1.TaskRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
   Conditions: v1.Conditions{
   {
   Type: "Succeeded",
   Status: "Unknown",
   Severity: "",
-  LastTransitionTime: apis.VolatileTime{Inner: v1.Time{Time: s"2023-05-26 19:55:37 +0000 UTC"}},
+  LastTransitionTime: apis.VolatileTime{
+  Inner: v1.Time{Time: s"2023-05-26 19:55:38.175236207 +0000 UTC m=+176.392372119"},
+  },
-  Reason: "Pending",
+  Reason: "Running",
   Message: strings.Join({
-  `pod status "Ready":"False"; message: "containers with unready st`,
-  `atus: [step-unnamed-0]"`,
+  "Not all Steps in the Task have finished executing",
   }, ""),
   },
   },
   Annotations: nil,
   },
   TaskRunStatusFields: v1beta1.TaskRunStatusFields{
   PodName: "task-run-retry-ubxhoagw-retry-me-pod-retry3",
   StartTime: s"2023-05-26 19:55:34 +0000 UTC",
   CompletionTime: nil,
   Steps: []v1beta1.StepState{
   {
   ContainerState: v1.ContainerState{
-  Waiting: s"&ContainerStateWaiting{Reason:PodInitializing,Message:,}",
+  Waiting: nil,
-  Running: nil,
+  Running: s"&ContainerStateRunning{StartedAt:2023-05-26 19:55:37 +0000 UTC,}",
   Terminated: nil,
   },
   Name: "unnamed-0",
   ContainerName: "step-unnamed-0",
-  ImageID: "",
+  ImageID: "docker.io/library/busybox@sha256:560af6915bfc8d7630e50e212e08242d37b63bd5c1ccf9bd4acccf116e262d5b",
   },
   },
   CloudEvents: nil,
   RetriesStatus: {{Status: {Conditions: {{Type: "Succeeded", Status: "False", LastTransitionTime: {Inner: {Time: s"2023-05-26 19:55:26 +0000 UTC"}}, Reason: "Failed", ...}}}, TaskRunStatusFields: {PodName: "task-run-retry-ubxhoagw-retry-me-pod", StartTime: s"2023-05-26 19:55:21 +0000 UTC", CompletionTime: s"2023-05-26 19:55:26 +0000 UTC", Steps: {{ContainerState: {Terminated: &{ExitCode: 1, Reason: "Error", StartedAt: {Time: s"2023-05-26 19:55:25 +0000 UTC"}, FinishedAt: {Time: s"2023-05-26 19:55:25 +0000 UTC"}, ...}}, Name: "unnamed-0", ContainerName: "step-unnamed-0", ImageID: "docker.io/library/busybox@sha256:560af6915bfc8d7630e50e212e08242"...}}, ...}}, {Status: {Conditions: {{Type: "Succeeded", Status: "False", LastTransitionTime: {Inner: {Time: s"2023-05-26 19:55:30 +0000 UTC"}}, Reason: "Failed", ...}}}, TaskRunStatusFields: {PodName: "task-run-retry-ubxhoagw-retry-me-pod-retry1", StartTime: s"2023-05-26 19:55:26 +0000 UTC", CompletionTime: s"2023-05-26 19:55:30 +0000 UTC", Steps: {{ContainerState: {Terminated: &{ExitCode: 1, Reason: "Error", StartedAt: {Time: s"2023-05-26 19:55:29 +0000 UTC"}, FinishedAt: {Time: s"2023-05-26 19:55:29 +0000 UTC"}, ...}}, Name: "unnamed-0", ContainerName: "step-unnamed-0", ImageID: "docker.io/library/busybox@sha256:560af6915bfc8d7630e50e212e08242"...}}, ...}}, {Status: {Conditions: {{Type: "Succeeded", Status: "False", LastTransitionTime: {Inner: {Time: s"2023-05-26 19:55:34 +0000 UTC"}}, Reason: "Failed", ...}}}, TaskRunStatusFields: {PodName: "task-run-retry-ubxhoagw-retry-me-pod-retry2", StartTime: s"2023-05-26 19:55:30 +0000 UTC", CompletionTime: s"2023-05-26 19:55:34 +0000 UTC", Steps: {{ContainerState: {Terminated: &{ExitCode: 1, Reason: "Error", StartedAt: {Time: s"2023-05-26 19:55:33 +0000 UTC"}, FinishedAt: {Time: s"2023-05-26 19:55:33 +0000 UTC"}, ...}}, Name: "unnamed-0", ContainerName: "step-unnamed-0", ImageID: "docker.io/library/busybox@sha256:560af6915bfc8d7630e50e212e08242"...}}, ...}}},
   ResourcesResult: nil,
   TaskRunResults: nil,
-  Sidecars: nil,
+  Sidecars: []v1beta1.SidecarState{},
   TaskSpec: &{Steps: {{Image: "busybox", Script: "exit 1"}}},
   Provenance: nil,
   SpanContext: nil,
   },
  }
stream.go:305: D 19:55:38.190 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Requeuing key arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (by request) after 59m55.824637693s (depth: 0)
stream.go:305: D 19:55:38.190 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw (depth: 1)
stream.go:305: D 19:55:38.190 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (depth: 1)
stream.go:305: D 19:55:38.191 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] got tracing carriermap[]
stream.go:305: D 19:55:38.191 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:38.191 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] set taskspec for arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me - script: exit 1
stream.go:305: D 19:55:38.191 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] got tracing carriermap[]
stream.go:305: D 19:55:38.191 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: I 19:55:38.191 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Successfully reconciled taskrun task-run-retry-ubxhoagw-retry-me/arendelle-wlgrd with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 55, 38, 0, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"}
stream.go:305: D 19:55:38.191 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Requeuing key arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (by request) after 59m55.808210738s (depth: 0)
stream.go:305: D 19:55:38.192 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] got tracing carriermap[]
stream.go:305: D 19:55:38.192 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:38.192 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] set taskspec for arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me - script: exit 1
stream.go:305: I 19:55:38.192 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Successfully reconciled taskrun task-run-retry-ubxhoagw-retry-me/arendelle-wlgrd with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 55, 38, 0, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"}
stream.go:305: I 19:55:38.193 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] PipelineRun task-run-retry-ubxhoagw status is being set to &{Succeeded Unknown {2023-05-26 19:55:21 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}
stream.go:305: D 19:55:38.193 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Requeuing key arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (by request) after 59m55.806971277s (depth: 0)
stream.go:305: D 19:55:38.193 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] Requeuing key arendelle-wlgrd/task-run-retry-ubxhoagw (by request) after 59m42.806756777s (depth: 0)
stream.go:305: D 19:55:39.176 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (depth: 1)
stream.go:305: D 19:55:39.176 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] got tracing carriermap[]
stream.go:305: D 19:55:39.176 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:39.176 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] set taskspec for arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me - script: exit 1
stream.go:305: I 19:55:39.176 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Successfully reconciled taskrun task-run-retry-ubxhoagw-retry-me/arendelle-wlgrd with status: &apis.Condition{Type:"Succeeded", Status:"False", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 55, 39, 176949699, time.Local)}, Reason:"Failed", Message:"\"step-unnamed-0\" exited with code 1 (image: \"docker.io/library/busybox@sha256:560af6915bfc8d7630e50e212e08242d37b63bd5c1ccf9bd4acccf116e262d5b\"); for logs run: kubectl -n arendelle-wlgrd logs task-run-retry-ubxhoagw-retry-me-pod-retry3 -c step-unnamed-0\n"}
stream.go:305: D 19:55:39.179 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Updating status with:   v1beta1.TaskRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
   Conditions: v1.Conditions{
   {
   Type: "Succeeded",
   Status: "Unknown",
   Severity: "",
-  LastTransitionTime: apis.VolatileTime{Inner: v1.Time{Time: s"2023-05-26 19:55:38 +0000 UTC"}},
+  LastTransitionTime: apis.VolatileTime{
+  Inner: v1.Time{Time: s"2023-05-26 19:55:39.177043899 +0000 UTC m=+177.394179831"},
+  },
-  Reason: "Running",
+  Reason: "ToBeRetried",
   Message: strings.Join({
-  "Not all Steps in the Task have finished executing",
+  `"step-unnamed-0" exited with code 1 (image: "docker.io/library/b`,
+  "usybox@sha256:560af6915bfc8d7630e50e212e08242d37b63bd5c1ccf9bd4a",
+  `cccf116e262d5b"); for logs run: kubectl -n arendelle-wlgrd logs `,
+  "task-run-retry-ubxhoagw-retry-me-pod-retry3 -c step-unnamed-0\n",
   }, ""),
   },
   },
   Annotations: nil,
   },
   TaskRunStatusFields: v1beta1.TaskRunStatusFields{
-  PodName: "task-run-retry-ubxhoagw-retry-me-pod-retry3",
+  PodName: "",
-  StartTime: s"2023-05-26 19:55:34 +0000 UTC",
+  StartTime: nil,
   CompletionTime: nil,
   Steps: []v1beta1.StepState{
   {
   ContainerState: v1.ContainerState{
   Waiting: nil,
-  Running: s"&ContainerStateRunning{StartedAt:2023-05-26 19:55:37 +0000 UTC,}",
+  Running: nil,
-  Terminated: nil,
+  Terminated: s"&ContainerStateTerminated{ExitCode:1,Signal:0,Reason:Error,Message:,StartedAt:2023-05-26 19:55:38.497 +0000 UTC,FinishedAt:2023-05-26 19:55:38 +0000 UTC,ContainerID:containerd://6f73e87e6df83efed6ddc7c8af0c22d0b72ab182a7492d7b19da4079ea6379a8,}",
   },
   Name: "unnamed-0",
   ContainerName: "step-unnamed-0",
   ImageID: "docker.io/library/busybox@sha256:560af6915bfc8d7630e50e212e08242"...,
   },
   },
   CloudEvents: nil,
   RetriesStatus: []v1beta1.TaskRunStatus{
   {Status: {Conditions: {{Type: "Succeeded", Status: "False", LastTransitionTime: {Inner: {Time: s"2023-05-26 19:55:26 +0000 UTC"}}, Reason: "Failed", ...}}}, TaskRunStatusFields: {PodName: "task-run-retry-ubxhoagw-retry-me-pod", StartTime: s"2023-05-26 19:55:21 +0000 UTC", CompletionTime: s"2023-05-26 19:55:26 +0000 UTC", Steps: {{ContainerState: {Terminated: &{ExitCode: 1, Reason: "Error", StartedAt: {Time: s"2023-05-26 19:55:25 +0000 UTC"}, FinishedAt: {Time: s"2023-05-26 19:55:25 +0000 UTC"}, ...}}, Name: "unnamed-0", ContainerName: "step-unnamed-0", ImageID: "docker.io/library/busybox@sha256:560af6915bfc8d7630e50e212e08242"...}}, ...}},
   {Status: {Conditions: {{Type: "Succeeded", Status: "False", LastTransitionTime: {Inner: {Time: s"2023-05-26 19:55:30 +0000 UTC"}}, Reason: "Failed", ...}}}, TaskRunStatusFields: {PodName: "task-run-retry-ubxhoagw-retry-me-pod-retry1", StartTime: s"2023-05-26 19:55:26 +0000 UTC", CompletionTime: s"2023-05-26 19:55:30 +0000 UTC", Steps: {{ContainerState: {Terminated: &{ExitCode: 1, Reason: "Error", StartedAt: {Time: s"2023-05-26 19:55:29 +0000 UTC"}, FinishedAt: {Time: s"2023-05-26 19:55:29 +0000 UTC"}, ...}}, Name: "unnamed-0", ContainerName: "step-unnamed-0", ImageID: "docker.io/library/busybox@sha256:560af6915bfc8d7630e50e212e08242"...}}, ...}},
   {Status: {Conditions: {{Type: "Succeeded", Status: "False", LastTransitionTime: {Inner: {Time: s"2023-05-26 19:55:34 +0000 UTC"}}, Reason: "Failed", ...}}}, TaskRunStatusFields: {PodName: "task-run-retry-ubxhoagw-retry-me-pod-retry2", StartTime: s"2023-05-26 19:55:30 +0000 UTC", CompletionTime: s"2023-05-26 19:55:34 +0000 UTC", Steps: {{ContainerState: {Terminated: &{ExitCode: 1, Reason: "Error", StartedAt: {Time: s"2023-05-26 19:55:33 +0000 UTC"}, FinishedAt: {Time: s"2023-05-26 19:55:33 +0000 UTC"}, ...}}, Name: "unnamed-0", ContainerName: "step-unnamed-0", ImageID: "docker.io/library/busybox@sha256:560af6915bfc8d7630e50e212e08242"...}}, ...}},
+  {
+  Status: v1.Status{Conditions: v1.Conditions{{...}}},
+  TaskRunStatusFields: v1beta1.TaskRunStatusFields{
+  PodName: "task-run-retry-ubxhoagw-retry-me-pod-retry3",
+  StartTime: s"2023-05-26 19:55:34 +0000 UTC",
+  CompletionTime: s"2023-05-26 19:55:39.176950309 +0000 UTC m=+177.394086231",
+  Steps: []v1beta1.StepState{{...}},
+  Sidecars: []v1beta1.SidecarState{},
+  TaskSpec: &v1beta1.TaskSpec{Steps: []v1beta1.Step{...}},
+  },
+  },
   },
   ResourcesResult: nil,
   TaskRunResults: nil,
-  Sidecars: nil,
+  Sidecars: []v1beta1.SidecarState{},
   TaskSpec: &{Steps: {{Image: "busybox", Script: "exit 1"}}},
   Provenance: nil,
   SpanContext: nil,
   },
  }
stream.go:305: I 19:55:39.193 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Reconcile succeeded
stream.go:305: D 19:55:39.193 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (depth: 1)
stream.go:305: D 19:55:39.193 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw (depth: 1)
stream.go:305: D 19:55:39.194 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] got tracing carriermap[]
stream.go:305: D 19:55:39.194 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:39.194 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] got tracing carriermap[]
stream.go:305: D 19:55:39.195 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:39.194 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] set taskspec for arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me - script: exit 1
stream.go:305: I 19:55:39.195 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] PipelineRun task-run-retry-ubxhoagw status is being set to &{Succeeded Unknown {2023-05-26 19:55:21 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}
stream.go:305: D 19:55:39.195 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] Requeuing key arendelle-wlgrd/task-run-retry-ubxhoagw (by request) after 59m41.804187955s (depth: 0)
stream.go:305: I 19:55:39.203 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Successfully reconciled taskrun task-run-retry-ubxhoagw-retry-me/arendelle-wlgrd with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 55, 39, 203518867, time.Local)}, Reason:"Pending", Message:"Pending"}
stream.go:305: D 19:55:39.203 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (depth: 1)
stream.go:305: D 19:55:39.206 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Updating status with:   v1beta1.TaskRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
   Conditions: v1.Conditions{
   {
   Type: "Succeeded",
   Status: "Unknown",
   Severity: "",
-  LastTransitionTime: apis.VolatileTime{Inner: v1.Time{Time: s"2023-05-26 19:55:39 +0000 UTC"}},
+  LastTransitionTime: apis.VolatileTime{
+  Inner: v1.Time{Time: s"2023-05-26 19:55:39.203518867 +0000 UTC m=+177.420654779"},
+  },
-  Reason: "ToBeRetried",
+  Reason: "Pending",
-  Message: "\"step-unnamed-0\" exited with code 1 (image: \"docker.io/library/busybox@sha256:560af6915bfc8d7630e50e212e08242d37b63bd5c1ccf9bd4acccf116e262d5b\"); for logs run: kubectl -n arendelle-wlgrd logs task-run-retry-ubxhoagw-retry-me-pod-retry3 -c step-unnamed-0\n",
+  Message: "Pending",
   },
   },
   Annotations: nil,
   },
   TaskRunStatusFields: v1beta1.TaskRunStatusFields{
-  PodName: "",
+  PodName: "task-run-retry-ubxhoagw-retry-me-pod-retry4",
-  StartTime: nil,
+  StartTime: s"2023-05-26 19:55:39.194631984 +0000 UTC m=+177.411767906",
   CompletionTime: nil,
-  Steps: []v1beta1.StepState{
-  {
-  ContainerState: v1.ContainerState{
-  Terminated: s"&ContainerStateTerminated{ExitCode:1,Signal:0,Reason:Error,Messa"...,
-  },
-  Name: "unnamed-0",
-  ContainerName: "step-unnamed-0",
-  ImageID: "docker.io/library/busybox@sha256:560af6915bfc8d7630e50e212e08242d37b63bd5c1ccf9bd4acccf116e262d5b",
-  },
-  },
+  Steps: []v1beta1.StepState{},
   CloudEvents: nil,
   RetriesStatus: {{Status: {Conditions: {{Type: "Succeeded", Status: "False", LastTransitionTime: {Inner: {Time: s"2023-05-26 19:55:26 +0000 UTC"}}, Reason: "Failed", ...}}}, TaskRunStatusFields: {PodName: "task-run-retry-ubxhoagw-retry-me-pod", StartTime: s"2023-05-26 19:55:21 +0000 UTC", CompletionTime: s"2023-05-26 19:55:26 +0000 UTC", Steps: {{ContainerState: {Terminated: &{ExitCode: 1, Reason: "Error", StartedAt: {Time: s"2023-05-26 19:55:25 +0000 UTC"}, FinishedAt: {Time: s"2023-05-26 19:55:25 +0000 UTC"}, ...}}, Name: "unnamed-0", ContainerName: "step-unnamed-0", ImageID: "docker.io/library/busybox@sha256:560af6915bfc8d7630e50e212e08242"...}}, ...}}, {Status: {Conditions: {{Type: "Succeeded", Status: "False", LastTransitionTime: {Inner: {Time: s"2023-05-26 19:55:30 +0000 UTC"}}, Reason: "Failed", ...}}}, TaskRunStatusFields: {PodName: "task-run-retry-ubxhoagw-retry-me-pod-retry1", StartTime: s"2023-05-26 19:55:26 +0000 UTC", CompletionTime: s"2023-05-26 19:55:30 +0000 UTC", Steps: {{ContainerState: {Terminated: &{ExitCode: 1, Reason: "Error", StartedAt: {Time: s"2023-05-26 19:55:29 +0000 UTC"}, FinishedAt: {Time: s"2023-05-26 19:55:29 +0000 UTC"}, ...}}, Name: "unnamed-0", ContainerName: "step-unnamed-0", ImageID: "docker.io/library/busybox@sha256:560af6915bfc8d7630e50e212e08242"...}}, ...}}, {Status: {Conditions: {{Type: "Succeeded", Status: "False", LastTransitionTime: {Inner: {Time: s"2023-05-26 19:55:34 +0000 UTC"}}, Reason: "Failed", ...}}}, TaskRunStatusFields: {PodName: "task-run-retry-ubxhoagw-retry-me-pod-retry2", StartTime: s"2023-05-26 19:55:30 +0000 UTC", CompletionTime: s"2023-05-26 19:55:34 +0000 UTC", Steps: {{ContainerState: {Terminated: &{ExitCode: 1, Reason: "Error", StartedAt: {Time: s"2023-05-26 19:55:33 +0000 UTC"}, FinishedAt: {Time: s"2023-05-26 19:55:33 +0000 UTC"}, ...}}, Name: "unnamed-0", ContainerName: "step-unnamed-0", ImageID: "docker.io/library/busybox@sha256:560af6915bfc8d7630e50e212e08242"...}}, ...}}, {Status: {Conditions: {{Type: "Succeeded", Status: "False", LastTransitionTime: {Inner: {Time: s"2023-05-26 19:55:39 +0000 UTC"}}, Reason: "Failed", ...}}}, TaskRunStatusFields: {PodName: "task-run-retry-ubxhoagw-retry-me-pod-retry3", StartTime: s"2023-05-26 19:55:34 +0000 UTC", CompletionTime: s"2023-05-26 19:55:39 +0000 UTC", Steps: {{ContainerState: {Terminated: &{ExitCode: 1, Reason: "Error", StartedAt: {Time: s"2023-05-26 19:55:38 +0000 UTC"}, FinishedAt: {Time: s"2023-05-26 19:55:38 +0000 UTC"}, ...}}, Name: "unnamed-0", ContainerName: "step-unnamed-0", ImageID: "docker.io/library/busybox@sha256:560af6915bfc8d7630e50e212e08242"...}}, ...}}},
   ResourcesResult: nil,
   TaskRunResults: nil,
-  Sidecars: nil,
+  Sidecars: []v1beta1.SidecarState{},
   TaskSpec: &{Steps: {{Image: "busybox", Script: "exit 1"}}},
   Provenance: nil,
   SpanContext: nil,
   },
  }
stream.go:305: D 19:55:39.220 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (depth: 1)
stream.go:305: D 19:55:39.227 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Requeuing key arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (by request) after 59m59.990977787s (depth: 0)
stream.go:305: D 19:55:39.228 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] got tracing carriermap[]
stream.go:305: D 19:55:39.228 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:39.228 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] set taskspec for arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me - script: exit 1
stream.go:305: I 19:55:39.228 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Successfully reconciled taskrun task-run-retry-ubxhoagw-retry-me/arendelle-wlgrd with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 55, 39, 228358154, time.Local)}, Reason:"Pending", Message:"Pending"}
stream.go:305: D 19:55:39.230 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw (depth: 1)
stream.go:305: D 19:55:39.230 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] got tracing carriermap[]
stream.go:305: D 19:55:39.230 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:39.232 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (depth: 1)
stream.go:305: I 19:55:39.233 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] PipelineRun task-run-retry-ubxhoagw status is being set to &{Succeeded Unknown {2023-05-26 19:55:21 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}
stream.go:305: D 19:55:39.233 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] Requeuing key arendelle-wlgrd/task-run-retry-ubxhoagw (by request) after 59m41.766290384s (depth: 0)
stream.go:305: D 19:55:39.236 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Updating status with:   v1beta1.TaskRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
   Conditions: v1.Conditions{
   {
   Type: "Succeeded",
   Status: "Unknown",
   Severity: "",
-  LastTransitionTime: apis.VolatileTime{Inner: v1.Time{Time: s"2023-05-26 19:55:39 +0000 UTC"}},
+  LastTransitionTime: apis.VolatileTime{
+  Inner: v1.Time{Time: s"2023-05-26 19:55:39.228358154 +0000 UTC m=+177.445494066"},
+  },
-  Reason: "ToBeRetried",
+  Reason: "Pending",
-  Message: "\"step-unnamed-0\" exited with code 1 (image: \"docker.io/library/busybox@sha256:560af6915bfc8d7630e50e212e08242d37b63bd5c1ccf9bd4acccf116e262d5b\"); for logs run: kubectl -n arendelle-wlgrd logs task-run-retry-ubxhoagw-retry-me-pod-retry3 -c step-unnamed-0\n",
+  Message: "Pending",
   },
   },
   Annotations: nil,
   },
   TaskRunStatusFields: v1beta1.TaskRunStatusFields{
-  PodName: "",
+  PodName: "task-run-retry-ubxhoagw-retry-me-pod-retry4",
-  StartTime: nil,
+  StartTime: s"2023-05-26 19:55:39.228125794 +0000 UTC m=+177.445261716",
   CompletionTime: nil,
-  Steps: []v1beta1.StepState{
-  {
-  ContainerState: v1.ContainerState{
-  Terminated: s"&ContainerStateTerminated{ExitCode:1,Signal:0,Reason:Error,Messa"...,
-  },
-  Name: "unnamed-0",
-  ContainerName: "step-unnamed-0",
-  ImageID: "docker.io/library/busybox@sha256:560af6915bfc8d7630e50e212e08242d37b63bd5c1ccf9bd4acccf116e262d5b",
-  },
-  },
+  Steps: []v1beta1.StepState{},
   CloudEvents: nil,
   RetriesStatus: {{Status: {Conditions: {{Type: "Succeeded", Status: "False", LastTransitionTime: {Inner: {Time: s"2023-05-26 19:55:26 +0000 UTC"}}, Reason: "Failed", ...}}}, TaskRunStatusFields: {PodName: "task-run-retry-ubxhoagw-retry-me-pod", StartTime: s"2023-05-26 19:55:21 +0000 UTC", CompletionTime: s"2023-05-26 19:55:26 +0000 UTC", Steps: {{ContainerState: {Terminated: &{ExitCode: 1, Reason: "Error", StartedAt: {Time: s"2023-05-26 19:55:25 +0000 UTC"}, FinishedAt: {Time: s"2023-05-26 19:55:25 +0000 UTC"}, ...}}, Name: "unnamed-0", ContainerName: "step-unnamed-0", ImageID: "docker.io/library/busybox@sha256:560af6915bfc8d7630e50e212e08242"...}}, ...}}, {Status: {Conditions: {{Type: "Succeeded", Status: "False", LastTransitionTime: {Inner: {Time: s"2023-05-26 19:55:30 +0000 UTC"}}, Reason: "Failed", ...}}}, TaskRunStatusFields: {PodName: "task-run-retry-ubxhoagw-retry-me-pod-retry1", StartTime: s"2023-05-26 19:55:26 +0000 UTC", CompletionTime: s"2023-05-26 19:55:30 +0000 UTC", Steps: {{ContainerState: {Terminated: &{ExitCode: 1, Reason: "Error", StartedAt: {Time: s"2023-05-26 19:55:29 +0000 UTC"}, FinishedAt: {Time: s"2023-05-26 19:55:29 +0000 UTC"}, ...}}, Name: "unnamed-0", ContainerName: "step-unnamed-0", ImageID: "docker.io/library/busybox@sha256:560af6915bfc8d7630e50e212e08242"...}}, ...}}, {Status: {Conditions: {{Type: "Succeeded", Status: "False", LastTransitionTime: {Inner: {Time: s"2023-05-26 19:55:34 +0000 UTC"}}, Reason: "Failed", ...}}}, TaskRunStatusFields: {PodName: "task-run-retry-ubxhoagw-retry-me-pod-retry2", StartTime: s"2023-05-26 19:55:30 +0000 UTC", CompletionTime: s"2023-05-26 19:55:34 +0000 UTC", Steps: {{ContainerState: {Terminated: &{ExitCode: 1, Reason: "Error", StartedAt: {Time: s"2023-05-26 19:55:33 +0000 UTC"}, FinishedAt: {Time: s"2023-05-26 19:55:33 +0000 UTC"}, ...}}, Name: "unnamed-0", ContainerName: "step-unnamed-0", ImageID: "docker.io/library/busybox@sha256:560af6915bfc8d7630e50e212e08242"...}}, ...}}, {Status: {Conditions: {{Type: "Succeeded", Status: "False", LastTransitionTime: {Inner: {Time: s"2023-05-26 19:55:39 +0000 UTC"}}, Reason: "Failed", ...}}}, TaskRunStatusFields: {PodName: "task-run-retry-ubxhoagw-retry-me-pod-retry3", StartTime: s"2023-05-26 19:55:34 +0000 UTC", CompletionTime: s"2023-05-26 19:55:39 +0000 UTC", Steps: {{ContainerState: {Terminated: &{ExitCode: 1, Reason: "Error", StartedAt: {Time: s"2023-05-26 19:55:38 +0000 UTC"}, FinishedAt: {Time: s"2023-05-26 19:55:38 +0000 UTC"}, ...}}, Name: "unnamed-0", ContainerName: "step-unnamed-0", ImageID: "docker.io/library/busybox@sha256:560af6915bfc8d7630e50e212e08242"...}}, ...}}},
   ResourcesResult: nil,
   TaskRunResults: nil,
-  Sidecars: nil,
+  Sidecars: []v1beta1.SidecarState{},
   TaskSpec: &{Steps: {{Image: "busybox", Script: "exit 1"}}},
   Provenance: nil,
   SpanContext: nil,
   },
  }
stream.go:305: D 19:55:39.242 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (depth: 1)
stream.go:305: D 19:55:39.264 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Updating status with:   v1beta1.TaskRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
   Conditions: v1.Conditions{
   {
   Type: "Succeeded",
   Status: "Unknown",
   Severity: "",
-  LastTransitionTime: apis.VolatileTime{Inner: v1.Time{Time: s"2023-05-26 19:55:39 +0000 UTC"}},
+  LastTransitionTime: apis.VolatileTime{
+  Inner: v1.Time{Time: s"2023-05-26 19:55:39.228358154 +0000 UTC m=+177.445494066"},
+  },
   Reason: "Pending",
   Message: "Pending",
   },
   },
   Annotations: nil,
   },
   TaskRunStatusFields: v1beta1.TaskRunStatusFields{
   PodName: "task-run-retry-ubxhoagw-retry-me-pod-retry4",
-  StartTime: s"2023-05-26 19:55:39 +0000 UTC",
+  StartTime: s"2023-05-26 19:55:39.228125794 +0000 UTC m=+177.445261716",
   CompletionTime: nil,
-  Steps: nil,
+  Steps: []v1beta1.StepState{},
   CloudEvents: nil,
   RetriesStatus: {{Status: {Conditions: {{Type: "Succeeded", Status: "False", LastTransitionTime: {Inner: {Time: s"2023-05-26 19:55:26 +0000 UTC"}}, Reason: "Failed", ...}}}, TaskRunStatusFields: {PodName: "task-run-retry-ubxhoagw-retry-me-pod", StartTime: s"2023-05-26 19:55:21 +0000 UTC", CompletionTime: s"2023-05-26 19:55:26 +0000 UTC", Steps: {{ContainerState: {Terminated: &{ExitCode: 1, Reason: "Error", StartedAt: {Time: s"2023-05-26 19:55:25 +0000 UTC"}, FinishedAt: {Time: s"2023-05-26 19:55:25 +0000 UTC"}, ...}}, Name: "unnamed-0", ContainerName: "step-unnamed-0", ImageID: "docker.io/library/busybox@sha256:560af6915bfc8d7630e50e212e08242"...}}, ...}}, {Status: {Conditions: {{Type: "Succeeded", Status: "False", LastTransitionTime: {Inner: {Time: s"2023-05-26 19:55:30 +0000 UTC"}}, Reason: "Failed", ...}}}, TaskRunStatusFields: {PodName: "task-run-retry-ubxhoagw-retry-me-pod-retry1", StartTime: s"2023-05-26 19:55:26 +0000 UTC", CompletionTime: s"2023-05-26 19:55:30 +0000 UTC", Steps: {{ContainerState: {Terminated: &{ExitCode: 1, Reason: "Error", StartedAt: {Time: s"2023-05-26 19:55:29 +0000 UTC"}, FinishedAt: {Time: s"2023-05-26 19:55:29 +0000 UTC"}, ...}}, Name: "unnamed-0", ContainerName: "step-unnamed-0", ImageID: "docker.io/library/busybox@sha256:560af6915bfc8d7630e50e212e08242"...}}, ...}}, {Status: {Conditions: {{Type: "Succeeded", Status: "False", LastTransitionTime: {Inner: {Time: s"2023-05-26 19:55:34 +0000 UTC"}}, Reason: "Failed", ...}}}, TaskRunStatusFields: {PodName: "task-run-retry-ubxhoagw-retry-me-pod-retry2", StartTime: s"2023-05-26 19:55:30 +0000 UTC", CompletionTime: s"2023-05-26 19:55:34 +0000 UTC", Steps: {{ContainerState: {Terminated: &{ExitCode: 1, Reason: "Error", StartedAt: {Time: s"2023-05-26 19:55:33 +0000 UTC"}, FinishedAt: {Time: s"2023-05-26 19:55:33 +0000 UTC"}, ...}}, Name: "unnamed-0", ContainerName: "step-unnamed-0", ImageID: "docker.io/library/busybox@sha256:560af6915bfc8d7630e50e212e08242"...}}, ...}}, {Status: {Conditions: {{Type: "Succeeded", Status: "False", LastTransitionTime: {Inner: {Time: s"2023-05-26 19:55:39 +0000 UTC"}}, Reason: "Failed", ...}}}, TaskRunStatusFields: {PodName: "task-run-retry-ubxhoagw-retry-me-pod-retry3", StartTime: s"2023-05-26 19:55:34 +0000 UTC", CompletionTime: s"2023-05-26 19:55:39 +0000 UTC", Steps: {{ContainerState: {Terminated: &{ExitCode: 1, Reason: "Error", StartedAt: {Time: s"2023-05-26 19:55:38 +0000 UTC"}, FinishedAt: {Time: s"2023-05-26 19:55:38 +0000 UTC"}, ...}}, Name: "unnamed-0", ContainerName: "step-unnamed-0", ImageID: "docker.io/library/busybox@sha256:560af6915bfc8d7630e50e212e08242"...}}, ...}}},
   ResourcesResult: nil,
   TaskRunResults: nil,
-  Sidecars: nil,
+  Sidecars: []v1beta1.SidecarState{},
   TaskSpec: &{Steps: {{Image: "busybox", Script: "exit 1"}}},
   Provenance: nil,
   SpanContext: nil,
   },
  }
stream.go:305: D 19:55:39.280 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Requeuing key arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (by request) after 59m59.99970823s (depth: 0)
stream.go:305: D 19:55:39.280 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] got tracing carriermap[]
stream.go:305: D 19:55:39.280 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:39.281 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] set taskspec for arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me - script: exit 1
stream.go:305: I 19:55:39.281 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Successfully reconciled taskrun task-run-retry-ubxhoagw-retry-me/arendelle-wlgrd with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 55, 39, 281708430, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""}
stream.go:305: D 19:55:39.284 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Updating status with:   v1beta1.TaskRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
   Conditions: v1.Conditions{
   {
   Type: "Succeeded",
   Status: "Unknown",
   Severity: "",
-  LastTransitionTime: apis.VolatileTime{Inner: v1.Time{Time: s"2023-05-26 19:55:39 +0000 UTC"}},
+  LastTransitionTime: apis.VolatileTime{Inner: v1.Time{Time: s"2023-05-26 19:55:39.28170843 +0000 UTC m=+177.498844352"}},
   Reason: "Pending",
-  Message: "Pending",
+  Message: `pod status "Initialized":"False"; message: "containers with incomplete status: [prepare place-scripts]"`,
   },
   },
   Annotations: nil,
   },
   TaskRunStatusFields: v1beta1.TaskRunStatusFields{
   PodName: "task-run-retry-ubxhoagw-retry-me-pod-retry4",
   StartTime: s"2023-05-26 19:55:39 +0000 UTC",
   CompletionTime: nil,
-  Steps: nil,
+  Steps: []v1beta1.StepState{
+  {
+  ContainerState: v1.ContainerState{Waiting: s"&ContainerStateWaiting{Reason:Po"...},
+  Name: "unnamed-0",
+  ContainerName: "step-unnamed-0",
+  },
+  },
   CloudEvents: nil,
   RetriesStatus: {{Status: {Conditions: {{Type: "Succeeded", Status: "False", LastTransitionTime: {Inner: {Time: s"2023-05-26 19:55:26 +0000 UTC"}}, Reason: "Failed", ...}}}, TaskRunStatusFields: {PodName: "task-run-retry-ubxhoagw-retry-me-pod", StartTime: s"2023-05-26 19:55:21 +0000 UTC", CompletionTime: s"2023-05-26 19:55:26 +0000 UTC", Steps: {{ContainerState: {Terminated: &{ExitCode: 1, Reason: "Error", StartedAt: {Time: s"2023-05-26 19:55:25 +0000 UTC"}, FinishedAt: {Time: s"2023-05-26 19:55:25 +0000 UTC"}, ...}}, Name: "unnamed-0", ContainerName: "step-unnamed-0", ImageID: "docker.io/library/busybox@sha256:560af6915bfc8d7630e50e212e08242"...}}, ...}}, {Status: {Conditions: {{Type: "Succeeded", Status: "False", LastTransitionTime: {Inner: {Time: s"2023-05-26 19:55:30 +0000 UTC"}}, Reason: "Failed", ...}}}, TaskRunStatusFields: {PodName: "task-run-retry-ubxhoagw-retry-me-pod-retry1", StartTime: s"2023-05-26 19:55:26 +0000 UTC", CompletionTime: s"2023-05-26 19:55:30 +0000 UTC", Steps: {{ContainerState: {Terminated: &{ExitCode: 1, Reason: "Error", StartedAt: {Time: s"2023-05-26 19:55:29 +0000 UTC"}, FinishedAt: {Time: s"2023-05-26 19:55:29 +0000 UTC"}, ...}}, Name: "unnamed-0", ContainerName: "step-unnamed-0", ImageID: "docker.io/library/busybox@sha256:560af6915bfc8d7630e50e212e08242"...}}, ...}}, {Status: {Conditions: {{Type: "Succeeded", Status: "False", LastTransitionTime: {Inner: {Time: s"2023-05-26 19:55:34 +0000 UTC"}}, Reason: "Failed", ...}}}, TaskRunStatusFields: {PodName: "task-run-retry-ubxhoagw-retry-me-pod-retry2", StartTime: s"2023-05-26 19:55:30 +0000 UTC", CompletionTime: s"2023-05-26 19:55:34 +0000 UTC", Steps: {{ContainerState: {Terminated: &{ExitCode: 1, Reason: "Error", StartedAt: {Time: s"2023-05-26 19:55:33 +0000 UTC"}, FinishedAt: {Time: s"2023-05-26 19:55:33 +0000 UTC"}, ...}}, Name: "unnamed-0", ContainerName: "step-unnamed-0", ImageID: "docker.io/library/busybox@sha256:560af6915bfc8d7630e50e212e08242"...}}, ...}}, {Status: {Conditions: {{Type: "Succeeded", Status: "False", LastTransitionTime: {Inner: {Time: s"2023-05-26 19:55:39 +0000 UTC"}}, Reason: "Failed", ...}}}, TaskRunStatusFields: {PodName: "task-run-retry-ubxhoagw-retry-me-pod-retry3", StartTime: s"2023-05-26 19:55:34 +0000 UTC", CompletionTime: s"2023-05-26 19:55:39 +0000 UTC", Steps: {{ContainerState: {Terminated: &{ExitCode: 1, Reason: "Error", StartedAt: {Time: s"2023-05-26 19:55:38 +0000 UTC"}, FinishedAt: {Time: s"2023-05-26 19:55:38 +0000 UTC"}, ...}}, Name: "unnamed-0", ContainerName: "step-unnamed-0", ImageID: "docker.io/library/busybox@sha256:560af6915bfc8d7630e50e212e08242"...}}, ...}}},
   ResourcesResult: nil,
   TaskRunResults: nil,
-  Sidecars: nil,
+  Sidecars: []v1beta1.SidecarState{},
   TaskSpec: &{Steps: {{Image: "busybox", Script: "exit 1"}}},
   Provenance: nil,
   SpanContext: nil,
   },
  }
stream.go:305: D 19:55:39.302 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Requeuing key arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (by request) after 59m59.71798187s (depth: 0)
stream.go:305: D 19:55:39.303 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (depth: 1)
stream.go:305: D 19:55:39.303 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw (depth: 1)
stream.go:305: D 19:55:39.303 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] got tracing carriermap[]
stream.go:305: D 19:55:39.303 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:39.304 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] got tracing carriermap[]
stream.go:305: D 19:55:39.304 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: I 19:55:39.304 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] PipelineRun task-run-retry-ubxhoagw status is being set to &{Succeeded Unknown {2023-05-26 19:55:21 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}
stream.go:305: D 19:55:39.305 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] Requeuing key arendelle-wlgrd/task-run-retry-ubxhoagw (by request) after 59m41.695082093s (depth: 0)
stream.go:305: D 19:55:39.305 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] set taskspec for arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me - script: exit 1
stream.go:305: I 19:55:39.305 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Successfully reconciled taskrun task-run-retry-ubxhoagw-retry-me/arendelle-wlgrd with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 55, 39, 305693537, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""}
stream.go:305: D 19:55:39.306 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Requeuing key arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (by request) after 59m59.694174414s (depth: 0)
stream.go:305: D 19:55:40.185 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (depth: 1)
stream.go:305: D 19:55:40.185 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] got tracing carriermap[]
stream.go:305: D 19:55:40.185 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:40.185 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] set taskspec for arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me - script: exit 1
stream.go:305: I 19:55:40.185 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Successfully reconciled taskrun task-run-retry-ubxhoagw-retry-me/arendelle-wlgrd with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 55, 40, 185727743, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\""}
stream.go:305: D 19:55:40.188 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Updating status with:   v1beta1.TaskRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
   Conditions: v1.Conditions{
   {
   Type: "Succeeded",
   Status: "Unknown",
   Severity: "",
-  LastTransitionTime: apis.VolatileTime{Inner: v1.Time{Time: s"2023-05-26 19:55:39 +0000 UTC"}},
+  LastTransitionTime: apis.VolatileTime{
+  Inner: v1.Time{Time: s"2023-05-26 19:55:40.185727743 +0000 UTC m=+178.402863665"},
+  },
   Reason: "Pending",
   Message: strings.Join({
   `pod status "Initialized":"False"; message: "containers with inco`,
   "mplete status: [",
-  "prepare ",
   `place-scripts]"`,
   }, ""),
   },
   },
   Annotations: nil,
   },
   TaskRunStatusFields: v1beta1.TaskRunStatusFields{
   ... // 6 identical fields
   ResourcesResult: nil,
   TaskRunResults: nil,
-  Sidecars: nil,
+  Sidecars: []v1beta1.SidecarState{},
   TaskSpec: &{Steps: {{Image: "busybox", Script: "exit 1"}}},
   Provenance: nil,
   SpanContext: nil,
   },
  }
stream.go:305: D 19:55:40.206 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw (depth: 1)
stream.go:305: D 19:55:40.206 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (depth: 1)
stream.go:305: D 19:55:40.206 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] got tracing carriermap[]
stream.go:305: D 19:55:40.206 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:40.207 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Requeuing key arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (by request) after 59m58.814168587s (depth: 0)
stream.go:305: D 19:55:40.207 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] got tracing carriermap[]
stream.go:305: D 19:55:40.207 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:40.207 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] set taskspec for arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me - script: exit 1
stream.go:305: I 19:55:40.207 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Successfully reconciled taskrun task-run-retry-ubxhoagw-retry-me/arendelle-wlgrd with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 55, 40, 207508869, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\""}
stream.go:305: D 19:55:40.207 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Requeuing key arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (by request) after 59m58.792436621s (depth: 0)
stream.go:305: I 19:55:40.208 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] PipelineRun task-run-retry-ubxhoagw status is being set to &{Succeeded Unknown {2023-05-26 19:55:21 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}
stream.go:305: D 19:55:40.208 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] Requeuing key arendelle-wlgrd/task-run-retry-ubxhoagw (by request) after 59m40.791751701s (depth: 0)
stream.go:305: D 19:55:41.199 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (depth: 1)
stream.go:305: D 19:55:41.199 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] got tracing carriermap[]
stream.go:305: D 19:55:41.200 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:41.200 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] set taskspec for arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me - script: exit 1
stream.go:305: I 19:55:41.200 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Successfully reconciled taskrun task-run-retry-ubxhoagw-retry-me/arendelle-wlgrd with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 55, 41, 200280838, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-unnamed-0]\""}
stream.go:305: D 19:55:41.202 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Updating status with:   v1beta1.TaskRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
   Conditions: v1.Conditions{
   {
   Type: "Succeeded",
   Status: "Unknown",
   Severity: "",
-  LastTransitionTime: apis.VolatileTime{Inner: v1.Time{Time: s"2023-05-26 19:55:40 +0000 UTC"}},
+  LastTransitionTime: apis.VolatileTime{
+  Inner: v1.Time{Time: s"2023-05-26 19:55:41.200280838 +0000 UTC m=+179.417416750"},
+  },
   Reason: "Pending",
   Message: strings.Join({
   `pod status "`,
-  "Initialized",
+  "Ready",
   `":"False"; message: "containers with `,
-  "incomplete status: [place-scripts",
+  "unready status: [step-unnamed-0",
   `]"`,
   }, ""),
   },
   },
   Annotations: nil,
   },
   TaskRunStatusFields: v1beta1.TaskRunStatusFields{
   ... // 6 identical fields
   ResourcesResult: nil,
   TaskRunResults: nil,
-  Sidecars: nil,
+  Sidecars: []v1beta1.SidecarState{},
   TaskSpec: &{Steps: {{Image: "busybox", Script: "exit 1"}}},
   Provenance: nil,
   SpanContext: nil,
   },
  }
stream.go:305: D 19:55:41.212 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (depth: 1)
stream.go:305: D 19:55:41.219 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw (depth: 1)
stream.go:305: D 19:55:41.220 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] got tracing carriermap[]
stream.go:305: D 19:55:41.220 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:41.220 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Requeuing key arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (by request) after 59m57.799614802s (depth: 1)
stream.go:305: D 19:55:41.220 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] got tracing carriermap[]
stream.go:305: D 19:55:41.220 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:41.220 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (depth: 1)
stream.go:305: D 19:55:41.220 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] set taskspec for arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me - script: exit 1
stream.go:305: I 19:55:41.220 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] PipelineRun task-run-retry-ubxhoagw status is being set to &{Succeeded Unknown {2023-05-26 19:55:21 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}
stream.go:305: I 19:55:41.220 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Successfully reconciled taskrun task-run-retry-ubxhoagw-retry-me/arendelle-wlgrd with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 55, 41, 220868224, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-unnamed-0]\""}
stream.go:305: D 19:55:41.221 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] Requeuing key arendelle-wlgrd/task-run-retry-ubxhoagw (by request) after 59m39.779059926s (depth: 0)
stream.go:305: D 19:55:41.221 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Requeuing key arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (by request) after 59m57.778957116s (depth: 0)
stream.go:305: D 19:55:41.221 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] got tracing carriermap[]
stream.go:305: D 19:55:41.221 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:41.221 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] set taskspec for arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me - script: exit 1
stream.go:305: I 19:55:41.221 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Successfully reconciled taskrun task-run-retry-ubxhoagw-retry-me/arendelle-wlgrd with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 55, 41, 221828555, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-unnamed-0]\""}
stream.go:305: D 19:55:41.222 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Requeuing key arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (by request) after 59m57.778087716s (depth: 0)
stream.go:305: D 19:55:42.207 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (depth: 1)
stream.go:305: D 19:55:42.207 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] got tracing carriermap[]
stream.go:305: D 19:55:42.207 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:42.208 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] set taskspec for arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me - script: exit 1
stream.go:305: D 19:55:42.218 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (depth: 1)
stream.go:305: I 19:55:42.218 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Successfully reconciled taskrun task-run-retry-ubxhoagw-retry-me/arendelle-wlgrd with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 55, 42, 218572365, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"}
stream.go:305: D 19:55:42.221 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Updating status with:   v1beta1.TaskRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
   Conditions: v1.Conditions{
   {
   Type: "Succeeded",
   Status: "Unknown",
   Severity: "",
-  LastTransitionTime: apis.VolatileTime{Inner: v1.Time{Time: s"2023-05-26 19:55:41 +0000 UTC"}},
+  LastTransitionTime: apis.VolatileTime{
+  Inner: v1.Time{Time: s"2023-05-26 19:55:42.218572365 +0000 UTC m=+180.435708287"},
+  },
-  Reason: "Pending",
+  Reason: "Running",
   Message: strings.Join({
-  `pod status "Ready":"False"; message: "containers with unready st`,
-  `atus: [step-unnamed-0]"`,
+  "Not all Steps in the Task have finished executing",
   }, ""),
   },
   },
   Annotations: nil,
   },
   TaskRunStatusFields: v1beta1.TaskRunStatusFields{
   PodName: "task-run-retry-ubxhoagw-retry-me-pod-retry4",
   StartTime: s"2023-05-26 19:55:39 +0000 UTC",
   CompletionTime: nil,
   Steps: []v1beta1.StepState{
   {
   ContainerState: v1.ContainerState{
-  Waiting: s"&ContainerStateWaiting{Reason:PodInitializing,Message:,}",
+  Waiting: nil,
-  Running: nil,
+  Running: s"&ContainerStateRunning{StartedAt:2023-05-26 19:55:41 +0000 UTC,}",
   Terminated: nil,
   },
   Name: "unnamed-0",
   ContainerName: "step-unnamed-0",
-  ImageID: "",
+  ImageID: "docker.io/library/busybox@sha256:560af6915bfc8d7630e50e212e08242d37b63bd5c1ccf9bd4acccf116e262d5b",
   },
   },
   CloudEvents: nil,
   RetriesStatus: {{Status: {Conditions: {{Type: "Succeeded", Status: "False", LastTransitionTime: {Inner: {Time: s"2023-05-26 19:55:26 +0000 UTC"}}, Reason: "Failed", ...}}}, TaskRunStatusFields: {PodName: "task-run-retry-ubxhoagw-retry-me-pod", StartTime: s"2023-05-26 19:55:21 +0000 UTC", CompletionTime: s"2023-05-26 19:55:26 +0000 UTC", Steps: {{ContainerState: {Terminated: &{ExitCode: 1, Reason: "Error", StartedAt: {Time: s"2023-05-26 19:55:25 +0000 UTC"}, FinishedAt: {Time: s"2023-05-26 19:55:25 +0000 UTC"}, ...}}, Name: "unnamed-0", ContainerName: "step-unnamed-0", ImageID: "docker.io/library/busybox@sha256:560af6915bfc8d7630e50e212e08242"...}}, ...}}, {Status: {Conditions: {{Type: "Succeeded", Status: "False", LastTransitionTime: {Inner: {Time: s"2023-05-26 19:55:30 +0000 UTC"}}, Reason: "Failed", ...}}}, TaskRunStatusFields: {PodName: "task-run-retry-ubxhoagw-retry-me-pod-retry1", StartTime: s"2023-05-26 19:55:26 +0000 UTC", CompletionTime: s"2023-05-26 19:55:30 +0000 UTC", Steps: {{ContainerState: {Terminated: &{ExitCode: 1, Reason: "Error", StartedAt: {Time: s"2023-05-26 19:55:29 +0000 UTC"}, FinishedAt: {Time: s"2023-05-26 19:55:29 +0000 UTC"}, ...}}, Name: "unnamed-0", ContainerName: "step-unnamed-0", ImageID: "docker.io/library/busybox@sha256:560af6915bfc8d7630e50e212e08242"...}}, ...}}, {Status: {Conditions: {{Type: "Succeeded", Status: "False", LastTransitionTime: {Inner: {Time: s"2023-05-26 19:55:34 +0000 UTC"}}, Reason: "Failed", ...}}}, TaskRunStatusFields: {PodName: "task-run-retry-ubxhoagw-retry-me-pod-retry2", StartTime: s"2023-05-26 19:55:30 +0000 UTC", CompletionTime: s"2023-05-26 19:55:34 +0000 UTC", Steps: {{ContainerState: {Terminated: &{ExitCode: 1, Reason: "Error", StartedAt: {Time: s"2023-05-26 19:55:33 +0000 UTC"}, FinishedAt: {Time: s"2023-05-26 19:55:33 +0000 UTC"}, ...}}, Name: "unnamed-0", ContainerName: "step-unnamed-0", ImageID: "docker.io/library/busybox@sha256:560af6915bfc8d7630e50e212e08242"...}}, ...}}, {Status: {Conditions: {{Type: "Succeeded", Status: "False", LastTransitionTime: {Inner: {Time: s"2023-05-26 19:55:39 +0000 UTC"}}, Reason: "Failed", ...}}}, TaskRunStatusFields: {PodName: "task-run-retry-ubxhoagw-retry-me-pod-retry3", StartTime: s"2023-05-26 19:55:34 +0000 UTC", CompletionTime: s"2023-05-26 19:55:39 +0000 UTC", Steps: {{ContainerState: {Terminated: &{ExitCode: 1, Reason: "Error", StartedAt: {Time: s"2023-05-26 19:55:38 +0000 UTC"}, FinishedAt: {Time: s"2023-05-26 19:55:38 +0000 UTC"}, ...}}, Name: "unnamed-0", ContainerName: "step-unnamed-0", ImageID: "docker.io/library/busybox@sha256:560af6915bfc8d7630e50e212e08242"...}}, ...}}},
   ResourcesResult: nil,
   TaskRunResults: nil,
-  Sidecars: nil,
+  Sidecars: []v1beta1.SidecarState{},
   TaskSpec: &{Steps: {{Image: "busybox", Script: "exit 1"}}},
   Provenance: nil,
   SpanContext: nil,
   },
  }
stream.go:305: D 19:55:42.237 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Requeuing key arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (by request) after 59m56.781265535s (depth: 0)
stream.go:305: D 19:55:42.238 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] got tracing carriermap[]
stream.go:305: D 19:55:42.238 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:42.238 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] set taskspec for arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me - script: exit 1
stream.go:305: I 19:55:42.238 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Successfully reconciled taskrun task-run-retry-ubxhoagw-retry-me/arendelle-wlgrd with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 55, 42, 238647581, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"}
stream.go:305: D 19:55:42.239 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw (depth: 1)
stream.go:305: D 19:55:42.239 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (depth: 1)
stream.go:305: D 19:55:42.240 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] got tracing carriermap[]
stream.go:305: D 19:55:42.240 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:42.241 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Updating status with:   v1beta1.TaskRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
   Conditions: v1.Conditions{
   {
   Type: "Succeeded",
   Status: "Unknown",
   Severity: "",
-  LastTransitionTime: apis.VolatileTime{Inner: v1.Time{Time: s"2023-05-26 19:55:41 +0000 UTC"}},
+  LastTransitionTime: apis.VolatileTime{
+  Inner: v1.Time{Time: s"2023-05-26 19:55:42.238647581 +0000 UTC m=+180.455783503"},
+  },
-  Reason: "Pending",
+  Reason: "Running",
   Message: strings.Join({
-  `pod status "Ready":"False"; message: "containers with unready st`,
-  `atus: [step-unnamed-0]"`,
+  "Not all Steps in the Task have finished executing",
   }, ""),
   },
   },
   Annotations: nil,
   },
   TaskRunStatusFields: v1beta1.TaskRunStatusFields{
   PodName: "task-run-retry-ubxhoagw-retry-me-pod-retry4",
   StartTime: s"2023-05-26 19:55:39 +0000 UTC",
   CompletionTime: nil,
   Steps: []v1beta1.StepState{
   {
   ContainerState: v1.ContainerState{
-  Waiting: s"&ContainerStateWaiting{Reason:PodInitializing,Message:,}",
+  Waiting: nil,
-  Running: nil,
+  Running: s"&ContainerStateRunning{StartedAt:2023-05-26 19:55:41 +0000 UTC,}",
   Terminated: nil,
   },
   Name: "unnamed-0",
   ContainerName: "step-unnamed-0",
-  ImageID: "",
+  ImageID: "docker.io/library/busybox@sha256:560af6915bfc8d7630e50e212e08242d37b63bd5c1ccf9bd4acccf116e262d5b",
   },
   },
   CloudEvents: nil,
   RetriesStatus: {{Status: {Conditions: {{Type: "Succeeded", Status: "False", LastTransitionTime: {Inner: {Time: s"2023-05-26 19:55:26 +0000 UTC"}}, Reason: "Failed", ...}}}, TaskRunStatusFields: {PodName: "task-run-retry-ubxhoagw-retry-me-pod", StartTime: s"2023-05-26 19:55:21 +0000 UTC", CompletionTime: s"2023-05-26 19:55:26 +0000 UTC", Steps: {{ContainerState: {Terminated: &{ExitCode: 1, Reason: "Error", StartedAt: {Time: s"2023-05-26 19:55:25 +0000 UTC"}, FinishedAt: {Time: s"2023-05-26 19:55:25 +0000 UTC"}, ...}}, Name: "unnamed-0", ContainerName: "step-unnamed-0", ImageID: "docker.io/library/busybox@sha256:560af6915bfc8d7630e50e212e08242"...}}, ...}}, {Status: {Conditions: {{Type: "Succeeded", Status: "False", LastTransitionTime: {Inner: {Time: s"2023-05-26 19:55:30 +0000 UTC"}}, Reason: "Failed", ...}}}, TaskRunStatusFields: {PodName: "task-run-retry-ubxhoagw-retry-me-pod-retry1", StartTime: s"2023-05-26 19:55:26 +0000 UTC", CompletionTime: s"2023-05-26 19:55:30 +0000 UTC", Steps: {{ContainerState: {Terminated: &{ExitCode: 1, Reason: "Error", StartedAt: {Time: s"2023-05-26 19:55:29 +0000 UTC"}, FinishedAt: {Time: s"2023-05-26 19:55:29 +0000 UTC"}, ...}}, Name: "unnamed-0", ContainerName: "step-unnamed-0", ImageID: "docker.io/library/busybox@sha256:560af6915bfc8d7630e50e212e08242"...}}, ...}}, {Status: {Conditions: {{Type: "Succeeded", Status: "False", LastTransitionTime: {Inner: {Time: s"2023-05-26 19:55:34 +0000 UTC"}}, Reason: "Failed", ...}}}, TaskRunStatusFields: {PodName: "task-run-retry-ubxhoagw-retry-me-pod-retry2", StartTime: s"2023-05-26 19:55:30 +0000 UTC", CompletionTime: s"2023-05-26 19:55:34 +0000 UTC", Steps: {{ContainerState: {Terminated: &{ExitCode: 1, Reason: "Error", StartedAt: {Time: s"2023-05-26 19:55:33 +0000 UTC"}, FinishedAt: {Time: s"2023-05-26 19:55:33 +0000 UTC"}, ...}}, Name: "unnamed-0", ContainerName: "step-unnamed-0", ImageID: "docker.io/library/busybox@sha256:560af6915bfc8d7630e50e212e08242"...}}, ...}}, {Status: {Conditions: {{Type: "Succeeded", Status: "False", LastTransitionTime: {Inner: {Time: s"2023-05-26 19:55:39 +0000 UTC"}}, Reason: "Failed", ...}}}, TaskRunStatusFields: {PodName: "task-run-retry-ubxhoagw-retry-me-pod-retry3", StartTime: s"2023-05-26 19:55:34 +0000 UTC", CompletionTime: s"2023-05-26 19:55:39 +0000 UTC", Steps: {{ContainerState: {Terminated: &{ExitCode: 1, Reason: "Error", StartedAt: {Time: s"2023-05-26 19:55:38 +0000 UTC"}, FinishedAt: {Time: s"2023-05-26 19:55:38 +0000 UTC"}, ...}}, Name: "unnamed-0", ContainerName: "step-unnamed-0", ImageID: "docker.io/library/busybox@sha256:560af6915bfc8d7630e50e212e08242"...}}, ...}}},
   ResourcesResult: nil,
   TaskRunResults: nil,
-  Sidecars: nil,
+  Sidecars: []v1beta1.SidecarState{},
   TaskSpec: &{Steps: {{Image: "busybox", Script: "exit 1"}}},
   Provenance: nil,
   SpanContext: nil,
   },
  }
stream.go:305: I 19:55:42.242 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] PipelineRun task-run-retry-ubxhoagw status is being set to &{Succeeded Unknown {2023-05-26 19:55:21 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}
stream.go:305: D 19:55:42.242 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] Requeuing key arendelle-wlgrd/task-run-retry-ubxhoagw (by request) after 59m38.757560769s (depth: 0)
stream.go:305: D 19:55:42.268 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Requeuing key arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (by request) after 59m56.761218689s (depth: 0)
stream.go:305: D 19:55:42.268 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] got tracing carriermap[]
stream.go:305: D 19:55:42.268 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:42.268 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] set taskspec for arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me - script: exit 1
stream.go:305: I 19:55:42.268 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Successfully reconciled taskrun task-run-retry-ubxhoagw-retry-me/arendelle-wlgrd with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 55, 42, 0, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"}
stream.go:305: D 19:55:42.268 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Requeuing key arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (by request) after 59m56.731331631s (depth: 0)
stream.go:305: D 19:55:43.213 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (depth: 1)
stream.go:305: D 19:55:43.213 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] got tracing carriermap[]
stream.go:305: D 19:55:43.213 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:43.213 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] set taskspec for arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me - script: exit 1
stream.go:305: I 19:55:43.213 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Successfully reconciled taskrun task-run-retry-ubxhoagw-retry-me/arendelle-wlgrd with status: &apis.Condition{Type:"Succeeded", Status:"False", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 55, 43, 213684974, time.Local)}, Reason:"Failed", Message:"\"step-unnamed-0\" exited with code 1 (image: \"docker.io/library/busybox@sha256:560af6915bfc8d7630e50e212e08242d37b63bd5c1ccf9bd4acccf116e262d5b\"); for logs run: kubectl -n arendelle-wlgrd logs task-run-retry-ubxhoagw-retry-me-pod-retry4 -c step-unnamed-0\n"}
stream.go:305: D 19:55:43.220 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Updating status with:   v1beta1.TaskRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
   Conditions: v1.Conditions{
   {
   Type: "Succeeded",
   Status: "Unknown",
   Severity: "",
-  LastTransitionTime: apis.VolatileTime{Inner: v1.Time{Time: s"2023-05-26 19:55:42 +0000 UTC"}},
+  LastTransitionTime: apis.VolatileTime{
+  Inner: v1.Time{Time: s"2023-05-26 19:55:43.213736674 +0000 UTC m=+181.430872586"},
+  },
-  Reason: "Running",
+  Reason: "ToBeRetried",
   Message: strings.Join({
-  "Not all Steps in the Task have finished executing",
+  `"step-unnamed-0" exited with code 1 (image: "docker.io/library/b`,
+  "usybox@sha256:560af6915bfc8d7630e50e212e08242d37b63bd5c1ccf9bd4a",
+  `cccf116e262d5b"); for logs run: kubectl -n arendelle-wlgrd logs `,
+  "task-run-retry-ubxhoagw-retry-me-pod-retry4 -c step-unnamed-0\n",
   }, ""),
   },
   },
   Annotations: nil,
   },
   TaskRunStatusFields: v1beta1.TaskRunStatusFields{
-  PodName: "task-run-retry-ubxhoagw-retry-me-pod-retry4",
+  PodName: "",
-  StartTime: s"2023-05-26 19:55:39 +0000 UTC",
+  StartTime: nil,
   CompletionTime: nil,
   Steps: []v1beta1.StepState{
   {
   ContainerState: v1.ContainerState{
   Waiting: nil,
-  Running: s"&ContainerStateRunning{StartedAt:2023-05-26 19:55:41 +0000 UTC,}",
+  Running: nil,
-  Terminated: nil,
+  Terminated: s"&ContainerStateTerminated{ExitCode:1,Signal:0,Reason:Error,Message:,StartedAt:2023-05-26 19:55:42.491 +0000 UTC,FinishedAt:2023-05-26 19:55:42 +0000 UTC,ContainerID:containerd://116c174e1fe726c1acec3977c3bb72eecbdb0f7a4be4c8a8b5e5177847e82930,}",
   },
   Name: "unnamed-0",
   ContainerName: "step-unnamed-0",
   ImageID: "docker.io/library/busybox@sha256:560af6915bfc8d7630e50e212e08242"...,
   },
   },
   CloudEvents: nil,
   RetriesStatus: []v1beta1.TaskRunStatus{
   ... // 2 identical elements
   {Status: {Conditions: {{Type: "Succeeded", Status: "False", LastTransitionTime: {Inner: {Time: s"2023-05-26 19:55:34 +0000 UTC"}}, Reason: "Failed", ...}}}, TaskRunStatusFields: {PodName: "task-run-retry-ubxhoagw-retry-me-pod-retry2", StartTime: s"2023-05-26 19:55:30 +0000 UTC", CompletionTime: s"2023-05-26 19:55:34 +0000 UTC", Steps: {{ContainerState: {Terminated: &{ExitCode: 1, Reason: "Error", StartedAt: {Time: s"2023-05-26 19:55:33 +0000 UTC"}, FinishedAt: {Time: s"2023-05-26 19:55:33 +0000 UTC"}, ...}}, Name: "unnamed-0", ContainerName: "step-unnamed-0", ImageID: "docker.io/library/busybox@sha256:560af6915bfc8d7630e50e212e08242"...}}, ...}},
   {Status: {Conditions: {{Type: "Succeeded", Status: "False", LastTransitionTime: {Inner: {Time: s"2023-05-26 19:55:39 +0000 UTC"}}, Reason: "Failed", ...}}}, TaskRunStatusFields: {PodName: "task-run-retry-ubxhoagw-retry-me-pod-retry3", StartTime: s"2023-05-26 19:55:34 +0000 UTC", CompletionTime: s"2023-05-26 19:55:39 +0000 UTC", Steps: {{ContainerState: {Terminated: &{ExitCode: 1, Reason: "Error", StartedAt: {Time: s"2023-05-26 19:55:38 +0000 UTC"}, FinishedAt: {Time: s"2023-05-26 19:55:38 +0000 UTC"}, ...}}, Name: "unnamed-0", ContainerName: "step-unnamed-0", ImageID: "docker.io/library/busybox@sha256:560af6915bfc8d7630e50e212e08242"...}}, ...}},
+  {
+  Status: v1.Status{Conditions: v1.Conditions{{...}}},
+  TaskRunStatusFields: v1beta1.TaskRunStatusFields{
+  PodName: "task-run-retry-ubxhoagw-retry-me-pod-retry4",
+  StartTime: s"2023-05-26 19:55:39 +0000 UTC",
+  CompletionTime: s"2023-05-26 19:55:43.213685334 +0000 UTC m=+181.430821256",
+  Steps: []v1beta1.StepState{{...}},
+  Sidecars: []v1beta1.SidecarState{},
+  TaskSpec: &v1beta1.TaskSpec{Steps: []v1beta1.Step{...}},
+  },
+  },
   },
   ResourcesResult: nil,
   TaskRunResults: nil,
-  Sidecars: nil,
+  Sidecars: []v1beta1.SidecarState{},
   TaskSpec: &{Steps: {{Image: "busybox", Script: "exit 1"}}},
   Provenance: nil,
   SpanContext: nil,
   },
  }
stream.go:305: D 19:55:43.238 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (depth: 1)
stream.go:305: D 19:55:43.238 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw (depth: 1)
stream.go:305: I 19:55:43.239 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Reconcile succeeded
stream.go:305: D 19:55:43.239 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] got tracing carriermap[]
stream.go:305: D 19:55:43.239 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:43.239 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] got tracing carriermap[]
stream.go:305: D 19:55:43.239 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:43.239 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] set taskspec for arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me - script: exit 1
stream.go:305: I 19:55:43.241 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] PipelineRun task-run-retry-ubxhoagw status is being set to &{Succeeded Unknown {2023-05-26 19:55:21 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}
stream.go:305: D 19:55:43.241 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] Requeuing key arendelle-wlgrd/task-run-retry-ubxhoagw (by request) after 59m37.758846318s (depth: 0)
stream.go:305: I 19:55:43.251 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Successfully reconciled taskrun task-run-retry-ubxhoagw-retry-me/arendelle-wlgrd with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 55, 43, 251474755, time.Local)}, Reason:"Pending", Message:"Pending"}
stream.go:305: D 19:55:43.251 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (depth: 1)
stream.go:305: D 19:55:43.255 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Updating status with:   v1beta1.TaskRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
   Conditions: v1.Conditions{
   {
   Type: "Succeeded",
   Status: "Unknown",
   Severity: "",
-  LastTransitionTime: apis.VolatileTime{Inner: v1.Time{Time: s"2023-05-26 19:55:43 +0000 UTC"}},
+  LastTransitionTime: apis.VolatileTime{
+  Inner: v1.Time{Time: s"2023-05-26 19:55:43.251474755 +0000 UTC m=+181.468610667"},
+  },
-  Reason: "ToBeRetried",
+  Reason: "Pending",
-  Message: "\"step-unnamed-0\" exited with code 1 (image: \"docker.io/library/busybox@sha256:560af6915bfc8d7630e50e212e08242d37b63bd5c1ccf9bd4acccf116e262d5b\"); for logs run: kubectl -n arendelle-wlgrd logs task-run-retry-ubxhoagw-retry-me-pod-retry4 -c step-unnamed-0\n",
+  Message: "Pending",
   },
   },
   Annotations: nil,
   },
   TaskRunStatusFields: v1beta1.TaskRunStatusFields{
-  PodName: "",
+  PodName: "task-run-retry-ubxhoagw-retry-me-pod-retry5",
-  StartTime: nil,
+  StartTime: s"2023-05-26 19:55:43.239455092 +0000 UTC m=+181.456591004",
   CompletionTime: nil,
-  Steps: []v1beta1.StepState{
-  {
-  ContainerState: v1.ContainerState{
-  Terminated: s"&ContainerStateTerminated{ExitCode:1,Signal:0,Reason:Error,Messa"...,
-  },
-  Name: "unnamed-0",
-  ContainerName: "step-unnamed-0",
-  ImageID: "docker.io/library/busybox@sha256:560af6915bfc8d7630e50e212e08242d37b63bd5c1ccf9bd4acccf116e262d5b",
-  },
-  },
+  Steps: []v1beta1.StepState{},
   CloudEvents: nil,
   RetriesStatus: {{Status: {Conditions: {{Type: "Succeeded", Status: "False", LastTransitionTime: {Inner: {Time: s"2023-05-26 19:55:26 +0000 UTC"}}, Reason: "Failed", ...}}}, TaskRunStatusFields: {PodName: "task-run-retry-ubxhoagw-retry-me-pod", StartTime: s"2023-05-26 19:55:21 +0000 UTC", CompletionTime: s"2023-05-26 19:55:26 +0000 UTC", Steps: {{ContainerState: {Terminated: &{ExitCode: 1, Reason: "Error", StartedAt: {Time: s"2023-05-26 19:55:25 +0000 UTC"}, FinishedAt: {Time: s"2023-05-26 19:55:25 +0000 UTC"}, ...}}, Name: "unnamed-0", ContainerName: "step-unnamed-0", ImageID: "docker.io/library/busybox@sha256:560af6915bfc8d7630e50e212e08242"...}}, ...}}, {Status: {Conditions: {{Type: "Succeeded", Status: "False", LastTransitionTime: {Inner: {Time: s"2023-05-26 19:55:30 +0000 UTC"}}, Reason: "Failed", ...}}}, TaskRunStatusFields: {PodName: "task-run-retry-ubxhoagw-retry-me-pod-retry1", StartTime: s"2023-05-26 19:55:26 +0000 UTC", CompletionTime: s"2023-05-26 19:55:30 +0000 UTC", Steps: {{ContainerState: {Terminated: &{ExitCode: 1, Reason: "Error", StartedAt: {Time: s"2023-05-26 19:55:29 +0000 UTC"}, FinishedAt: {Time: s"2023-05-26 19:55:29 +0000 UTC"}, ...}}, Name: "unnamed-0", ContainerName: "step-unnamed-0", ImageID: "docker.io/library/busybox@sha256:560af6915bfc8d7630e50e212e08242"...}}, ...}}, {Status: {Conditions: {{Type: "Succeeded", Status: "False", LastTransitionTime: {Inner: {Time: s"2023-05-26 19:55:34 +0000 UTC"}}, Reason: "Failed", ...}}}, TaskRunStatusFields: {PodName: "task-run-retry-ubxhoagw-retry-me-pod-retry2", StartTime: s"2023-05-26 19:55:30 +0000 UTC", CompletionTime: s"2023-05-26 19:55:34 +0000 UTC", Steps: {{ContainerState: {Terminated: &{ExitCode: 1, Reason: "Error", StartedAt: {Time: s"2023-05-26 19:55:33 +0000 UTC"}, FinishedAt: {Time: s"2023-05-26 19:55:33 +0000 UTC"}, ...}}, Name: "unnamed-0", ContainerName: "step-unnamed-0", ImageID: "docker.io/library/busybox@sha256:560af6915bfc8d7630e50e212e08242"...}}, ...}}, {Status: {Conditions: {{Type: "Succeeded", Status: "False", LastTransitionTime: {Inner: {Time: s"2023-05-26 19:55:39 +0000 UTC"}}, Reason: "Failed", ...}}}, TaskRunStatusFields: {PodName: "task-run-retry-ubxhoagw-retry-me-pod-retry3", StartTime: s"2023-05-26 19:55:34 +0000 UTC", CompletionTime: s"2023-05-26 19:55:39 +0000 UTC", Steps: {{ContainerState: {Terminated: &{ExitCode: 1, Reason: "Error", StartedAt: {Time: s"2023-05-26 19:55:38 +0000 UTC"}, FinishedAt: {Time: s"2023-05-26 19:55:38 +0000 UTC"}, ...}}, Name: "unnamed-0", ContainerName: "step-unnamed-0", ImageID: "docker.io/library/busybox@sha256:560af6915bfc8d7630e50e212e08242"...}}, ...}}, ...},
   ResourcesResult: nil,
   TaskRunResults: nil,
-  Sidecars: nil,
+  Sidecars: []v1beta1.SidecarState{},
   TaskSpec: &{Steps: {{Image: "busybox", Script: "exit 1"}}},
   Provenance: nil,
   SpanContext: nil,
   },
  }
stream.go:305: D 19:55:43.257 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (depth: 1)
stream.go:305: D 19:55:43.273 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Requeuing key arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (by request) after 59m59.987654767s (depth: 0)
stream.go:305: D 19:55:43.274 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] got tracing carriermap[]
stream.go:305: D 19:55:43.274 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:43.274 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw (depth: 1)
stream.go:305: D 19:55:43.274 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] set taskspec for arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me - script: exit 1
stream.go:305: D 19:55:43.274 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] got tracing carriermap[]
stream.go:305: D 19:55:43.274 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: I 19:55:43.274 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Successfully reconciled taskrun task-run-retry-ubxhoagw-retry-me/arendelle-wlgrd with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 55, 43, 274588352, time.Local)}, Reason:"Pending", Message:"Pending"}
stream.go:305: I 19:55:43.275 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] PipelineRun task-run-retry-ubxhoagw status is being set to &{Succeeded Unknown {2023-05-26 19:55:21 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}
stream.go:305: D 19:55:43.275 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] Requeuing key arendelle-wlgrd/task-run-retry-ubxhoagw (by request) after 59m37.724658918s (depth: 0)
stream.go:305: D 19:55:43.275 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (depth: 1)
stream.go:305: D 19:55:43.278 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Updating status with:   v1beta1.TaskRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
   Conditions: v1.Conditions{
   {
   Type: "Succeeded",
   Status: "Unknown",
   Severity: "",
-  LastTransitionTime: apis.VolatileTime{Inner: v1.Time{Time: s"2023-05-26 19:55:43 +0000 UTC"}},
+  LastTransitionTime: apis.VolatileTime{
+  Inner: v1.Time{Time: s"2023-05-26 19:55:43.274588352 +0000 UTC m=+181.491724274"},
+  },
-  Reason: "ToBeRetried",
+  Reason: "Pending",
-  Message: "\"step-unnamed-0\" exited with code 1 (image: \"docker.io/library/busybox@sha256:560af6915bfc8d7630e50e212e08242d37b63bd5c1ccf9bd4acccf116e262d5b\"); for logs run: kubectl -n arendelle-wlgrd logs task-run-retry-ubxhoagw-retry-me-pod-retry4 -c step-unnamed-0\n",
+  Message: "Pending",
   },
   },
   Annotations: nil,
   },
   TaskRunStatusFields: v1beta1.TaskRunStatusFields{
-  PodName: "",
+  PodName: "task-run-retry-ubxhoagw-retry-me-pod-retry5",
-  StartTime: nil,
+  StartTime: s"2023-05-26 19:55:43.274262882 +0000 UTC m=+181.491398804",
   CompletionTime: nil,
-  Steps: []v1beta1.StepState{
-  {
-  ContainerState: v1.ContainerState{
-  Terminated: s"&ContainerStateTerminated{ExitCode:1,Signal:0,Reason:Error,Messa"...,
-  },
-  Name: "unnamed-0",
-  ContainerName: "step-unnamed-0",
-  ImageID: "docker.io/library/busybox@sha256:560af6915bfc8d7630e50e212e08242d37b63bd5c1ccf9bd4acccf116e262d5b",
-  },
-  },
+  Steps: []v1beta1.StepState{},
   CloudEvents: nil,
   RetriesStatus: {{Status: {Conditions: {{Type: "Succeeded", Status: "False", LastTransitionTime: {Inner: {Time: s"2023-05-26 19:55:26 +0000 UTC"}}, Reason: "Failed", ...}}}, TaskRunStatusFields: {PodName: "task-run-retry-ubxhoagw-retry-me-pod", StartTime: s"2023-05-26 19:55:21 +0000 UTC", CompletionTime: s"2023-05-26 19:55:26 +0000 UTC", Steps: {{ContainerState: {Terminated: &{ExitCode: 1, Reason: "Error", StartedAt: {Time: s"2023-05-26 19:55:25 +0000 UTC"}, FinishedAt: {Time: s"2023-05-26 19:55:25 +0000 UTC"}, ...}}, Name: "unnamed-0", ContainerName: "step-unnamed-0", ImageID: "docker.io/library/busybox@sha256:560af6915bfc8d7630e50e212e08242"...}}, ...}}, {Status: {Conditions: {{Type: "Succeeded", Status: "False", LastTransitionTime: {Inner: {Time: s"2023-05-26 19:55:30 +0000 UTC"}}, Reason: "Failed", ...}}}, TaskRunStatusFields: {PodName: "task-run-retry-ubxhoagw-retry-me-pod-retry1", StartTime: s"2023-05-26 19:55:26 +0000 UTC", CompletionTime: s"2023-05-26 19:55:30 +0000 UTC", Steps: {{ContainerState: {Terminated: &{ExitCode: 1, Reason: "Error", StartedAt: {Time: s"2023-05-26 19:55:29 +0000 UTC"}, FinishedAt: {Time: s"2023-05-26 19:55:29 +0000 UTC"}, ...}}, Name: "unnamed-0", ContainerName: "step-unnamed-0", ImageID: "docker.io/library/busybox@sha256:560af6915bfc8d7630e50e212e08242"...}}, ...}}, {Status: {Conditions: {{Type: "Succeeded", Status: "False", LastTransitionTime: {Inner: {Time: s"2023-05-26 19:55:34 +0000 UTC"}}, Reason: "Failed", ...}}}, TaskRunStatusFields: {PodName: "task-run-retry-ubxhoagw-retry-me-pod-retry2", StartTime: s"2023-05-26 19:55:30 +0000 UTC", CompletionTime: s"2023-05-26 19:55:34 +0000 UTC", Steps: {{ContainerState: {Terminated: &{ExitCode: 1, Reason: "Error", StartedAt: {Time: s"2023-05-26 19:55:33 +0000 UTC"}, FinishedAt: {Time: s"2023-05-26 19:55:33 +0000 UTC"}, ...}}, Name: "unnamed-0", ContainerName: "step-unnamed-0", ImageID: "docker.io/library/busybox@sha256:560af6915bfc8d7630e50e212e08242"...}}, ...}}, {Status: {Conditions: {{Type: "Succeeded", Status: "False", LastTransitionTime: {Inner: {Time: s"2023-05-26 19:55:39 +0000 UTC"}}, Reason: "Failed", ...}}}, TaskRunStatusFields: {PodName: "task-run-retry-ubxhoagw-retry-me-pod-retry3", StartTime: s"2023-05-26 19:55:34 +0000 UTC", CompletionTime: s"2023-05-26 19:55:39 +0000 UTC", Steps: {{ContainerState: {Terminated: &{ExitCode: 1, Reason: "Error", StartedAt: {Time: s"2023-05-26 19:55:38 +0000 UTC"}, FinishedAt: {Time: s"2023-05-26 19:55:38 +0000 UTC"}, ...}}, Name: "unnamed-0", ContainerName: "step-unnamed-0", ImageID: "docker.io/library/busybox@sha256:560af6915bfc8d7630e50e212e08242"...}}, ...}}, ...},
   ResourcesResult: nil,
   TaskRunResults: nil,
-  Sidecars: nil,
+  Sidecars: []v1beta1.SidecarState{},
   TaskSpec: &{Steps: {{Image: "busybox", Script: "exit 1"}}},
   Provenance: nil,
   SpanContext: nil,
   },
  }
stream.go:305: D 19:55:43.279 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (depth: 1)
stream.go:305: D 19:55:43.309 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Updating status with:   v1beta1.TaskRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
   Conditions: v1.Conditions{
   {
   Type: "Succeeded",
   Status: "Unknown",
   Severity: "",
-  LastTransitionTime: apis.VolatileTime{Inner: v1.Time{Time: s"2023-05-26 19:55:43 +0000 UTC"}},
+  LastTransitionTime: apis.VolatileTime{
+  Inner: v1.Time{Time: s"2023-05-26 19:55:43.274588352 +0000 UTC m=+181.491724274"},
+  },
   Reason: "Pending",
   Message: "Pending",
   },
   },
   Annotations: nil,
   },
   TaskRunStatusFields: v1beta1.TaskRunStatusFields{
   PodName: "task-run-retry-ubxhoagw-retry-me-pod-retry5",
-  StartTime: s"2023-05-26 19:55:43 +0000 UTC",
+  StartTime: s"2023-05-26 19:55:43.274262882 +0000 UTC m=+181.491398804",
   CompletionTime: nil,
-  Steps: nil,
+  Steps: []v1beta1.StepState{},
   CloudEvents: nil,
   RetriesStatus: {{Status: {Conditions: {{Type: "Succeeded", Status: "False", LastTransitionTime: {Inner: {Time: s"2023-05-26 19:55:26 +0000 UTC"}}, Reason: "Failed", ...}}}, TaskRunStatusFields: {PodName: "task-run-retry-ubxhoagw-retry-me-pod", StartTime: s"2023-05-26 19:55:21 +0000 UTC", CompletionTime: s"2023-05-26 19:55:26 +0000 UTC", Steps: {{ContainerState: {Terminated: &{ExitCode: 1, Reason: "Error", StartedAt: {Time: s"2023-05-26 19:55:25 +0000 UTC"}, FinishedAt: {Time: s"2023-05-26 19:55:25 +0000 UTC"}, ...}}, Name: "unnamed-0", ContainerName: "step-unnamed-0", ImageID: "docker.io/library/busybox@sha256:560af6915bfc8d7630e50e212e08242"...}}, ...}}, {Status: {Conditions: {{Type: "Succeeded", Status: "False", LastTransitionTime: {Inner: {Time: s"2023-05-26 19:55:30 +0000 UTC"}}, Reason: "Failed", ...}}}, TaskRunStatusFields: {PodName: "task-run-retry-ubxhoagw-retry-me-pod-retry1", StartTime: s"2023-05-26 19:55:26 +0000 UTC", CompletionTime: s"2023-05-26 19:55:30 +0000 UTC", Steps: {{ContainerState: {Terminated: &{ExitCode: 1, Reason: "Error", StartedAt: {Time: s"2023-05-26 19:55:29 +0000 UTC"}, FinishedAt: {Time: s"2023-05-26 19:55:29 +0000 UTC"}, ...}}, Name: "unnamed-0", ContainerName: "step-unnamed-0", ImageID: "docker.io/library/busybox@sha256:560af6915bfc8d7630e50e212e08242"...}}, ...}}, {Status: {Conditions: {{Type: "Succeeded", Status: "False", LastTransitionTime: {Inner: {Time: s"2023-05-26 19:55:34 +0000 UTC"}}, Reason: "Failed", ...}}}, TaskRunStatusFields: {PodName: "task-run-retry-ubxhoagw-retry-me-pod-retry2", StartTime: s"2023-05-26 19:55:30 +0000 UTC", CompletionTime: s"2023-05-26 19:55:34 +0000 UTC", Steps: {{ContainerState: {Terminated: &{ExitCode: 1, Reason: "Error", StartedAt: {Time: s"2023-05-26 19:55:33 +0000 UTC"}, FinishedAt: {Time: s"2023-05-26 19:55:33 +0000 UTC"}, ...}}, Name: "unnamed-0", ContainerName: "step-unnamed-0", ImageID: "docker.io/library/busybox@sha256:560af6915bfc8d7630e50e212e08242"...}}, ...}}, {Status: {Conditions: {{Type: "Succeeded", Status: "False", LastTransitionTime: {Inner: {Time: s"2023-05-26 19:55:39 +0000 UTC"}}, Reason: "Failed", ...}}}, TaskRunStatusFields: {PodName: "task-run-retry-ubxhoagw-retry-me-pod-retry3", StartTime: s"2023-05-26 19:55:34 +0000 UTC", CompletionTime: s"2023-05-26 19:55:39 +0000 UTC", Steps: {{ContainerState: {Terminated: &{ExitCode: 1, Reason: "Error", StartedAt: {Time: s"2023-05-26 19:55:38 +0000 UTC"}, FinishedAt: {Time: s"2023-05-26 19:55:38 +0000 UTC"}, ...}}, Name: "unnamed-0", ContainerName: "step-unnamed-0", ImageID: "docker.io/library/busybox@sha256:560af6915bfc8d7630e50e212e08242"...}}, ...}}, ...},
   ResourcesResult: nil,
   TaskRunResults: nil,
-  Sidecars: nil,
+  Sidecars: []v1beta1.SidecarState{},
   TaskSpec: &{Steps: {{Image: "busybox", Script: "exit 1"}}},
   Provenance: nil,
   SpanContext: nil,
   },
  }
stream.go:305: D 19:55:43.324 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Requeuing key arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (by request) after 59m59.99951945s (depth: 0)
stream.go:305: D 19:55:43.325 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] got tracing carriermap[]
stream.go:305: D 19:55:43.325 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:43.326 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] set taskspec for arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me - script: exit 1
stream.go:305: I 19:55:43.326 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Successfully reconciled taskrun task-run-retry-ubxhoagw-retry-me/arendelle-wlgrd with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 55, 43, 326694927, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""}
stream.go:305: D 19:55:43.330 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Updating status with:   v1beta1.TaskRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
   Conditions: v1.Conditions{
   {
   Type: "Succeeded",
   Status: "Unknown",
   Severity: "",
-  LastTransitionTime: apis.VolatileTime{Inner: v1.Time{Time: s"2023-05-26 19:55:43 +0000 UTC"}},
+  LastTransitionTime: apis.VolatileTime{
+  Inner: v1.Time{Time: s"2023-05-26 19:55:43.326694927 +0000 UTC m=+181.543830849"},
+  },
   Reason: "Pending",
-  Message: "Pending",
+  Message: `pod status "Initialized":"False"; message: "containers with incomplete status: [prepare place-scripts]"`,
   },
   },
   Annotations: nil,
   },
   TaskRunStatusFields: v1beta1.TaskRunStatusFields{
   PodName: "task-run-retry-ubxhoagw-retry-me-pod-retry5",
   StartTime: s"2023-05-26 19:55:43 +0000 UTC",
   CompletionTime: nil,
-  Steps: nil,
+  Steps: []v1beta1.StepState{
+  {
+  ContainerState: v1.ContainerState{Waiting: s"&ContainerStateWaiting{Reason:Po"...},
+  Name: "unnamed-0",
+  ContainerName: "step-unnamed-0",
+  },
+  },
   CloudEvents: nil,
   RetriesStatus: {{Status: {Conditions: {{Type: "Succeeded", Status: "False", LastTransitionTime: {Inner: {Time: s"2023-05-26 19:55:26 +0000 UTC"}}, Reason: "Failed", ...}}}, TaskRunStatusFields: {PodName: "task-run-retry-ubxhoagw-retry-me-pod", StartTime: s"2023-05-26 19:55:21 +0000 UTC", CompletionTime: s"2023-05-26 19:55:26 +0000 UTC", Steps: {{ContainerState: {Terminated: &{ExitCode: 1, Reason: "Error", StartedAt: {Time: s"2023-05-26 19:55:25 +0000 UTC"}, FinishedAt: {Time: s"2023-05-26 19:55:25 +0000 UTC"}, ...}}, Name: "unnamed-0", ContainerName: "step-unnamed-0", ImageID: "docker.io/library/busybox@sha256:560af6915bfc8d7630e50e212e08242"...}}, ...}}, {Status: {Conditions: {{Type: "Succeeded", Status: "False", LastTransitionTime: {Inner: {Time: s"2023-05-26 19:55:30 +0000 UTC"}}, Reason: "Failed", ...}}}, TaskRunStatusFields: {PodName: "task-run-retry-ubxhoagw-retry-me-pod-retry1", StartTime: s"2023-05-26 19:55:26 +0000 UTC", CompletionTime: s"2023-05-26 19:55:30 +0000 UTC", Steps: {{ContainerState: {Terminated: &{ExitCode: 1, Reason: "Error", StartedAt: {Time: s"2023-05-26 19:55:29 +0000 UTC"}, FinishedAt: {Time: s"2023-05-26 19:55:29 +0000 UTC"}, ...}}, Name: "unnamed-0", ContainerName: "step-unnamed-0", ImageID: "docker.io/library/busybox@sha256:560af6915bfc8d7630e50e212e08242"...}}, ...}}, {Status: {Conditions: {{Type: "Succeeded", Status: "False", LastTransitionTime: {Inner: {Time: s"2023-05-26 19:55:34 +0000 UTC"}}, Reason: "Failed", ...}}}, TaskRunStatusFields: {PodName: "task-run-retry-ubxhoagw-retry-me-pod-retry2", StartTime: s"2023-05-26 19:55:30 +0000 UTC", CompletionTime: s"2023-05-26 19:55:34 +0000 UTC", Steps: {{ContainerState: {Terminated: &{ExitCode: 1, Reason: "Error", StartedAt: {Time: s"2023-05-26 19:55:33 +0000 UTC"}, FinishedAt: {Time: s"2023-05-26 19:55:33 +0000 UTC"}, ...}}, Name: "unnamed-0", ContainerName: "step-unnamed-0", ImageID: "docker.io/library/busybox@sha256:560af6915bfc8d7630e50e212e08242"...}}, ...}}, {Status: {Conditions: {{Type: "Succeeded", Status: "False", LastTransitionTime: {Inner: {Time: s"2023-05-26 19:55:39 +0000 UTC"}}, Reason: "Failed", ...}}}, TaskRunStatusFields: {PodName: "task-run-retry-ubxhoagw-retry-me-pod-retry3", StartTime: s"2023-05-26 19:55:34 +0000 UTC", CompletionTime: s"2023-05-26 19:55:39 +0000 UTC", Steps: {{ContainerState: {Terminated: &{ExitCode: 1, Reason: "Error", StartedAt: {Time: s"2023-05-26 19:55:38 +0000 UTC"}, FinishedAt: {Time: s"2023-05-26 19:55:38 +0000 UTC"}, ...}}, Name: "unnamed-0", ContainerName: "step-unnamed-0", ImageID: "docker.io/library/busybox@sha256:560af6915bfc8d7630e50e212e08242"...}}, ...}}, ...},
   ResourcesResult: nil,
   TaskRunResults: nil,
-  Sidecars: nil,
+  Sidecars: []v1beta1.SidecarState{},
   TaskSpec: &{Steps: {{Image: "busybox", Script: "exit 1"}}},
   Provenance: nil,
   SpanContext: nil,
   },
  }
stream.go:305: D 19:55:43.345 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Requeuing key arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (by request) after 59m59.673112743s (depth: 0)
stream.go:305: D 19:55:43.345 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw (depth: 1)
stream.go:305: D 19:55:43.345 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (depth: 1)
stream.go:305: D 19:55:43.345 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] got tracing carriermap[]
stream.go:305: D 19:55:43.345 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:43.346 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] got tracing carriermap[]
stream.go:305: D 19:55:43.346 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:43.346 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] set taskspec for arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me - script: exit 1
stream.go:305: I 19:55:43.347 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Successfully reconciled taskrun task-run-retry-ubxhoagw-retry-me/arendelle-wlgrd with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 55, 43, 347539463, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""}
stream.go:305: D 19:55:43.347 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Requeuing key arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (by request) after 59m59.652291047s (depth: 0)
stream.go:305: I 19:55:43.347 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] PipelineRun task-run-retry-ubxhoagw status is being set to &{Succeeded Unknown {2023-05-26 19:55:21 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}
stream.go:305: D 19:55:43.348 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] Requeuing key arendelle-wlgrd/task-run-retry-ubxhoagw (by request) after 59m37.651642397s (depth: 0)
stream.go:305: D 19:55:44.231 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (depth: 1)
stream.go:305: D 19:55:44.231 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] got tracing carriermap[]
stream.go:305: D 19:55:44.231 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:44.232 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] set taskspec for arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me - script: exit 1
stream.go:305: I 19:55:44.232 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Successfully reconciled taskrun task-run-retry-ubxhoagw-retry-me/arendelle-wlgrd with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 55, 44, 232130841, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\""}
stream.go:305: D 19:55:44.236 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Updating status with:   v1beta1.TaskRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
   Conditions: v1.Conditions{
   {
   Type: "Succeeded",
   Status: "Unknown",
   Severity: "",
-  LastTransitionTime: apis.VolatileTime{Inner: v1.Time{Time: s"2023-05-26 19:55:43 +0000 UTC"}},
+  LastTransitionTime: apis.VolatileTime{
+  Inner: v1.Time{Time: s"2023-05-26 19:55:44.232130841 +0000 UTC m=+182.449266763"},
+  },
   Reason: "Pending",
   Message: strings.Join({
   `pod status "Initialized":"False"; message: "containers with inco`,
   "mplete status: [",
-  "prepare ",
   `place-scripts]"`,
   }, ""),
   },
   },
   Annotations: nil,
   },
   TaskRunStatusFields: v1beta1.TaskRunStatusFields{
   ... // 6 identical fields
   ResourcesResult: nil,
   TaskRunResults: nil,
-  Sidecars: nil,
+  Sidecars: []v1beta1.SidecarState{},
   TaskSpec: &{Steps: {{Image: "busybox", Script: "exit 1"}}},
   Provenance: nil,
   SpanContext: nil,
   },
  }
stream.go:305: D 19:55:44.267 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Requeuing key arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (by request) after 59m58.767754689s (depth: 0)
stream.go:305: D 19:55:44.268 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw (depth: 1)
stream.go:305: D 19:55:44.268 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (depth: 1)
stream.go:305: D 19:55:44.268 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] got tracing carriermap[]
stream.go:305: D 19:55:44.268 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:44.268 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] got tracing carriermap[]
stream.go:305: D 19:55:44.269 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:44.269 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] set taskspec for arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me - script: exit 1
stream.go:305: I 19:55:44.269 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Successfully reconciled taskrun task-run-retry-ubxhoagw-retry-me/arendelle-wlgrd with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 55, 44, 269333112, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\""}
stream.go:305: D 19:55:44.269 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Requeuing key arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (by request) after 59m58.730591308s (depth: 0)
stream.go:305: I 19:55:44.269 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] PipelineRun task-run-retry-ubxhoagw status is being set to &{Succeeded Unknown {2023-05-26 19:55:21 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}
stream.go:305: D 19:55:44.270 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] Requeuing key arendelle-wlgrd/task-run-retry-ubxhoagw (by request) after 59m36.729451868s (depth: 0)
stream.go:305: D 19:55:45.232 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (depth: 1)
stream.go:305: D 19:55:45.233 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] got tracing carriermap[]
stream.go:305: D 19:55:45.233 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:45.233 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] set taskspec for arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me - script: exit 1
stream.go:305: I 19:55:45.233 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Successfully reconciled taskrun task-run-retry-ubxhoagw-retry-me/arendelle-wlgrd with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 55, 45, 233311282, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-unnamed-0]\""}
stream.go:305: D 19:55:45.237 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Updating status with:   v1beta1.TaskRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
   Conditions: v1.Conditions{
   {
   Type: "Succeeded",
   Status: "Unknown",
   Severity: "",
-  LastTransitionTime: apis.VolatileTime{Inner: v1.Time{Time: s"2023-05-26 19:55:44 +0000 UTC"}},
+  LastTransitionTime: apis.VolatileTime{
+  Inner: v1.Time{Time: s"2023-05-26 19:55:45.233311282 +0000 UTC m=+183.450447204"},
+  },
   Reason: "Pending",
   Message: strings.Join({
   `pod status "`,
-  "Initialized",
+  "Ready",
   `":"False"; message: "containers with `,
-  "incomplete status: [place-scripts",
+  "unready status: [step-unnamed-0",
   `]"`,
   }, ""),
   },
   },
   Annotations: nil,
   },
   TaskRunStatusFields: v1beta1.TaskRunStatusFields{
   ... // 6 identical fields
   ResourcesResult: nil,
   TaskRunResults: nil,
-  Sidecars: nil,
+  Sidecars: []v1beta1.SidecarState{},
   TaskSpec: &{Steps: {{Image: "busybox", Script: "exit 1"}}},
   Provenance: nil,
   SpanContext: nil,
   },
  }
stream.go:305: D 19:55:45.245 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (depth: 1)
stream.go:305: D 19:55:45.256 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw (depth: 1)
stream.go:305: D 19:55:45.257 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Requeuing key arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (by request) after 59m57.766571808s (depth: 0)
stream.go:305: D 19:55:45.257 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] got tracing carriermap[]
stream.go:305: D 19:55:45.256 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (depth: 1)
stream.go:305: D 19:55:45.257 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:45.257 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] got tracing carriermap[]
stream.go:305: D 19:55:45.257 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:45.258 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] set taskspec for arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me - script: exit 1
stream.go:305: I 19:55:45.259 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Successfully reconciled taskrun task-run-retry-ubxhoagw-retry-me/arendelle-wlgrd with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 55, 45, 258940780, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-unnamed-0]\""}
stream.go:305: I 19:55:45.258 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] PipelineRun task-run-retry-ubxhoagw status is being set to &{Succeeded Unknown {2023-05-26 19:55:21 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}
stream.go:305: D 19:55:45.259 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] Requeuing key arendelle-wlgrd/task-run-retry-ubxhoagw (by request) after 59m35.74040745s (depth: 0)
stream.go:305: D 19:55:45.259 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Requeuing key arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (by request) after 59m57.74064794s (depth: 0)
stream.go:305: D 19:55:46.241 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (depth: 1)
stream.go:305: D 19:55:46.241 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] got tracing carriermap[]
stream.go:305: D 19:55:46.241 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:46.241 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] set taskspec for arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me - script: exit 1
stream.go:305: I 19:55:46.251 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Successfully reconciled taskrun task-run-retry-ubxhoagw-retry-me/arendelle-wlgrd with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 55, 46, 251298478, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"}
stream.go:305: D 19:55:46.251 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (depth: 1)
stream.go:305: D 19:55:46.254 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Updating status with:   v1beta1.TaskRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
   Conditions: v1.Conditions{
   {
   Type: "Succeeded",
   Status: "Unknown",
   Severity: "",
-  LastTransitionTime: apis.VolatileTime{Inner: v1.Time{Time: s"2023-05-26 19:55:45 +0000 UTC"}},
+  LastTransitionTime: apis.VolatileTime{
+  Inner: v1.Time{Time: s"2023-05-26 19:55:46.251298478 +0000 UTC m=+184.468434400"},
+  },
-  Reason: "Pending",
+  Reason: "Running",
   Message: strings.Join({
-  `pod status "Ready":"False"; message: "containers with unready st`,
-  `atus: [step-unnamed-0]"`,
+  "Not all Steps in the Task have finished executing",
   }, ""),
   },
   },
   Annotations: nil,
   },
   TaskRunStatusFields: v1beta1.TaskRunStatusFields{
   PodName: "task-run-retry-ubxhoagw-retry-me-pod-retry5",
   StartTime: s"2023-05-26 19:55:43 +0000 UTC",
   CompletionTime: nil,
   Steps: []v1beta1.StepState{
   {
   ContainerState: v1.ContainerState{
-  Waiting: s"&ContainerStateWaiting{Reason:PodInitializing,Message:,}",
+  Waiting: nil,
-  Running: nil,
+  Running: s"&ContainerStateRunning{StartedAt:2023-05-26 19:55:45 +0000 UTC,}",
   Terminated: nil,
   },
   Name: "unnamed-0",
   ContainerName: "step-unnamed-0",
-  ImageID: "",
+  ImageID: "docker.io/library/busybox@sha256:560af6915bfc8d7630e50e212e08242d37b63bd5c1ccf9bd4acccf116e262d5b",
   },
   },
   CloudEvents: nil,
   RetriesStatus: {{Status: {Conditions: {{Type: "Succeeded", Status: "False", LastTransitionTime: {Inner: {Time: s"2023-05-26 19:55:26 +0000 UTC"}}, Reason: "Failed", ...}}}, TaskRunStatusFields: {PodName: "task-run-retry-ubxhoagw-retry-me-pod", StartTime: s"2023-05-26 19:55:21 +0000 UTC", CompletionTime: s"2023-05-26 19:55:26 +0000 UTC", Steps: {{ContainerState: {Terminated: &{ExitCode: 1, Reason: "Error", StartedAt: {Time: s"2023-05-26 19:55:25 +0000 UTC"}, FinishedAt: {Time: s"2023-05-26 19:55:25 +0000 UTC"}, ...}}, Name: "unnamed-0", ContainerName: "step-unnamed-0", ImageID: "docker.io/library/busybox@sha256:560af6915bfc8d7630e50e212e08242"...}}, ...}}, {Status: {Conditions: {{Type: "Succeeded", Status: "False", LastTransitionTime: {Inner: {Time: s"2023-05-26 19:55:30 +0000 UTC"}}, Reason: "Failed", ...}}}, TaskRunStatusFields: {PodName: "task-run-retry-ubxhoagw-retry-me-pod-retry1", StartTime: s"2023-05-26 19:55:26 +0000 UTC", CompletionTime: s"2023-05-26 19:55:30 +0000 UTC", Steps: {{ContainerState: {Terminated: &{ExitCode: 1, Reason: "Error", StartedAt: {Time: s"2023-05-26 19:55:29 +0000 UTC"}, FinishedAt: {Time: s"2023-05-26 19:55:29 +0000 UTC"}, ...}}, Name: "unnamed-0", ContainerName: "step-unnamed-0", ImageID: "docker.io/library/busybox@sha256:560af6915bfc8d7630e50e212e08242"...}}, ...}}, {Status: {Conditions: {{Type: "Succeeded", Status: "False", LastTransitionTime: {Inner: {Time: s"2023-05-26 19:55:34 +0000 UTC"}}, Reason: "Failed", ...}}}, TaskRunStatusFields: {PodName: "task-run-retry-ubxhoagw-retry-me-pod-retry2", StartTime: s"2023-05-26 19:55:30 +0000 UTC", CompletionTime: s"2023-05-26 19:55:34 +0000 UTC", Steps: {{ContainerState: {Terminated: &{ExitCode: 1, Reason: "Error", StartedAt: {Time: s"2023-05-26 19:55:33 +0000 UTC"}, FinishedAt: {Time: s"2023-05-26 19:55:33 +0000 UTC"}, ...}}, Name: "unnamed-0", ContainerName: "step-unnamed-0", ImageID: "docker.io/library/busybox@sha256:560af6915bfc8d7630e50e212e08242"...}}, ...}}, {Status: {Conditions: {{Type: "Succeeded", Status: "False", LastTransitionTime: {Inner: {Time: s"2023-05-26 19:55:39 +0000 UTC"}}, Reason: "Failed", ...}}}, TaskRunStatusFields: {PodName: "task-run-retry-ubxhoagw-retry-me-pod-retry3", StartTime: s"2023-05-26 19:55:34 +0000 UTC", CompletionTime: s"2023-05-26 19:55:39 +0000 UTC", Steps: {{ContainerState: {Terminated: &{ExitCode: 1, Reason: "Error", StartedAt: {Time: s"2023-05-26 19:55:38 +0000 UTC"}, FinishedAt: {Time: s"2023-05-26 19:55:38 +0000 UTC"}, ...}}, Name: "unnamed-0", ContainerName: "step-unnamed-0", ImageID: "docker.io/library/busybox@sha256:560af6915bfc8d7630e50e212e08242"...}}, ...}}, ...},
   ResourcesResult: nil,
   TaskRunResults: nil,
-  Sidecars: nil,
+  Sidecars: []v1beta1.SidecarState{},
   TaskSpec: &{Steps: {{Image: "busybox", Script: "exit 1"}}},
   Provenance: nil,
   SpanContext: nil,
   },
  }
stream.go:305: D 19:55:46.270 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Requeuing key arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (by request) after 59m56.748541472s (depth: 0)
stream.go:305: D 19:55:46.270 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw (depth: 1)
stream.go:305: D 19:55:46.270 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] got tracing carriermap[]
stream.go:305: D 19:55:46.270 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:46.270 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] got tracing carriermap[]
stream.go:305: D 19:55:46.270 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:46.270 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] set taskspec for arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me - script: exit 1
stream.go:305: I 19:55:46.270 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Successfully reconciled taskrun task-run-retry-ubxhoagw-retry-me/arendelle-wlgrd with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 55, 46, 0, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"}
stream.go:305: I 19:55:46.271 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] PipelineRun task-run-retry-ubxhoagw status is being set to &{Succeeded Unknown {2023-05-26 19:55:21 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}
stream.go:305: D 19:55:46.271 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Requeuing key arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (by request) after 59m56.728970706s (depth: 0)
stream.go:305: D 19:55:46.271 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] got tracing carriermap[]
stream.go:305: D 19:55:46.271 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:46.271 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] set taskspec for arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me - script: exit 1
stream.go:305: I 19:55:46.271 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Successfully reconciled taskrun task-run-retry-ubxhoagw-retry-me/arendelle-wlgrd with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 55, 46, 0, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"}
stream.go:305: D 19:55:46.271 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] Requeuing key arendelle-wlgrd/task-run-retry-ubxhoagw (by request) after 59m34.728737356s (depth: 0)
stream.go:305: D 19:55:46.270 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (depth: 1)
stream.go:305: D 19:55:46.271 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Requeuing key arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (by request) after 59m56.728387936s (depth: 0)
stream.go:305: D 19:55:47.249 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (depth: 1)
stream.go:305: D 19:55:47.250 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] got tracing carriermap[]
stream.go:305: D 19:55:47.250 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:47.250 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] set taskspec for arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me - script: exit 1
stream.go:305: I 19:55:47.250 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Successfully reconciled taskrun task-run-retry-ubxhoagw-retry-me/arendelle-wlgrd with status: &apis.Condition{Type:"Succeeded", Status:"False", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 55, 47, 250618999, time.Local)}, Reason:"Failed", Message:"\"step-unnamed-0\" exited with code 1 (image: \"docker.io/library/busybox@sha256:560af6915bfc8d7630e50e212e08242d37b63bd5c1ccf9bd4acccf116e262d5b\"); for logs run: kubectl -n arendelle-wlgrd logs task-run-retry-ubxhoagw-retry-me-pod-retry5 -c step-unnamed-0\n"}
stream.go:305: D 19:55:47.254 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Updating status with:   v1beta1.TaskRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
   Conditions: v1.Conditions{
-  {
-  Type: "Succeeded",
-  Status: "Unknown",
-  LastTransitionTime: apis.VolatileTime{Inner: s"2023-05-26 19:55:46 +0000 UTC"},
-  Reason: "Running",
-  Message: "Not all Steps in the Task have finished executing",
-  },
+  {
+  Type: "Succeeded",
+  Status: "False",
+  LastTransitionTime: apis.VolatileTime{Inner: s"2023-05-26 19:55:47.250618999 +0000 UTC m=+185.467754921"},
+  Reason: "Failed",
+  Message: `"step-unnamed-0" exited with code 1 (image: "docker.io/library/busybox@sha256:560af6915bfc8d7630e50e212e08242d37b63bd5c1ccf9bd4a`...,
+  },
   },
   Annotations: nil,
   },
   TaskRunStatusFields: v1beta1.TaskRunStatusFields{
   PodName: "task-run-retry-ubxhoagw-retry-me-pod-retry5",
   StartTime: s"2023-05-26 19:55:43 +0000 UTC",
-  CompletionTime: nil,
+  CompletionTime: s"2023-05-26 19:55:47.250619519 +0000 UTC m=+185.467755441",
   Steps: []v1beta1.StepState{
   {
   ContainerState: v1.ContainerState{
   Waiting: nil,
-  Running: s"&ContainerStateRunning{StartedAt:2023-05-26 19:55:45 +0000 UTC,}",
+  Running: nil,
-  Terminated: nil,
+  Terminated: s"&ContainerStateTerminated{ExitCode:1,Signal:0,Reason:Error,Message:,StartedAt:2023-05-26 19:55:46.556 +0000 UTC,FinishedAt:2023-05-26 19:55:46 +0000 UTC,ContainerID:containerd://317a03e870d355f6508a288ef4386085b4fddf3c63ca7f0269ce6ad1eb901aeb,}",
   },
   Name: "unnamed-0",
   ContainerName: "step-unnamed-0",
   ImageID: "docker.io/library/busybox@sha256:560af6915bfc8d7630e50e212e08242"...,
   },
   },
   CloudEvents: nil,
   RetriesStatus: {{Status: {Conditions: {{Type: "Succeeded", Status: "False", LastTransitionTime: {Inner: {Time: s"2023-05-26 19:55:26 +0000 UTC"}}, Reason: "Failed", ...}}}, TaskRunStatusFields: {PodName: "task-run-retry-ubxhoagw-retry-me-pod", StartTime: s"2023-05-26 19:55:21 +0000 UTC", CompletionTime: s"2023-05-26 19:55:26 +0000 UTC", Steps: {{ContainerState: {Terminated: &{ExitCode: 1, Reason: "Error", StartedAt: {Time: s"2023-05-26 19:55:25 +0000 UTC"}, FinishedAt: {Time: s"2023-05-26 19:55:25 +0000 UTC"}, ...}}, Name: "unnamed-0", ContainerName: "step-unnamed-0", ImageID: "docker.io/library/busybox@sha256:560af6915bfc8d7630e50e212e08242"...}}, ...}}, {Status: {Conditions: {{Type: "Succeeded", Status: "False", LastTransitionTime: {Inner: {Time: s"2023-05-26 19:55:30 +0000 UTC"}}, Reason: "Failed", ...}}}, TaskRunStatusFields: {PodName: "task-run-retry-ubxhoagw-retry-me-pod-retry1", StartTime: s"2023-05-26 19:55:26 +0000 UTC", CompletionTime: s"2023-05-26 19:55:30 +0000 UTC", Steps: {{ContainerState: {Terminated: &{ExitCode: 1, Reason: "Error", StartedAt: {Time: s"2023-05-26 19:55:29 +0000 UTC"}, FinishedAt: {Time: s"2023-05-26 19:55:29 +0000 UTC"}, ...}}, Name: "unnamed-0", ContainerName: "step-unnamed-0", ImageID: "docker.io/library/busybox@sha256:560af6915bfc8d7630e50e212e08242"...}}, ...}}, {Status: {Conditions: {{Type: "Succeeded", Status: "False", LastTransitionTime: {Inner: {Time: s"2023-05-26 19:55:34 +0000 UTC"}}, Reason: "Failed", ...}}}, TaskRunStatusFields: {PodName: "task-run-retry-ubxhoagw-retry-me-pod-retry2", StartTime: s"2023-05-26 19:55:30 +0000 UTC", CompletionTime: s"2023-05-26 19:55:34 +0000 UTC", Steps: {{ContainerState: {Terminated: &{ExitCode: 1, Reason: "Error", StartedAt: {Time: s"2023-05-26 19:55:33 +0000 UTC"}, FinishedAt: {Time: s"2023-05-26 19:55:33 +0000 UTC"}, ...}}, Name: "unnamed-0", ContainerName: "step-unnamed-0", ImageID: "docker.io/library/busybox@sha256:560af6915bfc8d7630e50e212e08242"...}}, ...}}, {Status: {Conditions: {{Type: "Succeeded", Status: "False", LastTransitionTime: {Inner: {Time: s"2023-05-26 19:55:39 +0000 UTC"}}, Reason: "Failed", ...}}}, TaskRunStatusFields: {PodName: "task-run-retry-ubxhoagw-retry-me-pod-retry3", StartTime: s"2023-05-26 19:55:34 +0000 UTC", CompletionTime: s"2023-05-26 19:55:39 +0000 UTC", Steps: {{ContainerState: {Terminated: &{ExitCode: 1, Reason: "Error", StartedAt: {Time: s"2023-05-26 19:55:38 +0000 UTC"}, FinishedAt: {Time: s"2023-05-26 19:55:38 +0000 UTC"}, ...}}, Name: "unnamed-0", ContainerName: "step-unnamed-0", ImageID: "docker.io/library/busybox@sha256:560af6915bfc8d7630e50e212e08242"...}}, ...}}, ...},
   ResourcesResult: nil,
   TaskRunResults: nil,
-  Sidecars: nil,
+  Sidecars: []v1beta1.SidecarState{},
   TaskSpec: &{Steps: {{Image: "busybox", Script: "exit 1"}}},
   Provenance: nil,
   SpanContext: nil,
   },
  }
stream.go:305: D 19:55:47.271 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Requeuing key arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (by request) after 59m55.749118111s (depth: 0)
stream.go:305: D 19:55:47.271 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw (depth: 1)
stream.go:305: D 19:55:47.271 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me (depth: 1)
stream.go:305: D 19:55:47.272 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] got tracing carriermap[]
stream.go:305: D 19:55:47.272 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:55:47.272 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] got tracing carriermap[]
stream.go:305: D 19:55:47.272 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: I 19:55:47.272 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] taskrun done : task-run-retry-ubxhoagw-retry-me
stream.go:305: I 19:55:47.273 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] All TaskRuns have finished for PipelineRun task-run-retry-ubxhoagw so it has finished
stream.go:305: I 19:55:47.273 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] PipelineRun task-run-retry-ubxhoagw status is being set to &{Succeeded False {2023-05-26 19:55:47.273150206 +0000 UTC m=+185.490286127} Failed Tasks Completed: 1 (Failed: 1, Cancelled 0), Skipped: 0}
stream.go:305: D 19:55:47.273 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] Updating status with:   v1beta1.PipelineRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
   Conditions: v1.Conditions{
-  {
-  Type: "Succeeded",
-  Status: "Unknown",
-  LastTransitionTime: apis.VolatileTime{Inner: s"2023-05-26 19:55:21 +0000 UTC"},
-  Reason: "Running",
-  Message: "Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0",
-  },
+  {
+  Type: "Succeeded",
+  Status: "False",
+  LastTransitionTime: apis.VolatileTime{Inner: s"2023-05-26 19:55:47.273150206 +0000 UTC m=+185.490286127"},
+  Reason: "Failed",
+  Message: "Tasks Completed: 1 (Failed: 1, Cancelled 0), Skipped: 0",
+  },
   },
   Annotations: nil,
   },
   PipelineRunStatusFields: v1beta1.PipelineRunStatusFields{
   StartTime: s"2023-05-26 19:55:21 +0000 UTC",
-  CompletionTime: nil,
+  CompletionTime: s"2023-05-26 19:55:47.273150206 +0000 UTC m=+185.490286127",
   TaskRuns: nil,
   Runs: nil,
   ... // 7 identical fields
   },
  }
stream.go:305: I 19:55:47.277 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw-retry-me] Reconcile succeeded
stream.go:305: D 19:55:47.284 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] Adding to queue arendelle-wlgrd/task-run-retry-ubxhoagw (depth: 1)
stream.go:305: D 19:55:47.285 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] Requeuing key arendelle-wlgrd/task-run-retry-ubxhoagw (by request) after 59m33.726658784s (depth: 0)
stream.go:305: D 19:55:47.285 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] got tracing carriermap[]
stream.go:305: D 19:55:47.285 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: I 19:55:47.285 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wlgrd/task-run-retry-ubxhoagw] Reconcile succeeded
retry_test.go:141: Deleting namespace arendelle-wlgrd
--- PASS: TestTaskRunRetry (26.12s)
=== RUN TestPipelineRunWithServiceAccounts
serviceaccount_test.go:39: Create namespace arendelle-rk8n7 to deploy to
serviceaccount_test.go:39: Verify SA "default" is created in namespace "arendelle-rk8n7"
=== PAUSE TestPipelineRunWithServiceAccounts
=== RUN TestPipelineRunWithServiceAccountNameAndTaskRunSpec
serviceaccount_test.go:200: Create namespace arendelle-v9bwd to deploy to
serviceaccount_test.go:200: Verify SA "default" is created in namespace "arendelle-v9bwd"
=== PAUSE TestPipelineRunWithServiceAccountNameAndTaskRunSpec
=== RUN TestSidecarTaskSupport
=== PAUSE TestSidecarTaskSupport
=== RUN TestStartTime
start_time_test.go:47: Create namespace arendelle-8n92v to deploy to
start_time_test.go:47: Verify SA "default" is created in namespace "arendelle-8n92v"
=== PAUSE TestStartTime
=== RUN TestTaskRunPipelineRunStatus
status_test.go:56: Create namespace arendelle-tk7lg to deploy to
status_test.go:56: Verify SA "default" is created in namespace "arendelle-tk7lg"
=== PAUSE TestTaskRunPipelineRunStatus
=== RUN TestProvenanceFieldInPipelineRunTaskRunStatus
status_test.go:129: Create namespace arendelle-7wq6v to deploy to
status_test.go:129: Verify SA "default" is created in namespace "arendelle-7wq6v"
status_test.go:190: Waiting for PipelineRun provenance-field-in-pipeline-run-task-run-wucyhfkp in namespace arendelle-7wq6v to complete
status_test.go:222: Waiting for TaskRun provenance-field-in-pipeline-run-task-run-wucyhfkp-task1 in namespace arendelle-7wq6v to complete
status_test.go:240: Deleting namespace arendelle-7wq6v
--- PASS: TestProvenanceFieldInPipelineRunTaskRunStatus (5.15s)
=== RUN TestStepOutput
=== PAUSE TestStepOutput
=== RUN TestStepOutputWithWorkspace
=== PAUSE TestStepOutputWithWorkspace
=== RUN TestTaskRunFailure
taskrun_test.go:45: Create namespace arendelle-vqj2s to deploy to
taskrun_test.go:45: Verify SA "default" is created in namespace "arendelle-vqj2s"
=== PAUSE TestTaskRunFailure
=== RUN TestTaskRunStatus
taskrun_test.go:141: Create namespace arendelle-drl6h to deploy to
taskrun_test.go:141: Verify SA "default" is created in namespace "arendelle-drl6h"
=== PAUSE TestTaskRunStatus
=== RUN TestTektonBundlesSimpleWorkingExample
tektonbundles_test.go:63: Create namespace arendelle-6zthg to deploy to
tektonbundles_test.go:63: Verify SA "default" is created in namespace "arendelle-6zthg"
tektonbundles_test.go:63: No feature flag in namespace "tekton-pipelines" matching "enable-tekton-oci-bundles": "true" or "enable-api-fields": "alpha"
Existing feature flag: map[string]string{"await-sidecar-readiness":"true", "disable-affinity-assistant":"false", "disable-creds-init":"false", "enable-api-fields":"stable", "enable-provenance-in-status":"false", "enable-tekton-oci-bundles":"false", "enforce-nonfalsifiablity":"none", "require-git-ssh-secret-known-hosts":"false", "running-in-environment-with-injected-sidecars":"true", "send-cloudevents-for-runs":"false", "trusted-resources-verification-no-match-policy":"ignore"}
Existing resolver feature flag (in namespace "tekton-pipelines-resolvers"): map[string]string{"enable-bundles-resolver":"true", "enable-cluster-resolver":"true", "enable-git-resolver":"true", "enable-hub-resolver":"true"}
--- SKIP: TestTektonBundlesSimpleWorkingExample (2.09s)
=== RUN TestTektonBundlesResolver
tektonbundles_test.go:202: Create namespace arendelle-zsmf9 to deploy to
tektonbundles_test.go:202: Verify SA "default" is created in namespace "arendelle-zsmf9"
=== PAUSE TestTektonBundlesResolver
=== RUN TestTektonBundlesUsingRegularImage
tektonbundles_test.go:349: Create namespace arendelle-6bd4l to deploy to
tektonbundles_test.go:349: Verify SA "default" is created in namespace "arendelle-6bd4l"
tektonbundles_test.go:349: No feature flag in namespace "tekton-pipelines" matching "enable-tekton-oci-bundles": "true" or "enable-api-fields": "alpha"
Existing feature flag: map[string]string{"await-sidecar-readiness":"true", "disable-affinity-assistant":"false", "disable-creds-init":"false", "enable-api-fields":"stable", "enable-provenance-in-status":"false", "enable-tekton-oci-bundles":"false", "enforce-nonfalsifiablity":"none", "require-git-ssh-secret-known-hosts":"false", "running-in-environment-with-injected-sidecars":"true", "send-cloudevents-for-runs":"false", "trusted-resources-verification-no-match-policy":"ignore"}
Existing resolver feature flag (in namespace "tekton-pipelines-resolvers"): map[string]string{"enable-bundles-resolver":"true", "enable-cluster-resolver":"true", "enable-git-resolver":"true", "enable-hub-resolver":"true"}
--- SKIP: TestTektonBundlesUsingRegularImage (2.09s)
=== RUN TestTektonBundlesUsingImproperFormat
tektonbundles_test.go:432: Create namespace arendelle-9dz2b to deploy to
tektonbundles_test.go:432: Verify SA "default" is created in namespace "arendelle-9dz2b"
tektonbundles_test.go:432: No feature flag in namespace "tekton-pipelines" matching "enable-tekton-oci-bundles": "true" or "enable-api-fields": "alpha"
Existing feature flag: map[string]string{"await-sidecar-readiness":"true", "disable-affinity-assistant":"false", "disable-creds-init":"false", "enable-api-fields":"stable", "enable-provenance-in-status":"false", "enable-tekton-oci-bundles":"false", "enforce-nonfalsifiablity":"none", "require-git-ssh-secret-known-hosts":"false", "running-in-environment-with-injected-sidecars":"true", "send-cloudevents-for-runs":"false", "trusted-resources-verification-no-match-policy":"ignore"}
Existing resolver feature flag (in namespace "tekton-pipelines-resolvers"): map[string]string{"enable-bundles-resolver":"true", "enable-cluster-resolver":"true", "enable-git-resolver":"true", "enable-hub-resolver":"true"}
--- SKIP: TestTektonBundlesUsingImproperFormat (2.08s)
=== RUN TestPipelineRunTimeout
=== PAUSE TestPipelineRunTimeout
=== RUN TestStepTimeout
=== PAUSE TestStepTimeout
=== RUN TestStepTimeoutWithWS
=== PAUSE TestStepTimeoutWithWS
=== RUN TestTaskRunTimeout
=== PAUSE TestTaskRunTimeout
=== RUN TestPipelineTaskTimeout
=== PAUSE TestPipelineTaskTimeout
=== RUN TestPipelineRunTasksTimeout
=== PAUSE TestPipelineRunTasksTimeout
=== RUN TestTrustedResourcesVerify_VerificationPolicy_Success
trusted_resources_test.go:63: Create namespace arendelle-cwq2n to deploy to
trusted_resources_test.go:63: Verify SA "default" is created in namespace "arendelle-cwq2n"
trusted_resources_test.go:63: No feature flag in namespace "tekton-pipelines" matching "enable-api-fields": "alpha"
Existing feature flag: map[string]string{"await-sidecar-readiness":"true", "disable-affinity-assistant":"false", "disable-creds-init":"false", "enable-api-fields":"stable", "enable-provenance-in-status":"false", "enable-tekton-oci-bundles":"false", "enforce-nonfalsifiablity":"none", "require-git-ssh-secret-known-hosts":"false", "running-in-environment-with-injected-sidecars":"true", "send-cloudevents-for-runs":"false", "trusted-resources-verification-no-match-policy":"ignore"}
Existing resolver feature flag (in namespace "tekton-pipelines-resolvers"): map[string]string{"enable-bundles-resolver":"true", "enable-cluster-resolver":"true", "enable-git-resolver":"true", "enable-hub-resolver":"true"}
--- SKIP: TestTrustedResourcesVerify_VerificationPolicy_Success (0.05s)
=== RUN TestTrustedResourcesVerify_VerificationPolicy_Error
trusted_resources_test.go:177: Create namespace arendelle-kskk4 to deploy to
trusted_resources_test.go:177: Verify SA "default" is created in namespace "arendelle-kskk4"
trusted_resources_test.go:177: No feature flag in namespace "tekton-pipelines" matching "enable-api-fields": "alpha"
Existing feature flag: map[string]string{"await-sidecar-readiness":"true", "disable-affinity-assistant":"false", "disable-creds-init":"false", "enable-api-fields":"stable", "enable-provenance-in-status":"false", "enable-tekton-oci-bundles":"false", "enforce-nonfalsifiablity":"none", "require-git-ssh-secret-known-hosts":"false", "running-in-environment-with-injected-sidecars":"true", "send-cloudevents-for-runs":"false", "trusted-resources-verification-no-match-policy":"ignore"}
Existing resolver feature flag (in namespace "tekton-pipelines-resolvers"): map[string]string{"enable-bundles-resolver":"true", "enable-cluster-resolver":"true", "enable-git-resolver":"true", "enable-hub-resolver":"true"}
--- SKIP: TestTrustedResourcesVerify_VerificationPolicy_Error (0.06s)
=== RUN TestSignInterface
=== RUN TestSignInterface/Sign_Task
=== RUN TestSignInterface/Sign_String_with_cosign_signer
=== RUN TestSignInterface/Empty_TaskSpec
=== RUN TestSignInterface/Empty_Signer
=== RUN TestSignInterface/Sign_String_with_mock_signer
--- PASS: TestSignInterface (0.00s)
--- PASS: TestSignInterface/Sign_Task (0.00s)
--- PASS: TestSignInterface/Sign_String_with_cosign_signer (0.00s)
--- PASS: TestSignInterface/Empty_TaskSpec (0.00s)
--- PASS: TestSignInterface/Empty_Signer (0.00s)
--- PASS: TestSignInterface/Sign_String_with_mock_signer (0.00s)
=== RUN TestWorkingDirCreated
workingdir_test.go:39: Create namespace arendelle-c9bfg to deploy to
workingdir_test.go:39: Verify SA "default" is created in namespace "arendelle-c9bfg"
=== PAUSE TestWorkingDirCreated
=== RUN TestWorkingDirIgnoredNonSlashWorkspace
workingdir_test.go:112: Create namespace arendelle-sjc5s to deploy to
workingdir_test.go:112: Verify SA "default" is created in namespace "arendelle-sjc5s"
=== PAUSE TestWorkingDirIgnoredNonSlashWorkspace
=== RUN TestWorkspaceReadOnlyDisallowsWrite
workspace_test.go:40: Create namespace arendelle-d2gqc to deploy to
workspace_test.go:40: Verify SA "default" is created in namespace "arendelle-d2gqc"
workspace_test.go:82: Waiting for TaskRun in namespace arendelle-d2gqc to finish
stream.go:305: D 19:56:01.433 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb] Adding to queue arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb (depth: 1)
stream.go:305: D 19:56:01.433 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb] got tracing carriermap[]
stream.go:305: D 19:56:01.434 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:56:01.439 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb] set taskspec for arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb - script: echo foo > /workspace/test/file
stream.go:305: I 19:56:01.453 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb] Successfully reconciled taskrun workspace-read-only-disallows-write-ebvtpdkb/arendelle-d2gqc with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 56, 1, 453671105, time.Local)}, Reason:"Pending", Message:"Pending"}
stream.go:305: D 19:56:01.453 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb] Adding to queue arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb (depth: 1)
stream.go:305: D 19:56:01.462 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb] Adding to queue arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb (depth: 1)
stream.go:305: D 19:56:01.467 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb] Updating status with:   v1beta1.TaskRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
-  Conditions: nil,
+  Conditions: v1.Conditions{
+  {
+  Type: "Succeeded",
+  Status: "Unknown",
+  LastTransitionTime: apis.VolatileTime{Inner: s"2023-05-26 19:56:01.453671105 +0"...},
+  Reason: "Pending",
+  Message: "Pending",
+  },
+  },
   Annotations: nil,
   },
   TaskRunStatusFields: v1beta1.TaskRunStatusFields{
-  PodName: "",
+  PodName: "workspace-read-only-disallows-write-ebvtpdkb-pod",
-  StartTime: nil,
+  StartTime: s"2023-05-26 19:56:01.434076609 +0000 UTC m=+199.651212571",
   CompletionTime: nil,
-  Steps: nil,
+  Steps: []v1beta1.StepState{},
   CloudEvents: nil,
   RetriesStatus: nil,
   ResourcesResult: nil,
   TaskRunResults: nil,
-  Sidecars: nil,
+  Sidecars: []v1beta1.SidecarState{},
-  TaskSpec: nil,
+  TaskSpec: &v1beta1.TaskSpec{
+  Steps: []v1beta1.Step{{Image: "alpine", Script: "echo foo > /workspace/test/file"}},
+  Workspaces: []v1beta1.WorkspaceDeclaration{
+  {
+  Name: "test",
+  Description: "test workspace",
+  MountPath: "/workspace/test",
+  ReadOnly: true,
+  },
+  },
+  },
   Provenance: nil,
   SpanContext: nil,
   },
  }
stream.go:305: D 19:56:01.470 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb] Adding to queue arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb (depth: 1)
stream.go:305: D 19:56:01.484 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb] Adding to queue arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb (depth: 1)
stream.go:305: D 19:56:01.499 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb] Updating status with:   v1beta1.TaskRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
-  Conditions: nil,
+  Conditions: v1.Conditions{
+  {
+  Type: "Succeeded",
+  Status: "Unknown",
+  LastTransitionTime: apis.VolatileTime{Inner: s"2023-05-26 19:56:01.453671105 +0"...},
+  Reason: "Pending",
+  Message: "Pending",
+  },
+  },
   Annotations: nil,
   },
   TaskRunStatusFields: v1beta1.TaskRunStatusFields{
-  PodName: "",
+  PodName: "workspace-read-only-disallows-write-ebvtpdkb-pod",
-  StartTime: nil,
+  StartTime: s"2023-05-26 19:56:01.434076609 +0000 UTC m=+199.651212571",
   CompletionTime: nil,
-  Steps: nil,
+  Steps: []v1beta1.StepState{},
   CloudEvents: nil,
   RetriesStatus: nil,
   ResourcesResult: nil,
   TaskRunResults: nil,
-  Sidecars: nil,
+  Sidecars: []v1beta1.SidecarState{},
-  TaskSpec: nil,
+  TaskSpec: &v1beta1.TaskSpec{
+  Steps: []v1beta1.Step{{Image: "alpine", Script: "echo foo > /workspace/test/file"}},
+  Workspaces: []v1beta1.WorkspaceDeclaration{
+  {
+  Name: "test",
+  Description: "test workspace",
+  MountPath: "/workspace/test",
+  ReadOnly: true,
+  },
+  },
+  },
   Provenance: nil,
   SpanContext: nil,
   },
  }
stream.go:305: D 19:56:01.510 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb] Requeuing key arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb (by request) after 59m59.96715336s (depth: 0)
stream.go:305: D 19:56:01.510 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb] got tracing carriermap[]
stream.go:305: D 19:56:01.510 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:56:01.511 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb] Adding to queue arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb (depth: 1)
stream.go:305: D 19:56:01.515 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb] set taskspec for arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb - script: echo foo > /workspace/test/file
stream.go:305: I 19:56:01.515 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb] Successfully reconciled taskrun workspace-read-only-disallows-write-ebvtpdkb/arendelle-d2gqc with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 56, 1, 515906733, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""}
stream.go:305: D 19:56:01.516 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb] Updating status with:   v1beta1.TaskRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
-  Conditions: nil,
+  Conditions: v1.Conditions{
+  {
+  Type: "Succeeded",
+  Status: "Unknown",
+  LastTransitionTime: apis.VolatileTime{Inner: s"2023-05-26 19:56:01.515906733 +0"...},
+  Reason: "Pending",
+  Message: `pod status "Initialized":"False"; message: "containers with inco`...,
+  },
+  },
   Annotations: nil,
   },
   TaskRunStatusFields: v1beta1.TaskRunStatusFields{
-  PodName: "",
+  PodName: "workspace-read-only-disallows-write-ebvtpdkb-pod",
-  StartTime: nil,
+  StartTime: s"2023-05-26 19:56:01.510691161 +0000 UTC m=+199.727827073",
   CompletionTime: nil,
-  Steps: nil,
+  Steps: []v1beta1.StepState{
+  {
+  ContainerState: v1.ContainerState{Waiting: s"&ContainerStateWaiting{Reason:Po"...},
+  Name: "unnamed-0",
+  ContainerName: "step-unnamed-0",
+  },
+  },
   CloudEvents: nil,
   RetriesStatus: nil,
   ResourcesResult: nil,
   TaskRunResults: nil,
-  Sidecars: nil,
+  Sidecars: []v1beta1.SidecarState{},
-  TaskSpec: nil,
+  TaskSpec: &v1beta1.TaskSpec{
+  Steps: []v1beta1.Step{{Image: "alpine", Script: "echo foo > /workspace/test/file"}},
+  Workspaces: []v1beta1.WorkspaceDeclaration{
+  {
+  Name: "test",
+  Description: "test workspace",
+  MountPath: "/workspace/test",
+  ReadOnly: true,
+  },
+  },
+  },
   Provenance: nil,
   SpanContext: nil,
   },
  }
stream.go:305: D 19:56:01.540 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb] Updating status with:   v1beta1.TaskRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
   Conditions: v1.Conditions{
   {
   Type: "Succeeded",
   Status: "Unknown",
   Severity: "",
-  LastTransitionTime: apis.VolatileTime{Inner: v1.Time{Time: s"2023-05-26 19:56:01 +0000 UTC"}},
+  LastTransitionTime: apis.VolatileTime{
+  Inner: v1.Time{Time: s"2023-05-26 19:56:01.515906733 +0000 UTC m=+199.733042645"},
+  },
   Reason: "Pending",
-  Message: "Pending",
+  Message: `pod status "Initialized":"False"; message: "containers with incomplete status: [prepare place-scripts]"`,
   },
   },
   Annotations: nil,
   },
   TaskRunStatusFields: v1beta1.TaskRunStatusFields{
   PodName: "workspace-read-only-disallows-write-ebvtpdkb-pod",
-  StartTime: s"2023-05-26 19:56:01 +0000 UTC",
+  StartTime: s"2023-05-26 19:56:01.510691161 +0000 UTC m=+199.727827073",
   CompletionTime: nil,
-  Steps: nil,
+  Steps: []v1beta1.StepState{
+  {
+  ContainerState: v1.ContainerState{Waiting: s"&ContainerStateWaiting{Reason:Po"...},
+  Name: "unnamed-0",
+  ContainerName: "step-unnamed-0",
+  },
+  },
   CloudEvents: nil,
   RetriesStatus: nil,
   ResourcesResult: nil,
   TaskRunResults: nil,
-  Sidecars: nil,
+  Sidecars: []v1beta1.SidecarState{},
   TaskSpec: &{Steps: {{Image: "alpine", Script: "echo foo > /workspace/test/file"}}, Workspaces: {{Name: "test", Description: "test workspace", MountPath: "/workspace/test", ReadOnly: true, ...}}},
   Provenance: nil,
   SpanContext: nil,
   },
  }
stream.go:305: D 19:56:01.549 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb] Adding to queue arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb (depth: 1)
stream.go:305: D 19:56:01.549 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb] Requeuing key arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb (by request) after 59m59.994570738s (depth: 1)
stream.go:305: D 19:56:01.549 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb] got tracing carriermap[]
stream.go:305: D 19:56:01.549 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:56:01.549 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb] set taskspec for arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb - script: echo foo > /workspace/test/file
stream.go:305: I 19:56:01.549 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb] Successfully reconciled taskrun workspace-read-only-disallows-write-ebvtpdkb/arendelle-d2gqc with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 56, 1, 549799543, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""}
stream.go:305: D 19:56:01.549 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb] Requeuing key arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb (by request) after 59m59.450135957s (depth: 0)
stream.go:305: D 19:56:01.550 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb] got tracing carriermap[]
stream.go:305: D 19:56:01.550 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:56:01.550 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb] set taskspec for arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb - script: echo foo > /workspace/test/file
stream.go:305: I 19:56:01.550 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb] Successfully reconciled taskrun workspace-read-only-disallows-write-ebvtpdkb/arendelle-d2gqc with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 56, 1, 550434963, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""}
stream.go:305: D 19:56:01.551 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb] Requeuing key arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb (by request) after 59m59.449497297s (depth: 0)
stream.go:305: D 19:56:02.367 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb] Adding to queue arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb (depth: 1)
stream.go:305: D 19:56:02.368 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb] got tracing carriermap[]
stream.go:305: D 19:56:02.368 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:56:02.368 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb] set taskspec for arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb - script: echo foo > /workspace/test/file
stream.go:305: I 19:56:02.368 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb] Successfully reconciled taskrun workspace-read-only-disallows-write-ebvtpdkb/arendelle-d2gqc with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 56, 2, 368694060, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""}
stream.go:305: D 19:56:02.368 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb] Requeuing key arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb (by request) after 59m58.631227849s (depth: 0)
stream.go:305: D 19:56:03.371 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb] Adding to queue arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb (depth: 1)
stream.go:305: D 19:56:03.371 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb] got tracing carriermap[]
stream.go:305: D 19:56:03.371 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:56:03.372 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb] set taskspec for arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb - script: echo foo > /workspace/test/file
stream.go:305: I 19:56:03.372 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb] Successfully reconciled taskrun workspace-read-only-disallows-write-ebvtpdkb/arendelle-d2gqc with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 56, 3, 372406301, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\""}
stream.go:305: D 19:56:03.373 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb] Updating status with:   v1beta1.TaskRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
   Conditions: v1.Conditions{
   {
   Type: "Succeeded",
   Status: "Unknown",
   Severity: "",
-  LastTransitionTime: apis.VolatileTime{Inner: v1.Time{Time: s"2023-05-26 19:56:01 +0000 UTC"}},
+  LastTransitionTime: apis.VolatileTime{
+  Inner: v1.Time{Time: s"2023-05-26 19:56:03.372406301 +0000 UTC m=+201.589542213"},
+  },
   Reason: "Pending",
   Message: strings.Join({
   `pod status "Initialized":"False"; message: "containers with inco`,
   "mplete status: [",
-  "prepare ",
   `place-scripts]"`,
   }, ""),
   },
   },
   Annotations: nil,
   },
   TaskRunStatusFields: v1beta1.TaskRunStatusFields{
   ... // 6 identical fields
   ResourcesResult: nil,
   TaskRunResults: nil,
-  Sidecars: nil,
+  Sidecars: []v1beta1.SidecarState{},
   TaskSpec: &{Steps: {{Image: "alpine", Script: "echo foo > /workspace/test/file"}}, Workspaces: {{Name: "test", Description: "test workspace", MountPath: "/workspace/test", ReadOnly: true, ...}}},
   Provenance: nil,
   SpanContext: nil,
   },
  }
stream.go:305: D 19:56:03.384 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb] Requeuing key arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb (by request) after 59m57.627423419s (depth: 0)
stream.go:305: D 19:56:03.387 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb] Adding to queue arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb (depth: 1)
stream.go:305: D 19:56:03.388 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb] got tracing carriermap[]
stream.go:305: D 19:56:03.388 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:56:03.388 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb] set taskspec for arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb - script: echo foo > /workspace/test/file
stream.go:305: I 19:56:03.388 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb] Successfully reconciled taskrun workspace-read-only-disallows-write-ebvtpdkb/arendelle-d2gqc with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 56, 3, 388517106, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\""}
stream.go:305: D 19:56:03.388 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb] Requeuing key arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb (by request) after 59m57.611418014s (depth: 0)
stream.go:305: D 19:56:04.373 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb] Adding to queue arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb (depth: 1)
stream.go:305: D 19:56:04.373 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb] got tracing carriermap[]
stream.go:305: D 19:56:04.373 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:56:04.373 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb] set taskspec for arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb - script: echo foo > /workspace/test/file
stream.go:305: I 19:56:04.374 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb] Successfully reconciled taskrun workspace-read-only-disallows-write-ebvtpdkb/arendelle-d2gqc with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 56, 4, 374017222, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-unnamed-0]\""}
stream.go:305: D 19:56:04.374 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb] Updating status with:   v1beta1.TaskRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
   Conditions: v1.Conditions{
   {
   Type: "Succeeded",
   Status: "Unknown",
   Severity: "",
-  LastTransitionTime: apis.VolatileTime{Inner: v1.Time{Time: s"2023-05-26 19:56:03 +0000 UTC"}},
+  LastTransitionTime: apis.VolatileTime{
+  Inner: v1.Time{Time: s"2023-05-26 19:56:04.374017222 +0000 UTC m=+202.591153144"},
+  },
   Reason: "Pending",
   Message: strings.Join({
   `pod status "`,
-  "Initialized",
+  "Ready",
   `":"False"; message: "containers with `,
-  "incomplete status: [place-scripts",
+  "unready status: [step-unnamed-0",
   `]"`,
   }, ""),
   },
   },
   Annotations: nil,
   },
   TaskRunStatusFields: v1beta1.TaskRunStatusFields{
   ... // 6 identical fields
   ResourcesResult: nil,
   TaskRunResults: nil,
-  Sidecars: nil,
+  Sidecars: []v1beta1.SidecarState{},
   TaskSpec: &{Steps: {{Image: "alpine", Script: "echo foo > /workspace/test/file"}}, Workspaces: {{Name: "test", Description: "test workspace", MountPath: "/workspace/test", ReadOnly: true, ...}}},
   Provenance: nil,
   SpanContext: nil,
   },
  }
stream.go:305: D 19:56:04.385 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb] Requeuing key arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb (by request) after 59m56.625793938s (depth: 0)
stream.go:305: D 19:56:04.387 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb] Adding to queue arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb (depth: 1)
stream.go:305: D 19:56:04.387 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb] got tracing carriermap[]
stream.go:305: D 19:56:04.387 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:56:04.388 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb] set taskspec for arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb - script: echo foo > /workspace/test/file
stream.go:305: I 19:56:04.388 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb] Successfully reconciled taskrun workspace-read-only-disallows-write-ebvtpdkb/arendelle-d2gqc with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 56, 4, 388152076, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-unnamed-0]\""}
stream.go:305: D 19:56:04.388 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb] Requeuing key arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb (by request) after 59m56.611777604s (depth: 0)
stream.go:305: D 19:56:05.382 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb] Adding to queue arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb (depth: 1)
stream.go:305: D 19:56:05.382 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb] got tracing carriermap[]
stream.go:305: D 19:56:05.382 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:56:05.382 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb] set taskspec for arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb - script: echo foo > /workspace/test/file
stream.go:305: I 19:56:05.394 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb] Successfully reconciled taskrun workspace-read-only-disallows-write-ebvtpdkb/arendelle-d2gqc with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 56, 5, 394074168, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"}
stream.go:305: D 19:56:05.394 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb] Adding to queue arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb (depth: 1)
stream.go:305: D 19:56:05.395 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb] Updating status with:   v1beta1.TaskRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
   Conditions: v1.Conditions{
   {
   Type: "Succeeded",
   Status: "Unknown",
   Severity: "",
-  LastTransitionTime: apis.VolatileTime{Inner: v1.Time{Time: s"2023-05-26 19:56:04 +0000 UTC"}},
+  LastTransitionTime: apis.VolatileTime{
+  Inner: v1.Time{Time: s"2023-05-26 19:56:05.394074168 +0000 UTC m=+203.611210090"},
+  },
-  Reason: "Pending",
+  Reason: "Running",
   Message: strings.Join({
-  `pod status "Ready":"False"; message: "containers with unready st`,
-  `atus: [step-unnamed-0]"`,
+  "Not all Steps in the Task have finished executing",
   }, ""),
   },
   },
   Annotations: nil,
   },
   TaskRunStatusFields: v1beta1.TaskRunStatusFields{
   PodName: "workspace-read-only-disallows-write-ebvtpdkb-pod",
   StartTime: s"2023-05-26 19:56:01 +0000 UTC",
   CompletionTime: nil,
   Steps: []v1beta1.StepState{
   {
   ContainerState: v1.ContainerState{
-  Waiting: s"&ContainerStateWaiting{Reason:PodInitializing,Message:,}",
+  Waiting: nil,
-  Running: nil,
+  Running: s"&ContainerStateRunning{StartedAt:2023-05-26 19:56:04 +0000 UTC,}",
   Terminated: nil,
   },
   Name: "unnamed-0",
   ContainerName: "step-unnamed-0",
-  ImageID: "",
+  ImageID: "docker.io/library/alpine@sha256:02bb6f428431fbc2809c5d1b41eab5a68350194fb508869a33cb1af4444c9b11",
   },
   },
   CloudEvents: nil,
   RetriesStatus: nil,
   ResourcesResult: nil,
   TaskRunResults: nil,
-  Sidecars: nil,
+  Sidecars: []v1beta1.SidecarState{},
   TaskSpec: &{Steps: {{Image: "alpine", Script: "echo foo > /workspace/test/file"}}, Workspaces: {{Name: "test", Description: "test workspace", MountPath: "/workspace/test", ReadOnly: true, ...}}},
   Provenance: nil,
   SpanContext: nil,
   },
  }
stream.go:305: D 19:56:05.407 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb] Requeuing key arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb (by request) after 59m55.605550572s (depth: 0)
stream.go:305: D 19:56:05.407 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb] Adding to queue arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb (depth: 1)
stream.go:305: D 19:56:05.407 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb] got tracing carriermap[]
stream.go:305: D 19:56:05.407 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:56:05.407 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb] set taskspec for arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb - script: echo foo > /workspace/test/file
stream.go:305: I 19:56:05.408 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb] Successfully reconciled taskrun workspace-read-only-disallows-write-ebvtpdkb/arendelle-d2gqc with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 56, 5, 0, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"}
stream.go:305: D 19:56:05.408 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb] Requeuing key arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb (by request) after 59m55.591769538s (depth: 0)
stream.go:305: D 19:56:07.389 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb] Adding to queue arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb (depth: 1)
stream.go:305: D 19:56:07.389 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb] got tracing carriermap[]
stream.go:305: D 19:56:07.389 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:56:07.389 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb] set taskspec for arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb - script: echo foo > /workspace/test/file
stream.go:305: I 19:56:07.390 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb] Successfully reconciled taskrun workspace-read-only-disallows-write-ebvtpdkb/arendelle-d2gqc with status: &apis.Condition{Type:"Succeeded", Status:"False", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.May, 26, 19, 56, 7, 389998066, time.Local)}, Reason:"Failed", Message:"\"step-unnamed-0\" exited with code 1 (image: \"docker.io/library/alpine@sha256:02bb6f428431fbc2809c5d1b41eab5a68350194fb508869a33cb1af4444c9b11\"); for logs run: kubectl -n arendelle-d2gqc logs workspace-read-only-disallows-write-ebvtpdkb-pod -c step-unnamed-0\n"}
stream.go:305: D 19:56:07.391 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb] Updating status with:   v1beta1.TaskRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
   Conditions: v1.Conditions{
-  {
-  Type: "Succeeded",
-  Status: "Unknown",
-  LastTransitionTime: apis.VolatileTime{Inner: s"2023-05-26 19:56:05 +0000 UTC"},
-  Reason: "Running",
-  Message: "Not all Steps in the Task have finished executing",
-  },
+  {
+  Type: "Succeeded",
+  Status: "False",
+  LastTransitionTime: apis.VolatileTime{Inner: s"2023-05-26 19:56:07.389998066 +0000 UTC m=+205.607133978"},
+  Reason: "Failed",
+  Message: `"step-unnamed-0" exited with code 1 (image: "docker.io/library/alpine@sha256:02bb6f428431fbc2809c5d1b41eab5a68350194fb508869a33c`...,
+  },
   },
   Annotations: nil,
   },
   TaskRunStatusFields: v1beta1.TaskRunStatusFields{
   PodName: "workspace-read-only-disallows-write-ebvtpdkb-pod",
   StartTime: s"2023-05-26 19:56:01 +0000 UTC",
-  CompletionTime: nil,
+  CompletionTime: s"2023-05-26 19:56:07.389998596 +0000 UTC m=+205.607134518",
   Steps: []v1beta1.StepState{
   {
   ContainerState: v1.ContainerState{
   Waiting: nil,
-  Running: s"&ContainerStateRunning{StartedAt:2023-05-26 19:56:04 +0000 UTC,}",
+  Running: nil,
-  Terminated: nil,
+  Terminated: s"&ContainerStateTerminated{ExitCode:1,Signal:0,Reason:Error,Message:,StartedAt:2023-05-26 19:56:06.675 +0000 UTC,FinishedAt:2023-05-26 19:56:06 +0000 UTC,ContainerID:containerd://df18ed9dee2290e25712cc292e129555b963543e20eacd16a38c909a5eab034d,}",
   },
   Name: "unnamed-0",
   ContainerName: "step-unnamed-0",
   ImageID: "docker.io/library/alpine@sha256:02bb6f428431fbc2809c5d1b41eab5a6"...,
   },
   },
   CloudEvents: nil,
   RetriesStatus: nil,
   ResourcesResult: nil,
   TaskRunResults: nil,
-  Sidecars: nil,
+  Sidecars: []v1beta1.SidecarState{},
   TaskSpec: &{Steps: {{Image: "alpine", Script: "echo foo > /workspace/test/file"}}, Workspaces: {{Name: "test", Description: "test workspace", MountPath: "/workspace/test", ReadOnly: true, ...}}},
   Provenance: nil,
   SpanContext: nil,
   },
  }
stream.go:305: D 19:56:07.404 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb] Requeuing key arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb (by request) after 59m53.609791063s (depth: 0)
stream.go:305: D 19:56:07.405 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb] Adding to queue arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb (depth: 1)
stream.go:305: D 19:56:07.405 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb] got tracing carriermap[]
stream.go:305: D 19:56:07.405 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: I 19:56:07.405 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb] taskrun done : workspace-read-only-disallows-write-ebvtpdkb
stream.go:305: I 19:56:07.409 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-d2gqc/workspace-read-only-disallows-write-ebvtpdkb] Reconcile succeeded
workspace_test.go:111: Deleting namespace arendelle-d2gqc
--- PASS: TestWorkspaceReadOnlyDisallowsWrite (6.10s)
=== RUN TestWorkspacePipelineRunDuplicateWorkspaceEntriesInvalid
workspace_test.go:117: Create namespace arendelle-rdnhj to deploy to
workspace_test.go:117: Verify SA "default" is created in namespace "arendelle-rdnhj"
workspace_test.go:181: Deleting namespace arendelle-rdnhj
--- PASS: TestWorkspacePipelineRunDuplicateWorkspaceEntriesInvalid (0.08s)
=== RUN TestWorkspacePipelineRunMissingWorkspaceInvalid
workspace_test.go:187: Create namespace arendelle-2lv5x to deploy to
workspace_test.go:187: Verify SA "default" is created in namespace "arendelle-2lv5x"
workspace_test.go:248: Deleting namespace arendelle-2lv5x
--- PASS: TestWorkspacePipelineRunMissingWorkspaceInvalid (1.09s)
=== RUN TestWorkspaceVolumeNameMatchesVolumeVariableReplacement
workspace_test.go:257: Create namespace arendelle-g9c6c to deploy to
workspace_test.go:257: Verify SA "default" is created in namespace "arendelle-g9c6c"
workspace_test.go:301: Waiting for TaskRun in namespace arendelle-g9c6c to finish
workspace_test.go:332: Deleting namespace arendelle-g9c6c
--- PASS: TestWorkspaceVolumeNameMatchesVolumeVariableReplacement (4.10s)
=== CONT TestTaskCRDConversion
=== CONT TestWorkingDirCreated
=== CONT TestClusterResolver_Failure
=== CONT TestClusterResolver
=== CONT TestGitResolver_Clone
=== CONT TestHubResolver_Failure
=== CONT TestPropagatedParams
=== RUN TestPropagatedParams/propagated_parameters_fully
=== CONT TestGitResolver_API
=== PAUSE TestPropagatedParams/propagated_parameters_fully
=== RUN TestPropagatedParams/propagated_parameters_with_task_level
=== PAUSE TestPropagatedParams/propagated_parameters_with_task_level
=== RUN TestPropagatedParams/propagated_parameters_with_default_task_level
=== PAUSE TestPropagatedParams/propagated_parameters_with_default_task_level
=== CONT TestPipelineRun
=== RUN TestPipelineRun/fan-in_and_fan-out
=== PAUSE TestPipelineRun/fan-in_and_fan-out
=== RUN TestPipelineRun/service_account_propagation_and_pipeline_param
=== PAUSE TestPipelineRun/service_account_propagation_and_pipeline_param
=== RUN TestPipelineRun/pipelinerun_succeeds_with_LimitRange_minimum_in_namespace
=== PAUSE TestPipelineRun/pipelinerun_succeeds_with_LimitRange_minimum_in_namespace
=== CONT TestWorkingDirIgnoredNonSlashWorkspace
=== NAME TestClusterResolver
stream.go:305: D 19:56:12.760 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t59st/cluster-resolver-failure-jomwieex] Adding to queue arendelle-t59st/cluster-resolver-failure-jomwieex (depth: 1)
=== NAME TestClusterResolver_Failure
stream.go:305: D 19:56:12.760 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t59st/cluster-resolver-failure-jomwieex] Adding to queue arendelle-t59st/cluster-resolver-failure-jomwieex (depth: 1)
=== NAME TestClusterResolver
stream.go:305: D 19:56:12.760 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t59st/cluster-resolver-failure-jomwieex] got tracing carriermap[]
=== NAME TestClusterResolver_Failure
stream.go:305: D 19:56:12.760 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t59st/cluster-resolver-failure-jomwieex] got tracing carriermap[]
stream.go:305: D 19:56:12.760 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t59st/cluster-resolver-failure-jomwieex] tracerProvider doesn't provide a traceId, tracing is disabled
=== NAME TestClusterResolver
stream.go:305: D 19:56:12.760 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t59st/cluster-resolver-failure-jomwieex] tracerProvider doesn't provide a traceId, tracing is disabled
=== NAME TestClusterResolver_Failure
resolvers_test.go:461: Waiting for PipelineRun cluster-resolver-failure-jomwieex in namespace arendelle-t59st to complete
=== NAME TestWorkingDirCreated
workingdir_test.go:62: Creating TaskRun namespace arendelle-c9bfg
=== NAME TestWorkingDirIgnoredNonSlashWorkspace
workingdir_test.go:135: Creating TaskRun namespace arendelle-sjc5s
=== NAME TestTaskCRDConversion
conversion_test.go:664: Create namespace arendelle-jcvnd to deploy to
=== NAME TestClusterResolver_Failure
stream.go:305: D 19:56:12.796 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t59st/cluster-resolver-failure-jomwieex] Adding to queue arendelle-t59st/cluster-resolver-failure-jomwieex (depth: 1)
=== NAME TestClusterResolver
stream.go:305: D 19:56:12.796 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t59st/cluster-resolver-failure-jomwieex] Adding to queue arendelle-t59st/cluster-resolver-failure-jomwieex (depth: 1)
stream.go:305: D 19:56:12.815 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-xwtsz/cluster-resolver-blysgasb] Adding to queue arendelle-xwtsz/cluster-resolver-blysgasb (depth: 1)
=== NAME TestWorkingDirCreated
workingdir_test.go:76: Waiting for TaskRun in namespace arendelle-c9bfg to finish successfully
=== NAME TestClusterResolver
resolvers_test.go:423: Waiting for PipelineRun cluster-resolver-blysgasb in namespace arendelle-xwtsz to complete
=== NAME TestWorkingDirIgnoredNonSlashWorkspace
workingdir_test.go:149: Waiting for TaskRun in namespace arendelle-sjc5s to finish successfully
=== NAME TestHubResolver_Failure
resolvers_test.go:190: Waiting for PipelineRun hub-resolver-failure-mpcftdfy in namespace arendelle-ww8lk to complete
=== NAME TestClusterResolver
stream.go:305: D 19:56:12.824 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-xwtsz/cluster-resolver-blysgasb] got tracing carriermap[]
stream.go:305: D 19:56:12.824 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-xwtsz/cluster-resolver-blysgasb] tracerProvider doesn't provide a traceId, tracing is disabled
=== NAME TestWorkingDirCreated
stream.go:305: D 19:56:12.824 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-c9bfg/working-dir-created-rrofnbgy] Adding to queue arendelle-c9bfg/working-dir-created-rrofnbgy (depth: 1)
stream.go:305: D 19:56:12.829 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-c9bfg/working-dir-created-rrofnbgy] got tracing carriermap[]
stream.go:305: D 19:56:12.830 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-c9bfg/working-dir-created-rrofnbgy] tracerProvider doesn't provide a traceId, tracing is disabled
=== NAME TestClusterResolver
stream.go:305: D 19:56:12.837 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t59st/cluster-resolver-failure-jomwieex] Updating status with:   v1beta1.PipelineRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
-  Conditions: nil,
+  Conditions: v1.Conditions{
+  {
+  Type: "Succeeded",
+  Status: "Unknown",
+  LastTransitionTime: apis.VolatileTime{Inner: s"2023-05-26 19:56:12.796460653 +0"...},
+  Reason: "ResolvingPipelineRef",
+  Message: "PipelineRun arendelle-t59st/cluster-resolver-failure-jomwieex aw"...,
+  },
+  },
   Annotations: nil,
   },
   PipelineRunStatusFields: v1beta1.PipelineRunStatusFields{
-  StartTime: nil,
+  StartTime: s"2023-05-26 19:56:12.760749123 +0000 UTC m=+210.977885075",
   CompletionTime: nil,
   TaskRuns: nil,
   ... // 8 identical fields
   },
  }
=== NAME TestClusterResolver_Failure
stream.go:305: D 19:56:12.837 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t59st/cluster-resolver-failure-jomwieex] Updating status with:   v1beta1.PipelineRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
-  Conditions: nil,
+  Conditions: v1.Conditions{
+  {
+  Type: "Succeeded",
+  Status: "Unknown",
+  LastTransitionTime: apis.VolatileTime{Inner: s"2023-05-26 19:56:12.796460653 +0"...},
+  Reason: "ResolvingPipelineRef",
+  Message: "PipelineRun arendelle-t59st/cluster-resolver-failure-jomwieex aw"...,
+  },
+  },
   Annotations: nil,
   },
   PipelineRunStatusFields: v1beta1.PipelineRunStatusFields{
-  StartTime: nil,
+  StartTime: s"2023-05-26 19:56:12.760749123 +0000 UTC m=+210.977885075",
   CompletionTime: nil,
   TaskRuns: nil,
   ... // 8 identical fields
   },
  }
=== NAME TestTaskCRDConversion
conversion_test.go:664: Verify SA "default" is created in namespace "arendelle-jcvnd"
=== NAME TestClusterResolver
stream.go:305: D 19:56:12.842 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t59st/cluster-resolver-failure-jomwieex] Adding to queue arendelle-t59st/cluster-resolver-failure-jomwieex (depth: 1)
=== NAME TestClusterResolver_Failure
stream.go:305: D 19:56:12.842 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t59st/cluster-resolver-failure-jomwieex] Adding to queue arendelle-t59st/cluster-resolver-failure-jomwieex (depth: 1)
=== NAME TestClusterResolver
stream.go:305: D 19:56:12.843 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t59st/cluster-resolver-failure-jomwieex] Adding to queue arendelle-t59st/cluster-resolver-failure-jomwieex (depth: 1)
=== NAME TestClusterResolver_Failure
stream.go:305: D 19:56:12.843 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t59st/cluster-resolver-failure-jomwieex] Adding to queue arendelle-t59st/cluster-resolver-failure-jomwieex (depth: 1)
=== NAME TestGitResolver_Clone
resolvers_test.go:253: Waiting for PipelineRun git-resolver-clone-aoyzutey in namespace arendelle-h72fz to complete
=== NAME TestWorkingDirIgnoredNonSlashWorkspace
stream.go:305: D 19:56:12.845 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-sjc5s/working-dir-ignored-non-slash-workspace-greaypix] Adding to queue arendelle-sjc5s/working-dir-ignored-non-slash-workspace-greaypix (depth: 1)
=== NAME TestHubResolver
stream.go:305: D 19:56:12.850 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-ww8lk/hub-resolver-failure-mpcftdfy] Adding to queue arendelle-ww8lk/hub-resolver-failure-mpcftdfy (depth: 1)
=== NAME TestHubResolver_Failure
stream.go:305: D 19:56:12.850 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-ww8lk/hub-resolver-failure-mpcftdfy] Adding to queue arendelle-ww8lk/hub-resolver-failure-mpcftdfy (depth: 1)
=== NAME TestWorkingDirIgnoredNonSlashWorkspace
stream.go:305: D 19:56:12.859 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-sjc5s/working-dir-ignored-non-slash-workspace-greaypix] got tracing carriermap[]
stream.go:305: D 19:56:12.859 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-sjc5s/working-dir-ignored-non-slash-workspace-greaypix] tracerProvider doesn't provide a traceId, tracing is disabled
=== NAME TestGitResolver_Clone
stream.go:305: D 19:56:12.862 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-h72fz/git-resolver-clone-aoyzutey] Adding to queue arendelle-h72fz/git-resolver-clone-aoyzutey (depth: 2)
=== NAME TestWorkingDirCreated
stream.go:305: D 19:56:12.866 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-c9bfg/working-dir-created-rrofnbgy] set taskspec for arendelle-c9bfg/working-dir-created-rrofnbgy - script:
=== NAME TestWorkingDirIgnoredNonSlashWorkspace
stream.go:305: D 19:56:12.871 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-sjc5s/working-dir-ignored-non-slash-workspace-greaypix] set taskspec for arendelle-sjc5s/working-dir-ignored-non-slash-workspace-greaypix - script:
=== NAME TestClusterResolver
stream.go:305: D 19:56:12.872 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-xwtsz/cluster-resolver-blysgasb] Adding to queue arendelle-xwtsz/cluster-resolver-blysgasb (depth: 3)
stream.go:305: D 19:56:12.888 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t59st/cluster-resolver-failure-jomwieex] Updating status with:   v1beta1.PipelineRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
-  Conditions: nil,
+  Conditions: v1.Conditions{
+  {
+  Type: "Succeeded",
+  Status: "Unknown",
+  LastTransitionTime: apis.VolatileTime{Inner: s"2023-05-26 19:56:12.796460653 +0"...},
+  Reason: "ResolvingPipelineRef",
+  Message: "PipelineRun arendelle-t59st/cluster-resolver-failure-jomwieex aw"...,
+  },
+  },
   Annotations: nil,
   },
   PipelineRunStatusFields: v1beta1.PipelineRunStatusFields{
-  StartTime: nil,
+  StartTime: s"2023-05-26 19:56:12.760749123 +0000 UTC m=+210.977885075",
   CompletionTime: nil,
   TaskRuns: nil,
   ... // 8 identical fields
   },
  }
=== NAME TestClusterResolver_Failure
stream.go:305: D 19:56:12.888 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t59st/cluster-resolver-failure-jomwieex] Updating status with:   v1beta1.PipelineRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
-  Conditions: nil,
+  Conditions: v1.Conditions{
+  {
+  Type: "Succeeded",
+  Status: "Unknown",
+  LastTransitionTime: apis.VolatileTime{Inner: s"2023-05-26 19:56:12.796460653 +0"...},
+  Reason: "ResolvingPipelineRef",
+  Message: "PipelineRun arendelle-t59st/cluster-resolver-failure-jomwieex aw"...,
+  },
+  },
   Annotations: nil,
   },
   PipelineRunStatusFields: v1beta1.PipelineRunStatusFields{
-  StartTime: nil,
+  StartTime: s"2023-05-26 19:56:12.760749123 +0000 UTC m=+210.977885075",
   CompletionTime: nil,
   TaskRuns: nil,
   ... // 8 identical fields
   },
  }
=== NAME TestClusterResolver
stream.go:305: D 19:56:12.895 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-xwtsz/cluster-resolver-blysgasb] Adding to queue arendelle-xwtsz/cluster-resolver-blysgasb (depth: 3)
stream.go:305: D 19:56:12.898 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-xwtsz/cluster-resolver-blysgasb] Adding to queue arendelle-xwtsz/cluster-resolver-blysgasb (depth: 3)
stream.go:305: D 19:56:12.901 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-xwtsz/cluster-resolver-blysgasb] Updating status with:   v1beta1.PipelineRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
-  Conditions: nil,
+  Conditions: v1.Conditions{
+  {
+  Type: "Succeeded",
+  Status: "Unknown",
+  LastTransitionTime: apis.VolatileTime{Inner: s"2023-05-26 19:56:12.870667014 +0"...},
+  Reason: "ResolvingPipelineRef",
+  Message: "PipelineRun arendelle-xwtsz/cluster-resolver-blysgasb awaiting r"...,
+  },
+  },
   Annotations: nil,
   },
   PipelineRunStatusFields: v1beta1.PipelineRunStatusFields{
-  StartTime: nil,
+  StartTime: s"2023-05-26 19:56:12.824387801 +0000 UTC m=+211.041523723",
   CompletionTime: nil,
   TaskRuns: nil,
   ... // 8 identical fields
   },
  }
stream.go:305: D 19:56:12.912 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t59st/cluster-resolver-failure-jomwieex] Adding to queue arendelle-t59st/cluster-resolver-failure-jomwieex (depth: 3)
=== NAME TestClusterResolver_Failure
stream.go:305: D 19:56:12.912 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t59st/cluster-resolver-failure-jomwieex] Adding to queue arendelle-t59st/cluster-resolver-failure-jomwieex (depth: 3)
=== NAME TestClusterResolver
stream.go:305: D 19:56:12.912 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t59st/cluster-resolver-failure-jomwieex] Requeuing key arendelle-t59st/cluster-resolver-failure-jomwieex (by request) after 59m59.923311198s (depth: 2)
=== NAME TestClusterResolver_Failure
stream.go:305: D 19:56:12.912 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t59st/cluster-resolver-failure-jomwieex] Requeuing key arendelle-t59st/cluster-resolver-failure-jomwieex (by request) after 59m59.923311198s (depth: 2)
=== NAME TestHubResolver
stream.go:305: D 19:56:12.912 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-ww8lk/hub-resolver-failure-mpcftdfy] got tracing carriermap[]
=== NAME TestHubResolver_Failure
stream.go:305: D 19:56:12.912 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-ww8lk/hub-resolver-failure-mpcftdfy] got tracing carriermap[]
=== NAME TestHubResolver
stream.go:305: D 19:56:12.912 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-ww8lk/hub-resolver-failure-mpcftdfy] tracerProvider doesn't provide a traceId, tracing is disabled
=== NAME TestHubResolver_Failure
stream.go:305: D 19:56:12.912 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-ww8lk/hub-resolver-failure-mpcftdfy] tracerProvider doesn't provide a traceId, tracing is disabled
=== NAME TestClusterResolver
stream.go:305: D 19:56:12.921 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t59st/cluster-resolver-failure-jomwieex] Adding to queue arendelle-t59st/cluster-resolver-failure-jomwieex (depth: 3)
=== NAME TestClusterResolver_Failure
stream.go:305: D 19:56:12.921 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t59st/cluster-resolver-failure-jomwieex] Adding to queue arendelle-t59st/cluster-resolver-failure-jomwieex (depth: 3)
=== NAME TestHubResolver
stream.go:305: D 19:56:12.930 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-ww8lk/hub-resolver-failure-mpcftdfy] Adding to queue arendelle-ww8lk/hub-resolver-failure-mpcftdfy (depth: 3)
=== NAME TestHubResolver_Failure
stream.go:305: D 19:56:12.930 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-ww8lk/hub-resolver-failure-mpcftdfy] Adding to queue arendelle-ww8lk/hub-resolver-failure-mpcftdfy (depth: 3)
=== NAME TestClusterResolver
stream.go:305: D 19:56:12.945 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-xwtsz/cluster-resolver-blysgasb] Updating status with:   v1beta1.PipelineRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
-  Conditions: nil,
+  Conditions: v1.Conditions{
+  {
+  Type: "Succeeded",
+  Status: "Unknown",
+  LastTransitionTime: apis.VolatileTime{Inner: s"2023-05-26 19:56:12.870667014 +0"...},
+  Reason: "ResolvingPipelineRef",
+  Message: "PipelineRun arendelle-xwtsz/cluster-resolver-blysgasb awaiting r"...,
+  },
+  },
   Annotations: nil,
   },
   PipelineRunStatusFields: v1beta1.PipelineRunStatusFields{
-  StartTime: nil,
+  StartTime: s"2023-05-26 19:56:12.824387801 +0000 UTC m=+211.041523723",
   CompletionTime: nil,
   TaskRuns: nil,
   ... // 8 identical fields
   },
  }
=== NAME TestHubResolver
stream.go:305: D 19:56:12.955 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-ww8lk/hub-resolver-failure-mpcftdfy] Adding to queue arendelle-ww8lk/hub-resolver-failure-mpcftdfy (depth: 3)
=== NAME TestHubResolver_Failure
stream.go:305: D 19:56:12.955 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-ww8lk/hub-resolver-failure-mpcftdfy] Adding to queue arendelle-ww8lk/hub-resolver-failure-mpcftdfy (depth: 3)
=== NAME TestHubResolver
stream.go:305: D 19:56:12.957 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-ww8lk/hub-resolver-failure-mpcftdfy] Updating status with:   v1beta1.PipelineRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
-  Conditions: nil,
+  Conditions: v1.Conditions{
+  {
+  Type: "Succeeded",
+  Status: "Unknown",
+  LastTransitionTime: apis.VolatileTime{Inner: s"2023-05-26 19:56:12.930804202 +0"...},
+  Reason: "ResolvingTaskRef",
+  Message: "PipelineRun arendelle-ww8lk/hub-resolver-failure-mpcftdfy awaiti"...,
+  },
+  },
   Annotations: nil,
   },
   PipelineRunStatusFields: v1beta1.PipelineRunStatusFields{
-  StartTime: nil,
+  StartTime: s"2023-05-26 19:56:12.913004757 +0000 UTC m=+211.130140689",
   CompletionTime: nil,
   TaskRuns: nil,
   Runs: nil,
   PipelineResults: nil,
-  PipelineSpec: nil,
+  PipelineSpec: &v1beta1.PipelineSpec{
+  Tasks: []v1beta1.PipelineTask{
+  {
+  Name: "task1",
+  TaskRef: &v1beta1.TaskRef{...},
+  Params: v1beta1.Params{...},
+  Workspaces: []v1beta1.WorkspacePipelineTaskBinding{...},
+  },
+  },
+  Workspaces: []v1beta1.PipelineWorkspaceDeclaration{{Name: "output"}},
+  },
   SkippedTasks: nil,
   ChildReferences: nil,
   ... // 3 identical fields
   },
  }
=== NAME TestHubResolver_Failure
stream.go:305: D 19:56:12.957 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-ww8lk/hub-resolver-failure-mpcftdfy] Updating status with:   v1beta1.PipelineRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
-  Conditions: nil,
+  Conditions: v1.Conditions{
+  {
+  Type: "Succeeded",
+  Status: "Unknown",
+  LastTransitionTime: apis.VolatileTime{Inner: s"2023-05-26 19:56:12.930804202 +0"...},
+  Reason: "ResolvingTaskRef",
+  Message: "PipelineRun arendelle-ww8lk/hub-resolver-failure-mpcftdfy awaiti"...,
+  },
+  },
   Annotations: nil,
   },
   PipelineRunStatusFields: v1beta1.PipelineRunStatusFields{
-  StartTime: nil,
+  StartTime: s"2023-05-26 19:56:12.913004757 +0000 UTC m=+211.130140689",
   CompletionTime: nil,
   TaskRuns: nil,
   Runs: nil,
   PipelineResults: nil,
-  PipelineSpec: nil,
+  PipelineSpec: &v1beta1.PipelineSpec{
+  Tasks: []v1beta1.PipelineTask{
+  {
+  Name: "task1",
+  TaskRef: &v1beta1.TaskRef{...},
+  Params: v1beta1.Params{...},
+  Workspaces: []v1beta1.WorkspacePipelineTaskBinding{...},
+  },
+  },
+  Workspaces: []v1beta1.PipelineWorkspaceDeclaration{{Name: "output"}},
+  },
   SkippedTasks: nil,
   ChildReferences: nil,
   ... // 3 identical fields
   },
  }
=== NAME TestHubResolver
stream.go:305: D 19:56:12.959 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-ww8lk/hub-resolver-failure-mpcftdfy] Adding to queue arendelle-ww8lk/hub-resolver-failure-mpcftdfy (depth: 3)
=== NAME TestHubResolver_Failure
stream.go:305: D 19:56:12.959 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-ww8lk/hub-resolver-failure-mpcftdfy] Adding to queue arendelle-ww8lk/hub-resolver-failure-mpcftdfy (depth: 3)
=== NAME TestClusterResolver
stream.go:305: D 19:56:12.970 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-xwtsz/cluster-resolver-blysgasb] Adding to queue arendelle-xwtsz/cluster-resolver-blysgasb (depth: 3)
stream.go:305: D 19:56:12.972 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-xwtsz/cluster-resolver-blysgasb] Adding to queue arendelle-xwtsz/cluster-resolver-blysgasb (depth: 3)
stream.go:305: D 19:56:12.972 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-xwtsz/cluster-resolver-blysgasb] Requeuing key arendelle-xwtsz/cluster-resolver-blysgasb (by request) after 59m59.922881778s (depth: 2)
=== NAME TestGitResolver_Clone
stream.go:305: D 19:56:12.972 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-h72fz/git-resolver-clone-aoyzutey] got tracing carriermap[]
stream.go:305: D 19:56:12.972 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-h72fz/git-resolver-clone-aoyzutey] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: D 19:56:12.988 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-h72fz/git-resolver-clone-aoyzutey] Adding to queue arendelle-h72fz/git-resolver-clone-aoyzutey (depth: 3)
=== NAME TestTaskCRDConversion
conversion_test.go:715: Deleting namespace arendelle-jcvnd
=== NAME TestHubResolver
stream.go:305: D 19:56:12.999 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-ww8lk/hub-resolver-failure-mpcftdfy] Updating status with:   v1beta1.PipelineRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
-  Conditions: nil,
+  Conditions: v1.Conditions{
+  {
+  Type: "Succeeded",
+  Status: "Unknown",
+  LastTransitionTime: apis.VolatileTime{Inner: s"2023-05-26 19:56:12.930804202 +0"...},
+  Reason: "ResolvingTaskRef",
+  Message: "PipelineRun arendelle-ww8lk/hub-resolver-failure-mpcftdfy awaiti"...,
+  },
+  },
   Annotations: nil,
   },
   PipelineRunStatusFields: v1beta1.PipelineRunStatusFields{
-  StartTime: nil,
+  StartTime: s"2023-05-26 19:56:12.913004757 +0000 UTC m=+211.130140689",
   CompletionTime: nil,
   TaskRuns: nil,
   Runs: nil,
   PipelineResults: nil,
-  PipelineSpec: nil,
+  PipelineSpec: &v1beta1.PipelineSpec{
+  Tasks: []v1beta1.PipelineTask{
+  {
+  Name: "task1",
+  TaskRef: &v1beta1.TaskRef{...},
+  Params: v1beta1.Params{...},
+  Workspaces: []v1beta1.WorkspacePipelineTaskBinding{...},
+  },
+  },
+  Workspaces: []v1beta1.PipelineWorkspaceDeclaration{{Name: "output"}},
+  },
   SkippedTasks: nil,
   ChildReferences: nil,
   ... // 3 identical fields
   },
  }
=== NAME TestHubResolver_Failure
stream.go:305: D 19:56:12.999 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-ww8lk/hub-resolver-failure-mpcftdfy] Updating status with:   v1beta1.PipelineRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
-  Conditions: nil,
+  Conditions: v1.Conditions{
+  {
+  Type: "Succeeded",
+  Status: "Unknown",
+  LastTransitionTime: apis.VolatileTime{Inner: s"2023-05-26 19:56:12.930804202 +0"...},
+  Reason: "ResolvingTaskRef",
+  Message: "PipelineRun arendelle-ww8lk/hub-resolver-failure-mpcftdfy awaiti"...,
+  },
+  },
   Annotations: nil,
   },
   PipelineRunStatusFields: v1beta1.PipelineRunStatusFields{
-  StartTime: nil,
+  StartTime: s"2023-05-26 19:56:12.913004757 +0000 UTC m=+211.130140689",
   CompletionTime: nil,
   TaskRuns: nil,
   Runs: nil,
   PipelineResults: nil,
-  PipelineSpec: nil,
+  PipelineSpec: &v1beta1.PipelineSpec{
+  Tasks: []v1beta1.PipelineTask{
+  {
+  Name: "task1",
+  TaskRef: &v1beta1.TaskRef{...},
+  Params: v1beta1.Params{...},
+  Workspaces: []v1beta1.WorkspacePipelineTaskBinding{...},
+  },
+  },
+  Workspaces: []v1beta1.PipelineWorkspaceDeclaration{{Name: "output"}},
+  },
   SkippedTasks: nil,
   ChildReferences: nil,
   ... // 3 identical fields
   },
  }
--- PASS: TestTaskCRDConversion (0.27s)
=== CONT TestPipelineRunStatusSpec
=== RUN TestPipelineRunStatusSpec/pipeline_status_spec_updated
=== PAUSE TestPipelineRunStatusSpec/pipeline_status_spec_updated
=== CONT TestPipelineTaskTimeout
=== NAME TestClusterResolver
stream.go:305: D 19:56:13.002 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-xwtsz/cluster-resolver-blysgasb] Adding to queue arendelle-xwtsz/cluster-resolver-blysgasb (depth: 3)
=== NAME TestGitResolver_Clone
stream.go:305: D 19:56:13.029 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-h72fz/git-resolver-clone-aoyzutey] Adding to queue arendelle-h72fz/git-resolver-clone-aoyzutey (depth: 3)
stream.go:305: D 19:56:13.031 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-h72fz/git-resolver-clone-aoyzutey] Updating status with:   v1beta1.PipelineRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
-  Conditions: nil,
+  Conditions: v1.Conditions{
+  {
+  Type: "Succeeded",
+  Status: "Unknown",
+  LastTransitionTime: apis.VolatileTime{Inner: s"2023-05-26 19:56:12.987816928 +0"...},
+  Reason: "ResolvingTaskRef",
+  Message: "PipelineRun arendelle-h72fz/git-resolver-clone-aoyzutey awaiting"...,
+  },
+  },
   Annotations: nil,
   },
   PipelineRunStatusFields: v1beta1.PipelineRunStatusFields{
-  StartTime: nil,
+  StartTime: s"2023-05-26 19:56:12.972980904 +0000 UTC m=+211.190116826",
   CompletionTime: nil,
   TaskRuns: nil,
   Runs: nil,
   PipelineResults: nil,
-  PipelineSpec: nil,
+  PipelineSpec: &v1beta1.PipelineSpec{
+  Tasks: []v1beta1.PipelineTask{
+  {
+  Name: "task1",
+  TaskRef: &v1beta1.TaskRef{...},
+  Params: v1beta1.Params{...},
+  Workspaces: []v1beta1.WorkspacePipelineTaskBinding{...},
+  },
+  },
+  Workspaces: []v1beta1.PipelineWorkspaceDeclaration{{Name: "output"}},
+  },
   SkippedTasks: nil,
   ChildReferences: nil,
   ... // 3 identical fields
   },
  }
=== NAME TestClusterResolver
stream.go:305: D 19:56:13.035 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-xwtsz/cluster-resolver-blysgasb] Adding to queue arendelle-xwtsz/cluster-resolver-blysgasb (depth: 3)
=== NAME TestGitResolver_Clone
stream.go:305: D 19:56:13.037 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-h72fz/git-resolver-clone-aoyzutey] Adding to queue arendelle-h72fz/git-resolver-clone-aoyzutey (depth: 3)
=== NAME TestHubResolver
stream.go:305: D 19:56:13.057 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-ww8lk/hub-resolver-failure-mpcftdfy] Adding to queue arendelle-ww8lk/hub-resolver-failure-mpcftdfy (depth: 3)
=== NAME TestHubResolver_Failure
stream.go:305: D 19:56:13.057 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-ww8lk/hub-resolver-failure-mpcftdfy] Adding to queue arendelle-ww8lk/hub-resolver-failure-mpcftdfy (depth: 3)
=== NAME TestPipelineTaskTimeout
timeout_test.go:323: Create namespace arendelle-j9vtc to deploy to
=== NAME TestHubResolver
stream.go:305: D 19:56:13.058 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-ww8lk/hub-resolver-failure-mpcftdfy] Requeuing key arendelle-ww8lk/hub-resolver-failure-mpcftdfy (by request) after 59m59.955577007s (depth: 2)
=== NAME TestHubResolver_Failure
stream.go:305: D 19:56:13.058 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-ww8lk/hub-resolver-failure-mpcftdfy] Requeuing key arendelle-ww8lk/hub-resolver-failure-mpcftdfy (by request) after 59m59.955577007s (depth: 2)
=== NAME TestClusterResolver
stream.go:305: D 19:56:13.060 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t59st/cluster-resolver-failure-jomwieex] got tracing carriermap[]
=== NAME TestClusterResolver_Failure
stream.go:305: D 19:56:13.060 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t59st/cluster-resolver-failure-jomwieex] got tracing carriermap[]
=== NAME TestClusterResolver
stream.go:305: D 19:56:13.061 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t59st/cluster-resolver-failure-jomwieex] tracerProvider doesn't provide a traceId, tracing is disabled
=== NAME TestClusterResolver_Failure
stream.go:305: D 19:56:13.061 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t59st/cluster-resolver-failure-jomwieex] tracerProvider doesn't provide a traceId, tracing is disabled
stream.go:305: E 19:56:13.061 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t59st/cluster-resolver-failure-jomwieex] Failed to determine Pipeline spec to use for pipelinerun cluster-resolver-failure-jomwieex: error requesting remote resource: error getting "Cluster" "arendelle-t59st/cluster-3128f4ca3ff458c00aad902ef0ed70c6": pipelines.tekton.dev "does-not-exist" not found
=== NAME TestClusterResolver
stream.go:305: E 19:56:13.061 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t59st/cluster-resolver-failure-jomwieex] Failed to determine Pipeline spec to use for pipelinerun cluster-resolver-failure-jomwieex: error requesting remote resource: error getting "Cluster" "arendelle-t59st/cluster-3128f4ca3ff458c00aad902ef0ed70c6": pipelines.tekton.dev "does-not-exist" not found
stream.go:305: E 19:56:13.061 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t59st/cluster-resolver-failure-jomwieex] Reconcile error: error requesting remote resource: error getting "Cluster" "arendelle-t59st/cluster-3128f4ca3ff458c00aad902ef0ed70c6": pipelines.tekton.dev "does-not-exist" not found
=== NAME TestClusterResolver_Failure
stream.go:305: E 19:56:13.061 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t59st/cluster-resolver-failure-jomwieex] Reconcile error: error requesting remote resource: error getting "Cluster" "arendelle-t59st/cluster-3128f4ca3ff458c00aad902ef0ed70c6": pipelines.tekton.dev "does-not-exist" not found
stream.go:305: D 19:56:13.061 tekton-pipelines-controller-864db97794-tbsf5 [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t59st/cluster-resolver-failure-jomwieex] Updating status with:   v1beta1.PipelineRunStatus{
   Status: v1.Status{
   ObservedGeneration: 0,
   Conditions: v1.Conditions{
-  {
-  Type: "Succeeded",
-  Status: "Unknown",
-  LastTransitionTime: apis.VolatileTime{Inner: s"2023-05-26 19:56:12 +0000 UTC"},
-  Reason: "ResolvingPipelineRef",
-  Message: "PipelineRun arendelle-t59st/cluster-resolver-failure-jomwieex awaiting remote resource",
-  },
+  {
+  Type: "Succeeded",
+  Status: "False",
+  LastTransitionTime: apis.VolatileTime{Inner: s"2023-05-26 19:56:13.061322859 +0000 UTC m=+211.278458782"},
+  Reason: "CouldntGetPipeline",
+  Message: "Error retrieving pipeline for pipelinerun arendelle-t59st/cluster-resolver-failure-jomwieex: error requesting remote resource: e"...,
+  },
   },
   Annotations: nil,
   },
   PipelineRunStatusFields: v1beta1.PipelineRunStatusFields{
   StartTime: s"2023-05-26 19:56:12 +0000 UTC",
-  CompletionTime:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment